Class WorkloadOnboardingStep (0.1.0)

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

Container for workload onboarding information.

Attributes

NameDescription
step google.cloud.cloudcontrolspartner_v1.types.WorkloadOnboardingStep.Step
The onboarding step.
start_time google.protobuf.timestamp_pb2.Timestamp
The starting time of the onboarding step.
completion_time google.protobuf.timestamp_pb2.Timestamp
The completion time of the onboarding step.
completion_state google.cloud.cloudcontrolspartner_v1.types.CompletionState
Output only. The completion state of the onboarding step.

Classes

Step

Step(value)

Enum for possible onboarding steps.

Values: STEP_UNSPECIFIED (0): Unspecified step. EKM_PROVISIONED (1): EKM Provisioned step. SIGNED_ACCESS_APPROVAL_CONFIGURED (2): Signed Access Approval step.