public class AddPortGroupRequestType extends Object
Java class for AddPortGroupRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddPortGroupRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="portgrp" type="{urn:vim25}HostPortGroupSpec"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected HostPortGroupSpec |
portgrp |
| Constructor and Description |
|---|
AddPortGroupRequestType() |
| Modifier and Type | Method and Description |
|---|---|
HostPortGroupSpec |
getPortgrp()
Gets the value of the portgrp property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setPortgrp(HostPortGroupSpec value)
Sets the value of the portgrp property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected HostPortGroupSpec portgrp
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic HostPortGroupSpec getPortgrp()
HostPortGroupSpecpublic void setPortgrp(HostPortGroupSpec value)
value - allowed object is
HostPortGroupSpecCopyright © 2018. All rights reserved.