NetworkAttachment constructor

NetworkAttachment({
  1. List<NetworkAttachmentConnectedEndpoint> connectionEndpoints = const [],
  2. String? connectionPreference,
  3. String? creationTimestamp,
  4. String? description,
  5. String? fingerprint,
  6. BigInt? id,
  7. String? kind,
  8. String? name,
  9. String? network,
  10. List<String> producerAcceptLists = const [],
  11. List<String> producerRejectLists = const [],
  12. String? region,
  13. String? selfLink,
  14. String? selfLinkWithId,
  15. 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);