Class NetworkServer

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

public class NetworkServer extends MorpheusModel
  • Field Details

    • name

      protected String name
    • type

      protected NetworkServerType type
    • integration

      protected AccountIntegration integration
    • account

      protected Account account
    • visibility

      protected String visibility
    • description

      protected String description
    • internalId

      protected String internalId
    • externalId

      protected String externalId
    • serviceUrl

      protected String serviceUrl
    • serviceHost

      protected String serviceHost
    • servicePort

      protected Integer servicePort
    • serviceMode

      protected String serviceMode
    • servicePath

      protected String servicePath
    • serviceUsername

      protected String serviceUsername
    • servicePassword

      protected String servicePassword
    • serviceToken

      protected String serviceToken
    • apiPort

      protected Integer apiPort
    • adminPort

      protected Integer adminPort
    • status

      protected String status
    • statusMessage

      protected String statusMessage
    • statusDate

      protected Date statusDate
    • lastSync

      protected Date lastSync
    • nextRunDate

      protected Date nextRunDate
    • lastSyncDuration

      protected Long lastSyncDuration
    • networkFilter

      protected String networkFilter
    • tenantMatch

      protected String tenantMatch
    • zoneId

      protected Long zoneId
    • dateCreated

      protected Date dateCreated
    • lastUpdated

      protected Date lastUpdated
    • enabled

      protected Boolean enabled
    • visible

      protected Boolean visible
  • Constructor Details

    • NetworkServer

      public NetworkServer()
  • Method Details

    • getName

      public String getName()
    • getType

      public NetworkServerType getType()
    • getIntegration

      public AccountIntegration getIntegration()
    • getAccount

      public Account getAccount()
    • getVisibility

      public String getVisibility()
    • getDescription

      public String getDescription()
    • getInternalId

      public String getInternalId()
    • getExternalId

      public String getExternalId()
    • getServiceUrl

      public String getServiceUrl()
    • getServiceHost

      public String getServiceHost()
    • getServicePort

      public Integer getServicePort()
    • getServiceMode

      public String getServiceMode()
    • getServicePath

      public String getServicePath()
    • getServiceUsername

      public String getServiceUsername()
    • getServicePassword

      public String getServicePassword()
    • getServiceToken

      public String getServiceToken()
    • getApiPort

      public Integer getApiPort()
    • getAdminPort

      public Integer getAdminPort()
    • getStatus

      public String getStatus()
    • getStatusMessage

      public String getStatusMessage()
    • getStatusDate

      public Date getStatusDate()
    • getLastSync

      public Date getLastSync()
    • getNextRunDate

      public Date getNextRunDate()
    • getLastSyncDuration

      public Long getLastSyncDuration()
    • getNetworkFilter

      public String getNetworkFilter()
    • getTenantMatch

      public String getTenantMatch()
    • getZoneId

      public Long getZoneId()
    • getDateCreated

      public Date getDateCreated()
    • getLastUpdated

      public Date getLastUpdated()
    • getEnabled

      public Boolean getEnabled()
    • getVisible

      public Boolean getVisible()
    • setName

      public void setName(String name)
    • setType

      public void setType(NetworkServerType type)
    • setIntegration

      public void setIntegration(AccountIntegration integration)
    • setAccount

      public void setAccount(Account account)
    • setVisibility

      public void setVisibility(String visibility)
    • setDescription

      public void setDescription(String description)
    • setInternalId

      public void setInternalId(String internalId)
    • setExternalId

      public void setExternalId(String externalId)
    • setServiceUrl

      public void setServiceUrl(String serviceUrl)
    • setServiceHost

      public void setServiceHost(String serviceHost)
    • setServicePort

      public void setServicePort(Integer servicePort)
    • setServiceMode

      public void setServiceMode(String serviceMode)
    • setServicePath

      public void setServicePath(String servicePath)
    • setServiceUsername

      public void setServiceUsername(String serviceUsername)
    • setServicePassword

      public void setServicePassword(String servicePassword)
    • setServiceToken

      public void setServiceToken(String serviceToken)
    • setApiPort

      public void setApiPort(Integer apiPort)
    • setAdminPort

      public void setAdminPort(Integer adminPort)
    • setStatus

      public void setStatus(String status)
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
    • setStatusDate

      public void setStatusDate(Date statusDate)
    • setLastSync

      public void setLastSync(Date lastSync)
    • setNextRunDate

      public void setNextRunDate(Date nextRunDate)
    • setLastSyncDuration

      public void setLastSyncDuration(Long lastSyncDuration)
    • setNetworkFilter

      public void setNetworkFilter(String networkFilter)
    • setTenantMatch

      public void setTenantMatch(String tenantMatch)
    • setZoneId

      public void setZoneId(Long zoneId)
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • setLastUpdated

      public void setLastUpdated(Date lastUpdated)
    • setEnabled

      public void setEnabled(Boolean enabled)
    • setVisible

      public void setVisible(Boolean visible)