outscale_api 1.18.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SecurityGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | Option<**String**> | The account ID that has been granted permission. | [optional]
**description** | Option<**String**> | The description of the security group. | [optional]
**inbound_rules** | Option<[**Vec<crate::models::SecurityGroupRule>**]SecurityGroupRule.md> | The inbound rules associated with the security group. | [optional]
**net_id** | Option<**String**> | The ID of the Net for the security group. | [optional]
**outbound_rules** | Option<[**Vec<crate::models::SecurityGroupRule>**]SecurityGroupRule.md> | The outbound rules associated with the security group. | [optional]
**security_group_id** | Option<**String**> | The ID of the security group. | [optional]
**security_group_name** | Option<**String**> | The name of the security group. | [optional]
**tags** | Option<[**Vec<crate::models::ResourceTag>**]ResourceTag.md> | One or more tags associated with the security group. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)