SourceInstanceProperties constructor
SourceInstanceProperties({
- bool? canIpForward,
- bool? deletionProtection,
- String? description,
- List<
SavedAttachedDisk> ? disks, - List<
AcceleratorConfig> ? guestAccelerators, - String? keyRevocationActionType,
- Map<
String, String> ? labels, - String? machineType,
- Metadata? metadata,
- String? minCpuPlatform,
- List<
NetworkInterface> ? networkInterfaces, - Scheduling? scheduling,
- List<
ServiceAccount> ? serviceAccounts, - Tags? tags,
Implementation
SourceInstanceProperties({
this.canIpForward,
this.deletionProtection,
this.description,
this.disks,
this.guestAccelerators,
this.keyRevocationActionType,
this.labels,
this.machineType,
this.metadata,
this.minCpuPlatform,
this.networkInterfaces,
this.scheduling,
this.serviceAccounts,
this.tags,
});