You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Indicates whether source IP spoofing is allowed on this interface. If `false`, source IP spoofing is prevented on this interface. If `true`, source IP spoofing is allowed on this interface.",
173
+
},
174
+
"auto_delete": &schema.Schema{
175
+
Type: schema.TypeBool,
176
+
Optional: true,
177
+
Computed: true,
178
+
Description: "Indicates whether this virtual network interface will be automatically deleted when`target` is deleted.",
179
+
},
180
+
"enable_infrastructure_nat": &schema.Schema{
181
+
Type: schema.TypeBool,
182
+
Computed: true,
183
+
Description: "If `true`:- The VPC infrastructure performs any needed NAT operations.- `floating_ips` must not have more than one floating IP.If `false`:- Packets are passed unchanged to/from the network interface, allowing the workload to perform any needed NAT operations.- `allow_ip_spoofing` must be `false`.- If the virtual network interface is attached: - The target `resource_type` must be `bare_metal_server_network_attachment`. - The target `interface_type` must not be `hipersocket`.",
Description: "Indicates whether source IP spoofing is allowed on this interface. If `false`, source IP spoofing is prevented on this interface. If `true`, source IP spoofing is allowed on this interface.",
424
+
},
425
+
"auto_delete": &schema.Schema{
426
+
Type: schema.TypeBool,
427
+
Optional: true,
428
+
Computed: true,
429
+
Description: "Indicates whether this virtual network interface will be automatically deleted when`target` is deleted.",
430
+
},
431
+
"enable_infrastructure_nat": &schema.Schema{
432
+
Type: schema.TypeBool,
433
+
Computed: true,
434
+
Description: "If `true`:- The VPC infrastructure performs any needed NAT operations.- `floating_ips` must not have more than one floating IP.If `false`:- Packets are passed unchanged to/from the network interface, allowing the workload to perform any needed NAT operations.- `allow_ip_spoofing` must be `false`.- If the virtual network interface is attached: - The target `resource_type` must be `bare_metal_server_network_attachment`. - The target `interface_type` must not be `hipersocket`.",
0 commit comments