Google Cloud Assured Workloads V1beta1 Client - Class RestrictAllowedResourcesRequest (0.8.3)

Reference documentation and code samples for the Google Cloud Assured Workloads V1beta1 Client class RestrictAllowedResourcesRequest.

Request for restricting list of available resources in Workload environment.

Generated from protobuf message google.cloud.assuredworkloads.v1beta1.RestrictAllowedResourcesRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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".

↳ restriction_type int

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

getName

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".

Returns
TypeDescription
string

setName

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".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRestrictionType

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

Returns
TypeDescription
int

setRestrictionType

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this