GetNodeGroupResult

data class GetNodeGroupResult(val autoscalingPolicy: NodeGroupAutoscalingPolicyResponse, val creationTimestamp: String, val description: String, val fingerprint: String, val kind: String, val locationHint: String, val maintenancePolicy: String, val maintenanceWindow: NodeGroupMaintenanceWindowResponse, val name: String, val nodeTemplate: String, val selfLink: String, val shareSettings: ShareSettingsResponse, val size: Int, val status: String, val zone: String)

Constructors

Link copied to clipboard
fun GetNodeGroupResult(autoscalingPolicy: NodeGroupAutoscalingPolicyResponse, creationTimestamp: String, description: String, fingerprint: String, kind: String, locationHint: String, maintenancePolicy: String, maintenanceWindow: NodeGroupMaintenanceWindowResponse, name: String, nodeTemplate: String, selfLink: String, shareSettings: ShareSettingsResponse, size: Int, status: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies how autoscaling should behave.

Link copied to clipboard

Creation timestamp in RFC3339 text format.

Link copied to clipboard

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard
Link copied to clipboard

The type of the resource. Always compute#nodeGroup for node group.

Link copied to clipboard

An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.

Link copied to clipboard

Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.

Link copied to clipboard

The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Link copied to clipboard

URL of the node template to create the node group from.

Link copied to clipboard

Server-defined URL for the resource.

Link copied to clipboard

Share-settings for the node group

Link copied to clipboard
val size: Int

The total number of nodes in the node group.

Link copied to clipboard
Link copied to clipboard

The name of the zone where the node group resides, such as us-central1-a.