Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class CreateFleetRequest.
Request message for the GkeHub.CreateFleet method.
Generated from protobuf message google.cloud.gkehub.v1.CreateFleetRequest
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent (project and location) where the Fleet will be created. Specified in the format |
↳ fleet |
Fleet
Required. The fleet to create. |
getParent
Required. The parent (project and location) where the Fleet will be
created. Specified in the format projects/*/locations/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent (project and location) where the Fleet will be
created. Specified in the format projects/*/locations/*.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFleet
Required. The fleet to create.
| Returns | |
|---|---|
| Type | Description |
Fleet|null |
|
hasFleet
clearFleet
setFleet
Required. The fleet to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Fleet
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent (project and location) where the Fleet will be
created. Specified in the format |
fleet |
Fleet
Required. The fleet to create. |
| Returns | |
|---|---|
| Type | Description |
CreateFleetRequest |
|