NetworkAttachment constructor
NetworkAttachment({
- List<
NetworkAttachmentConnectedEndpoint> ? connectionEndpoints, - String? connectionPreference,
- String? creationTimestamp,
- String? description,
- String? fingerprint,
- String? id,
- String? kind,
- String? name,
- String? network,
- List<
String> ? producerAcceptLists, - List<
String> ? producerRejectLists, - String? region,
- String? selfLink,
- String? selfLinkWithId,
- List<
String> ? subnetworks,
Implementation
NetworkAttachment({
this.connectionEndpoints,
this.connectionPreference,
this.creationTimestamp,
this.description,
this.fingerprint,
this.id,
this.kind,
this.name,
this.network,
this.producerAcceptLists,
this.producerRejectLists,
this.region,
this.selfLink,
this.selfLinkWithId,
this.subnetworks,
});