NetworkAttachment constructor

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