ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getIsVirtualNetworkInterfaces
Explore with Pulumi AI
Provides a read-only data source for VirtualNetworkInterfaceCollection. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const example = ibm.getIsVirtualNetworkInterfaces({});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_virtual_network_interfaces()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetIsVirtualNetworkInterfaces(ctx, &ibm.GetIsVirtualNetworkInterfacesArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var example = Ibm.GetIsVirtualNetworkInterfaces.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIsVirtualNetworkInterfacesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = IbmFunctions.getIsVirtualNetworkInterfaces();
}
}
variables:
example:
fn::invoke:
function: ibm:getIsVirtualNetworkInterfaces
arguments: {}
Using getIsVirtualNetworkInterfaces
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIsVirtualNetworkInterfaces(args: GetIsVirtualNetworkInterfacesArgs, opts?: InvokeOptions): Promise<GetIsVirtualNetworkInterfacesResult>
function getIsVirtualNetworkInterfacesOutput(args: GetIsVirtualNetworkInterfacesOutputArgs, opts?: InvokeOptions): Output<GetIsVirtualNetworkInterfacesResult>
def get_is_virtual_network_interfaces(id: Optional[str] = None,
resource_group: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsVirtualNetworkInterfacesResult
def get_is_virtual_network_interfaces_output(id: Optional[pulumi.Input[str]] = None,
resource_group: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsVirtualNetworkInterfacesResult]
func GetIsVirtualNetworkInterfaces(ctx *Context, args *GetIsVirtualNetworkInterfacesArgs, opts ...InvokeOption) (*GetIsVirtualNetworkInterfacesResult, error)
func GetIsVirtualNetworkInterfacesOutput(ctx *Context, args *GetIsVirtualNetworkInterfacesOutputArgs, opts ...InvokeOption) GetIsVirtualNetworkInterfacesResultOutput
> Note: This function is named GetIsVirtualNetworkInterfaces
in the Go SDK.
public static class GetIsVirtualNetworkInterfaces
{
public static Task<GetIsVirtualNetworkInterfacesResult> InvokeAsync(GetIsVirtualNetworkInterfacesArgs args, InvokeOptions? opts = null)
public static Output<GetIsVirtualNetworkInterfacesResult> Invoke(GetIsVirtualNetworkInterfacesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsVirtualNetworkInterfacesResult> getIsVirtualNetworkInterfaces(GetIsVirtualNetworkInterfacesArgs args, InvokeOptions options)
public static Output<GetIsVirtualNetworkInterfacesResult> getIsVirtualNetworkInterfaces(GetIsVirtualNetworkInterfacesArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsVirtualNetworkInterfaces:getIsVirtualNetworkInterfaces
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- (String) The unique identifier for this VPC.
- Resource
Group string - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- Id string
- (String) The unique identifier for this VPC.
- Resource
Group string - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- id String
- (String) The unique identifier for this VPC.
- resource
Group String - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- id string
- (String) The unique identifier for this VPC.
- resource
Group string - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- id str
- (String) The unique identifier for this VPC.
- resource_
group str - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- id String
- (String) The unique identifier for this VPC.
- resource
Group String - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
getIsVirtualNetworkInterfaces Result
The following output properties are available:
- Id string
- (String) The unique identifier for this VPC.
- Virtual
Network List<GetInterfaces Is Virtual Network Interfaces Virtual Network Interface> - (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
- Resource
Group string - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- Id string
- (String) The unique identifier for this VPC.
- Virtual
Network []GetInterfaces Is Virtual Network Interfaces Virtual Network Interface - (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
- Resource
Group string - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- id String
- (String) The unique identifier for this VPC.
- virtual
Network List<GetInterfaces Is Virtual Network Interfaces Virtual Network Interface> - (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
- resource
Group String - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- id string
- (String) The unique identifier for this VPC.
- virtual
Network GetInterfaces Is Virtual Network Interfaces Virtual Network Interface[] - (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
- resource
Group string - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- id str
- (String) The unique identifier for this VPC.
- virtual_
network_ Sequence[Getinterfaces Is Virtual Network Interfaces Virtual Network Interface] - (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
- resource_
group str - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- id String
- (String) The unique identifier for this VPC.
- virtual
Network List<Property Map>Interfaces - (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
- resource
Group String - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
Supporting Types
GetIsVirtualNetworkInterfacesVirtualNetworkInterface
- List<string>
- (Array of Strings) Access management tags associated for the virtual network interface.
- Allow
Ip boolSpoofing - (Boolean) Indicates whether source IP spoofing is allowed on this interface. If
false
, source IP spoofing is prevented on this interface. Iftrue
, source IP spoofing is allowed on this interface. - Auto
Delete bool - (Boolean) Indicates whether this virtual network interface will be automatically deleted when
target
is deleted. - Created
At string - (String) The date and time that the virtual network interface was created.
- Crn string
- (String) The CRN for this VPC.
- Enable
Infrastructure boolNat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.-allow_ip_spoofing
must befalse
.- If the virtual network interface is attached: - The targetresource_type
must bebare_metal_server_network_attachment
. - The targetinterface_type
must not behipersocket
. - Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Ips
List<Get
Is Virtual Network Interfaces Virtual Network Interface Ip> - (List) The reserved IPs bound to this virtual network interface.May be empty when
lifecycle_state
ispending
. Nested schema for ips: - Lifecycle
State string - (String) The lifecycle state of the virtual network interface.
- Mac
Address string - (String) The MAC address of the virtual network interface. May be absent if
lifecycle_state
ispending
. - Name string
- (String) The globally unique name for this zone.
- Primary
Ips List<GetIs Virtual Network Interfaces Virtual Network Interface Primary Ip> - (List) The reserved IP for this virtual network interface.May be absent when
lifecycle_state
ispending
. Nested scheme for primary_ip: - Protocol
State stringFiltering Mode - (String) The protocol state filtering mode to use for this virtual network interface.
- Resource
Groups List<GetIs Virtual Network Interfaces Virtual Network Interface Resource Group> - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- Resource
Type string - (String) The resource type.
- Security
Groups List<GetIs Virtual Network Interfaces Virtual Network Interface Security Group> - (List) The security groups for this virtual network interface. Nested scheme for security_groups:
- Subnets
List<Get
Is Virtual Network Interfaces Virtual Network Interface Subnet> - (List) The associated subnet. Nested scheme for subnet:
- List<string>
- (Array of Strings) The tags associated with the virtual netork interface.
- Targets
List<Get
Is Virtual Network Interfaces Virtual Network Interface Target> - (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
- Vpcs
List<Get
Is Virtual Network Interfaces Virtual Network Interface Vpc> - (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
- Zones
List<Get
Is Virtual Network Interfaces Virtual Network Interface Zone> - (List) The zone this virtual network interface resides in. Nested scheme for zone:
- []string
- (Array of Strings) Access management tags associated for the virtual network interface.
- Allow
Ip boolSpoofing - (Boolean) Indicates whether source IP spoofing is allowed on this interface. If
false
, source IP spoofing is prevented on this interface. Iftrue
, source IP spoofing is allowed on this interface. - Auto
Delete bool - (Boolean) Indicates whether this virtual network interface will be automatically deleted when
target
is deleted. - Created
At string - (String) The date and time that the virtual network interface was created.
- Crn string
- (String) The CRN for this VPC.
- Enable
Infrastructure boolNat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.-allow_ip_spoofing
must befalse
.- If the virtual network interface is attached: - The targetresource_type
must bebare_metal_server_network_attachment
. - The targetinterface_type
must not behipersocket
. - Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Ips
[]Get
Is Virtual Network Interfaces Virtual Network Interface Ip - (List) The reserved IPs bound to this virtual network interface.May be empty when
lifecycle_state
ispending
. Nested schema for ips: - Lifecycle
State string - (String) The lifecycle state of the virtual network interface.
- Mac
Address string - (String) The MAC address of the virtual network interface. May be absent if
lifecycle_state
ispending
. - Name string
- (String) The globally unique name for this zone.
- Primary
Ips []GetIs Virtual Network Interfaces Virtual Network Interface Primary Ip - (List) The reserved IP for this virtual network interface.May be absent when
lifecycle_state
ispending
. Nested scheme for primary_ip: - Protocol
State stringFiltering Mode - (String) The protocol state filtering mode to use for this virtual network interface.
- Resource
Groups []GetIs Virtual Network Interfaces Virtual Network Interface Resource Group - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- Resource
Type string - (String) The resource type.
- Security
Groups []GetIs Virtual Network Interfaces Virtual Network Interface Security Group - (List) The security groups for this virtual network interface. Nested scheme for security_groups:
- Subnets
[]Get
Is Virtual Network Interfaces Virtual Network Interface Subnet - (List) The associated subnet. Nested scheme for subnet:
- []string
- (Array of Strings) The tags associated with the virtual netork interface.
- Targets
[]Get
Is Virtual Network Interfaces Virtual Network Interface Target - (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
- Vpcs
[]Get
Is Virtual Network Interfaces Virtual Network Interface Vpc - (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
- Zones
[]Get
Is Virtual Network Interfaces Virtual Network Interface Zone - (List) The zone this virtual network interface resides in. Nested scheme for zone:
- List<String>
- (Array of Strings) Access management tags associated for the virtual network interface.
- allow
Ip BooleanSpoofing - (Boolean) Indicates whether source IP spoofing is allowed on this interface. If
false
, source IP spoofing is prevented on this interface. Iftrue
, source IP spoofing is allowed on this interface. - auto
Delete Boolean - (Boolean) Indicates whether this virtual network interface will be automatically deleted when
target
is deleted. - created
At String - (String) The date and time that the virtual network interface was created.
- crn String
- (String) The CRN for this VPC.
- enable
Infrastructure BooleanNat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.-allow_ip_spoofing
must befalse
.- If the virtual network interface is attached: - The targetresource_type
must bebare_metal_server_network_attachment
. - The targetinterface_type
must not behipersocket
. - href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- ips
List<Get
Is Virtual Network Interfaces Virtual Network Interface Ip> - (List) The reserved IPs bound to this virtual network interface.May be empty when
lifecycle_state
ispending
. Nested schema for ips: - lifecycle
State String - (String) The lifecycle state of the virtual network interface.
- mac
Address String - (String) The MAC address of the virtual network interface. May be absent if
lifecycle_state
ispending
. - name String
- (String) The globally unique name for this zone.
- primary
Ips List<GetIs Virtual Network Interfaces Virtual Network Interface Primary Ip> - (List) The reserved IP for this virtual network interface.May be absent when
lifecycle_state
ispending
. Nested scheme for primary_ip: - protocol
State StringFiltering Mode - (String) The protocol state filtering mode to use for this virtual network interface.
- resource
Groups List<GetIs Virtual Network Interfaces Virtual Network Interface Resource Group> - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- resource
Type String - (String) The resource type.
- security
Groups List<GetIs Virtual Network Interfaces Virtual Network Interface Security Group> - (List) The security groups for this virtual network interface. Nested scheme for security_groups:
- subnets
List<Get
Is Virtual Network Interfaces Virtual Network Interface Subnet> - (List) The associated subnet. Nested scheme for subnet:
- List<String>
- (Array of Strings) The tags associated with the virtual netork interface.
- targets
List<Get
Is Virtual Network Interfaces Virtual Network Interface Target> - (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
- vpcs
List<Get
Is Virtual Network Interfaces Virtual Network Interface Vpc> - (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
- zones
List<Get
Is Virtual Network Interfaces Virtual Network Interface Zone> - (List) The zone this virtual network interface resides in. Nested scheme for zone:
- string[]
- (Array of Strings) Access management tags associated for the virtual network interface.
- allow
Ip booleanSpoofing - (Boolean) Indicates whether source IP spoofing is allowed on this interface. If
false
, source IP spoofing is prevented on this interface. Iftrue
, source IP spoofing is allowed on this interface. - auto
Delete boolean - (Boolean) Indicates whether this virtual network interface will be automatically deleted when
target
is deleted. - created
At string - (String) The date and time that the virtual network interface was created.
- crn string
- (String) The CRN for this VPC.
- enable
Infrastructure booleanNat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.-allow_ip_spoofing
must befalse
.- If the virtual network interface is attached: - The targetresource_type
must bebare_metal_server_network_attachment
. - The targetinterface_type
must not behipersocket
. - href string
- (String) The URL for this zone.
- id string
- (String) The unique identifier for this VPC.
- ips
Get
Is Virtual Network Interfaces Virtual Network Interface Ip[] - (List) The reserved IPs bound to this virtual network interface.May be empty when
lifecycle_state
ispending
. Nested schema for ips: - lifecycle
State string - (String) The lifecycle state of the virtual network interface.
- mac
Address string - (String) The MAC address of the virtual network interface. May be absent if
lifecycle_state
ispending
. - name string
- (String) The globally unique name for this zone.
- primary
Ips GetIs Virtual Network Interfaces Virtual Network Interface Primary Ip[] - (List) The reserved IP for this virtual network interface.May be absent when
lifecycle_state
ispending
. Nested scheme for primary_ip: - protocol
State stringFiltering Mode - (String) The protocol state filtering mode to use for this virtual network interface.
- resource
Groups GetIs Virtual Network Interfaces Virtual Network Interface Resource Group[] - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- resource
Type string - (String) The resource type.
- security
Groups GetIs Virtual Network Interfaces Virtual Network Interface Security Group[] - (List) The security groups for this virtual network interface. Nested scheme for security_groups:
- subnets
Get
Is Virtual Network Interfaces Virtual Network Interface Subnet[] - (List) The associated subnet. Nested scheme for subnet:
- string[]
- (Array of Strings) The tags associated with the virtual netork interface.
- targets
Get
Is Virtual Network Interfaces Virtual Network Interface Target[] - (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
- vpcs
Get
Is Virtual Network Interfaces Virtual Network Interface Vpc[] - (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
- zones
Get
Is Virtual Network Interfaces Virtual Network Interface Zone[] - (List) The zone this virtual network interface resides in. Nested scheme for zone:
- Sequence[str]
- (Array of Strings) Access management tags associated for the virtual network interface.
- allow_
ip_ boolspoofing - (Boolean) Indicates whether source IP spoofing is allowed on this interface. If
false
, source IP spoofing is prevented on this interface. Iftrue
, source IP spoofing is allowed on this interface. - auto_
delete bool - (Boolean) Indicates whether this virtual network interface will be automatically deleted when
target
is deleted. - created_
at str - (String) The date and time that the virtual network interface was created.
- crn str
- (String) The CRN for this VPC.
- enable_
infrastructure_ boolnat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.-allow_ip_spoofing
must befalse
.- If the virtual network interface is attached: - The targetresource_type
must bebare_metal_server_network_attachment
. - The targetinterface_type
must not behipersocket
. - href str
- (String) The URL for this zone.
- id str
- (String) The unique identifier for this VPC.
- ips
Sequence[Get
Is Virtual Network Interfaces Virtual Network Interface Ip] - (List) The reserved IPs bound to this virtual network interface.May be empty when
lifecycle_state
ispending
. Nested schema for ips: - lifecycle_
state str - (String) The lifecycle state of the virtual network interface.
- mac_
address str - (String) The MAC address of the virtual network interface. May be absent if
lifecycle_state
ispending
. - name str
- (String) The globally unique name for this zone.
- primary_
ips Sequence[GetIs Virtual Network Interfaces Virtual Network Interface Primary Ip] - (List) The reserved IP for this virtual network interface.May be absent when
lifecycle_state
ispending
. Nested scheme for primary_ip: - protocol_
state_ strfiltering_ mode - (String) The protocol state filtering mode to use for this virtual network interface.
- resource_
groups Sequence[GetIs Virtual Network Interfaces Virtual Network Interface Resource Group] - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- resource_
type str - (String) The resource type.
- security_
groups Sequence[GetIs Virtual Network Interfaces Virtual Network Interface Security Group] - (List) The security groups for this virtual network interface. Nested scheme for security_groups:
- subnets
Sequence[Get
Is Virtual Network Interfaces Virtual Network Interface Subnet] - (List) The associated subnet. Nested scheme for subnet:
- Sequence[str]
- (Array of Strings) The tags associated with the virtual netork interface.
- targets
Sequence[Get
Is Virtual Network Interfaces Virtual Network Interface Target] - (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
- vpcs
Sequence[Get
Is Virtual Network Interfaces Virtual Network Interface Vpc] - (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
- zones
Sequence[Get
Is Virtual Network Interfaces Virtual Network Interface Zone] - (List) The zone this virtual network interface resides in. Nested scheme for zone:
- List<String>
- (Array of Strings) Access management tags associated for the virtual network interface.
- allow
Ip BooleanSpoofing - (Boolean) Indicates whether source IP spoofing is allowed on this interface. If
false
, source IP spoofing is prevented on this interface. Iftrue
, source IP spoofing is allowed on this interface. - auto
Delete Boolean - (Boolean) Indicates whether this virtual network interface will be automatically deleted when
target
is deleted. - created
At String - (String) The date and time that the virtual network interface was created.
- crn String
- (String) The CRN for this VPC.
- enable
Infrastructure BooleanNat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.-allow_ip_spoofing
must befalse
.- If the virtual network interface is attached: - The targetresource_type
must bebare_metal_server_network_attachment
. - The targetinterface_type
must not behipersocket
. - href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- ips List<Property Map>
- (List) The reserved IPs bound to this virtual network interface.May be empty when
lifecycle_state
ispending
. Nested schema for ips: - lifecycle
State String - (String) The lifecycle state of the virtual network interface.
- mac
Address String - (String) The MAC address of the virtual network interface. May be absent if
lifecycle_state
ispending
. - name String
- (String) The globally unique name for this zone.
- primary
Ips List<Property Map> - (List) The reserved IP for this virtual network interface.May be absent when
lifecycle_state
ispending
. Nested scheme for primary_ip: - protocol
State StringFiltering Mode - (String) The protocol state filtering mode to use for this virtual network interface.
- resource
Groups List<Property Map> - (List) The resource group for this virtual network interface. Nested scheme for resource_group:
- resource
Type String - (String) The resource type.
- security
Groups List<Property Map> - (List) The security groups for this virtual network interface. Nested scheme for security_groups:
- subnets List<Property Map>
- (List) The associated subnet. Nested scheme for subnet:
- List<String>
- (Array of Strings) The tags associated with the virtual netork interface.
- targets List<Property Map>
- (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
- vpcs List<Property Map>
- (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
- zones List<Property Map>
- (List) The zone this virtual network interface resides in. Nested scheme for zone:
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIp
- Address string
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - Deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Ip Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- Address string
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - Deleteds
[]Get
Is Virtual Network Interfaces Virtual Network Interface Ip Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- address String
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Ip Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
- address string
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - deleteds
Get
Is Virtual Network Interfaces Virtual Network Interface Ip Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href string
- (String) The URL for this zone.
- id string
- (String) The unique identifier for this VPC.
- name string
- (String) The globally unique name for this zone.
- resource
Type string - (String) The resource type.
- address str
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - deleteds
Sequence[Get
Is Virtual Network Interfaces Virtual Network Interface Ip Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href str
- (String) The URL for this zone.
- id str
- (String) The unique identifier for this VPC.
- name str
- (String) The globally unique name for this zone.
- resource_
type str - (String) The resource type.
- address String
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIpDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIp
- Address string
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - Deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Primary Ip Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- Address string
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - Deleteds
[]Get
Is Virtual Network Interfaces Virtual Network Interface Primary Ip Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- address String
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Primary Ip Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
- address string
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - deleteds
Get
Is Virtual Network Interfaces Virtual Network Interface Primary Ip Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href string
- (String) The URL for this zone.
- id string
- (String) The unique identifier for this VPC.
- name string
- (String) The globally unique name for this zone.
- resource
Type string - (String) The resource type.
- address str
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - deleteds
Sequence[Get
Is Virtual Network Interfaces Virtual Network Interface Primary Ip Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href str
- (String) The URL for this zone.
- id str
- (String) The unique identifier for this VPC.
- name str
- (String) The globally unique name for this zone.
- resource_
type str - (String) The resource type.
- address String
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. - deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIpDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceResourceGroup
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroup
- Crn string
- (String) The CRN for this VPC.
- Deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Security Group Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- Crn string
- (String) The CRN for this VPC.
- Deleteds
[]Get
Is Virtual Network Interfaces Virtual Network Interface Security Group Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- crn String
- (String) The CRN for this VPC.
- deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Security Group Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
- crn string
- (String) The CRN for this VPC.
- deleteds
Get
Is Virtual Network Interfaces Virtual Network Interface Security Group Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href string
- (String) The URL for this zone.
- id string
- (String) The unique identifier for this VPC.
- name string
- (String) The globally unique name for this zone.
- crn str
- (String) The CRN for this VPC.
- deleteds
Sequence[Get
Is Virtual Network Interfaces Virtual Network Interface Security Group Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href str
- (String) The URL for this zone.
- id str
- (String) The unique identifier for this VPC.
- name str
- (String) The globally unique name for this zone.
- crn String
- (String) The CRN for this VPC.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroupDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnet
- Crn string
- (String) The CRN for this VPC.
- Deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN for this VPC.
- Deleteds
[]Get
Is Virtual Network Interfaces Virtual Network Interface Subnet Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN for this VPC.
- deleteds
Get
Is Virtual Network Interfaces Virtual Network Interface Subnet Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href string
- (String) The URL for this zone.
- id string
- (String) The unique identifier for this VPC.
- name string
- (String) The globally unique name for this zone.
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN for this VPC.
- deleteds
Sequence[Get
Is Virtual Network Interfaces Virtual Network Interface Subnet Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href str
- (String) The URL for this zone.
- id str
- (String) The unique identifier for this VPC.
- name str
- (String) The globally unique name for this zone.
- resource_
type str - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnetDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTarget
- Deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Target Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- Deleteds
[]Get
Is Virtual Network Interfaces Virtual Network Interface Target Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Target Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
- deleteds
Get
Is Virtual Network Interfaces Virtual Network Interface Target Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href string
- (String) The URL for this zone.
- id string
- (String) The unique identifier for this VPC.
- name string
- (String) The globally unique name for this zone.
- resource
Type string - (String) The resource type.
- deleteds
Sequence[Get
Is Virtual Network Interfaces Virtual Network Interface Target Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href str
- (String) The URL for this zone.
- id str
- (String) The unique identifier for this VPC.
- name str
- (String) The globally unique name for this zone.
- resource_
type str - (String) The resource type.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTargetDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpc
- Crn string
- (String) The CRN for this VPC.
- Deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Vpc Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN for this VPC.
- Deleteds
[]Get
Is Virtual Network Interfaces Virtual Network Interface Vpc Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href string
- (String) The URL for this zone.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- deleteds
List<Get
Is Virtual Network Interfaces Virtual Network Interface Vpc Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN for this VPC.
- deleteds
Get
Is Virtual Network Interfaces Virtual Network Interface Vpc Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href string
- (String) The URL for this zone.
- id string
- (String) The unique identifier for this VPC.
- name string
- (String) The globally unique name for this zone.
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN for this VPC.
- deleteds
Sequence[Get
Is Virtual Network Interfaces Virtual Network Interface Vpc Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href str
- (String) The URL for this zone.
- id str
- (String) The unique identifier for this VPC.
- name str
- (String) The globally unique name for this zone.
- resource_
type str - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href String
- (String) The URL for this zone.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpcDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceZone
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.