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

Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AzureServerConfig.

AzureServerConfig contains information about a Google Cloud location, such as supported Azure regions and Kubernetes versions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — The AzureServerConfig resource name.

    AzureServerConfig names are formatted as projects/<project-number>/locations/<region>/azureServerConfig.

    See Resource Names for more details on Google Cloud Platform resource names.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The AzureServerConfig resource name.

    AzureServerConfig names are formatted as projects/<project-number>/locations/<region>/azureServerConfig.

    See Resource Names for more details on Google Cloud Platform resource names.

Returns
  • (::String) — The AzureServerConfig resource name.

    AzureServerConfig names are formatted as projects/<project-number>/locations/<region>/azureServerConfig.

    See Resource Names for more details on Google Cloud Platform resource names.

#supported_azure_regions

def supported_azure_regions() -> ::Array<::String>
Returns
  • (::Array<::String>) — The list of supported Azure regions.

#supported_azure_regions=

def supported_azure_regions=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The list of supported Azure regions.
Returns
  • (::Array<::String>) — The list of supported Azure regions.

#valid_versions

def valid_versions() -> ::Array<::Google::Cloud::GkeMultiCloud::V1::AzureK8sVersionInfo>
Returns
  • (::Array<::Google::Cloud::GkeMultiCloud::V1::AzureK8sVersionInfo>) — List of all released Kubernetes versions, including ones which are end of life and can no longer be used. Filter by the enabled property to limit to currently available versions. Valid versions supported for both create and update operations

#valid_versions=

def valid_versions=(value) -> ::Array<::Google::Cloud::GkeMultiCloud::V1::AzureK8sVersionInfo>
Parameter
  • value (::Array<::Google::Cloud::GkeMultiCloud::V1::AzureK8sVersionInfo>) — List of all released Kubernetes versions, including ones which are end of life and can no longer be used. Filter by the enabled property to limit to currently available versions. Valid versions supported for both create and update operations
Returns
  • (::Array<::Google::Cloud::GkeMultiCloud::V1::AzureK8sVersionInfo>) — List of all released Kubernetes versions, including ones which are end of life and can no longer be used. Filter by the enabled property to limit to currently available versions. Valid versions supported for both create and update operations