C# Class ConoHaNet.Objects.Identity.AddServiceCatalogEndpointRequest

Mostra file Open project: crowdy/OpenStack-ConoHa

Public Methods

Method Description
AddServiceCatalogEndpointRequest ( EndpointTemplateId endpointTemplateId ) : System

Initializes a new instance of the AddServiceCatalogEndpointRequest class with the specified endpoint template identifier.

Private Methods

Method Description
AddServiceCatalogEndpointRequest ( ) : System

Method Details

AddServiceCatalogEndpointRequest() public method

Initializes a new instance of the AddServiceCatalogEndpointRequest class with the specified endpoint template identifier.
/// If is . ///
public AddServiceCatalogEndpointRequest ( EndpointTemplateId endpointTemplateId ) : System
endpointTemplateId EndpointTemplateId /// The unique identifier of the endpoint template to use for the endpoint. ///
return System