|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlobalVlanClient
Provides synchronous access to CloudStack VLAN features.
GlobalOfferingAsyncClient
,
Method Summary | |
---|---|
VlanIPRange |
createVlanIPRange(String startIP,
String endIP,
CreateVlanIPRangeOptions... options)
Creates a VLAN IP range. |
void |
deleteVlanIPRange(long rangeId)
Deletes a VLAN IP range. |
VlanIPRange |
getVlanIPRange(long id)
Get the details of an IP range by its id. |
Set<VlanIPRange> |
listVlanIPRanges(ListVlanIPRangesOptions... options)
Lists all VLAN IP ranges. |
Method Detail |
---|
VlanIPRange getVlanIPRange(long id)
id
- the required IP range.
Set<VlanIPRange> listVlanIPRanges(ListVlanIPRangesOptions... options)
options
- optional arguments.
VlanIPRange createVlanIPRange(String startIP, String endIP, CreateVlanIPRangeOptions... options)
startIP
- the beginning IP address in the VLAN IP rangeendIP
- the ending IP address in the VLAN IP rangeoptions
- optional arguments
void deleteVlanIPRange(long rangeId)
rangeId
- the id of the VLAN IP range
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |