C# Class ConoHaNet.Objects.Networks.NewPort

Inheritance: ExtensibleJsonObject
Show file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
NewPort ( string networkId, FixedIp fixedIps = null, string>.Dictionary allowedAddressPairs = null, string tenantId = null, string securityGroups = null, string status = null ) : Newtonsoft.Json

Method Details

NewPort() public method

public NewPort ( string networkId, FixedIp fixedIps = null, string>.Dictionary allowedAddressPairs = null, string tenantId = null, string securityGroups = null, string status = null ) : Newtonsoft.Json
networkId string
fixedIps FixedIp
allowedAddressPairs string>.Dictionary
tenantId string
securityGroups string
status string
return Newtonsoft.Json