Class: Google::Cloud::GkeMultiCloud::V1::AwsControlPlane
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsControlPlane
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
ControlPlane defines common parameters between control plane nodes.
Defined Under Namespace
Classes: TagsEntry
Instance Attribute Summary collapse
-
#aws_services_authentication ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsServicesAuthentication
Required.
-
#config_encryption ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsConfigEncryption
Required.
-
#database_encryption ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsDatabaseEncryption
Required.
-
#iam_instance_profile ⇒ ::String
Required.
-
#instance_placement ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsInstancePlacement
Optional.
-
#instance_type ⇒ ::String
Optional.
-
#main_volume ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate
Optional.
-
#proxy_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsProxyConfig
Optional.
-
#root_volume ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsVolumeTemplate
Optional.
-
#security_group_ids ⇒ ::Array<::String>
Optional.
-
#ssh_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsSshConfig
Optional.
-
#subnet_ids ⇒ ::Array<::String>
Required.
-
#tags ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#version ⇒ ::String
Required.
Instance Attribute Details
#aws_services_authentication ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsServicesAuthentication
Returns Required. Authentication configuration for management of AWS resources.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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 |
#config_encryption ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsConfigEncryption
Returns Required. Config encryption for user data.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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::AwsDatabaseEncryption
Returns Required. The ARN of the AWS KMS key used to encrypt cluster secrets.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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 |
#iam_instance_profile ⇒ ::String
Returns Required. The name or ARN of the AWS IAM instance profile to assign to each control plane replica.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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 |
#instance_placement ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsInstancePlacement
Returns Optional. The placement to use on control plane instances. When unspecified, the VPC's default tenancy will be used.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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 |
#instance_type ⇒ ::String
Returns Optional. The AWS instance type.
When unspecified, it uses a default based on the cluster's version.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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::AwsVolumeTemplate
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.
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.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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::AwsProxyConfig
Returns Optional. Proxy configuration for outbound HTTP(S) traffic.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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::AwsVolumeTemplate
Returns 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.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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 |
#security_group_ids ⇒ ::Array<::String>
Returns 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.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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::AwsSshConfig
Returns Optional. SSH configuration for how to access the underlying control plane machines.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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_ids ⇒ ::Array<::String>
Returns 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).
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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 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.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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 GetAwsServerConfig.
230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 230 class AwsControlPlane 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 |