Interface AzureControlPlaneOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AzureControlPlane, AzureControlPlane.Builder

    public interface AzureControlPlaneOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getVersion

        String getVersion()
         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].
         
        string version = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         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].
         
        string version = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for version.
      • getSubnetId

        String getSubnetId()
         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`.
         
        string subnet_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The subnetId.
      • getSubnetIdBytes

        com.google.protobuf.ByteString getSubnetIdBytes()
         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`.
         
        string subnet_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for subnetId.
      • getVmSize

        String getVmSize()
         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`.
         
        string vm_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The vmSize.
      • getVmSizeBytes

        com.google.protobuf.ByteString getVmSizeBytes()
         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`.
         
        string vm_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for vmSize.
      • hasSshConfig

        boolean hasSshConfig()
         Required. SSH configuration for how to access the underlying control plane
         machines.
         
        .google.cloud.gkemulticloud.v1.AzureSshConfig ssh_config = 11 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the sshConfig field is set.
      • getSshConfig

        AzureSshConfig getSshConfig()
         Required. SSH configuration for how to access the underlying control plane
         machines.
         
        .google.cloud.gkemulticloud.v1.AzureSshConfig ssh_config = 11 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The sshConfig.
      • getSshConfigOrBuilder

        AzureSshConfigOrBuilder getSshConfigOrBuilder()
         Required. SSH configuration for how to access the underlying control plane
         machines.
         
        .google.cloud.gkemulticloud.v1.AzureSshConfig ssh_config = 11 [(.google.api.field_behavior) = REQUIRED];
      • hasRootVolume

        boolean hasRootVolume()
         Optional. Configuration related to the root volume provisioned for each
         control plane replica.
        
         When unspecified, it defaults to 32-GiB Azure Disk.
         
        .google.cloud.gkemulticloud.v1.AzureDiskTemplate root_volume = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the rootVolume field is set.
      • getRootVolume

        AzureDiskTemplate getRootVolume()
         Optional. Configuration related to the root volume provisioned for each
         control plane replica.
        
         When unspecified, it defaults to 32-GiB Azure Disk.
         
        .google.cloud.gkemulticloud.v1.AzureDiskTemplate root_volume = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The rootVolume.
      • getRootVolumeOrBuilder

        AzureDiskTemplateOrBuilder getRootVolumeOrBuilder()
         Optional. Configuration related to the root volume provisioned for each
         control plane replica.
        
         When unspecified, it defaults to 32-GiB Azure Disk.
         
        .google.cloud.gkemulticloud.v1.AzureDiskTemplate root_volume = 4 [(.google.api.field_behavior) = OPTIONAL];
      • hasMainVolume

        boolean hasMainVolume()
         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.
         
        .google.cloud.gkemulticloud.v1.AzureDiskTemplate main_volume = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the mainVolume field is set.
      • getMainVolume

        AzureDiskTemplate getMainVolume()
         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.
         
        .google.cloud.gkemulticloud.v1.AzureDiskTemplate main_volume = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The mainVolume.
      • getMainVolumeOrBuilder

        AzureDiskTemplateOrBuilder getMainVolumeOrBuilder()
         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.
         
        .google.cloud.gkemulticloud.v1.AzureDiskTemplate main_volume = 5 [(.google.api.field_behavior) = OPTIONAL];
      • hasDatabaseEncryption

        boolean hasDatabaseEncryption()
         Optional. Configuration related to application-layer secrets encryption.
         
        .google.cloud.gkemulticloud.v1.AzureDatabaseEncryption database_encryption = 10 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the databaseEncryption field is set.
      • getDatabaseEncryption

        AzureDatabaseEncryption getDatabaseEncryption()
         Optional. Configuration related to application-layer secrets encryption.
         
        .google.cloud.gkemulticloud.v1.AzureDatabaseEncryption database_encryption = 10 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The databaseEncryption.
      • getDatabaseEncryptionOrBuilder

        AzureDatabaseEncryptionOrBuilder getDatabaseEncryptionOrBuilder()
         Optional. Configuration related to application-layer secrets encryption.
         
        .google.cloud.gkemulticloud.v1.AzureDatabaseEncryption database_encryption = 10 [(.google.api.field_behavior) = OPTIONAL];
      • hasProxyConfig

        boolean hasProxyConfig()
         Optional. Proxy configuration for outbound HTTP(S) traffic.
         
        .google.cloud.gkemulticloud.v1.AzureProxyConfig proxy_config = 12 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the proxyConfig field is set.
      • getProxyConfig

        AzureProxyConfig getProxyConfig()
         Optional. Proxy configuration for outbound HTTP(S) traffic.
         
        .google.cloud.gkemulticloud.v1.AzureProxyConfig proxy_config = 12 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The proxyConfig.
      • getProxyConfigOrBuilder

        AzureProxyConfigOrBuilder getProxyConfigOrBuilder()
         Optional. Proxy configuration for outbound HTTP(S) traffic.
         
        .google.cloud.gkemulticloud.v1.AzureProxyConfig proxy_config = 12 [(.google.api.field_behavior) = OPTIONAL];
      • hasConfigEncryption

        boolean hasConfigEncryption()
         Optional. Configuration related to vm config encryption.
         
        .google.cloud.gkemulticloud.v1.AzureConfigEncryption config_encryption = 14 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the configEncryption field is set.
      • getConfigEncryption

        AzureConfigEncryption getConfigEncryption()
         Optional. Configuration related to vm config encryption.
         
        .google.cloud.gkemulticloud.v1.AzureConfigEncryption config_encryption = 14 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The configEncryption.
      • getConfigEncryptionOrBuilder

        AzureConfigEncryptionOrBuilder getConfigEncryptionOrBuilder()
         Optional. Configuration related to vm config encryption.
         
        .google.cloud.gkemulticloud.v1.AzureConfigEncryption config_encryption = 14 [(.google.api.field_behavior) = OPTIONAL];
      • getTagsCount

        int getTagsCount()
         Optional. A set of tags to apply to all underlying control plane Azure
         resources.
         
        map<string, string> tags = 7 [(.google.api.field_behavior) = OPTIONAL];
      • containsTags

        boolean containsTags​(String key)
         Optional. A set of tags to apply to all underlying control plane Azure
         resources.
         
        map<string, string> tags = 7 [(.google.api.field_behavior) = OPTIONAL];
      • getTagsMap

        Map<String,​String> getTagsMap()
         Optional. A set of tags to apply to all underlying control plane Azure
         resources.
         
        map<string, string> tags = 7 [(.google.api.field_behavior) = OPTIONAL];
      • getTagsOrDefault

        String getTagsOrDefault​(String key,
                                String defaultValue)
         Optional. A set of tags to apply to all underlying control plane Azure
         resources.
         
        map<string, string> tags = 7 [(.google.api.field_behavior) = OPTIONAL];
      • getTagsOrThrow

        String getTagsOrThrow​(String key)
         Optional. A set of tags to apply to all underlying control plane Azure
         resources.
         
        map<string, string> tags = 7 [(.google.api.field_behavior) = OPTIONAL];
      • getReplicaPlacementsList

        List<ReplicaPlacement> getReplicaPlacementsList()
         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.
         
        repeated .google.cloud.gkemulticloud.v1.ReplicaPlacement replica_placements = 13 [(.google.api.field_behavior) = OPTIONAL];
      • getReplicaPlacements

        ReplicaPlacement getReplicaPlacements​(int index)
         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.
         
        repeated .google.cloud.gkemulticloud.v1.ReplicaPlacement replica_placements = 13 [(.google.api.field_behavior) = OPTIONAL];
      • getReplicaPlacementsCount

        int getReplicaPlacementsCount()
         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.
         
        repeated .google.cloud.gkemulticloud.v1.ReplicaPlacement replica_placements = 13 [(.google.api.field_behavior) = OPTIONAL];
      • getReplicaPlacementsOrBuilderList

        List<? extends ReplicaPlacementOrBuilder> getReplicaPlacementsOrBuilderList()
         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.
         
        repeated .google.cloud.gkemulticloud.v1.ReplicaPlacement replica_placements = 13 [(.google.api.field_behavior) = OPTIONAL];
      • getReplicaPlacementsOrBuilder

        ReplicaPlacementOrBuilder getReplicaPlacementsOrBuilder​(int index)
         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.
         
        repeated .google.cloud.gkemulticloud.v1.ReplicaPlacement replica_placements = 13 [(.google.api.field_behavior) = OPTIONAL];
      • getEndpointSubnetId

        String getEndpointSubnetId()
         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"
         
        string endpoint_subnet_id = 15 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The endpointSubnetId.
      • getEndpointSubnetIdBytes

        com.google.protobuf.ByteString getEndpointSubnetIdBytes()
         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"
         
        string endpoint_subnet_id = 15 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for endpointSubnetId.