public interface NetworkAttachmentConnectedEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
The IP address assigned to the producer instance network interface.
|
com.google.protobuf.ByteString |
getIpAddressBytes()
The IP 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.
|
boolean |
hasIpAddress()
The IP 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIpAddress()
The IP 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 IP 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 IP address assigned to the producer instance network interface. This value will be a range in case of Serverless.
optional string ip_address = 406272220;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;Copyright © 2023 Google LLC. All rights reserved.