Свойство | Тип | Описание | |
---|---|---|---|
$availabilityZone | string | The Availability Zone in which the Reserved Instance can be used. | |
$currencyCode | string | Valid values: As specified in ISO 4217 (e.g., USD, JPY) | |
$duration | numeric | The duration of the Reserved Instance, in seconds. | |
$end | DateTime | The time when the Reserved Instance expires. | |
$fixedPrice | float | The purchase price of the Reserved Instance | |
$instanceCount | integer | The number of Reserved Instances purchased. | |
$instanceTenancy | string | The tenancy of the reserved instance. | |
$instanceType | string | The instance type on which the Reserved Instance can be used. | |
$offeringType | string | The Reserved Instance offering type. | |
$productDescription | string | The Reserved Instance description Linux/UNIX | Linux/UNIX (Amazon VPC) | Windows| Windows (Amazon VPC) | |
$reservedInstancesId | string | The Id of reserved instance | |
$start | DateTime | The date and time the Reserved Instance started. | |
$state | string | payment-pending | active | payment-failed | retired | |
$usagePrice | float | The usage price of the Reserved Instance, per hour. |
Свойство | Тип | Описание | |
---|---|---|---|
$_properties | array | List of the public properties which is managed by magic getter and setters internally. |
Метод | Описание | |
---|---|---|
createTags ( Scalr\Service\Aws\Ec2\DataType\ResourceTagSetList | Scalr\Service\Aws\Ec2\DataType\ResourceTagSetData | array $tagList ) : boolean | CreateTags action | |
deleteTags ( Scalr\Service\Aws\Ec2\DataType\ResourceTagSetList | Scalr\Service\Aws\Ec2\DataType\ResourceTagSetData | array $tagList ) : boolean | DeleteTags action | |
throwExceptionIfNotInitialized ( ) |
public createTags ( Scalr\Service\Aws\Ec2\DataType\ResourceTagSetList | Scalr\Service\Aws\Ec2\DataType\ResourceTagSetData | array $tagList ) : boolean | ||
$tagList | Scalr\Service\Aws\Ec2\DataType\ResourceTagSetList | Scalr\Service\Aws\Ec2\DataType\ResourceTagSetData | array | The key/value pair list of the Tags. |
Результат | boolean | Returns true on success or throws an exception otherwise |
public deleteTags ( Scalr\Service\Aws\Ec2\DataType\ResourceTagSetList | Scalr\Service\Aws\Ec2\DataType\ResourceTagSetData | array $tagList ) : boolean | ||
$tagList | Scalr\Service\Aws\Ec2\DataType\ResourceTagSetList | Scalr\Service\Aws\Ec2\DataType\ResourceTagSetData | array | The key/value pair list of the Tags. |
Результат | boolean | Returns true on success or throws an exception otherwise |
protected array $_properties | ||
Результат | array |
public string $availabilityZone | ||
Результат | string |
public string $currencyCode | ||
Результат | string |
public numeric $duration | ||
Результат | numeric |
public DateTime $end | ||
Результат | DateTime |
public float $fixedPrice | ||
Результат | float |
public int $instanceCount | ||
Результат | integer |
public string $instanceTenancy | ||
Результат | string |
public string $instanceType | ||
Результат | string |
public string $offeringType | ||
Результат | string |
public string $productDescription | ||
Результат | string |
public string $reservedInstancesId | ||
Результат | string |
public DateTime $start | ||
Результат | DateTime |
public string $state | ||
Результат | string |
public float $usagePrice | ||
Результат | float |