Struct google_api_proto::google::cloud::gkemulticloud::v1::AzureClient
source · pub struct AzureClient {
pub name: String,
pub tenant_id: String,
pub application_id: String,
pub reconciling: bool,
pub annotations: BTreeMap<String, String>,
pub pem_certificate: String,
pub uid: String,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
}
Expand description
AzureClient
resources hold client authentication information needed by the
Anthos Multi-Cloud API to manage Azure resources on your Azure subscription.
When an [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] is
created, an AzureClient
resource needs to be provided and all operations on
Azure resources associated to that cluster will authenticate to Azure
services using the given client.
AzureClient
resources are immutable and cannot be modified upon creation.
Each AzureClient
resource is bound to a single Azure Active Directory
Application and tenant.
Fields§
§name: String
The name of this resource.
AzureClient
resource names are formatted as
projects/<project-number>/locations/<region>/azureClients/<client-id>
.
See Resource Names for more details on Google Cloud resource names.
tenant_id: String
Required. The Azure Active Directory Tenant ID.
application_id: String
Required. The Azure Active Directory Application ID.
reconciling: bool
Output only. If set, there are currently pending changes to the client.
annotations: BTreeMap<String, String>
Optional. Annotations on the resource.
This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
pem_certificate: String
Output only. The PEM encoded x509 certificate.
uid: String
Output only. A globally unique identifier for the client.
create_time: Option<Timestamp>
Output only. The time at which this resource was created.
update_time: Option<Timestamp>
Output only. The time at which this client was last updated.
Trait Implementations§
source§impl Clone for AzureClient
impl Clone for AzureClient
source§fn clone(&self) -> AzureClient
fn clone(&self) -> AzureClient
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AzureClient
impl Debug for AzureClient
source§impl Default for AzureClient
impl Default for AzureClient
source§impl Message for AzureClient
impl Message for AzureClient
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 AzureClient
impl PartialEq for AzureClient
source§fn eq(&self, other: &AzureClient) -> bool
fn eq(&self, other: &AzureClient) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AzureClient
Auto Trait Implementations§
impl Freeze for AzureClient
impl RefUnwindSafe for AzureClient
impl Send for AzureClient
impl Sync for AzureClient
impl Unpin for AzureClient
impl UnwindSafe for AzureClient
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