Package com.morpheusdata.model
Class SecurityGroupRuleScope
- java.lang.Object
-
- com.morpheusdata.model.MorpheusModel
-
- com.morpheusdata.model.SecurityGroupRuleScope
-
public class SecurityGroupRuleScope extends MorpheusModel
SecurityGroupRuleScopes are used to model the firewall rule Scopes. For example, the scopes in NSX-T firewalls are modeled using SecurityGroupRuleScope.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
externalId
protected java.lang.String
name
protected java.lang.String
providerId
protected SecurityGroupRuleIdentityProjection
securityGroupRule
-
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
-
Constructor Summary
Constructors Constructor Description SecurityGroupRuleScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExternalId()
java.lang.String
getName()
java.lang.String
getProviderId()
SecurityGroupRuleIdentityProjection
getSecurityGroupRule()
void
setExternalId(java.lang.String externalId)
void
setName(java.lang.String name)
void
setProviderId(java.lang.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 Detail
-
securityGroupRule
protected SecurityGroupRuleIdentityProjection securityGroupRule
-
name
protected java.lang.String name
-
externalId
protected java.lang.String externalId
-
providerId
protected java.lang.String providerId
-
-
Method Detail
-
getSecurityGroupRule
public SecurityGroupRuleIdentityProjection getSecurityGroupRule()
-
setSecurityGroupRule
public void setSecurityGroupRule(SecurityGroupRuleIdentityProjection securityGroupRule)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getExternalId
public java.lang.String getExternalId()
-
setExternalId
public void setExternalId(java.lang.String externalId)
-
getProviderId
public java.lang.String getProviderId()
-
setProviderId
public void setProviderId(java.lang.String providerId)
-
-