public class DvsHostInfrastructureTrafficResource extends DynamicData
Java class for DvsHostInfrastructureTrafficResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsHostInfrastructureTrafficResource">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="allocationInfo" type="{urn:vim25}DvsHostInfrastructureTrafficResourceAllocation"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DvsHostInfrastructureTrafficResourceAllocation |
allocationInfo |
protected String |
description |
protected String |
key |
| Constructor and Description |
|---|
DvsHostInfrastructureTrafficResource() |
| Modifier and Type | Method and Description |
|---|---|
DvsHostInfrastructureTrafficResourceAllocation |
getAllocationInfo()
Gets the value of the allocationInfo property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getKey()
Gets the value of the key property.
|
void |
setAllocationInfo(DvsHostInfrastructureTrafficResourceAllocation value)
Sets the value of the allocationInfo property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKey(String value)
Sets the value of the key property.
|
protected String key
protected String description
protected DvsHostInfrastructureTrafficResourceAllocation allocationInfo
public DvsHostInfrastructureTrafficResource()
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic DvsHostInfrastructureTrafficResourceAllocation getAllocationInfo()
DvsHostInfrastructureTrafficResourceAllocationpublic void setAllocationInfo(DvsHostInfrastructureTrafficResourceAllocation value)
value - allowed object is
DvsHostInfrastructureTrafficResourceAllocationCopyright © 2018. All rights reserved.