Instance constructor
Instance({
- AdminSettings? adminSettings,
- String? consumerNetwork,
- String? createTime,
- CustomDomain? customDomain,
- DenyMaintenancePeriod? denyMaintenancePeriod,
- String? egressPublicIp,
- EncryptionConfig? encryptionConfig,
- String? ingressPrivateIp,
- String? ingressPublicIp,
- DenyMaintenancePeriod? lastDenyMaintenancePeriod,
- String? lookerUri,
- String? lookerVersion,
- MaintenanceSchedule? maintenanceSchedule,
- MaintenanceWindow? maintenanceWindow,
- String? name,
- OAuthConfig? oauthConfig,
- String? platformEdition,
- bool? privateIpEnabled,
- PscConfig? pscConfig,
- bool? pscEnabled,
- bool? publicIpEnabled,
- String? reservedRange,
- String? state,
- String? updateTime,
- UserMetadata? userMetadata,
Implementation
Instance({
this.adminSettings,
this.consumerNetwork,
this.createTime,
this.customDomain,
this.denyMaintenancePeriod,
this.egressPublicIp,
this.encryptionConfig,
this.ingressPrivateIp,
this.ingressPublicIp,
this.lastDenyMaintenancePeriod,
this.lookerUri,
this.lookerVersion,
this.maintenanceSchedule,
this.maintenanceWindow,
this.name,
this.oauthConfig,
this.platformEdition,
this.privateIpEnabled,
this.pscConfig,
this.pscEnabled,
this.publicIpEnabled,
this.reservedRange,
this.state,
this.updateTime,
this.userMetadata,
});