Class: Google::Cloud::GkeMultiCloud::V1::AzureControlPlane
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureControlPlane
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
AzureControlPlane represents the control plane configurations.
Defined Under Namespace
Classes: TagsEntry
Instance Attribute Summary collapse
-
#config_encryption ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureConfigEncryption
Optional.
-
#database_encryption ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureDatabaseEncryption
Optional.
-
#endpoint_subnet_id ⇒ ::String
Optional.
-
#main_volume ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureDiskTemplate
Optional.
-
#proxy_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureProxyConfig
Optional.
-
#replica_placements ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::ReplicaPlacement>
Optional.
-
#root_volume ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureDiskTemplate
Optional.
-
#ssh_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureSshConfig
Required.
-
#subnet_id ⇒ ::String
Optional.
-
#tags ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#version ⇒ ::String
Required.
-
#vm_size ⇒ ::String
Optional.
Instance Attribute Details
#config_encryption ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureConfigEncryption
Returns Optional. Configuration related to vm config encryption.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#database_encryption ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureDatabaseEncryption
Returns Optional. Configuration related to application-layer secrets encryption.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#endpoint_subnet_id ⇒ ::String
Returns Optional. The ARM ID of the subnet where the control plane load balancer is deployed. When unspecified, it defaults to AzureControlPlane.subnet_id.
Example: "/subscriptions/d00494d6-6f3c-4280-bbb2-899e163d1d30/resourceGroups/anthos_cluster_gkeust4/providers/Microsoft.Network/virtualNetworks/gke-vnet-gkeust4/subnets/subnetid123".
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#main_volume ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureDiskTemplate
Returns Optional. Configuration related to the main volume provisioned for each control plane replica. The main volume is in charge of storing all of the cluster's etcd state.
When unspecified, it defaults to a 8-GiB Azure Disk.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#proxy_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureProxyConfig
Returns Optional. Proxy configuration for outbound HTTP(S) traffic.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#replica_placements ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::ReplicaPlacement>
Returns Optional. Configuration for where to place the control plane replicas.
Up to three replica placement instances can be specified. If replica_placements is set, the replica placement instances will be applied to the three control plane replicas as evenly as possible.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#root_volume ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureDiskTemplate
Returns Optional. Configuration related to the root volume provisioned for each control plane replica.
When unspecified, it defaults to 32-GiB Azure Disk.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#ssh_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureSshConfig
Returns Required. SSH configuration for how to access the underlying control plane machines.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#subnet_id ⇒ ::String
Returns Optional. The ARM ID of the default subnet for the control plane. The
control plane VMs are deployed in this subnet, unless
AzureControlPlane.replica_placements
is specified. This subnet will also
be used as default for AzureControlPlane.endpoint_subnet_id
if
AzureControlPlane.endpoint_subnet_id
is not specified. Similarly it will
be used as default for
AzureClusterNetworking.service_load_balancer_subnet_id
.
Example:
/subscriptions/<subscription-id>/resourceGroups/<resource-group-id>/providers/Microsoft.Network/virtualNetworks/<vnet-id>/subnets/default
.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#tags ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. A set of tags to apply to all underlying control plane Azure resources.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#version ⇒ ::String
Returns Required. The Kubernetes version to run on control plane replicas
(e.g. 1.19.10-gke.1000
).
You can list all supported versions on a given Google Cloud region by calling GetAzureServerConfig.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#vm_size ⇒ ::String
Returns Optional. The Azure VM size name. Example: Standard_DS2_v2
.
For available VM sizes, see https://docs.microsoft.com/en-us/azure/virtual-machines/vm-naming-conventions.
When unspecified, it defaults to Standard_DS2_v2
.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 298 class AzureControlPlane include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |