nuxt-app
Preparing search index...
security-groups
SecurityGroupUpdateRequestDTO
Interface SecurityGroupUpdateRequestDTO
セキュリティグループ更新リクエストオブジェクト
interface
SecurityGroupUpdateRequestDTO
{
description
?:
string
;
name
?:
string
;
rules
?:
SecurityRuleDTO
[]
;
}
Index
Properties
description?
name?
rules?
Properties
Optional
description
description
?:
string
セキュリティグループの説明
Optional
name
name
?:
string
セキュリティグループの名前
Optional
rules
rules
?:
SecurityRuleDTO
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
name
rules
nuxt-app
Loading...
セキュリティグループ更新リクエストオブジェクト