public class FirewallProfile extends ApplyProfile
Java class for FirewallProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FirewallProfile">
<complexContent>
<extension base="{urn:vim25}ApplyProfile">
<sequence>
<element name="ruleset" type="{urn:vim25}FirewallProfileRulesetProfile" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FirewallProfileRulesetProfile> |
ruleset |
copyEnableStatus, enabled, favorite, policy, profileTypeName, profileVersion, property, toBeDeleted, toBeMerged, toReplaceWith| Constructor and Description |
|---|
FirewallProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<FirewallProfileRulesetProfile> |
getRuleset()
Gets the value of the ruleset property.
|
getPolicy, getProfileTypeName, getProfileVersion, getProperty, isCopyEnableStatus, isEnabled, isFavorite, isToBeDeleted, isToBeMerged, isToReplaceWith, setCopyEnableStatus, setEnabled, setFavorite, setProfileTypeName, setProfileVersion, setToBeDeleted, setToBeMerged, setToReplaceWithprotected List<FirewallProfileRulesetProfile> ruleset
public List<FirewallProfileRulesetProfile> getRuleset()
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 ruleset property.
For example, to add a new item, do as follows:
getRuleset().add(newItem);
Objects of the following type(s) are allowed in the list
FirewallProfileRulesetProfile
Copyright © 2018. All rights reserved.