Methods summary
public
|
|
public
|
|
public
|
#
createJson( )
Returns an object for the Create() method JSON Must be overridden in a child
class.
Returns an object for the Create() method JSON Must be overridden in a child
class.
Throws
CreateError if not overridden
Overrides
|
public
HttpResponse
|
#
create( array $params = array() )
Creates a new object
Parameters
- $params
array $params array of values to set when creating the object
Returns
HttpResponse
Throws
VolumeCreateError if HTTP status is not Success
Overrides
|
public
type
|
#
upload( array $options = array() )
Upload an existing public key to a new keypair.
Upload an existing public key to a new keypair.
Parameters
Returns
type
Throws
|
public
HttpResponse
|
#
update( array $params = array() )
Updates an existing object
Updates an existing object
Parameters
- $params
array $params array of values to set when updating the object
Returns
HttpResponse
Throws
VolumeCreateError if HTTP status is not Success
Overrides
|
public
string
|
#
primaryKeyField( )
Returns the primary key field for the object
Returns the primary key field for the object
Returns
string
Overrides
|