Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AzureClient.
AzureClient
resources hold client authentication information needed by the
Anthos Multi-Cloud API to manage Azure resources on your Azure subscription.
When an 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.
Generated from protobuf message google.cloud.gkemulticloud.v1.AzureClient
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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
array| Google\Protobuf\Internal\MapField
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
↳ update_time
getName
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.
string
setName
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.
var
string
$this
getTenantId
Required. The Azure Active Directory Tenant ID.
string
setTenantId
Required. The Azure Active Directory Tenant ID.
var
string
$this
getApplicationId
Required. The Azure Active Directory Application ID.
string
setApplicationId
Required. The Azure Active Directory Application ID.
var
string
$this
getReconciling
Output only. If set, there are currently pending changes to the client.
bool
setReconciling
Output only. If set, there are currently pending changes to the client.
var
bool
$this
getAnnotations
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.
setAnnotations
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.
$this
getPemCertificate
Output only. The PEM encoded x509 certificate.
string
setPemCertificate
Output only. The PEM encoded x509 certificate.
var
string
$this
getUid
Output only. A globally unique identifier for the client.
string
setUid
Output only. A globally unique identifier for the client.
var
string
$this
getCreateTime
Output only. The time at which this resource was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time at which this resource was created.
$this
getUpdateTime
Output only. The time at which this client was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time at which this client was last updated.
$this