GoogleCloudConnectorsV1Connection constructor
GoogleCloudConnectorsV1Connection({
- GoogleCloudConnectorsV1AuthConfig? authConfig,
- GoogleCloudConnectorsV1BillingConfig? billingConfig,
- List<
GoogleCloudConnectorsV1ConfigVariable> ? configVariables, - String? connectionRevision,
- String? connectorVersion,
- GoogleCloudConnectorsV1ConnectorVersionInfraConfig? connectorVersionInfraConfig,
- String? connectorVersionLaunchStage,
- String? createTime,
- String? description,
- List<
GoogleCloudConnectorsV1DestinationConfig> ? destinationConfigs, - String? envoyImageLocation,
- GoogleCloudConnectorsV1EventingConfig? eventingConfig,
- String? eventingEnablementType,
- GoogleCloudConnectorsV1EventingRuntimeData? eventingRuntimeData,
- String? imageLocation,
- bool? isTrustedTester,
- Map<
String, String> ? labels, - GoogleCloudConnectorsV1LockConfig? lockConfig,
- GoogleCloudConnectorsV1LogConfig? logConfig,
- String? name,
- GoogleCloudConnectorsV1NodeConfig? nodeConfig,
- String? serviceAccount,
- String? serviceDirectory,
- GoogleCloudConnectorsV1SslConfig? sslConfig,
- GoogleCloudConnectorsV1ConnectionStatus? status,
- String? subscriptionType,
- bool? suspended,
- String? updateTime,
Implementation
GoogleCloudConnectorsV1Connection({
this.authConfig,
this.billingConfig,
this.configVariables,
this.connectionRevision,
this.connectorVersion,
this.connectorVersionInfraConfig,
this.connectorVersionLaunchStage,
this.createTime,
this.description,
this.destinationConfigs,
this.envoyImageLocation,
this.eventingConfig,
this.eventingEnablementType,
this.eventingRuntimeData,
this.imageLocation,
this.isTrustedTester,
this.labels,
this.lockConfig,
this.logConfig,
this.name,
this.nodeConfig,
this.serviceAccount,
this.serviceDirectory,
this.sslConfig,
this.status,
this.subscriptionType,
this.suspended,
this.updateTime,
});