Uses of Class
com.morpheusdata.model.projection.SecurityGroupRuleIdentityProjection
Packages that use SecurityGroupRuleIdentityProjection
-
Uses of SecurityGroupRuleIdentityProjection in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type SecurityGroupRuleIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<SecurityGroupRuleIdentityProjection>MorpheusSecurityGroupRuleService.listSyncProjections(Long securityGroupId) Deprecated.Method parameters in com.morpheusdata.core with type arguments of type SecurityGroupRuleIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusSecurityGroupRuleService.removeSecurityGroupRules(List<SecurityGroupRuleIdentityProjection> securityGroupRules) Deprecated. -
Uses of SecurityGroupRuleIdentityProjection in com.morpheusdata.model
Subclasses of SecurityGroupRuleIdentityProjection in com.morpheusdata.modelModifier and TypeClassDescriptionclassSecurityGroupRules are used to model the routing rules on Security Groups or firewalls.Fields in com.morpheusdata.model declared as SecurityGroupRuleIdentityProjectionModifier and TypeFieldDescriptionprotected SecurityGroupRuleIdentityProjectionSecurityGroupRuleApplication.securityGroupRuleprotected SecurityGroupRuleIdentityProjectionSecurityGroupRuleDestination.securityGroupRuleprotected SecurityGroupRuleIdentityProjectionSecurityGroupRuleLocation.securityGroupRuleprotected SecurityGroupRuleIdentityProjectionSecurityGroupRuleProfile.securityGroupRuleprotected SecurityGroupRuleIdentityProjectionSecurityGroupRuleScope.securityGroupRuleprotected SecurityGroupRuleIdentityProjectionSecurityGroupRuleSource.securityGroupRuleMethods in com.morpheusdata.model that return SecurityGroupRuleIdentityProjectionModifier and TypeMethodDescriptionSecurityGroupRuleApplication.getSecurityGroupRule()SecurityGroupRuleDestination.getSecurityGroupRule()SecurityGroupRuleLocation.getSecurityGroupRule()SecurityGroupRuleProfile.getSecurityGroupRule()SecurityGroupRuleScope.getSecurityGroupRule()SecurityGroupRuleSource.getSecurityGroupRule()Methods in com.morpheusdata.model with parameters of type SecurityGroupRuleIdentityProjectionModifier and TypeMethodDescriptionvoidSecurityGroupRuleApplication.setSecurityGroupRule(SecurityGroupRuleIdentityProjection securityGroupRule) voidSecurityGroupRuleDestination.setSecurityGroupRule(SecurityGroupRuleIdentityProjection securityGroupRule) voidSecurityGroupRuleLocation.setSecurityGroupRule(SecurityGroupRuleIdentityProjection securityGroupRule) voidSecurityGroupRuleProfile.setSecurityGroupRule(SecurityGroupRuleIdentityProjection securityGroupRule) voidSecurityGroupRuleScope.setSecurityGroupRule(SecurityGroupRuleIdentityProjection securityGroupRule) voidSecurityGroupRuleSource.setSecurityGroupRule(SecurityGroupRuleIdentityProjection securityGroupRule)
MorpheusIdentityService.listIdentityProjections(com.morpheusdata.core.data.DataQuery)instead.