Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Replace ¶
func Replace(c *gcorecloud.ServiceClient, ruleID string, opts securitygroups.CreateRuleOptsBuilder) (r securitygroups.CreateRuleResult)
Replace accepts a CreateOpts struct and creates a new security group rule using the values provided.
Types ¶
type DeleteResult ¶
type DeleteResult struct {
gcorecloud.ErrResult
}
DeleteResult represents the result of a delete operation
func Delete ¶
func Delete(c *gcorecloud.ServiceClient, securityGroupID string) (r DeleteResult)
Delete accepts a unique ID and deletes the security group associated with it.
Click to show internal directories.
Click to hide internal directories.