Class: Google::Cloud::TelcoAutomation::V1::ComputeDeploymentStatusResponse
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::ComputeDeploymentStatusResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Response object for ComputeDeploymentStatus.
Instance Attribute Summary collapse
-
#aggregated_status ⇒ ::Google::Cloud::TelcoAutomation::V1::Status
readonly
Output only.
-
#name ⇒ ::String
The name of the deployment.
-
#resource_statuses ⇒ ::Array<::Google::Cloud::TelcoAutomation::V1::ResourceStatus>
readonly
Output only.
Instance Attribute Details
#aggregated_status ⇒ ::Google::Cloud::TelcoAutomation::V1::Status (readonly)
Returns Output only. Aggregated status of a deployment.
1081 1082 1083 1084 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1081 class ComputeDeploymentStatusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the deployment.
1081 1082 1083 1084 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1081 class ComputeDeploymentStatusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_statuses ⇒ ::Array<::Google::Cloud::TelcoAutomation::V1::ResourceStatus> (readonly)
Returns Output only. Resource level status details in deployments.
1081 1082 1083 1084 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1081 class ComputeDeploymentStatusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |