public interface NetworkAttachmentConnectedEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
The IPv4 address assigned to the producer instance network interface.
|
com.google.protobuf.ByteString |
getIpAddressBytes()
The IPv4 address assigned to the producer instance network interface.
|
String |
getIpv6Address()
The IPv6 address assigned to the producer instance network interface.
|
com.google.protobuf.ByteString |
getIpv6AddressBytes()
The IPv6 address assigned to the producer instance network interface.
|
String |
getProjectIdOrNum()
The project id or number of the interface to which the IP was assigned.
|
com.google.protobuf.ByteString |
getProjectIdOrNumBytes()
The project id or number of the interface to which the IP was assigned.
|
String |
getSecondaryIpCidrRanges(int index)
Alias IP ranges from the same subnetwork.
|
com.google.protobuf.ByteString |
getSecondaryIpCidrRangesBytes(int index)
Alias IP ranges from the same subnetwork.
|
int |
getSecondaryIpCidrRangesCount()
Alias IP ranges from the same subnetwork.
|
List<String> |
getSecondaryIpCidrRangesList()
Alias IP ranges from the same subnetwork.
|
String |
getStatus()
The status of a connected endpoint to this network attachment.
|
com.google.protobuf.ByteString |
getStatusBytes()
The status of a connected endpoint to this network attachment.
|
String |
getSubnetwork()
The subnetwork used to assign the IP to the producer instance network interface.
|
com.google.protobuf.ByteString |
getSubnetworkBytes()
The subnetwork used to assign the IP to the producer instance network interface.
|
String |
getSubnetworkCidrRange()
[Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
|
com.google.protobuf.ByteString |
getSubnetworkCidrRangeBytes()
[Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
|
boolean |
hasIpAddress()
The IPv4 address assigned to the producer instance network interface.
|
boolean |
hasIpv6Address()
The IPv6 address assigned to the producer instance network interface.
|
boolean |
hasProjectIdOrNum()
The project id or number of the interface to which the IP was assigned.
|
boolean |
hasStatus()
The status of a connected endpoint to this network attachment.
|
boolean |
hasSubnetwork()
The subnetwork used to assign the IP to the producer instance network interface.
|
boolean |
hasSubnetworkCidrRange()
[Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIpAddress()
The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.
optional string ip_address = 406272220;String getIpAddress()
The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.
optional string ip_address = 406272220;com.google.protobuf.ByteString getIpAddressBytes()
The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.
optional string ip_address = 406272220;boolean hasIpv6Address()
The IPv6 address assigned to the producer instance network interface. This is only assigned when the stack types of both the instance network interface and the consumer subnet are IPv4_IPv6.
optional string ipv6_address = 341563804;String getIpv6Address()
The IPv6 address assigned to the producer instance network interface. This is only assigned when the stack types of both the instance network interface and the consumer subnet are IPv4_IPv6.
optional string ipv6_address = 341563804;com.google.protobuf.ByteString getIpv6AddressBytes()
The IPv6 address assigned to the producer instance network interface. This is only assigned when the stack types of both the instance network interface and the consumer subnet are IPv4_IPv6.
optional string ipv6_address = 341563804;boolean hasProjectIdOrNum()
The project id or number of the interface to which the IP was assigned.
optional string project_id_or_num = 349783336;String getProjectIdOrNum()
The project id or number of the interface to which the IP was assigned.
optional string project_id_or_num = 349783336;com.google.protobuf.ByteString getProjectIdOrNumBytes()
The project id or number of the interface to which the IP was assigned.
optional string project_id_or_num = 349783336;List<String> getSecondaryIpCidrRangesList()
Alias IP ranges from the same subnetwork.
repeated string secondary_ip_cidr_ranges = 117184788;int getSecondaryIpCidrRangesCount()
Alias IP ranges from the same subnetwork.
repeated string secondary_ip_cidr_ranges = 117184788;String getSecondaryIpCidrRanges(int index)
Alias IP ranges from the same subnetwork.
repeated string secondary_ip_cidr_ranges = 117184788;index - The index of the element to return.com.google.protobuf.ByteString getSecondaryIpCidrRangesBytes(int index)
Alias IP ranges from the same subnetwork.
repeated string secondary_ip_cidr_ranges = 117184788;index - The index of the value to return.boolean hasStatus()
The status of a connected endpoint to this network attachment. Check the Status enum for the list of possible values.
optional string status = 181260274;String getStatus()
The status of a connected endpoint to this network attachment. Check the Status enum for the list of possible values.
optional string status = 181260274;com.google.protobuf.ByteString getStatusBytes()
The status of a connected endpoint to this network attachment. Check the Status enum for the list of possible values.
optional string status = 181260274;boolean hasSubnetwork()
The subnetwork used to assign the IP to the producer instance network interface.
optional string subnetwork = 307827694;String getSubnetwork()
The subnetwork used to assign the IP to the producer instance network interface.
optional string subnetwork = 307827694;com.google.protobuf.ByteString getSubnetworkBytes()
The subnetwork used to assign the IP to the producer instance network interface.
optional string subnetwork = 307827694;boolean hasSubnetworkCidrRange()
[Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
optional string subnetwork_cidr_range = 383249827;String getSubnetworkCidrRange()
[Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
optional string subnetwork_cidr_range = 383249827;com.google.protobuf.ByteString getSubnetworkCidrRangeBytes()
[Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
optional string subnetwork_cidr_range = 383249827;Copyright © 2025 Google LLC. All rights reserved.