Enum Project.XpnProjectStatus (1.51.0)

public enum Project.XpnProjectStatus extends Enum<Project.XpnProjectStatus> implements ProtocolMessageEnum

[Output Only] The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated.

Protobuf enum google.cloud.compute.v1.Project.XpnProjectStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HOST

HOST = 2223528;

HOST_VALUE

HOST = 2223528;

UNDEFINED_XPN_PROJECT_STATUS

A value indicating that the enum field is not set.

UNDEFINED_XPN_PROJECT_STATUS = 0;

UNDEFINED_XPN_PROJECT_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_XPN_PROJECT_STATUS = 0;

UNRECOGNIZED
UNSPECIFIED_XPN_PROJECT_STATUS

UNSPECIFIED_XPN_PROJECT_STATUS = 340393257;

UNSPECIFIED_XPN_PROJECT_STATUS_VALUE

UNSPECIFIED_XPN_PROJECT_STATUS = 340393257;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()