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