Instance constructor
Instance({
- AdvancedMachineFeatures? advancedMachineFeatures,
- bool? canIpForward,
- ConfidentialInstanceConfig? confidentialInstanceConfig,
- String? cpuPlatform,
- String? creationTimestamp,
- bool? deletionProtection,
- String? description,
- List<
AttachedDisk> ? disks, - DisplayDevice? displayDevice,
- String? fingerprint,
- List<
AcceleratorConfig> ? guestAccelerators, - String? hostname,
- String? id,
- CustomerEncryptionKey? instanceEncryptionKey,
- String? keyRevocationActionType,
- String? kind,
- String? labelFingerprint,
- Map<
String, String> ? labels, - String? lastStartTimestamp,
- String? lastStopTimestamp,
- String? lastSuspendedTimestamp,
- String? machineType,
- Metadata? metadata,
- String? minCpuPlatform,
- String? name,
- List<
NetworkInterface> ? networkInterfaces, - NetworkPerformanceConfig? networkPerformanceConfig,
- InstanceParams? params,
- String? privateIpv6GoogleAccess,
- ReservationAffinity? reservationAffinity,
- List<
String> ? resourcePolicies, - ResourceStatus? resourceStatus,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- Scheduling? scheduling,
- String? selfLink,
- List<
ServiceAccount> ? serviceAccounts, - ShieldedInstanceConfig? shieldedInstanceConfig,
- ShieldedInstanceIntegrityPolicy? shieldedInstanceIntegrityPolicy,
- String? sourceMachineImage,
- CustomerEncryptionKey? sourceMachineImageEncryptionKey,
- bool? startRestricted,
- String? status,
- String? statusMessage,
- Tags? tags,
- String? zone,
Implementation
Instance({
this.advancedMachineFeatures,
this.canIpForward,
this.confidentialInstanceConfig,
this.cpuPlatform,
this.creationTimestamp,
this.deletionProtection,
this.description,
this.disks,
this.displayDevice,
this.fingerprint,
this.guestAccelerators,
this.hostname,
this.id,
this.instanceEncryptionKey,
this.keyRevocationActionType,
this.kind,
this.labelFingerprint,
this.labels,
this.lastStartTimestamp,
this.lastStopTimestamp,
this.lastSuspendedTimestamp,
this.machineType,
this.metadata,
this.minCpuPlatform,
this.name,
this.networkInterfaces,
this.networkPerformanceConfig,
this.params,
this.privateIpv6GoogleAccess,
this.reservationAffinity,
this.resourcePolicies,
this.resourceStatus,
this.satisfiesPzi,
this.satisfiesPzs,
this.scheduling,
this.selfLink,
this.serviceAccounts,
this.shieldedInstanceConfig,
this.shieldedInstanceIntegrityPolicy,
this.sourceMachineImage,
this.sourceMachineImageEncryptionKey,
this.startRestricted,
this.status,
this.statusMessage,
this.tags,
this.zone,
});