We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ea059 commit 7a5c5d9Copy full SHA for 7a5c5d9
examples/iaas/example_setup.py
@@ -81,7 +81,7 @@
81
nic1 = client.create_nic(
82
project_id,
83
network.network_id,
84
- CreateNICPayload(
+ CreateNicPayload(
85
allowed_addresses=[AllowedAddressesInner("192.0.2.0/24")],
86
security_groups=[security_group1_groupid],
87
),
0 commit comments