Enum NetworkProfileNetworkFeatures.AllowPsc (1.65.0)

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

Specifies whether PSC creation is allowed.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
PSC_ALLOWED

PSC_ALLOWED = 171559657;

PSC_ALLOWED_VALUE

PSC_ALLOWED = 171559657;

PSC_BLOCKED

PSC_BLOCKED = 524593965;

PSC_BLOCKED_VALUE

PSC_BLOCKED = 524593965;

UNDEFINED_ALLOW_PSC

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_PSC = 0;

UNDEFINED_ALLOW_PSC_VALUE

A value indicating that the enum field is not set.

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