Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class ResourceStatus.
Status of a deployment resource.
Generated from protobuf message google.cloud.telcoautomation.v1.ResourceStatus
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the resource. |
↳ resource_namespace |
string
Namespace of the resource. |
↳ group |
string
Group to which the resource belongs to. |
↳ version |
string
Version of the resource. |
↳ kind |
string
Kind of the resource. |
↳ resource_type |
int
Output only. Resource type. |
↳ status |
int
Output only. Status of the resource. |
↳ nf_deploy_status |
NFDeployStatus
Output only. Detailed status of NFDeploy. |
getName
Name of the resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Name of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getResourceNamespace
Namespace of the resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setResourceNamespace
Namespace of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGroup
Group to which the resource belongs to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGroup
Group to which the resource belongs to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVersion
Version of the resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setVersion
Version of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getKind
Kind of the resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKind
Kind of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getResourceType
Output only. Resource type.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ResourceType. |
setResourceType
Output only. Resource type.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ResourceType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatus
Output only. Status of the resource.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Status. |
setStatus
Output only. Status of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Status. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNfDeployStatus
Output only. Detailed status of NFDeploy.
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus|null |
|
hasNfDeployStatus
clearNfDeployStatus
setNfDeployStatus
Output only. Detailed status of NFDeploy.
| Parameter | |
|---|---|
| Name | Description |
var |
NFDeployStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|