Catalog
class Catalog extends OperatorResource implements Catalog
Represents an Identity v2 service catalog.
Traits
Constants
DEFAULT_URL_TYPE |
|
Methods
populateFromResponse
(ResponseInterface $response)
: AbstractResource
All models which represent an API resource should be able to be populated from a {see ResponseInterface} object.
getServiceUrl
(string $serviceName, string $serviceType, string $region, string $urlType = self::DEFAULT_URL_TYPE)
Attempts to retrieve the base URL for a service from the catalog according to the arguments provided.
Details
populateFromResponse(ResponseInterface $response)
All models which represent an API resource should be able to be populated from a {see ResponseInterface} object.