Uses of Class
com.morpheusdata.model.SecurityGroupRule
Packages that use SecurityGroupRule
-
Uses of SecurityGroupRule in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type SecurityGroupRuleModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<SecurityGroupRule>Deprecated.Method parameters in com.morpheusdata.core with type arguments of type SecurityGroupRuleModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusSecurityGroupRuleService.save(List<SecurityGroupRule> securityGroupRules) Deprecated. -
Uses of SecurityGroupRule in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type SecurityGroupRuleModifier and TypeMethodDescriptiondefault ServiceResponse<SecurityGroupRule>NetworkProvider.prepareSecurityGroupRule(SecurityGroupRule securityGroupRule, Map opts) Prepare the security group rule before validate, create, and update.SecurityGroupProvider.prepareSecurityGroupRule(SecurityGroupRule securityGroupRule, Map opts) Prepare the security group rule before validate, create, and update.default ServiceResponse<SecurityGroupRule>NetworkProvider.updateSecurityGroupRule(SecurityGroupLocation securityGroupLocation, SecurityGroupRule originalRule, SecurityGroupRule updatedRule) Update the security group ruleSecurityGroupProvider.updateSecurityGroupRule(SecurityGroupLocation securityGroupLocation, SecurityGroupRule originalRule, SecurityGroupRule updatedRule) Update the security group ruledefault ServiceResponse<SecurityGroupRule>NetworkProvider.validateSecurityGroupRule(SecurityGroupRule securityGroupRule) Validate the submitted security group rule object.SecurityGroupProvider.validateSecurityGroupRule(SecurityGroupRule securityGroupRule) Validate the submitted security group rule object.Methods in com.morpheusdata.core.providers with parameters of type SecurityGroupRuleModifier and TypeMethodDescriptiondefault ServiceResponse<SecurityGroupRuleLocation>NetworkProvider.createSecurityGroupRule(SecurityGroupLocation securityGroupLocation, SecurityGroupRule securityGroupRule) Creates aSecurityGroupRuleLocationfrom the submittedSecurityGroupRuleSecurityGroupProvider.createSecurityGroupRule(SecurityGroupLocation securityGroupLocation, SecurityGroupRule securityGroupRule) Creates aSecurityGroupRuleLocationfrom the submittedSecurityGroupRuledefault ServiceResponseNetworkProvider.deleteSecurityGroupRule(SecurityGroupLocation securityGroupLocation, SecurityGroupRule rule) Delete aSecurityGroupRuleSecurityGroupProvider.deleteSecurityGroupRule(SecurityGroupLocation securityGroupLocation, SecurityGroupRule rule) Delete aSecurityGroupRuledefault ServiceResponse<SecurityGroupRule>NetworkProvider.prepareSecurityGroupRule(SecurityGroupRule securityGroupRule, Map opts) Prepare the security group rule before validate, create, and update.SecurityGroupProvider.prepareSecurityGroupRule(SecurityGroupRule securityGroupRule, Map opts) Prepare the security group rule before validate, create, and update.default ServiceResponse<SecurityGroupRule>NetworkProvider.updateSecurityGroupRule(SecurityGroupLocation securityGroupLocation, SecurityGroupRule originalRule, SecurityGroupRule updatedRule) Update the security group ruleSecurityGroupProvider.updateSecurityGroupRule(SecurityGroupLocation securityGroupLocation, SecurityGroupRule originalRule, SecurityGroupRule updatedRule) Update the security group ruledefault ServiceResponse<SecurityGroupRule>NetworkProvider.validateSecurityGroupRule(SecurityGroupRule securityGroupRule) Validate the submitted security group rule object.SecurityGroupProvider.validateSecurityGroupRule(SecurityGroupRule securityGroupRule) Validate the submitted security group rule object. -
Uses of SecurityGroupRule in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type SecurityGroupRuleMethods in com.morpheusdata.model that return types with arguments of type SecurityGroupRuleMethod parameters in com.morpheusdata.model with type arguments of type SecurityGroupRule
MorpheusDataService.bulkSave(java.util.List<M>)instead