Class Workload (1.0.0)

Workload(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An Workload object for managing highly regulated workloads of cloud customers.

Attributes

NameDescription
name str
Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workload} Read-only.
display_name str
Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
resources Sequence[google.cloud.assuredworkloads_v1.types.Workload.ResourceInfo]
Output only. The resources associated with this workload. These resources will be created when creating the workload. If any of the projects already exist, the workload creation will fail. Always read only.
compliance_regime google.cloud.assuredworkloads_v1.types.Workload.ComplianceRegime
Required. Immutable. Compliance Regime associated with this workload.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Immutable. The Workload creation timestamp.
billing_account str
Required. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form billingAccounts/{billing_account_id}. For example, billingAccounts/012345-567890-ABCDEF.
etag str
Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update & Delete operations.
labels Sequence[google.cloud.assuredworkloads_v1.types.Workload.LabelsEntry]
Optional. Labels applied to the workload.
provisioned_resources_parent str
Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id}
kms_settings google.cloud.assuredworkloads_v1.types.Workload.KMSSettings
Input only. Settings used to create a CMEK crypto key. When set a project with a KMS CMEK key is provisioned. This field is mandatory for a subset of Compliance Regimes.
resource_settings Sequence[google.cloud.assuredworkloads_v1.types.Workload.ResourceSettings]
Input only. Resource properties that are used to customize workload resources. These properties (such as custom project id) will be used to create workload resources if possible. This field is optional.

Classes

ComplianceRegime

ComplianceRegime(value)

Supported Compliance Regimes.

KMSSettings

KMSSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Settings specific to the Key Management Service.

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

ResourceInfo

ResourceInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represent the resources that are children of this Workload.

ResourceSettings

ResourceSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represent the custom settings for the resources to be created.