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

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


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 DvsSystemTrafficNetworkRuleQualifier complex type. * *

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

 * <complexType name="DvsSystemTrafficNetworkRuleQualifier">
 *   <complexContent>
 *     <extension base="{urn:vim25}DvsNetworkRuleQualifier">
 *       <sequence>
 *         <element name="typeOfSystemTraffic" type="{urn:vim25}StringExpression" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DvsSystemTrafficNetworkRuleQualifier", propOrder = { "typeOfSystemTraffic" }) public class DvsSystemTrafficNetworkRuleQualifier extends DvsNetworkRuleQualifier { protected StringExpression typeOfSystemTraffic; /** * Gets the value of the typeOfSystemTraffic property. * * @return * possible object is * {@link StringExpression } * */ public StringExpression getTypeOfSystemTraffic() { return typeOfSystemTraffic; } /** * Sets the value of the typeOfSystemTraffic property. * * @param value * allowed object is * {@link StringExpression } * */ public void setTypeOfSystemTraffic(StringExpression value) { this.typeOfSystemTraffic = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy