Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 677 Bytes

SecurityGroupResource.md

File metadata and controls

25 lines (13 loc) · 677 Bytes

SecurityGroupResource

Security Group

Properties

Name Type Description Notes
id UUID Security Group ID [optional] [readonly]
name String Security Group name [optional]
visibility VisibilityEnum Whether this points to a public security group. This is only valid when in the context of a rule addition which uses a public security group as a source or destination. [optional]

Enum: VisibilityEnum

Name Value
PRIVATE "private"
PUBLIC "public"