Package com.morpheusdata.model
Class SecurityGroupRuleSource
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.SecurityGroupRuleSource
SecurityGroupRuleSources are used to model the firewall rule Sources. For example,
the source groups in NSX-T firewalls are modeled using SecurityGroupRuleSource.
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected SecurityGroupRuleIdentityProjection
protected String
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()
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
void
setSourceRefId
(String sourceRefId) void
setSourceRefType
(String sourceRefType) void
setSourceType
(String sourceType) 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
-
source
-
sourceType
-
sourceRefType
-
sourceRefId
-
enabled
-
internalId
-
externalId
-
uniqueId
-
providerId
-
externalType
-
iacId
-
rawData
-
-
Constructor Details
-
SecurityGroupRuleSource
public SecurityGroupRuleSource()
-
-
Method Details
-
getSecurityGroupRule
-
setSecurityGroupRule
-
getName
-
setName
-
getSource
-
setSource
-
getSourceType
-
setSourceType
-
getSourceRefType
-
setSourceRefType
-
getSourceRefId
-
setSourceRefId
-
getEnabled
-
setEnabled
-
getInternalId
-
setInternalId
-
getExternalId
-
setExternalId
-
getUniqueId
-
setUniqueId
-
getProviderId
-
setProviderId
-
getExternalType
-
setExternalType
-
getIacId
-
setIacId
-
getRawData
-
setRawData
-