Package com.morpheusdata.model
Class NetworkRouteTable
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.NetworkRouteTableIdentityProjection
com.morpheusdata.model.NetworkRouteTable
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected CloudPool
Fields inherited from class com.morpheusdata.model.projection.NetworkRouteTableIdentityProjection
externalId
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getIacId()
getName()
void
setCategory
(String category) void
void
void
setInternalId
(String internalId) void
void
setZonePool
(CloudPool zonePool) Methods inherited from class com.morpheusdata.model.projection.NetworkRouteTableIdentityProjection
getExternalId, setExternalId
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
-
category
-
internalId
-
iacId
-
zonePool
-
-
Constructor Details
-
NetworkRouteTable
public NetworkRouteTable()
-
-
Method Details
-
getName
-
setName
-
getCode
-
setCode
-
getCategory
-
setCategory
-
getInternalId
-
setInternalId
-
getIacId
-
setIacId
-
getZonePool
-
setZonePool
-