public class DiagnosticManagerBundleInfo extends DynamicData
Java class for DiagnosticManagerBundleInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiagnosticManagerBundleInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="system" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
system |
protected String |
url |
| Constructor and Description |
|---|
DiagnosticManagerBundleInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getSystem()
Gets the value of the system property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setSystem(ManagedObjectReference value)
Sets the value of the system property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected ManagedObjectReference system
protected String url
public ManagedObjectReference getSystem()
ManagedObjectReferencepublic void setSystem(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getUrl()
StringCopyright © 2018. All rights reserved.