C# Class ConoHaNet.Objects.Networks.UpdatePortRequest

Datei anzeigen Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
UpdatePortRequest ( string portId, bool adminStateUp = null, string securityGroups = null, FixedIp fixedIps = null, AllowedAddressPair allowedAddressPairs = null ) : Newtonsoft.Json

Method Details

UpdatePortRequest() public method

public UpdatePortRequest ( string portId, bool adminStateUp = null, string securityGroups = null, FixedIp fixedIps = null, AllowedAddressPair allowedAddressPairs = null ) : Newtonsoft.Json
portId string
adminStateUp bool
securityGroups string
fixedIps FixedIp
allowedAddressPairs AllowedAddressPair
return Newtonsoft.Json