PscInstanceConfig constructor

PscInstanceConfig({
  1. List<String>? allowedConsumerProjects,
  2. List<PscAutoConnectionConfig>? pscAutoConnections,
  3. String? pscDnsName,
  4. List<PscInterfaceConfig>? pscInterfaceConfigs,
  5. String? serviceAttachmentLink,
})

Implementation

PscInstanceConfig({
  this.allowedConsumerProjects,
  this.pscAutoConnections,
  this.pscDnsName,
  this.pscInterfaceConfigs,
  this.serviceAttachmentLink,
});