Package org.jclouds.cloudstack.domain
Class ISOPermissions
java.lang.Object
org.jclouds.cloudstack.domain.ISOPermissions
Class ISOPermissions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
ISOPermissions.Builder<T extends ISOPermissions.Builder<T>>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ISOPermissions
(String id, Set<String> accounts, String domainId, boolean isPublic) -
Method Summary
-
Constructor Details
-
ISOPermissions
-
-
Method Details
-
builder
-
toBuilder
-
getId
- Returns:
- the template ID
-
getAccounts
- Returns:
- the list of accounts the template is available for
-
getDomainId
- Returns:
- the ID of the domain to which the template belongs
-
isPublic
public boolean isPublic()- Returns:
- true if this template is a public template, false otherwise
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-