Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.VnMonitoring.GetPathAnalyzerTest
Explore with Pulumi AI
This data source provides details about a specific Path Analyzer Test resource in Oracle Cloud Infrastructure Vn Monitoring service.
Gets a PathAnalyzerTest using its identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPathAnalyzerTest = oci.VnMonitoring.GetPathAnalyzerTest({
    pathAnalyzerTestId: testPathAnalyzerTestOciVnMonitoringPathAnalyzerTest.id,
});
import pulumi
import pulumi_oci as oci
test_path_analyzer_test = oci.VnMonitoring.get_path_analyzer_test(path_analyzer_test_id=test_path_analyzer_test_oci_vn_monitoring_path_analyzer_test["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/vnmonitoring"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := vnmonitoring.GetPathAnalyzerTest(ctx, &vnmonitoring.GetPathAnalyzerTestArgs{
			PathAnalyzerTestId: testPathAnalyzerTestOciVnMonitoringPathAnalyzerTest.Id,
		}, 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 testPathAnalyzerTest = Oci.VnMonitoring.GetPathAnalyzerTest.Invoke(new()
    {
        PathAnalyzerTestId = testPathAnalyzerTestOciVnMonitoringPathAnalyzerTest.Id,
    });
});
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.GetPathAnalyzerTestArgs;
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 testPathAnalyzerTest = VnMonitoringFunctions.GetPathAnalyzerTest(GetPathAnalyzerTestArgs.builder()
            .pathAnalyzerTestId(testPathAnalyzerTestOciVnMonitoringPathAnalyzerTest.id())
            .build());
    }
}
variables:
  testPathAnalyzerTest:
    fn::invoke:
      function: oci:VnMonitoring:GetPathAnalyzerTest
      arguments:
        pathAnalyzerTestId: ${testPathAnalyzerTestOciVnMonitoringPathAnalyzerTest.id}
Using GetPathAnalyzerTest
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 getPathAnalyzerTest(args: GetPathAnalyzerTestArgs, opts?: InvokeOptions): Promise<GetPathAnalyzerTestResult>
function getPathAnalyzerTestOutput(args: GetPathAnalyzerTestOutputArgs, opts?: InvokeOptions): Output<GetPathAnalyzerTestResult>def get_path_analyzer_test(path_analyzer_test_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetPathAnalyzerTestResult
def get_path_analyzer_test_output(path_analyzer_test_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetPathAnalyzerTestResult]func GetPathAnalyzerTest(ctx *Context, args *GetPathAnalyzerTestArgs, opts ...InvokeOption) (*GetPathAnalyzerTestResult, error)
func GetPathAnalyzerTestOutput(ctx *Context, args *GetPathAnalyzerTestOutputArgs, opts ...InvokeOption) GetPathAnalyzerTestResultOutputpublic static class GetPathAnalyzerTest 
{
    public static Task<GetPathAnalyzerTestResult> InvokeAsync(GetPathAnalyzerTestArgs args, InvokeOptions? opts = null)
    public static Output<GetPathAnalyzerTestResult> Invoke(GetPathAnalyzerTestInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPathAnalyzerTestResult> getPathAnalyzerTest(GetPathAnalyzerTestArgs args, InvokeOptions options)
public static Output<GetPathAnalyzerTestResult> getPathAnalyzerTest(GetPathAnalyzerTestArgs args, InvokeOptions options)
fn::invoke:
  function: oci:VnMonitoring:GetPathAnalyzerTest
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PathAnalyzer stringTest Id 
- The OCID of the PathAnalyzerTestresource.
- PathAnalyzer stringTest Id 
- The OCID of the PathAnalyzerTestresource.
- pathAnalyzer StringTest Id 
- The OCID of the PathAnalyzerTestresource.
- pathAnalyzer stringTest Id 
- The OCID of the PathAnalyzerTestresource.
- path_analyzer_ strtest_ id 
- The OCID of the PathAnalyzerTestresource.
- pathAnalyzer StringTest Id 
- The OCID of the PathAnalyzerTestresource.
GetPathAnalyzerTest Result
The following output properties are available:
- CompartmentId string
- The OCID of the PathAnalyzerTestresource's compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DestinationEndpoints List<GetPath Analyzer Test Destination Endpoint> 
- Information describing a source or destination in a PathAnalyzerTestresource.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- 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.
- PathAnalyzer stringTest Id 
- Protocol int
- The IP protocol to use for the PathAnalyzerTestresource.
- ProtocolParameters List<GetPath Analyzer Test Protocol Parameter> 
- Defines the IP protocol parameters for a PathAnalyzerTestresource.
- QueryOptions List<GetPath Analyzer Test Query Option> 
- Defines the query options required for a PathAnalyzerTestresource.
- SourceEndpoints List<GetPath Analyzer Test Source Endpoint> 
- Information describing a source or destination in a PathAnalyzerTestresource.
- State string
- The current state of the PathAnalyzerTestresource.
- Dictionary<string, string>
- 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 PathAnalyzerTestresource was created, in the format defined by RFC3339.
- TimeUpdated string
- The date and time the PathAnalyzerTestresource was last updated, in the format defined by RFC3339.
- CompartmentId string
- The OCID of the PathAnalyzerTestresource's compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DestinationEndpoints []GetPath Analyzer Test Destination Endpoint 
- Information describing a source or destination in a PathAnalyzerTestresource.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- 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.
- PathAnalyzer stringTest Id 
- Protocol int
- The IP protocol to use for the PathAnalyzerTestresource.
- ProtocolParameters []GetPath Analyzer Test Protocol Parameter 
- Defines the IP protocol parameters for a PathAnalyzerTestresource.
- QueryOptions []GetPath Analyzer Test Query Option 
- Defines the query options required for a PathAnalyzerTestresource.
- SourceEndpoints []GetPath Analyzer Test Source Endpoint 
- Information describing a source or destination in a PathAnalyzerTestresource.
- State string
- The current state of the PathAnalyzerTestresource.
- map[string]string
- 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 PathAnalyzerTestresource was created, in the format defined by RFC3339.
- TimeUpdated string
- The date and time the PathAnalyzerTestresource was last updated, in the format defined by RFC3339.
- compartmentId String
- The OCID of the PathAnalyzerTestresource's compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- destinationEndpoints List<GetPath Analyzer Test Destination Endpoint> 
- Information describing a source or destination in a PathAnalyzerTestresource.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- 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.
- pathAnalyzer StringTest Id 
- protocol Integer
- The IP protocol to use for the PathAnalyzerTestresource.
- protocolParameters List<GetPath Analyzer Test Protocol Parameter> 
- Defines the IP protocol parameters for a PathAnalyzerTestresource.
- queryOptions List<GetPath Analyzer Test Query Option> 
- Defines the query options required for a PathAnalyzerTestresource.
- sourceEndpoints List<GetPath Analyzer Test Source Endpoint> 
- Information describing a source or destination in a PathAnalyzerTestresource.
- state String
- The current state of the PathAnalyzerTestresource.
- Map<String,String>
- 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 PathAnalyzerTestresource was created, in the format defined by RFC3339.
- timeUpdated String
- The date and time the PathAnalyzerTestresource was last updated, in the format defined by RFC3339.
- compartmentId string
- The OCID of the PathAnalyzerTestresource's compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- destinationEndpoints GetPath Analyzer Test Destination Endpoint[] 
- Information describing a source or destination in a PathAnalyzerTestresource.
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- 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.
- pathAnalyzer stringTest Id 
- protocol number
- The IP protocol to use for the PathAnalyzerTestresource.
- protocolParameters GetPath Analyzer Test Protocol Parameter[] 
- Defines the IP protocol parameters for a PathAnalyzerTestresource.
- queryOptions GetPath Analyzer Test Query Option[] 
- Defines the query options required for a PathAnalyzerTestresource.
- sourceEndpoints GetPath Analyzer Test Source Endpoint[] 
- Information describing a source or destination in a PathAnalyzerTestresource.
- state string
- The current state of the PathAnalyzerTestresource.
- {[key: string]: string}
- 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 PathAnalyzerTestresource was created, in the format defined by RFC3339.
- timeUpdated string
- The date and time the PathAnalyzerTestresource was last updated, in the format defined by RFC3339.
- compartment_id str
- The OCID of the PathAnalyzerTestresource's compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- destination_endpoints Sequence[vnmonitoring.Get Path Analyzer Test Destination Endpoint] 
- Information describing a source or destination in a PathAnalyzerTestresource.
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- 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.
- path_analyzer_ strtest_ id 
- protocol int
- The IP protocol to use for the PathAnalyzerTestresource.
- protocol_parameters Sequence[vnmonitoring.Get Path Analyzer Test Protocol Parameter] 
- Defines the IP protocol parameters for a PathAnalyzerTestresource.
- query_options Sequence[vnmonitoring.Get Path Analyzer Test Query Option] 
- Defines the query options required for a PathAnalyzerTestresource.
- source_endpoints Sequence[vnmonitoring.Get Path Analyzer Test Source Endpoint] 
- Information describing a source or destination in a PathAnalyzerTestresource.
- state str
- The current state of the PathAnalyzerTestresource.
- Mapping[str, str]
- 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 PathAnalyzerTestresource was created, in the format defined by RFC3339.
- time_updated str
- The date and time the PathAnalyzerTestresource was last updated, in the format defined by RFC3339.
- compartmentId String
- The OCID of the PathAnalyzerTestresource's compartment.
- Map<String>
- 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 PathAnalyzerTestresource.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- 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.
- pathAnalyzer StringTest Id 
- protocol Number
- The IP protocol to use for the PathAnalyzerTestresource.
- protocolParameters List<Property Map>
- Defines the IP protocol parameters for a PathAnalyzerTestresource.
- queryOptions List<Property Map>
- Defines the query options required for a PathAnalyzerTestresource.
- sourceEndpoints List<Property Map>
- Information describing a source or destination in a PathAnalyzerTestresource.
- state String
- The current state of the PathAnalyzerTestresource.
- Map<String>
- 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 PathAnalyzerTestresource was created, in the format defined by RFC3339.
- timeUpdated String
- The date and time the PathAnalyzerTestresource was last updated, in the format defined by RFC3339.
Supporting Types
GetPathAnalyzerTestDestinationEndpoint     
- Address string
- The IPv4 address of the COMPUTE_INSTANCE-type Endpointobject.
- InstanceId string
- The OCID of the compute instance.
- ListenerId string
- The OCID of the network load balancer listener.
- LoadBalancer stringId 
- The OCID of the listener's load balancer.
- NetworkLoad stringBalancer Id 
- The OCID of the listener's network load balancer.
- State string
- The current state of the PathAnalyzerTestresource.
- 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 Endpointobject.
- InstanceId string
- The OCID of the compute instance.
- ListenerId string
- The OCID of the network load balancer listener.
- LoadBalancer stringId 
- The OCID of the listener's load balancer.
- NetworkLoad stringBalancer Id 
- The OCID of the listener's network load balancer.
- State string
- The current state of the PathAnalyzerTestresource.
- 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 Endpointobject.
- instanceId String
- The OCID of the compute instance.
- listenerId String
- The OCID of the network load balancer listener.
- loadBalancer StringId 
- The OCID of the listener's load balancer.
- networkLoad StringBalancer Id 
- The OCID of the listener's network load balancer.
- state String
- The current state of the PathAnalyzerTestresource.
- 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 Endpointobject.
- instanceId string
- The OCID of the compute instance.
- listenerId string
- The OCID of the network load balancer listener.
- loadBalancer stringId 
- The OCID of the listener's load balancer.
- networkLoad stringBalancer Id 
- The OCID of the listener's network load balancer.
- state string
- The current state of the PathAnalyzerTestresource.
- 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 Endpointobject.
- instance_id str
- The OCID of the compute instance.
- listener_id str
- The OCID of the network load balancer listener.
- load_balancer_ strid 
- The OCID of the listener's load balancer.
- network_load_ strbalancer_ id 
- The OCID of the listener's network load balancer.
- state str
- The current state of the PathAnalyzerTestresource.
- 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 Endpointobject.
- instanceId String
- The OCID of the compute instance.
- listenerId String
- The OCID of the network load balancer listener.
- loadBalancer StringId 
- The OCID of the listener's load balancer.
- networkLoad StringBalancer Id 
- The OCID of the listener's network load balancer.
- state String
- The current state of the PathAnalyzerTestresource.
- 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.
GetPathAnalyzerTestProtocolParameter     
- DestinationPort int
- The destination port to use in a PathAnalyzerTestresource.
- IcmpCode int
- The ICMP code.
- IcmpType int
- The ICMP type.
- SourcePort int
- The source port to use in a PathAnalyzerTestresource.
- Type string
- The type of the Endpoint.
- DestinationPort int
- The destination port to use in a PathAnalyzerTestresource.
- IcmpCode int
- The ICMP code.
- IcmpType int
- The ICMP type.
- SourcePort int
- The source port to use in a PathAnalyzerTestresource.
- Type string
- The type of the Endpoint.
- destinationPort Integer
- The destination port to use in a PathAnalyzerTestresource.
- icmpCode Integer
- The ICMP code.
- icmpType Integer
- The ICMP type.
- sourcePort Integer
- The source port to use in a PathAnalyzerTestresource.
- type String
- The type of the Endpoint.
- destinationPort number
- The destination port to use in a PathAnalyzerTestresource.
- icmpCode number
- The ICMP code.
- icmpType number
- The ICMP type.
- sourcePort number
- The source port to use in a PathAnalyzerTestresource.
- type string
- The type of the Endpoint.
- destination_port int
- The destination port to use in a PathAnalyzerTestresource.
- icmp_code int
- The ICMP code.
- icmp_type int
- The ICMP type.
- source_port int
- The source port to use in a PathAnalyzerTestresource.
- type str
- The type of the Endpoint.
- destinationPort Number
- The destination port to use in a PathAnalyzerTestresource.
- icmpCode Number
- The ICMP code.
- icmpType Number
- The ICMP type.
- sourcePort Number
- The source port to use in a PathAnalyzerTestresource.
- type String
- The type of the Endpoint.
GetPathAnalyzerTestQueryOption     
- IsBi boolDirectional Analysis 
- If true, a path analysis is done for both the forward and reverse routes.
- IsBi boolDirectional Analysis 
- If true, a path analysis is done for both the forward and reverse routes.
- isBi BooleanDirectional Analysis 
- If true, a path analysis is done for both the forward and reverse routes.
- isBi booleanDirectional Analysis 
- If true, a path analysis is done for both the forward and reverse routes.
- is_bi_ booldirectional_ analysis 
- If true, a path analysis is done for both the forward and reverse routes.
- isBi BooleanDirectional Analysis 
- If true, a path analysis is done for both the forward and reverse routes.
GetPathAnalyzerTestSourceEndpoint     
- Address string
- The IPv4 address of the COMPUTE_INSTANCE-type Endpointobject.
- InstanceId string
- The OCID of the compute instance.
- ListenerId string
- The OCID of the network load balancer listener.
- LoadBalancer stringId 
- The OCID of the listener's load balancer.
- NetworkLoad stringBalancer Id 
- The OCID of the listener's network load balancer.
- State string
- The current state of the PathAnalyzerTestresource.
- 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 Endpointobject.
- InstanceId string
- The OCID of the compute instance.
- ListenerId string
- The OCID of the network load balancer listener.
- LoadBalancer stringId 
- The OCID of the listener's load balancer.
- NetworkLoad stringBalancer Id 
- The OCID of the listener's network load balancer.
- State string
- The current state of the PathAnalyzerTestresource.
- 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 Endpointobject.
- instanceId String
- The OCID of the compute instance.
- listenerId String
- The OCID of the network load balancer listener.
- loadBalancer StringId 
- The OCID of the listener's load balancer.
- networkLoad StringBalancer Id 
- The OCID of the listener's network load balancer.
- state String
- The current state of the PathAnalyzerTestresource.
- 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 Endpointobject.
- instanceId string
- The OCID of the compute instance.
- listenerId string
- The OCID of the network load balancer listener.
- loadBalancer stringId 
- The OCID of the listener's load balancer.
- networkLoad stringBalancer Id 
- The OCID of the listener's network load balancer.
- state string
- The current state of the PathAnalyzerTestresource.
- 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 Endpointobject.
- instance_id str
- The OCID of the compute instance.
- listener_id str
- The OCID of the network load balancer listener.
- load_balancer_ strid 
- The OCID of the listener's load balancer.
- network_load_ strbalancer_ id 
- The OCID of the listener's network load balancer.
- state str
- The current state of the PathAnalyzerTestresource.
- 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 Endpointobject.
- instanceId String
- The OCID of the compute instance.
- listenerId String
- The OCID of the network load balancer listener.
- loadBalancer StringId 
- The OCID of the listener's load balancer.
- networkLoad StringBalancer Id 
- The OCID of the listener's network load balancer.
- state String
- The current state of the PathAnalyzerTestresource.
- 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 ociTerraform Provider.