Bases: troveclient.base.Resource
Security Group is a resource used to hold security group information.
Bases: troveclient.base.Resource
This resource is used to hold security group rule information.
Bases: troveclient.base.ManagerWithFind
Manage SecurityGroupRules resources.
Create a new security group rule.
Delete the specified security group rule.
Parameters: | security_group_rule – The security group rule to delete |
---|
alias of SecurityGroupRule
Bases: troveclient.base.ManagerWithFind
Manage SecurityGroup resources.
Get a specific security group.
Return type: | SecurityGroup |
---|
Get a list of all security groups.
Return type: | list of SecurityGroup. |
---|
alias of SecurityGroup