Enum NetworkProfileNetworkFeatures.SubnetworkPurposes (1.73.0)

public enum NetworkProfileNetworkFeatures.SubnetworkPurposes extends Enum<NetworkProfileNetworkFeatures.SubnetworkPurposes> implements ProtocolMessageEnum

Additional supported values which may be not listed in the enum directly due to technical reasons: PRIVATE_SERVICE_CONNECT

Protobuf enum google.cloud.compute.v1.NetworkProfileNetworkFeatures.SubnetworkPurposes

Implements

ProtocolMessageEnum

Static Fields

Name Description
GLOBAL_MANAGED_PROXY

Subnet reserved for Global Envoy-based Load Balancing.

GLOBAL_MANAGED_PROXY = 236463602;

GLOBAL_MANAGED_PROXY_VALUE

Subnet reserved for Global Envoy-based Load Balancing.

GLOBAL_MANAGED_PROXY = 236463602;

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;

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;

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;

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;

PRIVATE

Regular user created or automatically created subnet.

PRIVATE = 403485027;

PRIVATE_NAT

Subnetwork used as source range for Private NAT Gateways.

PRIVATE_NAT = 367764517;

PRIVATE_NAT_VALUE

Subnetwork used as source range for Private NAT Gateways.

PRIVATE_NAT = 367764517;

PRIVATE_RFC_1918

Regular user created or automatically created subnet.

PRIVATE_RFC_1918 = 254902107;

PRIVATE_RFC_1918_VALUE

Regular user created or automatically created subnet.

PRIVATE_RFC_1918 = 254902107;

PRIVATE_VALUE

Regular user created or automatically created subnet.

PRIVATE = 403485027;

REGIONAL_MANAGED_PROXY

Subnetwork used for Regional Envoy-based Load Balancing.

REGIONAL_MANAGED_PROXY = 153049966;

REGIONAL_MANAGED_PROXY_VALUE

Subnetwork used for Regional Envoy-based Load Balancing.

REGIONAL_MANAGED_PROXY = 153049966;

UNDEFINED_SUBNETWORK_PURPOSES

A value indicating that the enum field is not set.

UNDEFINED_SUBNETWORK_PURPOSES = 0;

UNDEFINED_SUBNETWORK_PURPOSES_VALUE

A value indicating that the enum field is not set.

UNDEFINED_SUBNETWORK_PURPOSES = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()