Class: Google::Cloud::TelcoAutomation::V1::ComputeDeploymentStatusResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#aggregated_status::Google::Cloud::TelcoAutomation::V1::Status (readonly)

Returns Output only. Aggregated status of a deployment.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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