SourceInstanceProperties constructor

SourceInstanceProperties({
  1. bool? canIpForward,
  2. bool? deletionProtection,
  3. String? description,
  4. List<SavedAttachedDisk> disks = const [],
  5. List<AcceleratorConfig> guestAccelerators = const [],
  6. String? keyRevocationActionType,
  7. Map<String, String> labels = const {},
  8. String? machineType,
  9. Metadata? metadata,
  10. String? minCpuPlatform,
  11. List<NetworkInterface> networkInterfaces = const [],
  12. String? postKeyRevocationActionType,
  13. Scheduling? scheduling,
  14. List<ServiceAccount> serviceAccounts = const [],
  15. 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);