Class SecurityGroupRuleDestination

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

public class SecurityGroupRuleDestination extends MorpheusModel
SecurityGroupRuleDestinations are used to model the firewall rule Destinations. For example, the destination groups in NSX-T firewalls are modeled using SecurityGroupRuleDestination.
  • Field Details

    • securityGroupRule

      protected SecurityGroupRuleIdentityProjection securityGroupRule
    • name

      protected String name
    • destination

      protected String destination
    • destinationType

      protected String destinationType
    • destinationRefType

      protected String destinationRefType
    • destinationRefId

      protected String destinationRefId
    • enabled

      protected Boolean enabled
    • internalId

      protected String internalId
    • externalId

      protected String externalId
    • uniqueId

      protected String uniqueId
    • providerId

      protected String providerId
    • externalType

      protected String externalType
    • iacId

      protected String iacId
    • rawData

      protected String rawData
  • Constructor Details

    • SecurityGroupRuleDestination

      public SecurityGroupRuleDestination()
  • Method Details

    • getSecurityGroupRule

      public SecurityGroupRuleIdentityProjection getSecurityGroupRule()
    • setSecurityGroupRule

      public void setSecurityGroupRule(SecurityGroupRuleIdentityProjection securityGroupRule)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDestination

      public String getDestination()
    • setDestination

      public void setDestination(String destination)
    • getDestinationType

      public String getDestinationType()
    • setDestinationType

      public void setDestinationType(String destinationType)
    • getDestinationRefType

      public String getDestinationRefType()
    • setDestinationRefType

      public void setDestinationRefType(String destinationRefType)
    • getDestinationRefId

      public String getDestinationRefId()
    • setDestinationRefId

      public void setDestinationRefId(String destinationRefId)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getInternalId

      public String getInternalId()
    • setInternalId

      public void setInternalId(String internalId)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getUniqueId

      public String getUniqueId()
    • setUniqueId

      public void setUniqueId(String uniqueId)
    • getProviderId

      public String getProviderId()
    • setProviderId

      public void setProviderId(String providerId)
    • getExternalType

      public String getExternalType()
    • setExternalType

      public void setExternalType(String externalType)
    • getIacId

      public String getIacId()
    • setIacId

      public void setIacId(String iacId)
    • getRawData

      public String getRawData()
    • setRawData

      public void setRawData(String rawData)