Reference documentation and code samples for the Compute V1 Client class Zone.
Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-a is located in the us-east1 region. For more information, read Regions and Zones.
Generated from protobuf message google.cloud.compute.v1.Zone
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ available_cpu_platforms
array
[Output Only] Available cpu/platform selections for the zone.
↳ creation_timestamp
string
[Output Only] Creation timestamp in RFC3339 text format.
↳ deprecated
Google\Cloud\Compute\V1\DeprecationStatus
[Output Only] The deprecation status associated with this zone.
↳ description
string
[Output Only] Textual description of the resource.
↳ id
int|string
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
↳ kind
string
[Output Only] Type of the resource. Always compute#zone for zones.
↳ name
string
[Output Only] Name of the resource.
↳ region
string
[Output Only] Full URL reference to the region which hosts the zone.
↳ self_link
string
[Output Only] Server-defined URL for the resource.
↳ status
string
[Output Only] Status of the zone, either UP or DOWN. Check the Status enum for the list of possible values.
↳ supports_pzs
bool
[Output Only] Reserved for future use.
getAvailableCpuPlatforms
[Output Only] Available cpu/platform selections for the zone.
Generated from protobuf field repeated string available_cpu_platforms = 175536531;
Google\Protobuf\Internal\RepeatedField
setAvailableCpuPlatforms
[Output Only] Available cpu/platform selections for the zone.
Generated from protobuf field repeated string available_cpu_platforms = 175536531;
var
string[]
$this
getCreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
Generated from protobuf field optional string creation_timestamp = 30525366;
string
hasCreationTimestamp
clearCreationTimestamp
setCreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
Generated from protobuf field optional string creation_timestamp = 30525366;
var
string
$this
getDeprecated
[Output Only] The deprecation status associated with this zone.
Generated from protobuf field optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
hasDeprecated
clearDeprecated
setDeprecated
[Output Only] The deprecation status associated with this zone.
Generated from protobuf field optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
$this
getDescription
[Output Only] Textual description of the resource.
Generated from protobuf field optional string description = 422937596;
string
hasDescription
clearDescription
setDescription
[Output Only] Textual description of the resource.
Generated from protobuf field optional string description = 422937596;
var
string
$this
getId
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
Generated from protobuf field optional uint64 id = 3355;
int|string
hasId
clearId
setId
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
Generated from protobuf field optional uint64 id = 3355;
var
int|string
$this
getKind
[Output Only] Type of the resource. Always compute#zone for zones.
Generated from protobuf field optional string kind = 3292052;
string
hasKind
clearKind
setKind
[Output Only] Type of the resource. Always compute#zone for zones.
Generated from protobuf field optional string kind = 3292052;
var
string
$this
getName
[Output Only] Name of the resource.
Generated from protobuf field optional string name = 3373707;
string
hasName
clearName
setName
[Output Only] Name of the resource.
Generated from protobuf field optional string name = 3373707;
var
string
$this
getRegion
[Output Only] Full URL reference to the region which hosts the zone.
Generated from protobuf field optional string region = 138946292;
string
hasRegion
clearRegion
setRegion
[Output Only] Full URL reference to the region which hosts the zone.
Generated from protobuf field optional string region = 138946292;
var
string
$this
getSelfLink
[Output Only] Server-defined URL for the resource.
Generated from protobuf field optional string self_link = 456214797;
string
hasSelfLink
clearSelfLink
setSelfLink
[Output Only] Server-defined URL for the resource.
Generated from protobuf field optional string self_link = 456214797;
var
string
$this
getStatus
[Output Only] Status of the zone, either UP or DOWN.
Check the Status enum for the list of possible values.
Generated from protobuf field optional string status = 181260274;
string
hasStatus
clearStatus
setStatus
[Output Only] Status of the zone, either UP or DOWN.
Check the Status enum for the list of possible values.
Generated from protobuf field optional string status = 181260274;
var
string
$this
getSupportsPzs
[Output Only] Reserved for future use.
Generated from protobuf field optional bool supports_pzs = 83983214;
bool
hasSupportsPzs
clearSupportsPzs
setSupportsPzs
[Output Only] Reserved for future use.
Generated from protobuf field optional bool supports_pzs = 83983214;
var
bool
$this