ServiceAttachment constructor
ServiceAttachment({
- List<
ServiceAttachmentConnectedEndpoint> connectedEndpoints = const [], - String? connectionPreference,
- List<
ServiceAttachmentConsumerProjectLimit> consumerAcceptLists = const [], - List<
String> consumerRejectLists = const [], - String? creationTimestamp,
- String? description,
- List<
String> domainNames = const [], - bool? enableProxyProtocol,
- String? fingerprint,
- BigInt? id,
- String? kind,
- Map<
String, String> metadata = const {}, - String? name,
- int? natIpsPerEndpoint,
- List<
String> natSubnets = const [], - String? producerForwardingRule,
- int? propagatedConnectionLimit,
- Uint128? pscServiceAttachmentId,
- bool? reconcileConnections,
- String? region,
- String? selfLink,
- String? targetService,
Implementation
ServiceAttachment({
this.connectedEndpoints = const [],
this.connectionPreference,
this.consumerAcceptLists = const [],
this.consumerRejectLists = const [],
this.creationTimestamp,
this.description,
this.domainNames = const [],
this.enableProxyProtocol,
this.fingerprint,
this.id,
this.kind,
this.metadata = const {},
this.name,
this.natIpsPerEndpoint,
this.natSubnets = const [],
this.producerForwardingRule,
this.propagatedConnectionLimit,
this.pscServiceAttachmentId,
this.reconcileConnections,
this.region,
this.selfLink,
this.targetService,
}) : super(fullyQualifiedName);