Assured Workloads v1 API - Class RestrictAllowedResourcesRequest (2.5.0)

public sealed class RestrictAllowedResourcesRequest : IMessage<RestrictAllowedResourcesRequest>, IEquatable<RestrictAllowedResourcesRequest>, IDeepCloneable<RestrictAllowedResourcesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Assured Workloads v1 API class RestrictAllowedResourcesRequest.

Request for restricting list of available resources in Workload environment.

Inheritance

object > RestrictAllowedResourcesRequest

Namespace

Google.Cloud.AssuredWorkloads.V1

Assembly

Google.Cloud.AssuredWorkloads.V1.dll

Constructors

RestrictAllowedResourcesRequest()

public RestrictAllowedResourcesRequest()

RestrictAllowedResourcesRequest(RestrictAllowedResourcesRequest)

public RestrictAllowedResourcesRequest(RestrictAllowedResourcesRequest other)
Parameter
NameDescription
otherRestrictAllowedResourcesRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the Workload. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".

Property Value
TypeDescription
string

RestrictionType

public RestrictAllowedResourcesRequest.Types.RestrictionType RestrictionType { get; set; }

Required. The type of restriction for using gcp products in the Workload environment.

Property Value
TypeDescription
RestrictAllowedResourcesRequestTypesRestrictionType