Constructor and Description |
---|
ISO.Builder() |
public ISO.Builder id(long id)
id
- the template IDpublic ISO.Builder account(String account)
account
- the account name to which the template belongspublic ISO.Builder accountId(long accountId)
accountId
- the account id to which the template belongspublic ISO.Builder bootable(boolean bootable)
bootable
- true if the ISO is bootable, false otherwisepublic ISO.Builder checksum(String checksum)
checksum
- checksum of the templatepublic ISO.Builder created(Date created)
created
- the date this template was createdpublic ISO.Builder crossZones(boolean crossZones)
crossZones
- true if the template is managed across all Zones, false otherwisepublic ISO.Builder displayText(String displayText)
displayText
- the template display textpublic ISO.Builder domain(String domain)
domain
- the name of the domain to which the template belongspublic ISO.Builder domainid(long domainid)
domainid
- the ID of the domain to which the template belongspublic ISO.Builder format(String format)
format
- the format of the template.public ISO.Builder hostId(long hostId)
hostId
- the ID of the secondary storage host for the templatepublic ISO.Builder hostName(String hostName)
hostName
- the name of the secondary storage host for the templatepublic ISO.Builder hypervisor(String hypervisor)
hypervisor
- the hypervisor on which the template runspublic ISO.Builder isExtractable(boolean isExtractable)
isExtractable
- true if the template is extractable, false otherwisepublic ISO.Builder isFeatured(boolean isFeatured)
isFeatured
- true if this template is a featured template, false otherwisepublic ISO.Builder isPublic(boolean isPublic)
isPublic
- true if this template is a public template, false otherwisepublic ISO.Builder isReady(boolean isReady)
isReady
- true if the template is ready to be deployed from, false otherwise.public ISO.Builder jobId(long jobId)
jobId
- shows the current pending asynchronous job ID. This tag is not returned if no current pending jobs are acting on the templatepublic ISO.Builder jobStatus(String jobStatus)
jobStatus
- shows the current pending asynchronous job statuspublic ISO.Builder name(String name)
name
- the template namepublic ISO.Builder osTypeId(long osTypeId)
osTypeId
- the ID of the OS type for this template.public ISO.Builder osTypeName(String osTypeName)
osTypeName
- the name of the OS type for this template.public ISO.Builder passwordEnabled(boolean passwordEnabled)
passwordEnabled
- true if the reset password feature is enabled, false otherwisepublic ISO.Builder removed(Date removed)
removed
- the date this template was removedpublic ISO.Builder size(long size)
size
- the size of the templatepublic ISO.Builder sourceTemplateId(long sourceTemplateId)
sourceTemplateId
- the template ID of the parent template if presentpublic ISO.Builder status(String status)
status
- the status of the templatepublic ISO.Builder templateTag(String templateTag)
templateTag
- the tag of this templatepublic ISO.Builder templateType(String templateType)
templateType
- the type of the templatepublic ISO.Builder zoneId(long zoneId)
zoneId
- the ID of the zone for this templatepublic ISO.Builder zoneName(String zoneName)
zoneName
- the name of the zone for this templateCopyright © 2009-2012 jclouds. All Rights Reserved.