Anthos Multi-Cloud V1 API - Class Google::Cloud::GkeMultiCloud::V1::AzureClient (v0.9.0)

Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#annotations

def annotations() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::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.

#annotations=

def annotations=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::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.

Returns
  • (::Google::Protobuf::Map{::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.

#application_id

def application_id() -> ::String
Returns
  • (::String) — Required. The Azure Active Directory Application ID.

#application_id=

def application_id=(value) -> ::String
Parameter
  • value (::String) — Required. The Azure Active Directory Application ID.
Returns
  • (::String) — Required. The Azure Active Directory Application ID.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#name

def name() -> ::String
Returns
  • (::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.

#name=

def name=(value) -> ::String
Parameter
  • value (::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.

Returns
  • (::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.

#pem_certificate

def pem_certificate() -> ::String
Returns
  • (::String) — Output only. The PEM encoded x509 certificate.

#reconciling

def reconciling() -> ::Boolean
Returns
  • (::Boolean) — Output only. If set, there are currently pending changes to the client.

#tenant_id

def tenant_id() -> ::String
Returns
  • (::String) — Required. The Azure Active Directory Tenant ID.

#tenant_id=

def tenant_id=(value) -> ::String
Parameter
  • value (::String) — Required. The Azure Active Directory Tenant ID.
Returns
  • (::String) — Required. The Azure Active Directory Tenant ID.

#uid

def uid() -> ::String
Returns
  • (::String) — Output only. A globally unique identifier for the client.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns