Package com.morpheusdata.model
Class NetworkSecurityServerType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.NetworkSecurityServerType
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected String
protected Boolean
protected String
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected String
protected Boolean
protected String
protected String
protected Boolean
protected String
protected String
protected String
protected String
protected 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
setCanDelete
(Boolean canDelete) void
setCanEdit
(Boolean canEdit) void
void
setCreatable
(Boolean creatable) void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
setHasCommit
(Boolean hasCommit) void
setHasSecurityEndpoints
(Boolean hasSecurityEndpoints) void
setHasSecurityGroups
(Boolean hasSecurityGroups) void
setHasSecurityProfiles
(Boolean hasSecurityProfiles) void
setHasSecurityRoles
(Boolean hasSecurityRoles) void
setHasSecurityZones
(Boolean hasSecurityZones) void
setIntegrationCode
(String integrationCode) void
setManageSecurityGroups
(Boolean manageSecurityGroups) void
void
setSecurityService
(String securityService) void
setSelectable
(Boolean selectable) void
setServerCode
(String serverCode) void
setTitleSecurityEndpoints
(String titleSecurityEndpoints) void
setTitleSecurityGroups
(String titleSecurityGroups) void
setTitleSecurityProfiles
(String titleSecurityProfiles) void
setTitleSecurityRoles
(String titleSecurityRoles) void
setTitleSecurityServer
(String titleSecurityServer) void
setTitleSecurityZones
(String titleSecurityZones) void
setViewSet
(String viewSet) 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
-
code
-
name
-
description
-
creatable
-
selectable
-
securityService
-
enabled
-
integrationCode
-
serverCode
-
viewSet
-
manageSecurityGroups
-
canEdit
-
canDelete
-
hasCommit
-
titleSecurityServer
-
hasSecurityEndpoints
-
titleSecurityEndpoints
-
hasSecurityGroups
-
titleSecurityGroups
-
hasSecurityProfiles
-
titleSecurityProfiles
-
hasSecurityRoles
-
titleSecurityRoles
-
hasSecurityZones
-
titleSecurityZones
-
-
Constructor Details
-
NetworkSecurityServerType
public NetworkSecurityServerType()
-
-
Method Details
-
getCode
-
getName
-
getDescription
-
getCreatable
-
getSelectable
-
getSecurityService
-
getEnabled
-
getIntegrationCode
-
getServerCode
-
getViewSet
-
getManageSecurityGroups
-
getCanEdit
-
getCanDelete
-
getHasCommit
-
getTitleSecurityServer
-
getHasSecurityEndpoints
-
getTitleSecurityEndpoints
-
getHasSecurityGroups
-
getTitleSecurityGroups
-
getHasSecurityProfiles
-
getTitleSecurityProfiles
-
getHasSecurityRoles
-
getTitleSecurityRoles
-
getHasSecurityZones
-
getTitleSecurityZones
-
setCode
-
setName
-
setDescription
-
setCreatable
-
setSelectable
-
setSecurityService
-
setEnabled
-
setIntegrationCode
-
setServerCode
-
setViewSet
-
setManageSecurityGroups
-
setCanEdit
-
setCanDelete
-
setHasCommit
-
setTitleSecurityServer
-
setHasSecurityEndpoints
-
setTitleSecurityEndpoints
-
setHasSecurityGroups
-
setTitleSecurityGroups
-
setHasSecurityProfiles
-
setTitleSecurityProfiles
-
setHasSecurityRoles
-
setTitleSecurityRoles
-
setHasSecurityZones
-
setTitleSecurityZones
-