Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class Fleet.
Fleet contains the Fleet-wide metadata and configuration.
Generated from protobuf message google.cloud.gkehub.v1.Fleet
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The full, unique resource name of this fleet in the format of projects/{project}/locations/{location}/fleets/{fleet}
. Each Google Cloud project can have at most one fleet resource, named "default".
↳ display_name
string
Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: Production Fleet
↳ create_time
↳ update_time
↳ delete_time
↳ uid
string
Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.
↳ state
↳ default_cluster_config
↳ labels
getName
Output only. The full, unique resource name of this fleet in the format of projects/{project}/locations/{location}/fleets/{fleet}
.
Each Google Cloud project can have at most one fleet resource, named "default".
string
setName
Output only. The full, unique resource name of this fleet in the format of projects/{project}/locations/{location}/fleets/{fleet}
.
Each Google Cloud project can have at most one fleet resource, named "default".
var
string
$this
getDisplayName
Optional. A user-assigned display name of the Fleet.
When present, it must be between 4 to 30 characters.
Allowed characters are: lowercase and uppercase letters, numbers,
hyphen, single-quote, double-quote, space, and exclamation point.
Example: Production Fleet
string
setDisplayName
Optional. A user-assigned display name of the Fleet.
When present, it must be between 4 to 30 characters.
Allowed characters are: lowercase and uppercase letters, numbers,
hyphen, single-quote, double-quote, space, and exclamation point.
Example: Production Fleet
var
string
$this
getCreateTime
Output only. When the Fleet was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. When the Fleet was created.
$this
getUpdateTime
Output only. When the Fleet was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. When the Fleet was last updated.
$this
getDeleteTime
Output only. When the Fleet was deleted.
hasDeleteTime
clearDeleteTime
setDeleteTime
Output only. When the Fleet was deleted.
$this
getUid
Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.
string
setUid
Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.
var
string
$this
getState
Output only. State of the namespace resource.
hasState
clearState
setState
Output only. State of the namespace resource.
$this
getDefaultClusterConfig
Optional. The default cluster configurations to apply across the fleet.
hasDefaultClusterConfig
clearDefaultClusterConfig
setDefaultClusterConfig
Optional. The default cluster configurations to apply across the fleet.
$this
getLabels
Optional. Labels for this Fleet.
setLabels
Optional. Labels for this Fleet.
$this

