All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vmware.vim25.HostVFlashManagerVFlashConfigInfo Maven / Gradle / Ivy

There is a newer version: 0.6.60
Show newest version

package com.vmware.vim25;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for HostVFlashManagerVFlashConfigInfo complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="HostVFlashManagerVFlashConfigInfo">
 *   <complexContent>
 *     <extension base="{urn:vim25}DynamicData">
 *       <sequence>
 *         <element name="vFlashResourceConfigInfo" type="{urn:vim25}HostVFlashManagerVFlashResourceConfigInfo" minOccurs="0"/>
 *         <element name="vFlashCacheConfigInfo" type="{urn:vim25}HostVFlashManagerVFlashCacheConfigInfo" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "HostVFlashManagerVFlashConfigInfo", propOrder = { "vFlashResourceConfigInfo", "vFlashCacheConfigInfo" }) public class HostVFlashManagerVFlashConfigInfo extends DynamicData { protected HostVFlashManagerVFlashResourceConfigInfo vFlashResourceConfigInfo; protected HostVFlashManagerVFlashCacheConfigInfo vFlashCacheConfigInfo; /** * Gets the value of the vFlashResourceConfigInfo property. * * @return * possible object is * {@link HostVFlashManagerVFlashResourceConfigInfo } * */ public HostVFlashManagerVFlashResourceConfigInfo getVFlashResourceConfigInfo() { return vFlashResourceConfigInfo; } /** * Sets the value of the vFlashResourceConfigInfo property. * * @param value * allowed object is * {@link HostVFlashManagerVFlashResourceConfigInfo } * */ public void setVFlashResourceConfigInfo(HostVFlashManagerVFlashResourceConfigInfo value) { this.vFlashResourceConfigInfo = value; } /** * Gets the value of the vFlashCacheConfigInfo property. * * @return * possible object is * {@link HostVFlashManagerVFlashCacheConfigInfo } * */ public HostVFlashManagerVFlashCacheConfigInfo getVFlashCacheConfigInfo() { return vFlashCacheConfigInfo; } /** * Sets the value of the vFlashCacheConfigInfo property. * * @param value * allowed object is * {@link HostVFlashManagerVFlashCacheConfigInfo } * */ public void setVFlashCacheConfigInfo(HostVFlashManagerVFlashCacheConfigInfo value) { this.vFlashCacheConfigInfo = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy