SecurityGroupRule
class SecurityGroupRule extends OperatorResource implements Creatable, Listable, Deletable, Retrievable
Represents a SecurityGroupRule resource in the Network v2 service
Traits
Properties
| $direction | string | |
| $ethertype | string | |
| $id | string | |
| $portRangeMax | integer | |
| $portRangeMin | integer | |
| $protocol | string | |
| $remoteGroupId | string | |
| $remoteIpPrefix | string | |
| $securityGroupId | string | |
| $tenantId | string |
Methods
delete
()
: void
Permanently delete this resource.
retrieve
()
: void
Retrieve details of the current resource from the remote API.
