1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. VnMonitoring
  5. GetPathAnalyzerTests
Oracle Cloud Infrastructure v1.34.0 published on Friday, May 3, 2024 by Pulumi

oci.VnMonitoring.GetPathAnalyzerTests

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.34.0 published on Friday, May 3, 2024 by Pulumi

    This data source provides the list of Path Analyzer Tests in Oracle Cloud Infrastructure Vn Monitoring service.

    Returns a list of all PathAnalyzerTests in a compartment.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testPathAnalyzerTests = oci.VnMonitoring.GetPathAnalyzerTests({
        compartmentId: compartmentId,
        displayName: pathAnalyzerTestDisplayName,
        state: pathAnalyzerTestState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_path_analyzer_tests = oci.VnMonitoring.get_path_analyzer_tests(compartment_id=compartment_id,
        display_name=path_analyzer_test_display_name,
        state=path_analyzer_test_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/VnMonitoring"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := VnMonitoring.GetPathAnalyzerTests(ctx, &vnmonitoring.GetPathAnalyzerTestsArgs{
    			CompartmentId: compartmentId,
    			DisplayName:   pulumi.StringRef(pathAnalyzerTestDisplayName),
    			State:         pulumi.StringRef(pathAnalyzerTestState),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testPathAnalyzerTests = Oci.VnMonitoring.GetPathAnalyzerTests.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = pathAnalyzerTestDisplayName,
            State = pathAnalyzerTestState,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.VnMonitoring.VnMonitoringFunctions;
    import com.pulumi.oci.VnMonitoring.inputs.GetPathAnalyzerTestsArgs;
    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 testPathAnalyzerTests = VnMonitoringFunctions.GetPathAnalyzerTests(GetPathAnalyzerTestsArgs.builder()
                .compartmentId(compartmentId)
                .displayName(pathAnalyzerTestDisplayName)
                .state(pathAnalyzerTestState)
                .build());
    
        }
    }
    
    variables:
      testPathAnalyzerTests:
        fn::invoke:
          Function: oci:VnMonitoring:GetPathAnalyzerTests
          Arguments:
            compartmentId: ${compartmentId}
            displayName: ${pathAnalyzerTestDisplayName}
            state: ${pathAnalyzerTestState}
    

    Using GetPathAnalyzerTests

    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 getPathAnalyzerTests(args: GetPathAnalyzerTestsArgs, opts?: InvokeOptions): Promise<GetPathAnalyzerTestsResult>
    function getPathAnalyzerTestsOutput(args: GetPathAnalyzerTestsOutputArgs, opts?: InvokeOptions): Output<GetPathAnalyzerTestsResult>
    def get_path_analyzer_tests(compartment_id: Optional[str] = None,
                                display_name: Optional[str] = None,
                                filters: Optional[Sequence[_vnmonitoring.GetPathAnalyzerTestsFilter]] = None,
                                state: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetPathAnalyzerTestsResult
    def get_path_analyzer_tests_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                display_name: Optional[pulumi.Input[str]] = None,
                                filters: Optional[pulumi.Input[Sequence[pulumi.Input[_vnmonitoring.GetPathAnalyzerTestsFilterArgs]]]] = None,
                                state: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetPathAnalyzerTestsResult]
    func GetPathAnalyzerTests(ctx *Context, args *GetPathAnalyzerTestsArgs, opts ...InvokeOption) (*GetPathAnalyzerTestsResult, error)
    func GetPathAnalyzerTestsOutput(ctx *Context, args *GetPathAnalyzerTestsOutputArgs, opts ...InvokeOption) GetPathAnalyzerTestsResultOutput
    public static class GetPathAnalyzerTests 
    {
        public static Task<GetPathAnalyzerTestsResult> InvokeAsync(GetPathAnalyzerTestsArgs args, InvokeOptions? opts = null)
        public static Output<GetPathAnalyzerTestsResult> Invoke(GetPathAnalyzerTestsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPathAnalyzerTestsResult> getPathAnalyzerTests(GetPathAnalyzerTestsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:VnMonitoring:GetPathAnalyzerTests
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    A filter that returns only resources that match the entire display name given.
    Filters List<GetPathAnalyzerTestsFilter>
    State string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    A filter that returns only resources that match the entire display name given.
    Filters []GetPathAnalyzerTestsFilter
    State string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    compartmentId String
    The OCID of the compartment.
    displayName String
    A filter that returns only resources that match the entire display name given.
    filters List<GetPathAnalyzerTestsFilter>
    state String
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    compartmentId string
    The OCID of the compartment.
    displayName string
    A filter that returns only resources that match the entire display name given.
    filters GetPathAnalyzerTestsFilter[]
    state string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    compartment_id str
    The OCID of the compartment.
    display_name str
    A filter that returns only resources that match the entire display name given.
    filters Sequence[vnmonitoring.GetPathAnalyzerTestsFilter]
    state str
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    compartmentId String
    The OCID of the compartment.
    displayName String
    A filter that returns only resources that match the entire display name given.
    filters List<Property Map>
    state String
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.

    GetPathAnalyzerTests Result

    The following output properties are available:

    CompartmentId string
    The OCID of the PathAnalyzerTest resource's compartment.
    Id string
    The provider-assigned unique ID for this managed resource.
    PathAnalyzerTestCollections List<GetPathAnalyzerTestsPathAnalyzerTestCollection>
    The list of path_analyzer_test_collection.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    Filters List<GetPathAnalyzerTestsFilter>
    State string
    The current state of the PathAnalyzerTest resource.
    CompartmentId string
    The OCID of the PathAnalyzerTest resource's compartment.
    Id string
    The provider-assigned unique ID for this managed resource.
    PathAnalyzerTestCollections []GetPathAnalyzerTestsPathAnalyzerTestCollection
    The list of path_analyzer_test_collection.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    Filters []GetPathAnalyzerTestsFilter
    State string
    The current state of the PathAnalyzerTest resource.
    compartmentId String
    The OCID of the PathAnalyzerTest resource's compartment.
    id String
    The provider-assigned unique ID for this managed resource.
    pathAnalyzerTestCollections List<GetPathAnalyzerTestsPathAnalyzerTestCollection>
    The list of path_analyzer_test_collection.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters List<GetPathAnalyzerTestsFilter>
    state String
    The current state of the PathAnalyzerTest resource.
    compartmentId string
    The OCID of the PathAnalyzerTest resource's compartment.
    id string
    The provider-assigned unique ID for this managed resource.
    pathAnalyzerTestCollections GetPathAnalyzerTestsPathAnalyzerTestCollection[]
    The list of path_analyzer_test_collection.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters GetPathAnalyzerTestsFilter[]
    state string
    The current state of the PathAnalyzerTest resource.
    compartment_id str
    The OCID of the PathAnalyzerTest resource's compartment.
    id str
    The provider-assigned unique ID for this managed resource.
    path_analyzer_test_collections Sequence[vnmonitoring.GetPathAnalyzerTestsPathAnalyzerTestCollection]
    The list of path_analyzer_test_collection.
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters Sequence[vnmonitoring.GetPathAnalyzerTestsFilter]
    state str
    The current state of the PathAnalyzerTest resource.
    compartmentId String
    The OCID of the PathAnalyzerTest resource's compartment.
    id String
    The provider-assigned unique ID for this managed resource.
    pathAnalyzerTestCollections List<Property Map>
    The list of path_analyzer_test_collection.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters List<Property Map>
    state String
    The current state of the PathAnalyzerTest resource.

    Supporting Types

    GetPathAnalyzerTestsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetPathAnalyzerTestsPathAnalyzerTestCollection

    GetPathAnalyzerTestsPathAnalyzerTestCollectionItem

    CompartmentId string
    The OCID of the compartment.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DestinationEndpoints List<GetPathAnalyzerTestsPathAnalyzerTestCollectionItemDestinationEndpoint>
    Information describing a source or destination in a PathAnalyzerTest resource.
    DisplayName string
    A filter that returns only resources that match the entire display name given.
    FreeformTags Dictionary<string, object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    A unique identifier established when the resource is created. The identifier can't be changed later.
    Protocol int
    The IP protocol to use for the PathAnalyzerTest resource.
    ProtocolParameters List<GetPathAnalyzerTestsPathAnalyzerTestCollectionItemProtocolParameter>
    Defines the IP protocol parameters for a PathAnalyzerTest resource.
    QueryOptions List<GetPathAnalyzerTestsPathAnalyzerTestCollectionItemQueryOption>
    Defines the query options required for a PathAnalyzerTest resource.
    SourceEndpoints List<GetPathAnalyzerTestsPathAnalyzerTestCollectionItemSourceEndpoint>
    Information describing a source or destination in a PathAnalyzerTest resource.
    State string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the PathAnalyzerTest resource was created, in the format defined by RFC3339.
    TimeUpdated string
    The date and time the PathAnalyzerTest resource was last updated, in the format defined by RFC3339.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DestinationEndpoints []GetPathAnalyzerTestsPathAnalyzerTestCollectionItemDestinationEndpoint
    Information describing a source or destination in a PathAnalyzerTest resource.
    DisplayName string
    A filter that returns only resources that match the entire display name given.
    FreeformTags map[string]interface{}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    A unique identifier established when the resource is created. The identifier can't be changed later.
    Protocol int
    The IP protocol to use for the PathAnalyzerTest resource.
    ProtocolParameters []GetPathAnalyzerTestsPathAnalyzerTestCollectionItemProtocolParameter
    Defines the IP protocol parameters for a PathAnalyzerTest resource.
    QueryOptions []GetPathAnalyzerTestsPathAnalyzerTestCollectionItemQueryOption
    Defines the query options required for a PathAnalyzerTest resource.
    SourceEndpoints []GetPathAnalyzerTestsPathAnalyzerTestCollectionItemSourceEndpoint
    Information describing a source or destination in a PathAnalyzerTest resource.
    State string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the PathAnalyzerTest resource was created, in the format defined by RFC3339.
    TimeUpdated string
    The date and time the PathAnalyzerTest resource was last updated, in the format defined by RFC3339.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    destinationEndpoints List<GetPathAnalyzerTestsPathAnalyzerTestCollectionItemDestinationEndpoint>
    Information describing a source or destination in a PathAnalyzerTest resource.
    displayName String
    A filter that returns only resources that match the entire display name given.
    freeformTags Map<String,Object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    A unique identifier established when the resource is created. The identifier can't be changed later.
    protocol Integer
    The IP protocol to use for the PathAnalyzerTest resource.
    protocolParameters List<GetPathAnalyzerTestsPathAnalyzerTestCollectionItemProtocolParameter>
    Defines the IP protocol parameters for a PathAnalyzerTest resource.
    queryOptions List<GetPathAnalyzerTestsPathAnalyzerTestCollectionItemQueryOption>
    Defines the query options required for a PathAnalyzerTest resource.
    sourceEndpoints List<GetPathAnalyzerTestsPathAnalyzerTestCollectionItemSourceEndpoint>
    Information describing a source or destination in a PathAnalyzerTest resource.
    state String
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the PathAnalyzerTest resource was created, in the format defined by RFC3339.
    timeUpdated String
    The date and time the PathAnalyzerTest resource was last updated, in the format defined by RFC3339.
    compartmentId string
    The OCID of the compartment.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    destinationEndpoints GetPathAnalyzerTestsPathAnalyzerTestCollectionItemDestinationEndpoint[]
    Information describing a source or destination in a PathAnalyzerTest resource.
    displayName string
    A filter that returns only resources that match the entire display name given.
    freeformTags {[key: string]: any}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    A unique identifier established when the resource is created. The identifier can't be changed later.
    protocol number
    The IP protocol to use for the PathAnalyzerTest resource.
    protocolParameters GetPathAnalyzerTestsPathAnalyzerTestCollectionItemProtocolParameter[]
    Defines the IP protocol parameters for a PathAnalyzerTest resource.
    queryOptions GetPathAnalyzerTestsPathAnalyzerTestCollectionItemQueryOption[]
    Defines the query options required for a PathAnalyzerTest resource.
    sourceEndpoints GetPathAnalyzerTestsPathAnalyzerTestCollectionItemSourceEndpoint[]
    Information describing a source or destination in a PathAnalyzerTest resource.
    state string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the PathAnalyzerTest resource was created, in the format defined by RFC3339.
    timeUpdated string
    The date and time the PathAnalyzerTest resource was last updated, in the format defined by RFC3339.
    compartment_id str
    The OCID of the compartment.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    destination_endpoints Sequence[vnmonitoring.GetPathAnalyzerTestsPathAnalyzerTestCollectionItemDestinationEndpoint]
    Information describing a source or destination in a PathAnalyzerTest resource.
    display_name str
    A filter that returns only resources that match the entire display name given.
    freeform_tags Mapping[str, Any]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    A unique identifier established when the resource is created. The identifier can't be changed later.
    protocol int
    The IP protocol to use for the PathAnalyzerTest resource.
    protocol_parameters Sequence[vnmonitoring.GetPathAnalyzerTestsPathAnalyzerTestCollectionItemProtocolParameter]
    Defines the IP protocol parameters for a PathAnalyzerTest resource.
    query_options Sequence[vnmonitoring.GetPathAnalyzerTestsPathAnalyzerTestCollectionItemQueryOption]
    Defines the query options required for a PathAnalyzerTest resource.
    source_endpoints Sequence[vnmonitoring.GetPathAnalyzerTestsPathAnalyzerTestCollectionItemSourceEndpoint]
    Information describing a source or destination in a PathAnalyzerTest resource.
    state str
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the PathAnalyzerTest resource was created, in the format defined by RFC3339.
    time_updated str
    The date and time the PathAnalyzerTest resource was last updated, in the format defined by RFC3339.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    destinationEndpoints List<Property Map>
    Information describing a source or destination in a PathAnalyzerTest resource.
    displayName String
    A filter that returns only resources that match the entire display name given.
    freeformTags Map<Any>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    A unique identifier established when the resource is created. The identifier can't be changed later.
    protocol Number
    The IP protocol to use for the PathAnalyzerTest resource.
    protocolParameters List<Property Map>
    Defines the IP protocol parameters for a PathAnalyzerTest resource.
    queryOptions List<Property Map>
    Defines the query options required for a PathAnalyzerTest resource.
    sourceEndpoints List<Property Map>
    Information describing a source or destination in a PathAnalyzerTest resource.
    state String
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the PathAnalyzerTest resource was created, in the format defined by RFC3339.
    timeUpdated String
    The date and time the PathAnalyzerTest resource was last updated, in the format defined by RFC3339.

    GetPathAnalyzerTestsPathAnalyzerTestCollectionItemDestinationEndpoint

    Address string
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    InstanceId string
    The OCID of the compute instance.
    ListenerId string
    The OCID of the network load balancer listener.
    LoadBalancerId string
    The OCID of the listener's load balancer.
    NetworkLoadBalancerId string
    The OCID of the listener's network load balancer.
    State string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    SubnetId string
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    Type string
    The type of the Endpoint.
    VlanId string
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    VnicId string
    The OCID of the VNIC attached to the compute instance.
    Address string
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    InstanceId string
    The OCID of the compute instance.
    ListenerId string
    The OCID of the network load balancer listener.
    LoadBalancerId string
    The OCID of the listener's load balancer.
    NetworkLoadBalancerId string
    The OCID of the listener's network load balancer.
    State string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    SubnetId string
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    Type string
    The type of the Endpoint.
    VlanId string
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    VnicId string
    The OCID of the VNIC attached to the compute instance.
    address String
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    instanceId String
    The OCID of the compute instance.
    listenerId String
    The OCID of the network load balancer listener.
    loadBalancerId String
    The OCID of the listener's load balancer.
    networkLoadBalancerId String
    The OCID of the listener's network load balancer.
    state String
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    subnetId String
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    type String
    The type of the Endpoint.
    vlanId String
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    vnicId String
    The OCID of the VNIC attached to the compute instance.
    address string
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    instanceId string
    The OCID of the compute instance.
    listenerId string
    The OCID of the network load balancer listener.
    loadBalancerId string
    The OCID of the listener's load balancer.
    networkLoadBalancerId string
    The OCID of the listener's network load balancer.
    state string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    subnetId string
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    type string
    The type of the Endpoint.
    vlanId string
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    vnicId string
    The OCID of the VNIC attached to the compute instance.
    address str
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    instance_id str
    The OCID of the compute instance.
    listener_id str
    The OCID of the network load balancer listener.
    load_balancer_id str
    The OCID of the listener's load balancer.
    network_load_balancer_id str
    The OCID of the listener's network load balancer.
    state str
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    subnet_id str
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    type str
    The type of the Endpoint.
    vlan_id str
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    vnic_id str
    The OCID of the VNIC attached to the compute instance.
    address String
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    instanceId String
    The OCID of the compute instance.
    listenerId String
    The OCID of the network load balancer listener.
    loadBalancerId String
    The OCID of the listener's load balancer.
    networkLoadBalancerId String
    The OCID of the listener's network load balancer.
    state String
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    subnetId String
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    type String
    The type of the Endpoint.
    vlanId String
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    vnicId String
    The OCID of the VNIC attached to the compute instance.

    GetPathAnalyzerTestsPathAnalyzerTestCollectionItemProtocolParameter

    DestinationPort int
    The destination port to use in a PathAnalyzerTest resource.
    IcmpCode int
    The ICMP code.
    IcmpType int
    The ICMP type.
    SourcePort int
    The source port to use in a PathAnalyzerTest resource.
    Type string
    The type of the Endpoint.
    DestinationPort int
    The destination port to use in a PathAnalyzerTest resource.
    IcmpCode int
    The ICMP code.
    IcmpType int
    The ICMP type.
    SourcePort int
    The source port to use in a PathAnalyzerTest resource.
    Type string
    The type of the Endpoint.
    destinationPort Integer
    The destination port to use in a PathAnalyzerTest resource.
    icmpCode Integer
    The ICMP code.
    icmpType Integer
    The ICMP type.
    sourcePort Integer
    The source port to use in a PathAnalyzerTest resource.
    type String
    The type of the Endpoint.
    destinationPort number
    The destination port to use in a PathAnalyzerTest resource.
    icmpCode number
    The ICMP code.
    icmpType number
    The ICMP type.
    sourcePort number
    The source port to use in a PathAnalyzerTest resource.
    type string
    The type of the Endpoint.
    destination_port int
    The destination port to use in a PathAnalyzerTest resource.
    icmp_code int
    The ICMP code.
    icmp_type int
    The ICMP type.
    source_port int
    The source port to use in a PathAnalyzerTest resource.
    type str
    The type of the Endpoint.
    destinationPort Number
    The destination port to use in a PathAnalyzerTest resource.
    icmpCode Number
    The ICMP code.
    icmpType Number
    The ICMP type.
    sourcePort Number
    The source port to use in a PathAnalyzerTest resource.
    type String
    The type of the Endpoint.

    GetPathAnalyzerTestsPathAnalyzerTestCollectionItemQueryOption

    IsBiDirectionalAnalysis bool
    If true, a path analysis is done for both the forward and reverse routes.
    IsBiDirectionalAnalysis bool
    If true, a path analysis is done for both the forward and reverse routes.
    isBiDirectionalAnalysis Boolean
    If true, a path analysis is done for both the forward and reverse routes.
    isBiDirectionalAnalysis boolean
    If true, a path analysis is done for both the forward and reverse routes.
    is_bi_directional_analysis bool
    If true, a path analysis is done for both the forward and reverse routes.
    isBiDirectionalAnalysis Boolean
    If true, a path analysis is done for both the forward and reverse routes.

    GetPathAnalyzerTestsPathAnalyzerTestCollectionItemSourceEndpoint

    Address string
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    InstanceId string
    The OCID of the compute instance.
    ListenerId string
    The OCID of the network load balancer listener.
    LoadBalancerId string
    The OCID of the listener's load balancer.
    NetworkLoadBalancerId string
    The OCID of the listener's network load balancer.
    State string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    SubnetId string
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    Type string
    The type of the Endpoint.
    VlanId string
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    VnicId string
    The OCID of the VNIC attached to the compute instance.
    Address string
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    InstanceId string
    The OCID of the compute instance.
    ListenerId string
    The OCID of the network load balancer listener.
    LoadBalancerId string
    The OCID of the listener's load balancer.
    NetworkLoadBalancerId string
    The OCID of the listener's network load balancer.
    State string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    SubnetId string
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    Type string
    The type of the Endpoint.
    VlanId string
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    VnicId string
    The OCID of the VNIC attached to the compute instance.
    address String
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    instanceId String
    The OCID of the compute instance.
    listenerId String
    The OCID of the network load balancer listener.
    loadBalancerId String
    The OCID of the listener's load balancer.
    networkLoadBalancerId String
    The OCID of the listener's network load balancer.
    state String
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    subnetId String
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    type String
    The type of the Endpoint.
    vlanId String
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    vnicId String
    The OCID of the VNIC attached to the compute instance.
    address string
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    instanceId string
    The OCID of the compute instance.
    listenerId string
    The OCID of the network load balancer listener.
    loadBalancerId string
    The OCID of the listener's load balancer.
    networkLoadBalancerId string
    The OCID of the listener's network load balancer.
    state string
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    subnetId string
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    type string
    The type of the Endpoint.
    vlanId string
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    vnicId string
    The OCID of the VNIC attached to the compute instance.
    address str
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    instance_id str
    The OCID of the compute instance.
    listener_id str
    The OCID of the network load balancer listener.
    load_balancer_id str
    The OCID of the listener's load balancer.
    network_load_balancer_id str
    The OCID of the listener's network load balancer.
    state str
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    subnet_id str
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    type str
    The type of the Endpoint.
    vlan_id str
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    vnic_id str
    The OCID of the VNIC attached to the compute instance.
    address String
    The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.
    instanceId String
    The OCID of the compute instance.
    listenerId String
    The OCID of the network load balancer listener.
    loadBalancerId String
    The OCID of the listener's load balancer.
    networkLoadBalancerId String
    The OCID of the listener's network load balancer.
    state String
    A filter that returns only resources whose lifecycleState matches the given lifecycleState.
    subnetId String
    The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
    type String
    The type of the Endpoint.
    vlanId String
    The OCID of the VLAN containing the IP address. This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
    vnicId String
    The OCID of the VNIC attached to the compute instance.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.34.0 published on Friday, May 3, 2024 by Pulumi