public enum RestrictAllowedResourcesRequest.RestrictionType extends Enum<RestrictAllowedResourcesRequest.RestrictionType> implements ProtocolMessageEnumThe type of restriction.
Protobuf enum
google.cloud.assuredworkloads.v1.RestrictAllowedResourcesRequest.RestrictionType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| 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_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_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_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. |
| RESTRICTION_TYPE_UNSPECIFIED | Unknown restriction type. |
| RESTRICTION_TYPE_UNSPECIFIED_VALUE | Unknown restriction type. |
| 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() |