Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 908 Bytes

CreateNicRequest.md

File metadata and controls

17 lines (9 loc) · 908 Bytes

CreateNicRequest

Properties

Name Type Description Notes
description String A description for the NIC. [optional]
dryRun Boolean If true, checks whether you have the required permissions to perform the action. [optional]
privateIps List<PrivateIpLight> The primary private IP for the NIC.<br /> This IP must be within the IP range of the Subnet that you specify with the `SubnetId` attribute.<br /> If you do not specify this attribute, a random private IP is selected within the IP range of the Subnet. [optional]
securityGroupIds List<String> One or more IDs of security groups for the NIC. [optional]
subnetId String The ID of the Subnet in which you want to create the NIC.