Class Section
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.configuration.template.Section
-
@ApiType("SoftLayer_Configuration_Template_Section") public class Section extends Entity
The SoftLayer_Configuration_Template_Section data type contains information of a configuration section.
Configuration can contain sub-sections.- See Also:
- SoftLayer_Configuration_Template_Section
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Section.Mask
static interface
Section.Service
Configuration section allow you to divide a large configuration values into a smaller pieces.static interface
Section.ServiceAsync
-
Field Summary
Fields Modifier and Type Field Description protected GregorianCalendar
createDate
Created dateprotected boolean
createDateSpecified
protected Long
definitionCount
A count ofprotected List<Definition>
definitions
protected String
description
Configuration section descriptionprotected boolean
descriptionSpecified
protected Boolean
disallowedDeletionFlag
protected Long
id
Internal identifier of a configuration section.protected boolean
idSpecified
protected Template
linkedTemplate
protected String
linkedTemplateId
Internal identifier of a sub configuration template that this section points to.protected boolean
linkedTemplateIdSpecified
protected Reference
linkedTemplateReference
protected GregorianCalendar
modifyDate
Last modified dateprotected boolean
modifyDateSpecified
protected String
name
Configuration section nameprotected boolean
nameSpecified
protected Long
parentId
Internal identifier of the parent configuration sectionprotected boolean
parentIdSpecified
protected Long
profileCount
A count ofprotected List<Profile>
profiles
protected Type
sectionType
protected String
sectionTypeName
protected Long
sort
Sort orderprotected boolean
sortSpecified
protected Long
subSectionCount
A count ofprotected List<Section>
subSections
protected Template
template
protected String
templateId
Internal identifier of a configuration template that this section belongs toprotected boolean
templateIdSpecified
protected Long
typeId
Internal identifier of the configuration section typeprotected boolean
typeIdSpecified
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
definitions
@ApiProperty protected List<Definition> definitions
-
disallowedDeletionFlag
@ApiProperty protected Boolean disallowedDeletionFlag
-
linkedTemplate
@ApiProperty protected Template linkedTemplate
-
linkedTemplateReference
@ApiProperty protected Reference linkedTemplateReference
-
profiles
@ApiProperty protected List<Profile> profiles
-
sectionType
@ApiProperty protected Type sectionType
-
sectionTypeName
@ApiProperty protected String sectionTypeName
-
subSections
@ApiProperty protected List<Section> subSections
-
template
@ApiProperty protected Template template
-
createDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar createDate
Created date
-
createDateSpecified
protected boolean createDateSpecified
-
description
@ApiProperty(canBeNullOrNotSet=true) protected String description
Configuration section description
-
descriptionSpecified
protected boolean descriptionSpecified
-
id
@ApiProperty(canBeNullOrNotSet=true) protected Long id
Internal identifier of a configuration section.
-
idSpecified
protected boolean idSpecified
-
linkedTemplateId
@ApiProperty(canBeNullOrNotSet=true) protected String linkedTemplateId
Internal identifier of a sub configuration template that this section points to. Use this property if you wish to create a reference to a sub configuration template when creating a linked section.
-
linkedTemplateIdSpecified
protected boolean linkedTemplateIdSpecified
-
modifyDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar modifyDate
Last modified date
-
modifyDateSpecified
protected boolean modifyDateSpecified
-
name
@ApiProperty(canBeNullOrNotSet=true) protected String name
Configuration section name
-
nameSpecified
protected boolean nameSpecified
-
parentId
@ApiProperty(canBeNullOrNotSet=true) protected Long parentId
Internal identifier of the parent configuration section
-
parentIdSpecified
protected boolean parentIdSpecified
-
sort
@ApiProperty(canBeNullOrNotSet=true) protected Long sort
Sort order
-
sortSpecified
protected boolean sortSpecified
-
templateId
@ApiProperty(canBeNullOrNotSet=true) protected String templateId
Internal identifier of a configuration template that this section belongs to
-
templateIdSpecified
protected boolean templateIdSpecified
-
typeId
@ApiProperty(canBeNullOrNotSet=true) protected Long typeId
Internal identifier of the configuration section type
-
typeIdSpecified
protected boolean typeIdSpecified
-
definitionCount
@ApiProperty protected Long definitionCount
A count of
-
profileCount
@ApiProperty protected Long profileCount
A count of
-
subSectionCount
@ApiProperty protected Long subSectionCount
A count of
-
-
Method Detail
-
getDefinitions
public List<Definition> getDefinitions()
-
getDisallowedDeletionFlag
public Boolean getDisallowedDeletionFlag()
-
setDisallowedDeletionFlag
public void setDisallowedDeletionFlag(Boolean disallowedDeletionFlag)
-
getLinkedTemplate
public Template getLinkedTemplate()
-
setLinkedTemplate
public void setLinkedTemplate(Template linkedTemplate)
-
getLinkedTemplateReference
public Reference getLinkedTemplateReference()
-
setLinkedTemplateReference
public void setLinkedTemplateReference(Reference linkedTemplateReference)
-
getSectionType
public Type getSectionType()
-
setSectionType
public void setSectionType(Type sectionType)
-
getSectionTypeName
public String getSectionTypeName()
-
setSectionTypeName
public void setSectionTypeName(String sectionTypeName)
-
getTemplate
public Template getTemplate()
-
setTemplate
public void setTemplate(Template template)
-
getCreateDate
public GregorianCalendar getCreateDate()
-
setCreateDate
public void setCreateDate(GregorianCalendar createDate)
-
isCreateDateSpecified
public boolean isCreateDateSpecified()
-
unsetCreateDate
public void unsetCreateDate()
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isDescriptionSpecified
public boolean isDescriptionSpecified()
-
unsetDescription
public void unsetDescription()
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
isIdSpecified
public boolean isIdSpecified()
-
unsetId
public void unsetId()
-
getLinkedTemplateId
public String getLinkedTemplateId()
-
setLinkedTemplateId
public void setLinkedTemplateId(String linkedTemplateId)
-
isLinkedTemplateIdSpecified
public boolean isLinkedTemplateIdSpecified()
-
unsetLinkedTemplateId
public void unsetLinkedTemplateId()
-
getModifyDate
public GregorianCalendar getModifyDate()
-
setModifyDate
public void setModifyDate(GregorianCalendar modifyDate)
-
isModifyDateSpecified
public boolean isModifyDateSpecified()
-
unsetModifyDate
public void unsetModifyDate()
-
getName
public String getName()
-
setName
public void setName(String name)
-
isNameSpecified
public boolean isNameSpecified()
-
unsetName
public void unsetName()
-
getParentId
public Long getParentId()
-
setParentId
public void setParentId(Long parentId)
-
isParentIdSpecified
public boolean isParentIdSpecified()
-
unsetParentId
public void unsetParentId()
-
getSort
public Long getSort()
-
setSort
public void setSort(Long sort)
-
isSortSpecified
public boolean isSortSpecified()
-
unsetSort
public void unsetSort()
-
getTemplateId
public String getTemplateId()
-
setTemplateId
public void setTemplateId(String templateId)
-
isTemplateIdSpecified
public boolean isTemplateIdSpecified()
-
unsetTemplateId
public void unsetTemplateId()
-
getTypeId
public Long getTypeId()
-
setTypeId
public void setTypeId(Long typeId)
-
isTypeIdSpecified
public boolean isTypeIdSpecified()
-
unsetTypeId
public void unsetTypeId()
-
getDefinitionCount
public Long getDefinitionCount()
-
setDefinitionCount
public void setDefinitionCount(Long definitionCount)
-
getProfileCount
public Long getProfileCount()
-
setProfileCount
public void setProfileCount(Long profileCount)
-
getSubSectionCount
public Long getSubSectionCount()
-
setSubSectionCount
public void setSubSectionCount(Long subSectionCount)
-
asService
public Section.Service asService(ApiClient client)
-
service
public static Section.Service service(ApiClient client)
-
service
public static Section.Service service(ApiClient client, Long id)
-
-