ExtendedEndpoint Class |
Namespace: net.openstack.Core.Domain
The ExtendedEndpoint type exposes the following members.
Name | Description | |
---|---|---|
ExtendedEndpoint | Initializes a new instance of the ExtendedEndpoint class |
Name | Description | |||
---|---|---|---|---|
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |||
Id |
Gets the id of the endpoint, which may be a vendor-specific id.
| |||
InternalURL |
Gets the internal URL of the service. If this is or empty,
the service should be accessed using the PublicURL.
(Inherited from Endpoint.) | |||
Name |
Gets the display name of the service, which may be a vendor-specific
product name.
| |||
PublicURL |
Gets the public URL of the service.
(Inherited from Endpoint.) | |||
Region |
Gets the region where this service endpoint is located. If this is
or empty, the region is not specified.
(Inherited from Endpoint.) | |||
TenantId |
Gets the tenant (or account) ID which this endpoint operates on.
(Inherited from Endpoint.) | |||
Type |
Gets the canonical name of the specification implemented by this service.
| |||
VersionId |
Gets the "versionId" property associated with the endpoint.
(Inherited from Endpoint.)
| |||
VersionInfo |
Gets the "versionInfo" property associated with the endpoint.
(Inherited from Endpoint.)
| |||
VersionList |
Gets the "versionList" property associated with the endpoint.
(Inherited from Endpoint.)
|