public class DestroyIpPoolRequestType extends Object
Java class for DestroyIpPoolRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DestroyIpPoolRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="dc" type="{urn:vim25}ManagedObjectReference"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="force" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected ManagedObjectReference |
dc |
protected boolean |
force |
protected int |
id |
| Constructor and Description |
|---|
DestroyIpPoolRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDc()
Gets the value of the dc property.
|
int |
getId()
Gets the value of the id property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
boolean |
isForce()
Gets the value of the force property.
|
void |
setDc(ManagedObjectReference value)
Sets the value of the dc property.
|
void |
setForce(boolean value)
Sets the value of the force property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected ManagedObjectReference dc
protected int id
protected boolean force
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getDc()
ManagedObjectReferencepublic void setDc(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getId()
public void setId(int value)
public boolean isForce()
public void setForce(boolean value)
Copyright © 2018. All rights reserved.