public class HostFirewallRulesetIpList extends DynamicData
Java class for HostFirewallRulesetIpList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostFirewallRulesetIpList">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="ipNetwork" type="{urn:vim25}HostFirewallRulesetIpNetwork" maxOccurs="unbounded" minOccurs="0"/>
<element name="allIp" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allIp |
protected List<String> |
ipAddress |
protected List<HostFirewallRulesetIpNetwork> |
ipNetwork |
| Constructor and Description |
|---|
HostFirewallRulesetIpList() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIpAddress()
Gets the value of the ipAddress property.
|
List<HostFirewallRulesetIpNetwork> |
getIpNetwork()
Gets the value of the ipNetwork property.
|
boolean |
isAllIp()
Gets the value of the allIp property.
|
void |
setAllIp(boolean value)
Sets the value of the allIp property.
|
protected List<HostFirewallRulesetIpNetwork> ipNetwork
protected boolean allIp
public List<String> getIpAddress()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ipAddress property.
For example, to add a new item, do as follows:
getIpAddress().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<HostFirewallRulesetIpNetwork> getIpNetwork()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ipNetwork property.
For example, to add a new item, do as follows:
getIpNetwork().add(newItem);
Objects of the following type(s) are allowed in the list
HostFirewallRulesetIpNetwork
public boolean isAllIp()
public void setAllIp(boolean value)
Copyright © 2018. All rights reserved.