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