Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scaleway-async/scaleway_async/instance/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,8 @@ class SecurityGroup:

state: SecurityGroupState
"""
Security group state.
Are applied) when the security group is updated (e.g., rules added, modified, or deleted)
or when it is attached to or detached from a server's public network interface.
"""

zone: ScwZone
Expand Down
3 changes: 2 additions & 1 deletion scaleway/scaleway/instance/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,8 @@ class SecurityGroup:

state: SecurityGroupState
"""
Security group state.
Are applied) when the security group is updated (e.g., rules added, modified, or deleted)
or when it is attached to or detached from a server's public network interface.
"""

zone: ScwZone
Expand Down
Loading