GoogleCloudConnectorsV1Connection constructor

GoogleCloudConnectorsV1Connection({
  1. GoogleCloudConnectorsV1AuthConfig? authConfig,
  2. GoogleCloudConnectorsV1BillingConfig? billingConfig,
  3. List<GoogleCloudConnectorsV1ConfigVariable>? configVariables,
  4. String? connectionRevision,
  5. String? connectorVersion,
  6. GoogleCloudConnectorsV1ConnectorVersionInfraConfig? connectorVersionInfraConfig,
  7. String? connectorVersionLaunchStage,
  8. String? createTime,
  9. String? description,
  10. List<GoogleCloudConnectorsV1DestinationConfig>? destinationConfigs,
  11. String? envoyImageLocation,
  12. GoogleCloudConnectorsV1EventingConfig? eventingConfig,
  13. String? eventingEnablementType,
  14. GoogleCloudConnectorsV1EventingRuntimeData? eventingRuntimeData,
  15. String? imageLocation,
  16. bool? isTrustedTester,
  17. Map<String, String>? labels,
  18. GoogleCloudConnectorsV1LockConfig? lockConfig,
  19. GoogleCloudConnectorsV1LogConfig? logConfig,
  20. String? name,
  21. GoogleCloudConnectorsV1NodeConfig? nodeConfig,
  22. String? serviceAccount,
  23. String? serviceDirectory,
  24. GoogleCloudConnectorsV1SslConfig? sslConfig,
  25. GoogleCloudConnectorsV1ConnectionStatus? status,
  26. String? subscriptionType,
  27. bool? suspended,
  28. 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,
});