Reference documentation and code samples for the Google Cloud Net App V1 Client class CreateActiveDirectoryRequest.
CreateActiveDirectoryRequest for creating an active directory.
Generated from protobuf message google.cloud.netapp.v1.CreateActiveDirectoryRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Value for parent. |
↳ active_directory |
Google\Cloud\NetApp\V1\ActiveDirectory
Required. Fields of the to be created active directory. |
↳ active_directory_id |
string
Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore 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. Value for parent.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Value for parent.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getActiveDirectory
Required. Fields of the to be created active directory.
Returns | |
---|---|
Type | Description |
Google\Cloud\NetApp\V1\ActiveDirectory|null |
hasActiveDirectory
clearActiveDirectory
setActiveDirectory
Required. Fields of the to be created active directory.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\NetApp\V1\ActiveDirectory
|
Returns | |
---|---|
Type | Description |
$this |
getActiveDirectoryId
Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
Returns | |
---|---|
Type | Description |
string |
setActiveDirectoryId
Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. Value for parent. Please see Google\Cloud\NetApp\V1\NetAppClient::locationName() for help formatting this field. |
activeDirectory |
Google\Cloud\NetApp\V1\ActiveDirectory
Required. Fields of the to be created active directory. |
activeDirectoryId |
string
Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum. |
Returns | |
---|---|
Type | Description |
Google\Cloud\NetApp\V1\CreateActiveDirectoryRequest |