public class ExternalComputeResource extends BaseResource
Java class for ExternalComputeResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalComputeResource">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="provider" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}external_host_provider" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExternalComputeResource() |
| Modifier and Type | Method and Description |
|---|---|
ExternalHostProvider |
getExternalHostProvider()
Gets the value of the externalHostProvider property.
|
String |
getProvider()
Gets the value of the provider property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUser()
Gets the value of the user property.
|
boolean |
isSetExternalHostProvider() |
boolean |
isSetProvider() |
boolean |
isSetUrl() |
boolean |
isSetUser() |
void |
setExternalHostProvider(ExternalHostProvider value)
Sets the value of the externalHostProvider property.
|
void |
setProvider(String value)
Sets the value of the provider property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUser(String value)
Sets the value of the user property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic String getProvider()
Stringpublic void setProvider(String value)
value - allowed object is
Stringpublic boolean isSetProvider()
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic boolean isSetUser()
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
public ExternalHostProvider getExternalHostProvider()
ExternalHostProviderpublic void setExternalHostProvider(ExternalHostProvider value)
value - allowed object is
ExternalHostProviderpublic boolean isSetExternalHostProvider()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0