Package com.morpheusdata.model
Class ComputeZonePool
- java.lang.Object
-
- com.morpheusdata.model.MorpheusModel
-
- com.morpheusdata.model.projection.ComputeZonePoolIdentityProjection
-
- com.morpheusdata.model.ComputeZonePool
-
public class ComputeZonePool extends ComputeZonePoolIdentityProjection
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Boolean
active
Cloud
cloud
java.lang.String
code
java.lang.String
config
java.lang.Boolean
defaultPool
java.lang.String
description
java.lang.Boolean
editable
java.lang.Boolean
hidden
java.lang.String
iacId
java.lang.Boolean
inventory
Account
owner
ComputeZonePool
parent
java.lang.String
rawData
java.lang.Boolean
readOnly
java.lang.Long
refId
java.lang.String
refType
java.lang.String
regionCode
java.lang.Boolean
removable
ComputeServerGroup
serverGroup
com.morpheusdata.model.ComputeZonePool.Status
status
java.lang.String
treeName
java.lang.String
type
java.lang.String
visibility
-
Fields inherited from class com.morpheusdata.model.projection.ComputeZonePoolIdentityProjection
category, externalId, internalId, name, ownerId, uniqueId
-
Fields inherited from class com.morpheusdata.model.MorpheusModel
id
-
-
Constructor Summary
Constructors Constructor Description ComputeZonePool()
-
Method Summary
-
Methods inherited from class com.morpheusdata.model.projection.ComputeZonePoolIdentityProjection
getCategory, getExternalId, getInternalId, getName, getOwnerId, getType, getUniqueId, setCategory, setExternalId, setInternalId, setName, setOwnerId, setType, setUniqueId
-
Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
-
-
-
Field Detail
-
owner
public Account owner
-
visibility
public java.lang.String visibility
-
cloud
public Cloud cloud
-
serverGroup
public ComputeServerGroup serverGroup
-
code
public java.lang.String code
-
config
public java.lang.String config
-
treeName
public java.lang.String treeName
-
rawData
public java.lang.String rawData
-
type
public java.lang.String type
-
description
public java.lang.String description
-
regionCode
public java.lang.String regionCode
-
refType
public java.lang.String refType
-
refId
public java.lang.Long refId
-
parent
public ComputeZonePool parent
-
active
public java.lang.Boolean active
-
readOnly
public java.lang.Boolean readOnly
-
defaultPool
public java.lang.Boolean defaultPool
-
hidden
public java.lang.Boolean hidden
-
iacId
public java.lang.String iacId
-
status
public com.morpheusdata.model.ComputeZonePool.Status status
-
editable
public java.lang.Boolean editable
-
removable
public java.lang.Boolean removable
-
inventory
public java.lang.Boolean inventory
-
-