Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
NetworkAttachmentConnectedEndpoint |
NetworkAttachmentConnectedEndpoint.clone() |
NetworkAttachmentConnectedEndpoint |
NetworkAttachmentConnectedEndpoint.set(String fieldName,
Object value) |
NetworkAttachmentConnectedEndpoint |
NetworkAttachmentConnectedEndpoint.setIpAddress(String ipAddress)
The IPv4 address assigned to the producer instance network interface.
|
NetworkAttachmentConnectedEndpoint |
NetworkAttachmentConnectedEndpoint.setIpv6Address(String ipv6Address)
The IPv6 address assigned to the producer instance network interface.
|
NetworkAttachmentConnectedEndpoint |
NetworkAttachmentConnectedEndpoint.setProjectIdOrNum(String projectIdOrNum)
The project id or number of the interface to which the IP was assigned.
|
NetworkAttachmentConnectedEndpoint |
NetworkAttachmentConnectedEndpoint.setSecondaryIpCidrRanges(List<String> secondaryIpCidrRanges)
Alias IP ranges from the same subnetwork.
|
NetworkAttachmentConnectedEndpoint |
NetworkAttachmentConnectedEndpoint.setStatus(String status)
The status of a connected endpoint to this network attachment.
|
NetworkAttachmentConnectedEndpoint |
NetworkAttachmentConnectedEndpoint.setSubnetwork(String subnetwork)
The subnetwork used to assign the IP to the producer instance network interface.
|
NetworkAttachmentConnectedEndpoint |
NetworkAttachmentConnectedEndpoint.setSubnetworkCidrRange(String subnetworkCidrRange)
[Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkAttachmentConnectedEndpoint> |
NetworkAttachment.getConnectionEndpoints()
[Output Only] An array of connections for all the producers connected to this network
attachment.
|
Modifier and Type | Method and Description |
---|---|
NetworkAttachment |
NetworkAttachment.setConnectionEndpoints(List<NetworkAttachmentConnectedEndpoint> connectionEndpoints)
[Output Only] An array of connections for all the producers connected to this network
attachment.
|
Copyright © 2011–2025 Google. All rights reserved.