outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# CreateNetRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dry_run** | Option<**bool**> | If true, checks whether you have the required permissions to perform the action. | [optional]
**ip_range** | **String** | The IP range for the Net, in CIDR notation (for example, `10.0.0.0/16`). | 
**tenancy** | Option<**String**> | The tenancy options for the VMs:<br /> - `default` if a VM created in a Net can be launched with any tenancy.<br /> - `dedicated` if it can be launched with dedicated tenancy VMs running on single-tenant hardware.<br /> - `dedicated group ID`: if it can be launched in a dedicated group on single-tenant hardware. | [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)