public class ExternalHostGroup extends BaseResource
Java class for ExternalHostGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalHostGroup">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="architecture_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="operating_system_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="domain_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subnet_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}external_host_provider" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExternalHostGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArchitectureName()
Gets the value of the architectureName property.
|
String |
getDomainName()
Gets the value of the domainName property.
|
ExternalHostProvider |
getExternalHostProvider()
Gets the value of the externalHostProvider property.
|
String |
getOperatingSystemName()
Gets the value of the operatingSystemName property.
|
String |
getSubnetName()
Gets the value of the subnetName property.
|
boolean |
isSetArchitectureName() |
boolean |
isSetDomainName() |
boolean |
isSetExternalHostProvider() |
boolean |
isSetOperatingSystemName() |
boolean |
isSetSubnetName() |
void |
setArchitectureName(String value)
Sets the value of the architectureName property.
|
void |
setDomainName(String value)
Sets the value of the domainName property.
|
void |
setExternalHostProvider(ExternalHostProvider value)
Sets the value of the externalHostProvider property.
|
void |
setOperatingSystemName(String value)
Sets the value of the operatingSystemName property.
|
void |
setSubnetName(String value)
Sets the value of the subnetName 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 getArchitectureName()
Stringpublic void setArchitectureName(String value)
value - allowed object is
Stringpublic boolean isSetArchitectureName()
public String getOperatingSystemName()
Stringpublic void setOperatingSystemName(String value)
value - allowed object is
Stringpublic boolean isSetOperatingSystemName()
public String getDomainName()
Stringpublic void setDomainName(String value)
value - allowed object is
Stringpublic boolean isSetDomainName()
public String getSubnetName()
Stringpublic void setSubnetName(String value)
value - allowed object is
Stringpublic boolean isSetSubnetName()
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