C# Class ConoHaNet.Objects.ServiceCatalog

Inheritance: ExtensibleJsonObject
Exibir arquivo Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Property Type Description
ServiceCatalog System.Diagnostics

Public Methods

Method Description
ServiceCatalog ( string name, string type, Endpoint endpoints ) : System.Diagnostics

Initializes a new instance of the ServiceCatalog class with the specified name, username, and endpoints.

Private Methods

Method Description
ServiceCatalog ( ) : System.Diagnostics

Method Details

ServiceCatalog() public method

Initializes a new instance of the ServiceCatalog class with the specified name, username, and endpoints.
public ServiceCatalog ( string name, string type, Endpoint endpoints ) : System.Diagnostics
name string The display name of the service.
type string The canonical name of the service.
endpoints Endpoint A collection of objects describing the service endpoints.
return System.Diagnostics