Package com.morpheusdata.model
Class SecurityGroupRuleDestination
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.SecurityGroupRuleDestination
- All Implemented Interfaces:
Serializable
SecurityGroupRuleDestinations are used to model the firewall rule Destinations. For example,
the destination groups in NSX-T firewalls are modeled using SecurityGroupRuleDestination.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected SecurityGroupRuleIdentityProjectionprotected StringFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIacId()getName()voidsetDestination(String destination) voidsetDestinationRefId(String destinationRefId) voidsetDestinationRefType(String destinationRefType) voidsetDestinationType(String destinationType) voidsetEnabled(Boolean enabled) voidsetExternalId(String externalId) voidsetExternalType(String externalType) voidvoidsetInternalId(String internalId) voidvoidsetProviderId(String providerId) voidsetRawData(String rawData) voidsetSecurityGroupRule(SecurityGroupRuleIdentityProjection securityGroupRule) voidsetUniqueId(String uniqueId) 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
-
securityGroupRule
-
name
-
destination
-
destinationType
-
destinationRefType
-
destinationRefId
-
enabled
-
internalId
-
externalId
-
uniqueId
-
providerId
-
externalType
-
iacId
-
rawData
-
-
Constructor Details
-
SecurityGroupRuleDestination
public SecurityGroupRuleDestination()
-
-
Method Details
-
getSecurityGroupRule
-
setSecurityGroupRule
-
getName
-
setName
-
getDestination
-
setDestination
-
getDestinationType
-
setDestinationType
-
getDestinationRefType
-
setDestinationRefType
-
getDestinationRefId
-
setDestinationRefId
-
getEnabled
-
setEnabled
-
getInternalId
-
setInternalId
-
getExternalId
-
setExternalId
-
getUniqueId
-
setUniqueId
-
getProviderId
-
setProviderId
-
getExternalType
-
setExternalType
-
getIacId
-
setIacId
-
getRawData
-
setRawData
-