Reference documentation and code samples for the Google Cloud Net App V1 Client class CreateHostGroupRequest.
CreateHostGroupRequest for creating a host group.
Generated from protobuf message google.cloud.netapp.v1.CreateHostGroupRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Parent value for CreateHostGroupRequest
↳ host_group
↳ host_group_id
string
Required. ID of the host group to create. Must be unique within the parent resource. Must contain only letters, numbers, and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
getParent
Required. Parent value for CreateHostGroupRequest
string
setParent
Required. Parent value for CreateHostGroupRequest
var
string
$this
getHostGroup
Required. Fields of the host group to create.
hasHostGroup
clearHostGroup
setHostGroup
Required. Fields of the host group to create.
$this
getHostGroupId
Required. ID of the host group to create. Must be unique within the parent resource. Must contain only letters, numbers, and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
string
setHostGroupId
Required. ID of the host group to create. Must be unique within the parent resource. Must contain only letters, numbers, and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
var
string
$this
static::build
parent
string
Required. Parent value for CreateHostGroupRequest Please see NetAppClient::locationName() for help formatting this field.
hostGroup
hostGroupId
string
Required. ID of the host group to create. Must be unique within the parent resource. Must contain only letters, numbers, and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

