Struct google_api_proto::google::cloud::gkemulticloud::v1::AzureControlPlane
source · pub struct AzureControlPlane {
pub version: String,
pub subnet_id: String,
pub vm_size: String,
pub ssh_config: Option<AzureSshConfig>,
pub root_volume: Option<AzureDiskTemplate>,
pub main_volume: Option<AzureDiskTemplate>,
pub database_encryption: Option<AzureDatabaseEncryption>,
pub proxy_config: Option<AzureProxyConfig>,
pub config_encryption: Option<AzureConfigEncryption>,
pub tags: BTreeMap<String, String>,
pub replica_placements: Vec<ReplicaPlacement>,
pub endpoint_subnet_id: String,
}
Expand description
AzureControlPlane represents the control plane configurations.
Fields§
§version: String
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][google.cloud.gkemulticloud.v1.AzureClusters.GetAzureServerConfig].
subnet_id: String
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
.
vm_size: String
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
.
ssh_config: Option<AzureSshConfig>
Required. SSH configuration for how to access the underlying control plane machines.
root_volume: Option<AzureDiskTemplate>
Optional. Configuration related to the root volume provisioned for each control plane replica.
When unspecified, it defaults to 32-GiB Azure Disk.
main_volume: Option<AzureDiskTemplate>
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.
database_encryption: Option<AzureDatabaseEncryption>
Optional. Configuration related to application-layer secrets encryption.
proxy_config: Option<AzureProxyConfig>
Optional. Proxy configuration for outbound HTTP(S) traffic.
config_encryption: Option<AzureConfigEncryption>
Optional. Configuration related to vm config encryption.
Optional. A set of tags to apply to all underlying control plane Azure resources.
replica_placements: Vec<ReplicaPlacement>
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.
endpoint_subnet_id: String
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”
Trait Implementations§
source§impl Clone for AzureControlPlane
impl Clone for AzureControlPlane
source§fn clone(&self) -> AzureControlPlane
fn clone(&self) -> AzureControlPlane
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AzureControlPlane
impl Debug for AzureControlPlane
source§impl Default for AzureControlPlane
impl Default for AzureControlPlane
source§impl Message for AzureControlPlane
impl Message for AzureControlPlane
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for AzureControlPlane
impl PartialEq for AzureControlPlane
source§fn eq(&self, other: &AzureControlPlane) -> bool
fn eq(&self, other: &AzureControlPlane) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AzureControlPlane
Auto Trait Implementations§
impl Freeze for AzureControlPlane
impl RefUnwindSafe for AzureControlPlane
impl Send for AzureControlPlane
impl Sync for AzureControlPlane
impl Unpin for AzureControlPlane
impl UnwindSafe for AzureControlPlane
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request