C# Class ConoHaNet.Objects.Servers.CreateServerRequest.CreateServerDetails.NewServerNetwork

Mostra file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
NewServerNetwork ( string networkId ) : Networks

Initializes a new instance of the NewServerNetwork class with the specified ID.

Method Details

NewServerNetwork() public method

Initializes a new instance of the NewServerNetwork class with the specified ID.
public NewServerNetwork ( string networkId ) : Networks
networkId string The network ID. This is obtained from CloudNetwork.Id.
return Networks