Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::CreateAzureClientRequest.
Request message for AzureClusters.CreateAzureClient
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#azure_client
def azure_client() -> ::Google::Cloud::GkeMultiCloud::V1::AzureClient
- (::Google::Cloud::GkeMultiCloud::V1::AzureClient) — Required. The specification of the AzureClient to create.
#azure_client=
def azure_client=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AzureClient
- value (::Google::Cloud::GkeMultiCloud::V1::AzureClient) — Required. The specification of the AzureClient to create.
- (::Google::Cloud::GkeMultiCloud::V1::AzureClient) — Required. The specification of the AzureClient to create.
#azure_client_id
def azure_client_id() -> ::String
-
(::String) — Required. A client provided ID the resource. Must be unique within the
parent resource.
The provided ID will be part of the AzureClient resource name formatted as
projects/<project-id>/locations/<region>/azureClients/<client-id>
.Valid characters are
/[a-z][0-9]-/
. Cannot be longer than 63 characters.
#azure_client_id=
def azure_client_id=(value) -> ::String
-
value (::String) — Required. A client provided ID the resource. Must be unique within the
parent resource.
The provided ID will be part of the AzureClient resource name formatted as
projects/<project-id>/locations/<region>/azureClients/<client-id>
.Valid characters are
/[a-z][0-9]-/
. Cannot be longer than 63 characters.
-
(::String) — Required. A client provided ID the resource. Must be unique within the
parent resource.
The provided ID will be part of the AzureClient resource name formatted as
projects/<project-id>/locations/<region>/azureClients/<client-id>
.Valid characters are
/[a-z][0-9]-/
. Cannot be longer than 63 characters.
#parent
def parent() -> ::String
-
(::String) — Required. The parent location where this
AzureClient 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.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent location where this
AzureClient 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.
-
(::String) — Required. The parent location where this
AzureClient 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.
#validate_only
def validate_only() -> ::Boolean
- (::Boolean) — If set, only validate the request, but do not actually create the client.
#validate_only=
def validate_only=(value) -> ::Boolean
- value (::Boolean) — If set, only validate the request, but do not actually create the client.
- (::Boolean) — If set, only validate the request, but do not actually create the client.