Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::DeploymentUnitProgress.
The progress of a deployment unit provisioning or deprovisioning.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployment
def deployment() -> ::String
Returns
- (::String) — Output only. The name of the deployment to be provisioned. Format: 'projects/{project}/locations/{location}/deployments/{deployment}'.
#deployment_operation_summary
def deployment_operation_summary() -> ::Google::Cloud::ConfigService::V1::DeploymentOperationSummary
Returns
- (::Google::Cloud::ConfigService::V1::DeploymentOperationSummary) — Output only. The summary of the deployment operation.
#error
def error() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — Output only. Holds the error status of the deployment unit provisioning.
#intent
def intent() -> ::Google::Cloud::ConfigService::V1::DeploymentUnitProgress::Intent
Returns
- (::Google::Cloud::ConfigService::V1::DeploymentUnitProgress::Intent) — Output only. The intent of the deployment unit.
#state
def state() -> ::Google::Cloud::ConfigService::V1::DeploymentUnitProgress::State
Returns
- (::Google::Cloud::ConfigService::V1::DeploymentUnitProgress::State) — Output only. The current step of the deployment unit provisioning.
#state_description
def state_description() -> ::String
Returns
- (::String) — Output only. Additional information regarding the current state.
#unit_id
def unit_id() -> ::String
Returns
- (::String) — Output only. The unit id of the deployment unit to be provisioned.