Reference documentation and code samples for the Google Cloud App Hub V1 Client class WorkloadProperties.
Properties of an underlying compute resource represented by the Workload.
Generated from protobuf message google.cloud.apphub.v1.WorkloadProperties
Namespace
Google \ Cloud \ AppHub \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcp_project |
string
Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources. |
↳ location |
string
Output only. The location that the underlying compute resource resides in (e.g us-west1). |
↳ zone |
string
Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a). |
getGcpProject
Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources.
Returns | |
---|---|
Type | Description |
string |
setGcpProject
Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLocation
Output only. The location that the underlying compute resource resides in (e.g us-west1).
Returns | |
---|---|
Type | Description |
string |
setLocation
Output only. The location that the underlying compute resource resides in (e.g us-west1).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getZone
Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a).
Returns | |
---|---|
Type | Description |
string |
setZone
Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |