Enum RestrictAllowedResourcesRequest.RestrictionType (2.17.0)

public enum RestrictAllowedResourcesRequest.RestrictionType extends Enum<RestrictAllowedResourcesRequest.RestrictionType> implements ProtocolMessageEnum

The type of restriction.

Protobuf enum google.cloud.assuredworkloads.v1.RestrictAllowedResourcesRequest.RestrictionType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALLOW_ALL_GCP_RESOURCES

Allow the use all of all gcp products, irrespective of the compliance posture. This effectively removes gcp.restrictServiceUsage OrgPolicy on the AssuredWorkloads Folder.

ALLOW_ALL_GCP_RESOURCES = 1;

ALLOW_ALL_GCP_RESOURCES_VALUE

Allow the use all of all gcp products, irrespective of the compliance posture. This effectively removes gcp.restrictServiceUsage OrgPolicy on the AssuredWorkloads Folder.

ALLOW_ALL_GCP_RESOURCES = 1;

ALLOW_COMPLIANT_RESOURCES

Based on Workload's compliance regime, allowed list changes. See - https://cloud.google.com/assured-workloads/docs/supported-products for the list of supported resources.

ALLOW_COMPLIANT_RESOURCES = 2;

ALLOW_COMPLIANT_RESOURCES_VALUE

Based on Workload's compliance regime, allowed list changes. See - https://cloud.google.com/assured-workloads/docs/supported-products for the list of supported resources.

ALLOW_COMPLIANT_RESOURCES = 2;

RESTRICTION_TYPE_UNSPECIFIED

Unknown restriction type.

RESTRICTION_TYPE_UNSPECIFIED = 0;

RESTRICTION_TYPE_UNSPECIFIED_VALUE

Unknown restriction type.

RESTRICTION_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

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