Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AwsControlPlane.
ControlPlane defines common parameters between control plane nodes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aws_services_authentication
def aws_services_authentication() -> ::Google::Cloud::GkeMultiCloud::V1::AwsServicesAuthentication
- (::Google::Cloud::GkeMultiCloud::V1::AwsServicesAuthentication) — Required. Authentication configuration for management of AWS resources.
#aws_services_authentication=
def aws_services_authentication=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AwsServicesAuthentication
- value (::Google::Cloud::GkeMultiCloud::V1::AwsServicesAuthentication) — Required. Authentication configuration for management of AWS resources.
- (::Google::Cloud::GkeMultiCloud::V1::AwsServicesAuthentication) — Required. Authentication configuration for management of AWS resources.
#config_encryption
def config_encryption() -> ::Google::Cloud::GkeMultiCloud::V1::AwsConfigEncryption
- (::Google::Cloud::GkeMultiCloud::V1::AwsConfigEncryption) — Required. Config encryption for user data.
#config_encryption=
def config_encryption=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AwsConfigEncryption
- value (::Google::Cloud::GkeMultiCloud::V1::AwsConfigEncryption) — Required. Config encryption for user data.
- (::Google::Cloud::GkeMultiCloud::V1::AwsConfigEncryption) — Required. Config encryption for user data.
#database_encryption
def database_encryption() -> ::Google::Cloud::GkeMultiCloud::V1::AwsDatabaseEncryption
- (::Google::Cloud::GkeMultiCloud::V1::AwsDatabaseEncryption) — Required. The ARN of the AWS KMS key used to encrypt cluster secrets.
#database_encryption=
def database_encryption=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AwsDatabaseEncryption
- value (::Google::Cloud::GkeMultiCloud::V1::AwsDatabaseEncryption) — Required. The ARN of the AWS KMS key used to encrypt cluster secrets.
- (::Google::Cloud::GkeMultiCloud::V1::AwsDatabaseEncryption) — Required. The ARN of the AWS KMS key used to encrypt cluster secrets.
#iam_instance_profile
def iam_instance_profile() -> ::String
- (::String) — Required. The name or ARN of the AWS IAM instance profile to assign to each control plane replica.
#iam_instance_profile=
def iam_instance_profile=(value) -> ::String
- value (::String) — Required. The name or ARN of the AWS IAM instance profile to assign to each control plane replica.
- (::String) — Required. The name or ARN of the AWS IAM instance profile to assign to each control plane replica.
#instance_placement
def instance_placement() -> ::Google::Cloud::GkeMultiCloud::V1::AwsInstancePlacement
- (::Google::Cloud::GkeMultiCloud::V1::AwsInstancePlacement) — Optional. The placement to use on control plane instances. When unspecified, the VPC's default tenancy will be used.
#instance_placement=
def instance_placement=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AwsInstancePlacement
- value (::Google::Cloud::GkeMultiCloud::V1::AwsInstancePlacement) — Optional. The placement to use on control plane instances. When unspecified, the VPC's default tenancy will be used.
- (::Google::Cloud::GkeMultiCloud::V1::AwsInstancePlacement) — Optional. The placement to use on control plane instances. When unspecified, the VPC's default tenancy will be used.
#instance_type
def instance_type() -> ::String
-
(::String) — Optional. The AWS instance type.
When unspecified, it uses a default based on the cluster's version.
#instance_type=
def instance_type=(value) -> ::String
-
value (::String) — Optional. The AWS instance type.
When unspecified, it uses a default based on the cluster's version.
-
(::String) — Optional. The AWS instance type.
When unspecified, it uses a default based on the cluster's version.
#main_volume
def main_volume() -> ::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate
-
(::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate) — 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.
Volumes will be provisioned in the availability zone associated with the corresponding subnet.
When unspecified, it defaults to 8 GiB with the GP2 volume type.
#main_volume=
def main_volume=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate
-
value (::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate) — 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.
Volumes will be provisioned in the availability zone associated with the corresponding subnet.
When unspecified, it defaults to 8 GiB with the GP2 volume type.
-
(::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate) — 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.
Volumes will be provisioned in the availability zone associated with the corresponding subnet.
When unspecified, it defaults to 8 GiB with the GP2 volume type.
#proxy_config
def proxy_config() -> ::Google::Cloud::GkeMultiCloud::V1::AwsProxyConfig
- (::Google::Cloud::GkeMultiCloud::V1::AwsProxyConfig) — Optional. Proxy configuration for outbound HTTP(S) traffic.
#proxy_config=
def proxy_config=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AwsProxyConfig
- value (::Google::Cloud::GkeMultiCloud::V1::AwsProxyConfig) — Optional. Proxy configuration for outbound HTTP(S) traffic.
- (::Google::Cloud::GkeMultiCloud::V1::AwsProxyConfig) — Optional. Proxy configuration for outbound HTTP(S) traffic.
#root_volume
def root_volume() -> ::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate
-
(::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate) — Optional. Configuration related to the root volume provisioned for each
control plane replica.
Volumes will be provisioned in the availability zone associated with the corresponding subnet.
When unspecified, it defaults to 32 GiB with the GP2 volume type.
#root_volume=
def root_volume=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate
-
value (::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate) — Optional. Configuration related to the root volume provisioned for each
control plane replica.
Volumes will be provisioned in the availability zone associated with the corresponding subnet.
When unspecified, it defaults to 32 GiB with the GP2 volume type.
-
(::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate) — Optional. Configuration related to the root volume provisioned for each
control plane replica.
Volumes will be provisioned in the availability zone associated with the corresponding subnet.
When unspecified, it defaults to 32 GiB with the GP2 volume type.
#security_group_ids
def security_group_ids() -> ::Array<::String>
- (::Array<::String>) — Optional. The IDs of additional security groups to add to control plane replicas. The Anthos Multi-Cloud API will automatically create and manage security groups with the minimum rules needed for a functioning cluster.
#security_group_ids=
def security_group_ids=(value) -> ::Array<::String>
- value (::Array<::String>) — Optional. The IDs of additional security groups to add to control plane replicas. The Anthos Multi-Cloud API will automatically create and manage security groups with the minimum rules needed for a functioning cluster.
- (::Array<::String>) — Optional. The IDs of additional security groups to add to control plane replicas. The Anthos Multi-Cloud API will automatically create and manage security groups with the minimum rules needed for a functioning cluster.
#ssh_config
def ssh_config() -> ::Google::Cloud::GkeMultiCloud::V1::AwsSshConfig
- (::Google::Cloud::GkeMultiCloud::V1::AwsSshConfig) — Optional. SSH configuration for how to access the underlying control plane machines.
#ssh_config=
def ssh_config=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AwsSshConfig
- value (::Google::Cloud::GkeMultiCloud::V1::AwsSshConfig) — Optional. SSH configuration for how to access the underlying control plane machines.
- (::Google::Cloud::GkeMultiCloud::V1::AwsSshConfig) — Optional. SSH configuration for how to access the underlying control plane machines.
#subnet_ids
def subnet_ids() -> ::Array<::String>
- (::Array<::String>) — Required. The list of subnets where control plane replicas will run. A replica will be provisioned on each subnet and up to three values can be provided. Each subnet must be in a different AWS Availability Zone (AZ).
#subnet_ids=
def subnet_ids=(value) -> ::Array<::String>
- value (::Array<::String>) — Required. The list of subnets where control plane replicas will run. A replica will be provisioned on each subnet and up to three values can be provided. Each subnet must be in a different AWS Availability Zone (AZ).
- (::Array<::String>) — Required. The list of subnets where control plane replicas will run. A replica will be provisioned on each subnet and up to three values can be provided. Each subnet must be in a different AWS Availability Zone (AZ).
#tags
def tags() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. A set of AWS resource tags to propagate to all underlying managed AWS
resources.
Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters.
#tags=
def tags=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) — Optional. A set of AWS resource tags to propagate to all underlying managed AWS
resources.
Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters.
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. A set of AWS resource tags to propagate to all underlying managed AWS
resources.
Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters.
#version
def version() -> ::String
-
(::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 GetAwsServerConfig.
#version=
def version=(value) -> ::String
-
value (::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 GetAwsServerConfig.
-
(::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 GetAwsServerConfig.