NetworkAttachmentConnectedEndpoint constructor

NetworkAttachmentConnectedEndpoint({
  1. String? ipAddress,
  2. String? ipv6Address,
  3. String? projectIdOrNum,
  4. List<String>? secondaryIpCidrRanges,
  5. String? status,
  6. String? subnetwork,
  7. String? subnetworkCidrRange,
})

Implementation

NetworkAttachmentConnectedEndpoint({
  this.ipAddress,
  this.ipv6Address,
  this.projectIdOrNum,
  this.secondaryIpCidrRanges,
  this.status,
  this.subnetwork,
  this.subnetworkCidrRange,
});