Package com.morpheusdata.model
Class SecurityGroupRuleLocation
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.SecurityGroupRuleLocation
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected SecurityGroupIdentityProjection
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 Integer
protected String
protected String
protected String
protected String
protected Long
protected String
protected String
protected SecurityGroupRuleIdentityProjection
protected String
protected String
protected SecurityGroupIdentityProjection
protected String
protected String
protected String
protected Long
protected String
protected String
protected String
protected Boolean
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getIacId()
getName()
getRefId()
void
setApplication
(String application) void
setApplicationType
(String applicationType) void
setCategory
(String category) void
void
setDestination
(String destination) void
setDestinationFromPort
(String destinationFromPort) void
setDestinationGroup
(SecurityGroupIdentityProjection destinationGroup) void
setDestinationPortRange
(String destinationPortRange) void
setDestinationToPort
(String destinationToPort) void
setDestinationType
(String destinationType) void
setDirection
(String direction) void
setEnabled
(Boolean enabled) void
setEtherType
(String etherType) void
setExternalId
(String externalId) void
setExternalType
(String externalType) void
setGroupName
(String groupName) void
void
setIcmpType
(String icmpType) void
setInternalId
(String internalId) void
void
void
setPortRange
(String portRange) void
setPriority
(Integer priority) void
setProfile
(String profile) void
setProtocol
(String protocol) void
setProviderId
(String providerId) void
setRawData
(String rawData) void
void
setRefType
(String refType) void
setRuleType
(String ruleType) void
setSecurityGroupRule
(SecurityGroupRuleIdentityProjection securityGroupRule) void
void
setSourceFromPort
(String sourceFromPort) void
setSourceGroup
(SecurityGroupIdentityProjection sourceGroup) void
setSourcePortRange
(String sourcePortRange) void
setSourceToPort
(String sourceToPort) void
setSourceType
(String sourceType) void
setSubRefId
(Long subRefId) void
setSubRefType
(String subRefType) void
setSyncSource
(String syncSource) void
setUniqueId
(String uniqueId) void
setVisible
(Boolean visible) 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
-
code
-
category
-
name
-
groupName
-
ruleType
-
direction
-
etherType
-
policy
-
priority
-
source
-
sourceType
-
sourceGroup
-
destination
-
destinationType
-
destinationGroup
-
applicationType
-
application
-
portRange
-
sourcePortRange
-
destinationPortRange
-
protocol
-
icmpType
-
sourceFromPort
-
sourceToPort
-
destinationFromPort
-
destinationToPort
-
internalId
-
externalId
-
refType
-
refId
-
subRefType
-
subRefId
-
uniqueId
-
providerId
-
externalType
-
iacId
-
rawData
-
enabled
-
visible
-
profile
-
syncSource
-
-
Constructor Details
-
SecurityGroupRuleLocation
public SecurityGroupRuleLocation()
-
-
Method Details
-
getCode
-
setCode
-
getCategory
-
setCategory
-
getName
-
setName
-
getGroupName
-
setGroupName
-
getRuleType
-
setRuleType
-
getDirection
-
setDirection
-
getEtherType
-
setEtherType
-
getPolicy
-
setPolicy
-
getPriority
-
setPriority
-
getSource
-
setSource
-
getSourceType
-
setSourceType
-
getSourceGroup
-
setSourceGroup
-
getDestination
-
setDestination
-
getDestinationType
-
setDestinationType
-
getDestinationGroup
-
setDestinationGroup
-
getApplicationType
-
setApplicationType
-
getApplication
-
setApplication
-
getPortRange
-
setPortRange
-
getSourcePortRange
-
setSourcePortRange
-
getDestinationPortRange
-
setDestinationPortRange
-
getProtocol
-
setProtocol
-
getIcmpType
-
setIcmpType
-
getSourceFromPort
-
setSourceFromPort
-
getSourceToPort
-
setSourceToPort
-
getDestinationFromPort
-
setDestinationFromPort
-
getDestinationToPort
-
setDestinationToPort
-
getInternalId
-
setInternalId
-
getExternalId
-
setExternalId
-
getRefType
-
setRefType
-
getRefId
-
setRefId
-
getSubRefType
-
setSubRefType
-
getSubRefId
-
setSubRefId
-
getUniqueId
-
setUniqueId
-
getProviderId
-
setProviderId
-
getExternalType
-
setExternalType
-
getIacId
-
setIacId
-
getRawData
-
setRawData
-
getEnabled
-
setEnabled
-
getVisible
-
setVisible
-
getProfile
-
setProfile
-
getSyncSource
-
setSyncSource
-
getSecurityGroupRule
-
setSecurityGroupRule
-