Overview
  • Namespace
  • Class

Namespaces

  • OpenCloud
    • Autoscale
      • Resource
    • CDN
      • Resource
    • CloudMonitoring
      • Collection
      • Exception
      • Resource
    • Common
      • Collection
      • Constants
      • Exceptions
      • Http
        • Message
      • Log
      • Resource
      • Service
    • Compute
      • Constants
      • Exception
      • Resource
    • Database
      • Resource
    • DNS
      • Collection
      • Resource
    • Identity
      • Constants
      • Resource
    • Image
      • Enum
      • Resource
        • JsonPatch
        • Schema
    • LoadBalancer
      • Collection
      • Enum
      • Resource
    • Networking
      • Resource
    • ObjectStore
      • Constants
      • Enum
      • Exception
      • Resource
      • Upload
    • Orchestration
      • Resource
    • Queues
      • Collection
      • Exception
      • Resource
    • Volume
      • Resource

Classes

  • AbstractContainer
  • AbstractResource
  • Account
  • CDNContainer
  • Container
  • ContainerMetadata
  • DataObject

Class Account

Represents an account that interacts with the CloudFiles API.

OpenCloud\Common\Base
Extended by OpenCloud\ObjectStore\Resource\AbstractResource
Extended by OpenCloud\ObjectStore\Resource\Account
Namespace: OpenCloud\ObjectStore\Resource
Link: http://docs.rackspace.com/files/api/v1/cf-devguide/content/Accounts-d1e421.html
Located at OpenCloud/ObjectStore/Resource/Account.php

Methods summary

public
# getUrl( $path = null, array $query = array() )
public OpenCloud\Common\Metadata
# getDetails( )

Convenience method.

Convenience method.

Returns

OpenCloud\Common\Metadata
public null|string|integer
# getObjectCount( )

Returns

null|string|integer
public null|string|integer
# getContainerCount( )

Returns

null|string|integer
public null|string|integer
# getBytesUsed( )

Returns

null|string|integer
public
# setTempUrlSecret( null $secret = null )

Sets the secret value for the temporary URL.

Sets the secret value for the temporary URL.

Parameters

$secret
The value to set the secret to. If left blank, a random hash is generated.

Returns


$this

Link

http://docs.rackspace.com/files/api/v1/cf-devguide/content/Set_Account_Metadata-d1a4460.html
public null|string
# getTempUrlSecret( )

Returns

null|string

Methods inherited from OpenCloud\ObjectStore\Resource\AbstractResource

__construct(), appendToMetadata(), fromResponse(), getCdnService(), getClient(), getMetadata(), getService(), retrieveMetadata(), saveMetadata(), setMetadata(), stockHeaders(), trimHeaders(), unsetMetadataItem()

Methods inherited from OpenCloud\Common\Base

__call(), checkJsonError(), generateUuid(), getInstance(), getLogger(), hasLogger(), makeResourceIteratorOptions(), populate(), setLogger(), stripNamespace(), toCamel(), toUnderscores(), url()

Constants summary

string METADATA_LABEL
# 'Account'

Constants inherited from OpenCloud\ObjectStore\Resource\AbstractResource

GLOBAL_METADATA_PREFIX

Constants inherited from OpenCloud\Common\Base

PATCH_CONTENT_TYPE

API documentation generated by ApiGen