BareMetalAdminClusterArgs

data class BareMetalAdminClusterArgs(val annotations: Output<Map<String, String>>? = null, val bareMetalAdminClusterId: Output<String>? = null, val bareMetalVersion: Output<String>? = null, val clusterOperations: Output<BareMetalAdminClusterOperationsConfigArgs>? = null, val controlPlane: Output<BareMetalAdminControlPlaneConfigArgs>? = null, val description: Output<String>? = null, val etag: Output<String>? = null, val loadBalancer: Output<BareMetalAdminLoadBalancerConfigArgs>? = null, val location: Output<String>? = null, val maintenanceConfig: Output<BareMetalAdminMaintenanceConfigArgs>? = null, val name: Output<String>? = null, val networkConfig: Output<BareMetalAdminNetworkConfigArgs>? = null, val nodeAccessConfig: Output<BareMetalAdminNodeAccessConfigArgs>? = null, val nodeConfig: Output<BareMetalAdminWorkloadNodeConfigArgs>? = null, val osEnvironmentConfig: Output<BareMetalAdminOsEnvironmentConfigArgs>? = null, val project: Output<String>? = null, val proxy: Output<BareMetalAdminProxyConfigArgs>? = null, val securityConfig: Output<BareMetalAdminSecurityConfigArgs>? = null, val storage: Output<BareMetalAdminStorageConfigArgs>? = null) : ConvertibleToJava<BareMetalAdminClusterArgs>

Creates a new bare metal admin cluster in a given project and location. The API needs to be combined with creating a bootstrap cluster to work. See: https://cloud.google.com/anthos/clusters/docs/bare-metal/latest/installing/creating-clusters/create-admin-cluster-api#prepare_bootstrap_environment Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Constructors

Link copied to clipboard
fun BareMetalAdminClusterArgs(annotations: Output<Map<String, String>>? = null, bareMetalAdminClusterId: Output<String>? = null, bareMetalVersion: Output<String>? = null, clusterOperations: Output<BareMetalAdminClusterOperationsConfigArgs>? = null, controlPlane: Output<BareMetalAdminControlPlaneConfigArgs>? = null, description: Output<String>? = null, etag: Output<String>? = null, loadBalancer: Output<BareMetalAdminLoadBalancerConfigArgs>? = null, location: Output<String>? = null, maintenanceConfig: Output<BareMetalAdminMaintenanceConfigArgs>? = null, name: Output<String>? = null, networkConfig: Output<BareMetalAdminNetworkConfigArgs>? = null, nodeAccessConfig: Output<BareMetalAdminNodeAccessConfigArgs>? = null, nodeConfig: Output<BareMetalAdminWorkloadNodeConfigArgs>? = null, osEnvironmentConfig: Output<BareMetalAdminOsEnvironmentConfigArgs>? = null, project: Output<String>? = null, proxy: Output<BareMetalAdminProxyConfigArgs>? = null, securityConfig: Output<BareMetalAdminSecurityConfigArgs>? = null, storage: Output<BareMetalAdminStorageConfigArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BareMetalAdminClusterArgs

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>? = null

Annotations on the bare metal admin cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.

Link copied to clipboard
val bareMetalAdminClusterId: Output<String>? = null

Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+a-z0-9$/

Link copied to clipboard
val bareMetalVersion: Output<String>? = null

The Anthos clusters on bare metal version for the bare metal admin cluster.

Link copied to clipboard

Cluster operations configuration.

Link copied to clipboard

Control plane configuration.

Link copied to clipboard
val description: Output<String>? = null

A human readable description of this bare metal admin cluster.

Link copied to clipboard
val etag: Output<String>? = null

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.

Link copied to clipboard

Load balancer configuration.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard

Maintenance configuration.

Link copied to clipboard
val name: Output<String>? = null

Immutable. The bare metal admin cluster resource name.

Link copied to clipboard

Network configuration.

Link copied to clipboard

Node access related configurations.

Link copied to clipboard

Workload node configuration.

Link copied to clipboard

OS environment related configurations.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard

Proxy configuration.

Link copied to clipboard

Security related configuration.

Link copied to clipboard

Storage configuration.