Patch an existing Network ACL.
(ctx context.Context, id string, n *management.NetworkACL, opts ...management.RequestOption)
| 20 | |
| 21 | // Patch an existing Network ACL. |
| 22 | Patch(ctx context.Context, id string, n *management.NetworkACL, opts ...management.RequestOption) error |
| 23 | |
| 24 | // Delete a Network ACL. |
| 25 | Delete(ctx context.Context, id string, opts ...management.RequestOption) error |
no outgoing calls
no test coverage detected