Class: Google::Cloud::GkeMultiCloud::V1::AzureServerConfig Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureServerConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
This message is deprecated and may be removed in the next major version update.
AzureServerConfig contains information about a Google Cloud location, such as supported Azure regions and Kubernetes versions.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The
AzureServerConfigresource name. -
#supported_azure_regions ⇒ ::Array<::String>
The list of supported Azure regions.
-
#valid_versions ⇒ ::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.
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.
813 814 815 816 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 813 class AzureServerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supported_azure_regions ⇒ ::Array<::String>
Returns The list of supported Azure regions.
813 814 815 816 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 813 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.
813 814 815 816 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 813 class AzureServerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |