OpenCloud/Autoscale/Service.php

Properties

Description

The Rackspace Autoscale (Otter) service

Classes

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
  • a connection object
$serviceName string
  • identifies the name of the service in the catalog
$serviceRegion string
  • identifies the region of this Compute service
$urltype string
  • identifies the URL type ("publicURL", "privateURL")

Return value

Type Description
n/a n/a
Documentation was generated by phpDocumentor 2.0.0b6 .

Namespaces

Packages