PscInstanceConfig constructor
PscInstanceConfig({
- List<
String> ? allowedConsumerProjects, - List<
PscAutoConnectionConfig> ? pscAutoConnections, - String? pscDnsName,
- List<
PscInterfaceConfig> ? pscInterfaceConfigs, - String? serviceAttachmentLink,
Implementation
PscInstanceConfig({
this.allowedConsumerProjects,
this.pscAutoConnections,
this.pscDnsName,
this.pscInterfaceConfigs,
this.serviceAttachmentLink,
});