Class: Google::Cloud::CloudControlsPartner::V1::WorkloadOnboardingStep

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb

Overview

Container for workload onboarding information.

Defined Under Namespace

Modules: Step

Instance Attribute Summary collapse

Instance Attribute Details

#completion_state::Google::Cloud::CloudControlsPartner::V1::CompletionState (readonly)

Returns Output only. The completion state of the onboarding step.

Returns:



158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 158

class WorkloadOnboardingStep
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum for possible onboarding steps.
  module Step
    # Unspecified step.
    STEP_UNSPECIFIED = 0

    # EKM Provisioned step.
    EKM_PROVISIONED = 1

    # Signed Access Approval step.
    SIGNED_ACCESS_APPROVAL_CONFIGURED = 2
  end
end

#completion_time::Google::Protobuf::Timestamp

Returns The completion time of the onboarding step.

Returns:



158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 158

class WorkloadOnboardingStep
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum for possible onboarding steps.
  module Step
    # Unspecified step.
    STEP_UNSPECIFIED = 0

    # EKM Provisioned step.
    EKM_PROVISIONED = 1

    # Signed Access Approval step.
    SIGNED_ACCESS_APPROVAL_CONFIGURED = 2
  end
end

#start_time::Google::Protobuf::Timestamp

Returns The starting time of the onboarding step.

Returns:



158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 158

class WorkloadOnboardingStep
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum for possible onboarding steps.
  module Step
    # Unspecified step.
    STEP_UNSPECIFIED = 0

    # EKM Provisioned step.
    EKM_PROVISIONED = 1

    # Signed Access Approval step.
    SIGNED_ACCESS_APPROVAL_CONFIGURED = 2
  end
end

#step::Google::Cloud::CloudControlsPartner::V1::WorkloadOnboardingStep::Step

Returns The onboarding step.



158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 158

class WorkloadOnboardingStep
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum for possible onboarding steps.
  module Step
    # Unspecified step.
    STEP_UNSPECIFIED = 0

    # EKM Provisioned step.
    EKM_PROVISIONED = 1

    # Signed Access Approval step.
    SIGNED_ACCESS_APPROVAL_CONFIGURED = 2
  end
end