Class NetworkSecurityServer

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.NetworkSecurityServer

public class NetworkSecurityServer extends MorpheusModel
  • Field Details

    • type

    • networkServer

      public NetworkServer networkServer
    • integration

      public AccountIntegration integration
    • account

      public Account account
    • visibility

      public String visibility
    • description

      public String description
    • internalId

      public String internalId
    • externalId

      public String externalId
    • serviceUrl

      public String serviceUrl
    • serviceHost

      public String serviceHost
    • servicePort

      public Integer servicePort
    • serviceMode

      public String serviceMode
    • serviceUsername

      public String serviceUsername
    • servicePassword

      public String servicePassword
    • apiPort

      public Integer apiPort
    • adminPort

      public Integer adminPort
    • status

      public String status
    • statusMessage

      public String statusMessage
    • statusDate

      public Date statusDate
    • networkFilter

      public String networkFilter
    • tenantMatch

      public String tenantMatch
    • dateCreated

      public Date dateCreated
    • lastUpdated

      public Date lastUpdated
    • enabled

      public Boolean enabled
    • visible

      public Boolean visible
    • pendingCommit

      public Boolean pendingCommit
    • zoneId

      public Long zoneId
  • Constructor Details

    • NetworkSecurityServer

      public NetworkSecurityServer()
  • Method Details

    • getType

      public NetworkSecurityServerType getType()
    • setType

      public void setType(NetworkSecurityServerType type)
    • getNetworkServer

      public NetworkServer getNetworkServer()
    • setNetworkServer

      public void setNetworkServer(NetworkServer networkServer)
    • getIntegration

      public AccountIntegration getIntegration()
    • setIntegration

      public void setIntegration(AccountIntegration integration)
    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount(Account account)
    • getVisibility

      public String getVisibility()
    • setVisibility

      public void setVisibility(String visibility)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getInternalId

      public String getInternalId()
    • setInternalId

      public void setInternalId(String internalId)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getServiceUrl

      public String getServiceUrl()
    • setServiceUrl

      public void setServiceUrl(String serviceUrl)
    • getServiceHost

      public String getServiceHost()
    • setServiceHost

      public void setServiceHost(String serviceHost)
    • getServicePort

      public Integer getServicePort()
    • setServicePort

      public void setServicePort(Integer servicePort)
    • getServiceMode

      public String getServiceMode()
    • setServiceMode

      public void setServiceMode(String serviceMode)
    • getServiceUsername

      public String getServiceUsername()
    • setServiceUsername

      public void setServiceUsername(String serviceUsername)
    • getServicePassword

      public String getServicePassword()
    • setServicePassword

      public void setServicePassword(String servicePassword)
    • getApiPort

      public Integer getApiPort()
    • setApiPort

      public void setApiPort(Integer apiPort)
    • getAdminPort

      public Integer getAdminPort()
    • setAdminPort

      public void setAdminPort(Integer adminPort)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getStatusMessage

      public String getStatusMessage()
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
    • getStatusDate

      public Date getStatusDate()
    • setStatusDate

      public void setStatusDate(Date statusDate)
    • getNetworkFilter

      public String getNetworkFilter()
    • setNetworkFilter

      public void setNetworkFilter(String networkFilter)
    • getTenantMatch

      public String getTenantMatch()
    • setTenantMatch

      public void setTenantMatch(String tenantMatch)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • getLastUpdated

      public Date getLastUpdated()
    • setLastUpdated

      public void setLastUpdated(Date lastUpdated)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getVisible

      public Boolean getVisible()
    • setVisible

      public void setVisible(Boolean visible)
    • getPendingCommit

      public Boolean getPendingCommit()
    • setPendingCommit

      public void setPendingCommit(Boolean pendingCommit)
    • getZoneId

      public Long getZoneId()
    • setZoneId

      public void setZoneId(Long zoneId)