Uses of Class
com.morpheusdata.model.SecurityGroupRuleSource
Packages that use SecurityGroupRuleSource
-
Uses of SecurityGroupRuleSource in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type SecurityGroupRuleSourceModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<SecurityGroupRuleSource>Deprecated.Method parameters in com.morpheusdata.core with type arguments of type SecurityGroupRuleSourceModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusSecurityGroupRuleSourceService.remove(List<SecurityGroupRuleSource> securityGroupRuleSources) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusSecurityGroupRuleSourceService.save(List<SecurityGroupRuleSource> securityGroupRuleSources) Deprecated.useMorpheusDataService.bulkSave(java.util.List<M>)instead -
Uses of SecurityGroupRuleSource in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type SecurityGroupRuleSourceModifier and TypeFieldDescriptionprotected List<SecurityGroupRuleSource>SecurityGroupRule.sourcesMethods in com.morpheusdata.model that return types with arguments of type SecurityGroupRuleSourceModifier and TypeMethodDescriptionSecurityGroupRule.getSources()The Sources for this SecurityGroupRule.Method parameters in com.morpheusdata.model with type arguments of type SecurityGroupRuleSourceModifier and TypeMethodDescriptionvoidSecurityGroupRule.setSources(List<SecurityGroupRuleSource> sources) The Sources for this SecurityGroupRule.
MorpheusDataService.bulkRemove(java.util.List<I>)instead