OpenCloud/Autoscale/Service.php
Properties
Description
The Rackspace Autoscale (Otter) serviceClasses
Service
Properties
No
No
Description
The Autoscale class represents the OpenStack Heat service.It is constructed from a OpenStack object and requires a service name, region, and URL type to select the proper endpoint from the service catalog. However, constants can be used to define default values for these to make it easier to use:
Methods
__construct,__construct( \OpenCloud\OpenStack $conn, string $serviceName, string $serviceRegion, string $urltype, ) : n/a
Description
Called when creating a new Autoscale service object_NOTE_ that the order of parameters for this is *different* from the parent Service class. This is because the earlier parameters are the ones that most typically change, whereas the later ones are not modified as often.
Arguments
Name | Type | Description | Default |
---|---|---|---|
$conn | \OpenCloud\OpenStack |
|
|
$serviceName | string |
|
|
$serviceRegion | string |
|
|
$urltype | string |
|
Return value
Type | Description |
---|---|
n/a | n/a |