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