Class: Google::Cloud::TelcoAutomation::V1::ResourceStatus
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::ResourceStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Status of a deployment resource.
Instance Attribute Summary collapse
-
#group ⇒ ::String
Group to which the resource belongs to.
-
#kind ⇒ ::String
Kind of the resource.
-
#name ⇒ ::String
Name of the resource.
-
#nf_deploy_status ⇒ ::Google::Cloud::TelcoAutomation::V1::NFDeployStatus
readonly
Output only.
-
#resource_namespace ⇒ ::String
Namespace of the resource.
-
#resource_type ⇒ ::Google::Cloud::TelcoAutomation::V1::ResourceType
readonly
Output only.
-
#status ⇒ ::Google::Cloud::TelcoAutomation::V1::Status
readonly
Output only.
-
#version ⇒ ::String
Version of the resource.
Instance Attribute Details
#group ⇒ ::String
Returns Group to which the resource belongs to.
1375 1376 1377 1378 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns Kind of the resource.
1375 1376 1377 1378 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the resource.
1375 1376 1377 1378 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nf_deploy_status ⇒ ::Google::Cloud::TelcoAutomation::V1::NFDeployStatus (readonly)
Returns Output only. Detailed status of NFDeploy.
1375 1376 1377 1378 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_namespace ⇒ ::String
Returns Namespace of the resource.
1375 1376 1377 1378 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_type ⇒ ::Google::Cloud::TelcoAutomation::V1::ResourceType (readonly)
Returns Output only. Resource type.
1375 1376 1377 1378 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Cloud::TelcoAutomation::V1::Status (readonly)
Returns Output only. Status of the resource.
1375 1376 1377 1378 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Version of the resource.
1375 1376 1377 1378 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |