Package com.morpheusdata.model
Class SecurityGroupRuleApplication
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.SecurityGroupRuleApplication
SecurityGroupRuleApplications are used to model the firewall rule Applications. For example,
the application services in NSX-T firewalls are modeled using SecurityGroupRuleApplication.
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected Boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Long
protected String
protected SecurityGroupRuleIdentityProjection
protected String
protected String
protected String
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIacId()
getName()
getRefId()
void
setApplication
(String application) void
setApplicationRefId
(String applicationRefId) void
setApplicationRefType
(String applicationRefType) void
setApplicationType
(String applicationType) void
setDestinationFromPort
(String destinationFromPort) void
setDestinationToPort
(String destinationToPort) void
setEnabled
(Boolean enabled) void
setExternalId
(String externalId) void
setExternalType
(String externalType) void
void
setIcmpType
(String icmpType) void
setInternalId
(String internalId) void
void
setPortRange
(String portRange) void
setProtocol
(String protocol) void
setProviderId
(String providerId) void
setRawData
(String rawData) void
void
setRefType
(String refType) void
setSecurityGroupRule
(SecurityGroupRuleIdentityProjection securityGroupRule) void
setSourceFromPort
(String sourceFromPort) void
setSourcePortRange
(String sourcePortRange) void
setSourceToPort
(String sourceToPort) 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
-
applicationType
-
application
-
applicationRefType
-
applicationRefId
-
portRange
-
sourcePortRange
-
protocol
-
icmpType
-
sourceFromPort
-
sourceToPort
-
destinationFromPort
-
destinationToPort
-
enabled
-
internalId
-
externalId
-
uniqueId
-
providerId
-
externalType
-
iacId
-
refType
-
refId
-
rawData
-
-
Constructor Details
-
SecurityGroupRuleApplication
public SecurityGroupRuleApplication()
-
-
Method Details
-
getSecurityGroupRule
-
setSecurityGroupRule
-
getApplicationType
-
setApplicationType
-
getApplication
-
setApplication
-
getApplicationRefType
-
setApplicationRefType
-
getApplicationRefId
-
setApplicationRefId
-
getPortRange
-
setPortRange
-
getSourcePortRange
-
setSourcePortRange
-
getProtocol
-
setProtocol
-
getIcmpType
-
setIcmpType
-
getSourceFromPort
-
setSourceFromPort
-
getSourceToPort
-
setSourceToPort
-
getDestinationFromPort
-
setDestinationFromPort
-
getDestinationToPort
-
setDestinationToPort
-
getEnabled
-
setEnabled
-
getInternalId
-
setInternalId
-
getExternalId
-
setExternalId
-
getUniqueId
-
setUniqueId
-
getProviderId
-
setProviderId
-
getExternalType
-
setExternalType
-
getIacId
-
setIacId
-
getRefType
-
setRefType
-
getRefId
-
setRefId
-
getRawData
-
setRawData
-
getName
-
setName
-