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