Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::ResourceStatus.
Status of a deployment resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#group
def group() -> ::String
Returns
- (::String) — Group to which the resource belongs to.
#group=
def group=(value) -> ::String
Parameter
- value (::String) — Group to which the resource belongs to.
Returns
- (::String) — Group to which the resource belongs to.
#kind
def kind() -> ::String
Returns
- (::String) — Kind of the resource.
#kind=
def kind=(value) -> ::String
Parameter
- value (::String) — Kind of the resource.
Returns
- (::String) — Kind of the resource.
#name
def name() -> ::String
Returns
- (::String) — Name of the resource.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the resource.
Returns
- (::String) — Name of the resource.
#nf_deploy_status
def nf_deploy_status() -> ::Google::Cloud::TelcoAutomation::V1::NFDeployStatus
Returns
- (::Google::Cloud::TelcoAutomation::V1::NFDeployStatus) — Output only. Detailed status of NFDeploy.
#resource_namespace
def resource_namespace() -> ::String
Returns
- (::String) — Namespace of the resource.
#resource_namespace=
def resource_namespace=(value) -> ::String
Parameter
- value (::String) — Namespace of the resource.
Returns
- (::String) — Namespace of the resource.
#resource_type
def resource_type() -> ::Google::Cloud::TelcoAutomation::V1::ResourceType
Returns
- (::Google::Cloud::TelcoAutomation::V1::ResourceType) — Output only. Resource type.
#status
def status() -> ::Google::Cloud::TelcoAutomation::V1::Status
Returns
- (::Google::Cloud::TelcoAutomation::V1::Status) — Output only. Status of the resource.
#version
def version() -> ::String
Returns
- (::String) — Version of the resource.
#version=
def version=(value) -> ::String
Parameter
- value (::String) — Version of the resource.
Returns
- (::String) — Version of the resource.