View Source GoogleApi.CloudControlsPartner.V1.Model.Workload (google_api_cloud_controls_partner v0.3.1)

Contains metadata around the Workload resource in the Assured Workloads API.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Time the resource was created.
  • folder (type: String.t, default: nil) - Output only. The name of container folder of the assured workload
  • folderId (type: String.t, default: nil) - Output only. Folder id this workload is associated with
  • isOnboarded (type: boolean(), default: nil) - Indicates whether a workload is fully onboarded.
  • keyManagementProjectId (type: String.t, default: nil) - The project id of the key management project for the workload
  • location (type: String.t, default: nil) - The Google Cloud location of the workload
  • name (type: String.t, default: nil) - Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
  • partner (type: String.t, default: nil) - Partner associated with this workload.
  • workloadOnboardingState (type: GoogleApi.CloudControlsPartner.V1.Model.WorkloadOnboardingState.t, default: nil) - Container for workload onboarding steps.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudControlsPartner.V1.Model.Workload{
  createTime: DateTime.t() | nil,
  folder: String.t() | nil,
  folderId: String.t() | nil,
  isOnboarded: boolean() | nil,
  keyManagementProjectId: String.t() | nil,
  location: String.t() | nil,
  name: String.t() | nil,
  partner: String.t() | nil,
  workloadOnboardingState:
    GoogleApi.CloudControlsPartner.V1.Model.WorkloadOnboardingState.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.