ServiceAttachment constructor
ServiceAttachment({
- List<
ServiceAttachmentConnectedEndpoint> ? connectedEndpoints, - String? connectionPreference,
- List<
ServiceAttachmentConsumerProjectLimit> ? consumerAcceptLists, - List<
String> ? consumerRejectLists, - String? creationTimestamp,
- String? description,
- List<
String> ? domainNames, - bool? enableProxyProtocol,
- String? fingerprint,
- String? id,
- String? kind,
- String? name,
- List<
String> ? natSubnets, - String? producerForwardingRule,
- Uint128? pscServiceAttachmentId,
- bool? reconcileConnections,
- String? region,
- String? selfLink,
- String? targetService,
Implementation
ServiceAttachment({
this.connectedEndpoints,
this.connectionPreference,
this.consumerAcceptLists,
this.consumerRejectLists,
this.creationTimestamp,
this.description,
this.domainNames,
this.enableProxyProtocol,
this.fingerprint,
this.id,
this.kind,
this.name,
this.natSubnets,
this.producerForwardingRule,
this.pscServiceAttachmentId,
this.reconcileConnections,
this.region,
this.selfLink,
this.targetService,
});