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