ComputeInstanceBackupProperties constructor
ComputeInstanceBackupProperties({
- bool? canIpForward,
- String? description,
- List<
AttachedDisk> ? disk, - List<
AcceleratorConfig> ? guestAccelerator, - String? keyRevocationActionType,
- Map<
String, String> ? labels, - String? machineType,
- Metadata? metadata,
- String? minCpuPlatform,
- List<
NetworkInterface> ? networkInterface, - Scheduling? scheduling,
- List<
ServiceAccount> ? serviceAccount, - String? sourceInstance,
- Tags? tags,
Implementation
ComputeInstanceBackupProperties({
this.canIpForward,
this.description,
this.disk,
this.guestAccelerator,
this.keyRevocationActionType,
this.labels,
this.machineType,
this.metadata,
this.minCpuPlatform,
this.networkInterface,
this.scheduling,
this.serviceAccount,
this.sourceInstance,
this.tags,
});