Package com.morpheusdata.model
Class SecurityGroupRuleProfile
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.SecurityGroupRuleProfile
- All Implemented Interfaces:
Serializable
SecurityGroupRuleProfiles are used to model the firewall rule Profiles. For example,
the profiles in NSX-T firewalls are modeled using SecurityGroupRuleProfile.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected SecurityGroupRuleIdentityProjection
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setExternalId
(String externalId) void
void
setProviderId
(String providerId) void
setRawData
(String rawData) void
setSecurityGroupRule
(SecurityGroupRuleIdentityProjection securityGroupRule) 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
-
externalId
-
rawData
-
providerId
-
-
Constructor Details
-
SecurityGroupRuleProfile
public SecurityGroupRuleProfile()
-
-
Method Details
-
getSecurityGroupRule
-
setSecurityGroupRule
-
getName
-
setName
-
getExternalId
-
setExternalId
-
getRawData
-
setRawData
-
getProviderId
-
setProviderId
-