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.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Value for parent.
↳ 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 and hyphen, with the first character a letter , the last a letter or a number, and a 63 character maximum.
getParent
Required. Value for parent.
string
setParent
Required. Value for parent.
var
string
$this
getActiveDirectory
Required. Fields of the to be created active directory.
hasActiveDirectory
clearActiveDirectory
setActiveDirectory
Required. Fields of the to be created active directory.
$this
getActiveDirectoryId
Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter , the last a letter or a number, and a 63 character maximum.
string
setActiveDirectoryId
Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter , the last a letter or a number, and a 63 character maximum.
var
string
$this
static::build
parent
string
Required. Value for parent. Please see NetAppClient::locationName() for help formatting this field.
activeDirectory
activeDirectoryId
string
Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter , the last a letter or a number, and a 63 character maximum.