Enum NetworkProfileNetworkFeatures.AllowVpcPeering (1.65.0)

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

Specifies whether VPC peering is allowed.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNDEFINED_ALLOW_VPC_PEERING

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_VPC_PEERING = 0;

UNDEFINED_ALLOW_VPC_PEERING_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_VPC_PEERING = 0;

UNRECOGNIZED
VPC_PEERING_ALLOWED

VPC_PEERING_ALLOWED = 261465075;

VPC_PEERING_ALLOWED_VALUE

VPC_PEERING_ALLOWED = 261465075;

VPC_PEERING_BLOCKED

VPC_PEERING_BLOCKED = 77628471;

VPC_PEERING_BLOCKED_VALUE

VPC_PEERING_BLOCKED = 77628471;

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()