Class: Google::Cloud::GkeMultiCloud::V1::AzureServerConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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.



793
794
795
796
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 793

class AzureServerConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#supported_azure_regions::Array<::String>

Returns The list of supported Azure regions.

Returns:

  • (::Array<::String>)

    The list of supported Azure regions.



793
794
795
796
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 793

class AzureServerConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#valid_versions::Array<::Google::Cloud::GkeMultiCloud::V1::AzureK8sVersionInfo>

Returns 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



793
794
795
796
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 793

class AzureServerConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end