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, unsetLinks
getActions, isSetActions, setActions
public String getArchitectureName()
String
public void setArchitectureName(String value)
value
- allowed object is
String
public boolean isSetArchitectureName()
public String getOperatingSystemName()
String
public void setOperatingSystemName(String value)
value
- allowed object is
String
public boolean isSetOperatingSystemName()
public String getDomainName()
String
public void setDomainName(String value)
value
- allowed object is
String
public boolean isSetDomainName()
public String getSubnetName()
String
public void setSubnetName(String value)
value
- allowed object is
String
public boolean isSetSubnetName()
public ExternalHostProvider getExternalHostProvider()
ExternalHostProvider
public void setExternalHostProvider(ExternalHostProvider value)
value
- allowed object is
ExternalHostProvider
public boolean isSetExternalHostProvider()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0