public class PbmCapabilityProfileUpdateSpec extends DynamicData
Java class for PbmCapabilityProfileUpdateSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmCapabilityProfileUpdateSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="constraints" type="{urn:pbm}PbmCapabilityConstraints" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PbmCapabilityConstraints |
constraints |
protected String |
description |
protected String |
name |
| Constructor and Description |
|---|
PbmCapabilityProfileUpdateSpec() |
| Modifier and Type | Method and Description |
|---|---|
PbmCapabilityConstraints |
getConstraints()
Gets the value of the constraints property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
void |
setConstraints(PbmCapabilityConstraints value)
Sets the value of the constraints property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected String description
protected PbmCapabilityConstraints constraints
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic PbmCapabilityConstraints getConstraints()
PbmCapabilityConstraintspublic void setConstraints(PbmCapabilityConstraints value)
value - allowed object is
PbmCapabilityConstraintsCopyright © 2018. All rights reserved.