608 B
608 B
title | description |
---|---|
dcOption | dcOption attributes, type and example |
Constructor: dcOption
Attributes:
Name | Type | Required |
---|---|---|
id | int | Required |
hostname | string | Required |
ip_address | string | Required |
port | int | Required |
Type: DcOption
Example:
$dcOption = ['_' => 'dcOption', 'id' => int, 'hostname' => string, 'ip_address' => string, 'port' => int, ];