public static enum NetworkProfileNetworkFeatures.SubnetworkPurposes extends Enum<NetworkProfileNetworkFeatures.SubnetworkPurposes> implements com.google.protobuf.ProtocolMessageEnum
Additional supported values which may be not listed in the enum directly due to technical reasons: PRIVATE_SERVICE_CONNECTProtobuf enum
google.cloud.compute.v1.NetworkProfileNetworkFeatures.SubnetworkPurposes| Enum Constant and Description |
|---|
GLOBAL_MANAGED_PROXY
Subnet reserved for Global Envoy-based Load Balancing.
|
INTERNAL_HTTPS_LOAD_BALANCER
Subnet reserved for Internal HTTP(S) Load Balancing.
|
PEER_MIGRATION
Subnetwork will be used for Migration from one peered VPC to another.
|
PRIVATE
Regular user created or automatically created subnet.
|
PRIVATE_NAT
Subnetwork used as source range for Private NAT Gateways.
|
PRIVATE_RFC_1918
Regular user created or automatically created subnet.
|
REGIONAL_MANAGED_PROXY
Subnetwork used for Regional Envoy-based Load Balancing.
|
UNDEFINED_SUBNETWORK_PURPOSES
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
GLOBAL_MANAGED_PROXY_VALUE
Subnet reserved for Global Envoy-based Load Balancing.
|
static int |
INTERNAL_HTTPS_LOAD_BALANCER_VALUE
Subnet reserved for Internal HTTP(S) Load Balancing.
|
static int |
PEER_MIGRATION_VALUE
Subnetwork will be used for Migration from one peered VPC to another.
|
static int |
PRIVATE_NAT_VALUE
Subnetwork used as source range for Private NAT Gateways.
|
static int |
PRIVATE_RFC_1918_VALUE
Regular user created or automatically created subnet.
|
static int |
PRIVATE_VALUE
Regular user created or automatically created subnet.
|
static int |
REGIONAL_MANAGED_PROXY_VALUE
Subnetwork used for Regional Envoy-based Load Balancing.
|
static int |
UNDEFINED_SUBNETWORK_PURPOSES_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkProfileNetworkFeatures.SubnetworkPurposes |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<NetworkProfileNetworkFeatures.SubnetworkPurposes> |
internalGetValueMap() |
static NetworkProfileNetworkFeatures.SubnetworkPurposes |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkProfileNetworkFeatures.SubnetworkPurposes |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkProfileNetworkFeatures.SubnetworkPurposes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkProfileNetworkFeatures.SubnetworkPurposes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkProfileNetworkFeatures.SubnetworkPurposes UNDEFINED_SUBNETWORK_PURPOSES
A value indicating that the enum field is not set.
UNDEFINED_SUBNETWORK_PURPOSES = 0;public static final NetworkProfileNetworkFeatures.SubnetworkPurposes GLOBAL_MANAGED_PROXY
Subnet reserved for Global Envoy-based Load Balancing.
GLOBAL_MANAGED_PROXY = 236463602;public static final NetworkProfileNetworkFeatures.SubnetworkPurposes INTERNAL_HTTPS_LOAD_BALANCER
Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy purpose, please use REGIONAL_MANAGED_PROXY instead.
INTERNAL_HTTPS_LOAD_BALANCER = 248748889;public static final NetworkProfileNetworkFeatures.SubnetworkPurposes PEER_MIGRATION
Subnetwork will be used for Migration from one peered VPC to another. (a transient state of subnetwork while migrating resources from one project to another).
PEER_MIGRATION = 491902225;public static final NetworkProfileNetworkFeatures.SubnetworkPurposes PRIVATE
Regular user created or automatically created subnet.
PRIVATE = 403485027;public static final NetworkProfileNetworkFeatures.SubnetworkPurposes PRIVATE_NAT
Subnetwork used as source range for Private NAT Gateways.
PRIVATE_NAT = 367764517;public static final NetworkProfileNetworkFeatures.SubnetworkPurposes PRIVATE_RFC_1918
Regular user created or automatically created subnet.
PRIVATE_RFC_1918 = 254902107;public static final NetworkProfileNetworkFeatures.SubnetworkPurposes REGIONAL_MANAGED_PROXY
Subnetwork used for Regional Envoy-based Load Balancing.
REGIONAL_MANAGED_PROXY = 153049966;public static final NetworkProfileNetworkFeatures.SubnetworkPurposes UNRECOGNIZED
public static final int UNDEFINED_SUBNETWORK_PURPOSES_VALUE
A value indicating that the enum field is not set.
UNDEFINED_SUBNETWORK_PURPOSES = 0;public static final int GLOBAL_MANAGED_PROXY_VALUE
Subnet reserved for Global Envoy-based Load Balancing.
GLOBAL_MANAGED_PROXY = 236463602;public static final int INTERNAL_HTTPS_LOAD_BALANCER_VALUE
Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy purpose, please use REGIONAL_MANAGED_PROXY instead.
INTERNAL_HTTPS_LOAD_BALANCER = 248748889;public static final int PEER_MIGRATION_VALUE
Subnetwork will be used for Migration from one peered VPC to another. (a transient state of subnetwork while migrating resources from one project to another).
PEER_MIGRATION = 491902225;public static final int PRIVATE_VALUE
Regular user created or automatically created subnet.
PRIVATE = 403485027;public static final int PRIVATE_NAT_VALUE
Subnetwork used as source range for Private NAT Gateways.
PRIVATE_NAT = 367764517;public static final int PRIVATE_RFC_1918_VALUE
Regular user created or automatically created subnet.
PRIVATE_RFC_1918 = 254902107;public static final int REGIONAL_MANAGED_PROXY_VALUE
Subnetwork used for Regional Envoy-based Load Balancing.
REGIONAL_MANAGED_PROXY = 153049966;public static NetworkProfileNetworkFeatures.SubnetworkPurposes[] values()
for (NetworkProfileNetworkFeatures.SubnetworkPurposes c : NetworkProfileNetworkFeatures.SubnetworkPurposes.values()) System.out.println(c);
public static NetworkProfileNetworkFeatures.SubnetworkPurposes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static NetworkProfileNetworkFeatures.SubnetworkPurposes valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NetworkProfileNetworkFeatures.SubnetworkPurposes forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NetworkProfileNetworkFeatures.SubnetworkPurposes> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static NetworkProfileNetworkFeatures.SubnetworkPurposes valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.