C# Class ConoHaNet.Objects.Identity.EndpointTemplate

Inheritance: ExtensibleJsonObject
Mostra file Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Public Methods

Method Description
EndpointTemplate ( EndpointTemplateId id ) : System

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

Private Methods

Method Description
EndpointTemplate ( ) : System

Method Details

EndpointTemplate() public method

Initializes a new instance of the EndpointTemplate class with the specified endpoint template identifier.
If is .
public EndpointTemplate ( EndpointTemplateId id ) : System
id EndpointTemplateId The unique identifier of the endpoint template.
return System