Package com.morpheusdata.model
Class SecurityGroupRuleScope
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.SecurityGroupRuleScope
- All Implemented Interfaces:
Serializable
SecurityGroupRuleScopes are used to model the firewall rule Scopes. For example,
the scopes in NSX-T firewalls are modeled using SecurityGroupRuleScope.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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
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
-
providerId
-
-
Constructor Details
-
SecurityGroupRuleScope
public SecurityGroupRuleScope()
-
-
Method Details
-
getSecurityGroupRule
-
setSecurityGroupRule
-
getName
-
setName
-
getExternalId
-
setExternalId
-
getProviderId
-
setProviderId
-