CloudIdentityProviderAddServiceCatalogEndpoint Method |
This API is preliminary and subject to change.
Adds an endpoint to the service catalog for a tenant.
Namespace: net.openstack.Providers.RackspaceAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax public virtual ExtendedEndpoint AddServiceCatalogEndpoint(
string tenantId,
EndpointTemplateId endpointTemplateId,
CloudIdentity identity
)
Public Overridable Function AddServiceCatalogEndpoint (
tenantId As String,
endpointTemplateId As EndpointTemplateId,
identity As CloudIdentity
) As ExtendedEndpoint
public:
virtual ExtendedEndpoint^ AddServiceCatalogEndpoint(
String^ tenantId,
EndpointTemplateId^ endpointTemplateId,
CloudIdentity^ identity
)
abstract AddServiceCatalogEndpoint :
tenantId : string *
endpointTemplateId : EndpointTemplateId *
identity : CloudIdentity -> ExtendedEndpoint
override AddServiceCatalogEndpoint :
tenantId : string *
endpointTemplateId : EndpointTemplateId *
identity : CloudIdentity -> ExtendedEndpoint
Parameters
- tenantId
- Type: SystemString
The tenant ID. This is obtained from Id - endpointTemplateId
- Type: net.openstack.Core.DomainEndpointTemplateId
The endpoint template ID. - identity
- Type: net.openstack.Core.DomainCloudIdentity
The cloud identity to use for this request. If not specified, the DefaultIdentity for the current provider instance will be used.
Return Value
Type:
ExtendedEndpointAn
ExtendedEndpoint object containing the endpoint details.
Exceptions Remarks This call is part of the OS-KSCATALOG extension to the OpenStack Identity Service V2.
Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also