public class NetIpConfigSpecIpAddressSpec extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
ipAddress |
String |
operation |
int |
prefixLength |
dynamicProperty, dynamicType| Constructor and Description |
|---|
NetIpConfigSpecIpAddressSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress() |
String |
getOperation() |
int |
getPrefixLength() |
void |
setIpAddress(String ipAddress) |
void |
setOperation(String operation) |
void |
setPrefixLength(int prefixLength) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String ipAddress
public int prefixLength
public String operation
public String getIpAddress()
public int getPrefixLength()
public String getOperation()
public void setIpAddress(String ipAddress)
public void setPrefixLength(int prefixLength)
public void setOperation(String operation)
Copyright © 2011-2012. All Rights Reserved.