Class Workload (0.1.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, single-quote, double-quote, space, and exclamation point. Example: My Workload
resources Sequence[.assuredworkloads_v1beta1.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 .assuredworkloads_v1beta1.Workload.ComplianceRegime
Required. Immutable. Compliance Regime associated with this workload.
create_time .timestamp.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.
il4_settings .assuredworkloads_v1beta1.Workload.IL4Settings
Required. Input only. Immutable. Settings specific to resources needed for IL4.
cjis_settings .assuredworkloads_v1beta1.Workload.CJISSettings
Required. Input only. Immutable. Settings specific to resources needed for CJIS.
fedramp_high_settings .assuredworkloads_v1beta1.Workload.FedrampHighSettings
Required. Input only. Immutable. Settings specific to resources needed for FedRAMP High.
fedramp_moderate_settings .assuredworkloads_v1beta1.Workload.FedrampModerateSettings
Required. Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate.
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[.assuredworkloads_v1beta1.Workload.LabelsEntry]
Optional. Labels applied to the workload.

Classes

CJISSettings

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

Settings specific to resources needed for CJIS.

ComplianceRegime

ComplianceRegime(value)

Supported Compliance Regimes.

FedrampHighSettings

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

Settings specific to resources needed for FedRAMP High.

FedrampModerateSettings

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

Settings specific to resources needed for FedRAMP Moderate.

IL4Settings

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

Settings specific to resources needed for IL4.

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.