public class DVSNetworkResourceManagementCapability extends DynamicData
Java class for DVSNetworkResourceManagementCapability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSNetworkResourceManagementCapability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="networkResourceManagementSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="networkResourcePoolHighShareValue" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="qosSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="userDefinedNetworkResourcePoolsSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="networkResourceControlVersion3Supported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
networkResourceControlVersion3Supported |
protected boolean |
networkResourceManagementSupported |
protected int |
networkResourcePoolHighShareValue |
protected boolean |
qosSupported |
protected boolean |
userDefinedNetworkResourcePoolsSupported |
| Constructor and Description |
|---|
DVSNetworkResourceManagementCapability() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNetworkResourcePoolHighShareValue()
Gets the value of the networkResourcePoolHighShareValue property.
|
Boolean |
isNetworkResourceControlVersion3Supported()
Gets the value of the networkResourceControlVersion3Supported property.
|
boolean |
isNetworkResourceManagementSupported()
Gets the value of the networkResourceManagementSupported property.
|
boolean |
isQosSupported()
Gets the value of the qosSupported property.
|
boolean |
isUserDefinedNetworkResourcePoolsSupported()
Gets the value of the userDefinedNetworkResourcePoolsSupported property.
|
void |
setNetworkResourceControlVersion3Supported(Boolean value)
Sets the value of the networkResourceControlVersion3Supported property.
|
void |
setNetworkResourceManagementSupported(boolean value)
Sets the value of the networkResourceManagementSupported property.
|
void |
setNetworkResourcePoolHighShareValue(int value)
Sets the value of the networkResourcePoolHighShareValue property.
|
void |
setQosSupported(boolean value)
Sets the value of the qosSupported property.
|
void |
setUserDefinedNetworkResourcePoolsSupported(boolean value)
Sets the value of the userDefinedNetworkResourcePoolsSupported property.
|
protected boolean networkResourceManagementSupported
protected int networkResourcePoolHighShareValue
protected boolean qosSupported
protected boolean userDefinedNetworkResourcePoolsSupported
protected Boolean networkResourceControlVersion3Supported
public DVSNetworkResourceManagementCapability()
public boolean isNetworkResourceManagementSupported()
public void setNetworkResourceManagementSupported(boolean value)
public int getNetworkResourcePoolHighShareValue()
public void setNetworkResourcePoolHighShareValue(int value)
public boolean isQosSupported()
public void setQosSupported(boolean value)
public boolean isUserDefinedNetworkResourcePoolsSupported()
public void setUserDefinedNetworkResourcePoolsSupported(boolean value)
public Boolean isNetworkResourceControlVersion3Supported()
BooleanCopyright © 2018. All rights reserved.