Compute V1 Client - Class NodeGroup (1.23.0)

Reference documentation and code samples for the Compute V1 Client class NodeGroup.

Represents a sole-tenant Node Group resource. A sole-tenant node is a physical server that is dedicated to hosting VM instances only for your specific project. Use sole-tenant nodes to keep your instances physically separated from instances in other projects, or to group your instances together on the same host hardware. For more information, read Sole-tenant nodes.

Generated from protobuf message google.cloud.compute.v1.NodeGroup

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ autoscaling_policyNodeGroupAutoscalingPolicy

Specifies how autoscaling should behave.

↳ creation_timestampstring

[Output Only] Creation timestamp in RFC3339 text format.

↳ descriptionstring

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

↳ fingerprintstring
↳ idint|string

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

↳ kindstring

[Output Only] The type of the resource. Always compute#nodeGroup for node group.

↳ location_hintstring

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.

↳ maintenance_intervalstring

Specifies the frequency of planned maintenance events. The accepted values are: AS_NEEDED and RECURRENT. Check the MaintenanceInterval enum for the list of possible values.

↳ maintenance_policystring

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. Check the MaintenancePolicy enum for the list of possible values.

↳ maintenance_windowNodeGroupMaintenanceWindow
↳ namestring

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.

↳ node_templatestring

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

↳ self_linkstring

[Output Only] Server-defined URL for the resource.

↳ share_settingsShareSettings

Share-settings for the node group

↳ sizeint

[Output Only] The total number of nodes in the node group.

↳ statusstring

Check the Status enum for the list of possible values.

↳ zonestring

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

getAutoscalingPolicy

Specifies how autoscaling should behave.

Returns
TypeDescription
NodeGroupAutoscalingPolicy|null

hasAutoscalingPolicy

clearAutoscalingPolicy

setAutoscalingPolicy

Specifies how autoscaling should behave.

Parameter
NameDescription
varNodeGroupAutoscalingPolicy
Returns
TypeDescription
$this

getCreationTimestamp

[Output Only] Creation timestamp in RFC3339 text format.

Returns
TypeDescription
string

hasCreationTimestamp

clearCreationTimestamp

setCreationTimestamp

[Output Only] Creation timestamp in RFC3339 text format.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getDescription

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

Returns
TypeDescription
string

hasDescription

clearDescription

setDescription

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

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getFingerprint

Generated from protobuf field optional string fingerprint = 234678500;

Returns
TypeDescription
string

hasFingerprint

clearFingerprint

setFingerprint

Generated from protobuf field optional string fingerprint = 234678500;

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getId

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

Returns
TypeDescription
int|string

hasId

clearId

setId

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getKind

[Output Only] The type of the resource. Always compute#nodeGroup for node group.

Returns
TypeDescription
string

hasKind

clearKind

setKind

[Output Only] The type of the resource. Always compute#nodeGroup for node group.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getLocationHint

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.

Returns
TypeDescription
string

hasLocationHint

clearLocationHint

setLocationHint

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.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getMaintenanceInterval

Specifies the frequency of planned maintenance events. The accepted values are: AS_NEEDED and RECURRENT.

Check the MaintenanceInterval enum for the list of possible values.

Returns
TypeDescription
string

hasMaintenanceInterval

clearMaintenanceInterval

setMaintenanceInterval

Specifies the frequency of planned maintenance events. The accepted values are: AS_NEEDED and RECURRENT.

Check the MaintenanceInterval enum for the list of possible values.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getMaintenancePolicy

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.

Check the MaintenancePolicy enum for the list of possible values.

Returns
TypeDescription
string

hasMaintenancePolicy

clearMaintenancePolicy

setMaintenancePolicy

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.

Check the MaintenancePolicy enum for the list of possible values.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getMaintenanceWindow

Generated from protobuf field optional .google.cloud.compute.v1.NodeGroupMaintenanceWindow maintenance_window = 186374812;

Returns
TypeDescription
NodeGroupMaintenanceWindow|null

hasMaintenanceWindow

clearMaintenanceWindow

setMaintenanceWindow

Generated from protobuf field optional .google.cloud.compute.v1.NodeGroupMaintenanceWindow maintenance_window = 186374812;

Parameter
NameDescription
varNodeGroupMaintenanceWindow
Returns
TypeDescription
$this

getName

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.

Returns
TypeDescription
string

hasName

clearName

setName

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.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getNodeTemplate

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

Returns
TypeDescription
string

hasNodeTemplate

clearNodeTemplate

setNodeTemplate

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

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

[Output Only] Server-defined URL for the resource.

Returns
TypeDescription
string

[Output Only] Server-defined URL for the resource.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getShareSettings

Share-settings for the node group

Returns
TypeDescription
ShareSettings|null

hasShareSettings

clearShareSettings

setShareSettings

Share-settings for the node group

Parameter
NameDescription
varShareSettings
Returns
TypeDescription
$this

getSize

[Output Only] The total number of nodes in the node group.

Returns
TypeDescription
int

hasSize

clearSize

setSize

[Output Only] The total number of nodes in the node group.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getStatus

Check the Status enum for the list of possible values.

Returns
TypeDescription
string

hasStatus

clearStatus

setStatus

Check the Status enum for the list of possible values.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getZone

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

Returns
TypeDescription
string

hasZone

clearZone

setZone

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

Parameter
NameDescription
varstring
Returns
TypeDescription
$this