Package com.morpheusdata.model
Class SecurityGroupRuleDestination
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.SecurityGroupRuleDestination
SecurityGroupRuleDestinations are used to model the firewall rule Destinations. For example,
the destination groups in NSX-T firewalls are modeled using SecurityGroupRuleDestination.
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected Boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected SecurityGroupRuleIdentityProjection
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIacId()
getName()
void
setDestination
(String destination) void
setDestinationRefId
(String destinationRefId) void
setDestinationRefType
(String destinationRefType) void
setDestinationType
(String destinationType) void
setEnabled
(Boolean enabled) void
setExternalId
(String externalId) void
setExternalType
(String externalType) void
void
setInternalId
(String internalId) void
void
setProviderId
(String providerId) void
setRawData
(String rawData) void
setSecurityGroupRule
(SecurityGroupRuleIdentityProjection securityGroupRule) void
setUniqueId
(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
-