Property | Type | Description | |
---|---|---|---|
$architecture | string | Architecture | |
$cloudServerId | string | Cloud server identifier | |
$imageHash | string | Image hash | |
$imageId | string | Image identifier | |
$imageName | string | Image name | |
$instanceType | string | Cloud instance type | |
$keyPairName | string | Key name | |
$launchTime | DateTime | The time the server was launched in UTC | |
$privateIp | string | Private IP address | |
$publicIp | string | Public IP address | |
$securityGroups | array | Security groups | |
$status | string | Server status | |
$subnetId | string | Subnet identifier | |
$tags | array | Associated tags | |
$vpcId | string | VPC identifier |
Method | Description | |
---|---|---|
__construct ( string $cloudServerId, string $instanceType, string $imageId, string $status, DateTime $launchTime, string $privateIp, string $publicIp = null, string $keyPairName = null, string $vpcId = null, string $subnetId = null, string $architecture = null, array $securityGroups = [], array $tags = [] ) | Constructor | |
__set ( $property, $value ) | Protection against setting bad property | |
offsetExists ( $property ) | ||
offsetGet ( $property ) | ||
offsetSet ( $property, $value ) | ||
offsetUnset ( $property ) |
public __construct ( string $cloudServerId, string $instanceType, string $imageId, string $status, DateTime $launchTime, string $privateIp, string $publicIp = null, string $keyPairName = null, string $vpcId = null, string $subnetId = null, string $architecture = null, array $securityGroups = [], array $tags = [] ) | ||
$cloudServerId | string | Cloud server identifier |
$instanceType | string | Cloud instance type |
$imageId | string | Image identifier |
$status | string | Server status |
$launchTime | DateTime | The time the server was launched in UTC |
$privateIp | string | Private IP address |
$publicIp | string | optional Public IP address |
$keyPairName | string | optional Key name |
$vpcId | string | optional VPC identifier |
$subnetId | string | optional Subnet identifier |
$architecture | string | optional Architecture |
$securityGroups | array | optional Security groups |
$tags | array | optional Associated tags |
public string $cloudServerId | ||
return | string |
public DateTime $launchTime | ||
return | DateTime |