Package com.morpheusdata.model
Class PolicyType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.PolicyType
A Policy Type is usually used in a reference to
Policy
. It specified the type
the policy is, such as if it is an instance naming policy, max policy, approval policy, etc.- Since:
- 0.12.2
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
void
setCategory
(String category) void
void
setDescription
(String description) void
Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
name
-
code
-
description
-
category
-
-
Constructor Details
-
PolicyType
public PolicyType()
-
-
Method Details
-
getName
-
setName
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getCategory
-
setCategory
-