Google Anthos Multi Cloud V1 Client - Class CreateAwsClusterRequest (0.3.0)

Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class CreateAwsClusterRequest.

Request message for AwsClusters.CreateAwsCluster method.

Generated from protobuf message google.cloud.gkemulticloud.v1.CreateAwsClusterRequest

Methods

build

Parameters
NameDescription
parent string

Required. The parent location where this AwsCluster resource will be created.

Location names are formatted as projects/<project-id>/locations/<region>.

See Resource Names for more details on Google Cloud resource names. Please see {@see \Google\Cloud\GkeMultiCloud\V1\AwsClustersClient::locationName()} for help formatting this field.

awsCluster Google\Cloud\GkeMultiCloud\V1\AwsCluster

Required. The specification of the AwsCluster to create.

awsClusterId string

Required. A client provided ID the resource. Must be unique within the parent resource.

The provided ID will be part of the AwsCluster resource name formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>.

Valid characters are /[a-z][0-9]-/. Cannot be longer than 63 characters.

Returns
TypeDescription
Google\Cloud\GkeMultiCloud\V1\CreateAwsClusterRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent location where this AwsCluster resource will be created. Location names are formatted as projects/<project-id>/locations/<region>. See Resource Names for more details on Google Cloud resource names.

↳ aws_cluster Google\Cloud\GkeMultiCloud\V1\AwsCluster

Required. The specification of the AwsCluster to create.

↳ aws_cluster_id string

Required. A client provided ID the resource. Must be unique within the parent resource. The provided ID will be part of the AwsCluster resource name formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>. Valid characters are /[a-z][0-9]-/. Cannot be longer than 63 characters.

↳ validate_only bool

If set, only validate the request, but do not actually create the cluster.

getParent

Required. The parent location where this AwsCluster resource will be created.

Location names are formatted as projects/<project-id>/locations/<region>. See Resource Names for more details on Google Cloud resource names.

Returns
TypeDescription
string

setParent

Required. The parent location where this AwsCluster resource will be created.

Location names are formatted as projects/<project-id>/locations/<region>. See Resource Names for more details on Google Cloud resource names.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAwsCluster

Required. The specification of the AwsCluster to create.

Returns
TypeDescription
Google\Cloud\GkeMultiCloud\V1\AwsCluster|null

hasAwsCluster

clearAwsCluster

setAwsCluster

Required. The specification of the AwsCluster to create.

Parameter
NameDescription
var Google\Cloud\GkeMultiCloud\V1\AwsCluster
Returns
TypeDescription
$this

getAwsClusterId

Required. A client provided ID the resource. Must be unique within the parent resource.

The provided ID will be part of the AwsCluster resource name formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>. Valid characters are /[a-z][0-9]-/. Cannot be longer than 63 characters.

Returns
TypeDescription
string

setAwsClusterId

Required. A client provided ID the resource. Must be unique within the parent resource.

The provided ID will be part of the AwsCluster resource name formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>. Valid characters are /[a-z][0-9]-/. Cannot be longer than 63 characters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValidateOnly

If set, only validate the request, but do not actually create the cluster.

Returns
TypeDescription
bool

setValidateOnly

If set, only validate the request, but do not actually create the cluster.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this