Class AzureClusterNetworking
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.gkemulticloud.v1.AzureClusterNetworking
-
- All Implemented Interfaces:
AzureClusterNetworkingOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class AzureClusterNetworking extends com.google.protobuf.GeneratedMessageV3 implements AzureClusterNetworkingOrBuilder
ClusterNetworking contains cluster-wide networking configuration.
Protobuf typegoogle.cloud.gkemulticloud.v1.AzureClusterNetworking
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AzureClusterNetworking.Builder
ClusterNetworking contains cluster-wide networking configuration.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
POD_ADDRESS_CIDR_BLOCKS_FIELD_NUMBER
static int
SERVICE_ADDRESS_CIDR_BLOCKS_FIELD_NUMBER
static int
SERVICE_LOAD_BALANCER_SUBNET_ID_FIELD_NUMBER
static int
VIRTUAL_NETWORK_ID_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static AzureClusterNetworking
getDefaultInstance()
AzureClusterNetworking
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Parser<AzureClusterNetworking>
getParserForType()
String
getPodAddressCidrBlocks(int index)
Required.com.google.protobuf.ByteString
getPodAddressCidrBlocksBytes(int index)
Required.int
getPodAddressCidrBlocksCount()
Required.com.google.protobuf.ProtocolStringList
getPodAddressCidrBlocksList()
Required.int
getSerializedSize()
String
getServiceAddressCidrBlocks(int index)
Required.com.google.protobuf.ByteString
getServiceAddressCidrBlocksBytes(int index)
Required.int
getServiceAddressCidrBlocksCount()
Required.com.google.protobuf.ProtocolStringList
getServiceAddressCidrBlocksList()
Required.String
getServiceLoadBalancerSubnetId()
Optional.com.google.protobuf.ByteString
getServiceLoadBalancerSubnetIdBytes()
Optional.String
getVirtualNetworkId()
Required.com.google.protobuf.ByteString
getVirtualNetworkIdBytes()
Required.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static AzureClusterNetworking.Builder
newBuilder()
static AzureClusterNetworking.Builder
newBuilder(AzureClusterNetworking prototype)
AzureClusterNetworking.Builder
newBuilderForType()
protected AzureClusterNetworking.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static AzureClusterNetworking
parseDelimitedFrom(InputStream input)
static AzureClusterNetworking
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureClusterNetworking
parseFrom(byte[] data)
static AzureClusterNetworking
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureClusterNetworking
parseFrom(com.google.protobuf.ByteString data)
static AzureClusterNetworking
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureClusterNetworking
parseFrom(com.google.protobuf.CodedInputStream input)
static AzureClusterNetworking
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureClusterNetworking
parseFrom(InputStream input)
static AzureClusterNetworking
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureClusterNetworking
parseFrom(ByteBuffer data)
static AzureClusterNetworking
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<AzureClusterNetworking>
parser()
AzureClusterNetworking.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
VIRTUAL_NETWORK_ID_FIELD_NUMBER
public static final int VIRTUAL_NETWORK_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POD_ADDRESS_CIDR_BLOCKS_FIELD_NUMBER
public static final int POD_ADDRESS_CIDR_BLOCKS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICE_ADDRESS_CIDR_BLOCKS_FIELD_NUMBER
public static final int SERVICE_ADDRESS_CIDR_BLOCKS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICE_LOAD_BALANCER_SUBNET_ID_FIELD_NUMBER
public static final int SERVICE_LOAD_BALANCER_SUBNET_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getVirtualNetworkId
public String getVirtualNetworkId()
Required. The Azure Resource Manager (ARM) ID of the VNet associated with your cluster. All components in the cluster (i.e. control plane and node pools) run on a single VNet. Example: `/subscriptions/<subscription-id>/resourceGroups/<resource-group-id>/providers/Microsoft.Network/virtualNetworks/<vnet-id>` This field cannot be changed after creation.
string virtual_network_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getVirtualNetworkId
in interfaceAzureClusterNetworkingOrBuilder
- Returns:
- The virtualNetworkId.
-
getVirtualNetworkIdBytes
public com.google.protobuf.ByteString getVirtualNetworkIdBytes()
Required. The Azure Resource Manager (ARM) ID of the VNet associated with your cluster. All components in the cluster (i.e. control plane and node pools) run on a single VNet. Example: `/subscriptions/<subscription-id>/resourceGroups/<resource-group-id>/providers/Microsoft.Network/virtualNetworks/<vnet-id>` This field cannot be changed after creation.
string virtual_network_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getVirtualNetworkIdBytes
in interfaceAzureClusterNetworkingOrBuilder
- Returns:
- The bytes for virtualNetworkId.
-
getPodAddressCidrBlocksList
public com.google.protobuf.ProtocolStringList getPodAddressCidrBlocksList()
Required. The IP address range of the pods in this cluster, in CIDR notation (e.g. `10.96.0.0/14`). All pods in the cluster get assigned a unique IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
repeated string pod_address_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getPodAddressCidrBlocksList
in interfaceAzureClusterNetworkingOrBuilder
- Returns:
- A list containing the podAddressCidrBlocks.
-
getPodAddressCidrBlocksCount
public int getPodAddressCidrBlocksCount()
Required. The IP address range of the pods in this cluster, in CIDR notation (e.g. `10.96.0.0/14`). All pods in the cluster get assigned a unique IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
repeated string pod_address_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getPodAddressCidrBlocksCount
in interfaceAzureClusterNetworkingOrBuilder
- Returns:
- The count of podAddressCidrBlocks.
-
getPodAddressCidrBlocks
public String getPodAddressCidrBlocks(int index)
Required. The IP address range of the pods in this cluster, in CIDR notation (e.g. `10.96.0.0/14`). All pods in the cluster get assigned a unique IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
repeated string pod_address_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getPodAddressCidrBlocks
in interfaceAzureClusterNetworkingOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The podAddressCidrBlocks at the given index.
-
getPodAddressCidrBlocksBytes
public com.google.protobuf.ByteString getPodAddressCidrBlocksBytes(int index)
Required. The IP address range of the pods in this cluster, in CIDR notation (e.g. `10.96.0.0/14`). All pods in the cluster get assigned a unique IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
repeated string pod_address_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getPodAddressCidrBlocksBytes
in interfaceAzureClusterNetworkingOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the podAddressCidrBlocks at the given index.
-
getServiceAddressCidrBlocksList
public com.google.protobuf.ProtocolStringList getServiceAddressCidrBlocksList()
Required. The IP address range for services in this cluster, in CIDR notation (e.g. `10.96.0.0/14`). All services in the cluster get assigned a unique IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creating a cluster.
repeated string service_address_cidr_blocks = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getServiceAddressCidrBlocksList
in interfaceAzureClusterNetworkingOrBuilder
- Returns:
- A list containing the serviceAddressCidrBlocks.
-
getServiceAddressCidrBlocksCount
public int getServiceAddressCidrBlocksCount()
Required. The IP address range for services in this cluster, in CIDR notation (e.g. `10.96.0.0/14`). All services in the cluster get assigned a unique IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creating a cluster.
repeated string service_address_cidr_blocks = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getServiceAddressCidrBlocksCount
in interfaceAzureClusterNetworkingOrBuilder
- Returns:
- The count of serviceAddressCidrBlocks.
-
getServiceAddressCidrBlocks
public String getServiceAddressCidrBlocks(int index)
Required. The IP address range for services in this cluster, in CIDR notation (e.g. `10.96.0.0/14`). All services in the cluster get assigned a unique IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creating a cluster.
repeated string service_address_cidr_blocks = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getServiceAddressCidrBlocks
in interfaceAzureClusterNetworkingOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The serviceAddressCidrBlocks at the given index.
-
getServiceAddressCidrBlocksBytes
public com.google.protobuf.ByteString getServiceAddressCidrBlocksBytes(int index)
Required. The IP address range for services in this cluster, in CIDR notation (e.g. `10.96.0.0/14`). All services in the cluster get assigned a unique IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creating a cluster.
repeated string service_address_cidr_blocks = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getServiceAddressCidrBlocksBytes
in interfaceAzureClusterNetworkingOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the serviceAddressCidrBlocks at the given index.
-
getServiceLoadBalancerSubnetId
public String getServiceLoadBalancerSubnetId()
Optional. The ARM ID of the subnet where Kubernetes private service type load balancers are deployed. When unspecified, it defaults to AzureControlPlane.subnet_id. Example: "/subscriptions/d00494d6-6f3c-4280-bbb2-899e163d1d30/resourceGroups/anthos_cluster_gkeust4/providers/Microsoft.Network/virtualNetworks/gke-vnet-gkeust4/subnets/subnetid456"
string service_load_balancer_subnet_id = 5 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getServiceLoadBalancerSubnetId
in interfaceAzureClusterNetworkingOrBuilder
- Returns:
- The serviceLoadBalancerSubnetId.
-
getServiceLoadBalancerSubnetIdBytes
public com.google.protobuf.ByteString getServiceLoadBalancerSubnetIdBytes()
Optional. The ARM ID of the subnet where Kubernetes private service type load balancers are deployed. When unspecified, it defaults to AzureControlPlane.subnet_id. Example: "/subscriptions/d00494d6-6f3c-4280-bbb2-899e163d1d30/resourceGroups/anthos_cluster_gkeust4/providers/Microsoft.Network/virtualNetworks/gke-vnet-gkeust4/subnets/subnetid456"
string service_load_balancer_subnet_id = 5 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getServiceLoadBalancerSubnetIdBytes
in interfaceAzureClusterNetworkingOrBuilder
- Returns:
- The bytes for serviceLoadBalancerSubnetId.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AzureClusterNetworking parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureClusterNetworking parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureClusterNetworking parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureClusterNetworking parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureClusterNetworking parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureClusterNetworking parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureClusterNetworking parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AzureClusterNetworking parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AzureClusterNetworking parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AzureClusterNetworking parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static AzureClusterNetworking parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AzureClusterNetworking parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public AzureClusterNetworking.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AzureClusterNetworking.Builder newBuilder()
-
newBuilder
public static AzureClusterNetworking.Builder newBuilder(AzureClusterNetworking prototype)
-
toBuilder
public AzureClusterNetworking.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AzureClusterNetworking.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AzureClusterNetworking getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AzureClusterNetworking> parser()
-
getParserForType
public com.google.protobuf.Parser<AzureClusterNetworking> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AzureClusterNetworking getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-