Enum ResourceType (0.13.0)

public enum ResourceType extends Enum<ResourceType> implements ProtocolMessageEnum

Represent type of CR.

Protobuf enum google.cloud.telcoautomation.v1.ResourceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEPLOYMENT_RESOURCE

CRs that are part of a blueprint.

DEPLOYMENT_RESOURCE = 2;

DEPLOYMENT_RESOURCE_VALUE

CRs that are part of a blueprint.

DEPLOYMENT_RESOURCE = 2;

NF_DEPLOY_RESOURCE

User specified NF Deploy CR.

NF_DEPLOY_RESOURCE = 1;

NF_DEPLOY_RESOURCE_VALUE

User specified NF Deploy CR.

NF_DEPLOY_RESOURCE = 1;

RESOURCE_TYPE_UNSPECIFIED

Unspecified resource type.

RESOURCE_TYPE_UNSPECIFIED = 0;

RESOURCE_TYPE_UNSPECIFIED_VALUE

Unspecified resource type.

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