Uses of Class
com.morpheusdata.model.SecurityGroupRuleScope
Packages that use SecurityGroupRuleScope
-
Uses of SecurityGroupRuleScope in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type SecurityGroupRuleScopeModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<SecurityGroupRuleScope>Fetch the SecurityGroupRuleScopes given a list of idsMethod parameters in com.morpheusdata.core with type arguments of type SecurityGroupRuleScopeModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusSecurityGroupRuleScopeService.remove(List<SecurityGroupRuleScope> securityGroupRuleScopes) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusSecurityGroupRuleScopeService.save(List<SecurityGroupRuleScope> securityGroupRuleScopes) Deprecated.useMorpheusDataService.bulkSave(java.util.List<M>)instead -
Uses of SecurityGroupRuleScope in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type SecurityGroupRuleScopeMethods in com.morpheusdata.model that return types with arguments of type SecurityGroupRuleScopeModifier and TypeMethodDescriptionSecurityGroupRule.getScopes()The Scopes for this SecurityGroupRule.Method parameters in com.morpheusdata.model with type arguments of type SecurityGroupRuleScopeModifier and TypeMethodDescriptionvoidSecurityGroupRule.setScopes(List<SecurityGroupRuleScope> scopes) The Scopes for this SecurityGroupRule.
MorpheusDataService.bulkRemove(java.util.List<I>)instead