public class PbmPlacementHub extends DynamicData
Java class for PbmPlacementHub complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmPlacementHub">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="hubType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hubId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hubId |
protected String |
hubType |
| Constructor and Description |
|---|
PbmPlacementHub() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHubId()
Gets the value of the hubId property.
|
String |
getHubType()
Gets the value of the hubType property.
|
void |
setHubId(String value)
Sets the value of the hubId property.
|
void |
setHubType(String value)
Sets the value of the hubType property.
|
public String getHubType()
Stringpublic void setHubType(String value)
value - allowed object is
Stringpublic String getHubId()
StringCopyright © 2018. All rights reserved.