Bare Metal Node Pool Args
data class BareMetalNodePoolArgs(val annotations: Output<Map<String, String>>? = null, val bareMetalClusterId: Output<String>? = null, val bareMetalNodePoolId: Output<String>? = null, val displayName: Output<String>? = null, val etag: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val nodePoolConfig: Output<BareMetalNodePoolConfigArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<BareMetalNodePoolArgs>
Creates a new bare metal node pool in a given project, location and Bare Metal cluster.
Constructors
Link copied to clipboard
fun BareMetalNodePoolArgs(annotations: Output<Map<String, String>>? = null, bareMetalClusterId: Output<String>? = null, bareMetalNodePoolId: Output<String>? = null, displayName: Output<String>? = null, etag: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, nodePoolConfig: Output<BareMetalNodePoolConfigArgs>? = null, project: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Annotations on the bare metal node pool. 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
Link copied to clipboard