Struct google_api_proto::google::cloud::gkemulticloud::v1::CreateAzureClusterRequest
source · pub struct CreateAzureClusterRequest {
pub parent: String,
pub azure_cluster: Option<AzureCluster>,
pub azure_cluster_id: String,
pub validate_only: bool,
}
Expand description
Request message for AzureClusters.CreateAzureCluster
method.
Fields§
§parent: String
Required. The parent location where this [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] 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.
azure_cluster: Option<AzureCluster>
Required. The specification of the [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] to create.
azure_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
[AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource name
formatted as
projects/<project-id>/locations/<region>/azureClusters/<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.
Trait Implementations§
source§impl Clone for CreateAzureClusterRequest
impl Clone for CreateAzureClusterRequest
source§fn clone(&self) -> CreateAzureClusterRequest
fn clone(&self) -> CreateAzureClusterRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateAzureClusterRequest
impl Debug for CreateAzureClusterRequest
source§impl Default for CreateAzureClusterRequest
impl Default for CreateAzureClusterRequest
source§impl Message for CreateAzureClusterRequest
impl Message for CreateAzureClusterRequest
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for CreateAzureClusterRequest
impl PartialEq for CreateAzureClusterRequest
source§fn eq(&self, other: &CreateAzureClusterRequest) -> bool
fn eq(&self, other: &CreateAzureClusterRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateAzureClusterRequest
Auto Trait Implementations§
impl Freeze for CreateAzureClusterRequest
impl RefUnwindSafe for CreateAzureClusterRequest
impl Send for CreateAzureClusterRequest
impl Sync for CreateAzureClusterRequest
impl Unpin for CreateAzureClusterRequest
impl UnwindSafe for CreateAzureClusterRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request