C# Class ConoHaNet.Objects.Servers.CreateVirtualInterfaceRequest.CreateVirtualInterface

Mostra file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
CreateVirtualInterface ( string networkId ) : System.Net.NetworkInformation

Initializes a new instance of the CreateVirtualInterface class with the specified network ID.

Method Details

CreateVirtualInterface() public method

Initializes a new instance of the CreateVirtualInterface class with the specified network ID.
If is . If is empty.
public CreateVirtualInterface ( string networkId ) : System.Net.NetworkInformation
networkId string The network ID. This is obtained from CloudNetwork.Id.
return System.Net.NetworkInformation