Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.VnMonitoring.GetPathAnalyzerTests
Explore with Pulumi AI
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/v2/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:
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter that returns only resources that match the entire display name given.
- Filters
List<Get
Path Analyzer Tests Filter> - State string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter that returns only resources that match the entire display name given.
- Filters
[]Get
Path Analyzer Tests Filter - State string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter that returns only resources that match the entire display name given.
- filters
List<Get
Path Analyzer Tests Filter> - state String
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
.
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter that returns only resources that match the entire display name given.
- filters
Get
Path Analyzer Tests Filter[] - state string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
.
- 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.
Get Path Analyzer Tests Filter] - state str
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
.
- compartment
Id String - The OCID of the compartment.
- display
Name 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 givenlifecycleState
.
GetPathAnalyzerTests Result
The following output properties are available:
- Compartment
Id string - The OCID of the
PathAnalyzerTest
resource's compartment. - Id string
- The provider-assigned unique ID for this managed resource.
- Path
Analyzer List<GetTest Collections Path Analyzer Tests Path Analyzer Test Collection> - The list of path_analyzer_test_collection.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Path Analyzer Tests Filter> - State string
- The current state of the
PathAnalyzerTest
resource.
- Compartment
Id string - The OCID of the
PathAnalyzerTest
resource's compartment. - Id string
- The provider-assigned unique ID for this managed resource.
- Path
Analyzer []GetTest Collections Path Analyzer Tests Path Analyzer Test Collection - The list of path_analyzer_test_collection.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Path Analyzer Tests Filter - State string
- The current state of the
PathAnalyzerTest
resource.
- compartment
Id String - The OCID of the
PathAnalyzerTest
resource's compartment. - id String
- The provider-assigned unique ID for this managed resource.
- path
Analyzer List<GetTest Collections Path Analyzer Tests Path Analyzer Test Collection> - The list of path_analyzer_test_collection.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Path Analyzer Tests Filter> - state String
- The current state of the
PathAnalyzerTest
resource.
- compartment
Id string - The OCID of the
PathAnalyzerTest
resource's compartment. - id string
- The provider-assigned unique ID for this managed resource.
- path
Analyzer GetTest Collections Path Analyzer Tests Path Analyzer Test Collection[] - The list of path_analyzer_test_collection.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Path Analyzer Tests Filter[] - 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_ Sequence[vnmonitoring.test_ collections Get Path Analyzer Tests Path Analyzer Test Collection] - 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.
Get Path Analyzer Tests Filter] - state str
- The current state of the
PathAnalyzerTest
resource.
- compartment
Id String - The OCID of the
PathAnalyzerTest
resource's compartment. - id String
- The provider-assigned unique ID for this managed resource.
- path
Analyzer List<Property Map>Test Collections - The list of path_analyzer_test_collection.
- display
Name 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
GetPathAnalyzerTestsPathAnalyzerTestCollection
GetPathAnalyzerTestsPathAnalyzerTestCollectionItem
- Compartment
Id string - The OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Destination
Endpoints List<GetPath Analyzer Tests Path Analyzer Test Collection Item Destination Endpoint> - Information describing a source or destination in a
PathAnalyzerTest
resource. - Display
Name string - A filter that returns only resources that match the entire display name given.
- 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.
- Protocol int
- The IP protocol to use for the
PathAnalyzerTest
resource. - Protocol
Parameters List<GetPath Analyzer Tests Path Analyzer Test Collection Item Protocol Parameter> - Defines the IP protocol parameters for a
PathAnalyzerTest
resource. - Query
Options List<GetPath Analyzer Tests Path Analyzer Test Collection Item Query Option> - Defines the query options required for a
PathAnalyzerTest
resource. - Source
Endpoints List<GetPath Analyzer Tests Path Analyzer Test Collection Item Source Endpoint> - Information describing a source or destination in a
PathAnalyzerTest
resource. - State string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the
PathAnalyzerTest
resource was created, in the format defined by RFC3339. - Time
Updated string - The date and time the
PathAnalyzerTest
resource was last updated, in the format defined by RFC3339.
- Compartment
Id string - The OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Destination
Endpoints []GetPath Analyzer Tests Path Analyzer Test Collection Item Destination Endpoint - Information describing a source or destination in a
PathAnalyzerTest
resource. - Display
Name string - A filter that returns only resources that match the entire display name given.
- 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.
- Protocol int
- The IP protocol to use for the
PathAnalyzerTest
resource. - Protocol
Parameters []GetPath Analyzer Tests Path Analyzer Test Collection Item Protocol Parameter - Defines the IP protocol parameters for a
PathAnalyzerTest
resource. - Query
Options []GetPath Analyzer Tests Path Analyzer Test Collection Item Query Option - Defines the query options required for a
PathAnalyzerTest
resource. - Source
Endpoints []GetPath Analyzer Tests Path Analyzer Test Collection Item Source Endpoint - Information describing a source or destination in a
PathAnalyzerTest
resource. - State string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the
PathAnalyzerTest
resource was created, in the format defined by RFC3339. - Time
Updated string - The date and time the
PathAnalyzerTest
resource was last updated, in the format defined by RFC3339.
- compartment
Id String - The OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- destination
Endpoints List<GetPath Analyzer Tests Path Analyzer Test Collection Item Destination Endpoint> - Information describing a source or destination in a
PathAnalyzerTest
resource. - display
Name String - A filter that returns only resources that match the entire display name given.
- 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.
- protocol Integer
- The IP protocol to use for the
PathAnalyzerTest
resource. - protocol
Parameters List<GetPath Analyzer Tests Path Analyzer Test Collection Item Protocol Parameter> - Defines the IP protocol parameters for a
PathAnalyzerTest
resource. - query
Options List<GetPath Analyzer Tests Path Analyzer Test Collection Item Query Option> - Defines the query options required for a
PathAnalyzerTest
resource. - source
Endpoints List<GetPath Analyzer Tests Path Analyzer Test Collection Item Source Endpoint> - Information describing a source or destination in a
PathAnalyzerTest
resource. - state String
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the
PathAnalyzerTest
resource was created, in the format defined by RFC3339. - time
Updated String - The date and time the
PathAnalyzerTest
resource was last updated, in the format defined by RFC3339.
- compartment
Id string - The OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- destination
Endpoints GetPath Analyzer Tests Path Analyzer Test Collection Item Destination Endpoint[] - Information describing a source or destination in a
PathAnalyzerTest
resource. - display
Name string - A filter that returns only resources that match the entire display name given.
- {[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.
- protocol number
- The IP protocol to use for the
PathAnalyzerTest
resource. - protocol
Parameters GetPath Analyzer Tests Path Analyzer Test Collection Item Protocol Parameter[] - Defines the IP protocol parameters for a
PathAnalyzerTest
resource. - query
Options GetPath Analyzer Tests Path Analyzer Test Collection Item Query Option[] - Defines the query options required for a
PathAnalyzerTest
resource. - source
Endpoints GetPath Analyzer Tests Path Analyzer Test Collection Item Source Endpoint[] - Information describing a source or destination in a
PathAnalyzerTest
resource. - state string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the
PathAnalyzerTest
resource was created, in the format defined by RFC3339. - time
Updated 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.
- 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 Tests Path Analyzer Test Collection Item Destination Endpoint] - 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.
- 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.
- protocol int
- The IP protocol to use for the
PathAnalyzerTest
resource. - protocol_
parameters Sequence[vnmonitoring.Get Path Analyzer Tests Path Analyzer Test Collection Item Protocol Parameter] - Defines the IP protocol parameters for a
PathAnalyzerTest
resource. - query_
options Sequence[vnmonitoring.Get Path Analyzer Tests Path Analyzer Test Collection Item Query Option] - Defines the query options required for a
PathAnalyzerTest
resource. - source_
endpoints Sequence[vnmonitoring.Get Path Analyzer Tests Path Analyzer Test Collection Item Source Endpoint] - Information describing a source or destination in a
PathAnalyzerTest
resource. - state str
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - 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
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.
- compartment
Id String - The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- destination
Endpoints List<Property Map> - Information describing a source or destination in a
PathAnalyzerTest
resource. - display
Name String - A filter that returns only resources that match the entire display name given.
- 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.
- protocol Number
- The IP protocol to use for the
PathAnalyzerTest
resource. - protocol
Parameters List<Property Map> - Defines the IP protocol parameters for a
PathAnalyzerTest
resource. - query
Options List<Property Map> - Defines the query options required for a
PathAnalyzerTest
resource. - source
Endpoints 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 givenlifecycleState
. - Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the
PathAnalyzerTest
resource was created, in the format defined by RFC3339. - time
Updated 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. - Instance
Id string - The OCID of the compute instance.
- Listener
Id string - The OCID of the network load balancer listener.
- Load
Balancer stringId - The OCID of the listener's load balancer.
- Network
Load stringBalancer Id - The OCID of the listener's network load balancer.
- State string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - Subnet
Id 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
. - Vlan
Id 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).
- Vnic
Id string - The OCID of the VNIC attached to the compute instance.
- Address string
- The IPv4 address of the COMPUTE_INSTANCE-type
Endpoint
object. - Instance
Id string - The OCID of the compute instance.
- Listener
Id string - The OCID of the network load balancer listener.
- Load
Balancer stringId - The OCID of the listener's load balancer.
- Network
Load stringBalancer Id - The OCID of the listener's network load balancer.
- State string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - Subnet
Id 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
. - Vlan
Id 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).
- Vnic
Id string - The OCID of the VNIC attached to the compute instance.
- address String
- The IPv4 address of the COMPUTE_INSTANCE-type
Endpoint
object. - instance
Id String - The OCID of the compute instance.
- listener
Id String - The OCID of the network load balancer listener.
- load
Balancer StringId - The OCID of the listener's load balancer.
- network
Load StringBalancer Id - The OCID of the listener's network load balancer.
- state String
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - subnet
Id 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
. - vlan
Id 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).
- vnic
Id String - The OCID of the VNIC attached to the compute instance.
- address string
- The IPv4 address of the COMPUTE_INSTANCE-type
Endpoint
object. - instance
Id string - The OCID of the compute instance.
- listener
Id string - The OCID of the network load balancer listener.
- load
Balancer stringId - The OCID of the listener's load balancer.
- network
Load stringBalancer Id - The OCID of the listener's network load balancer.
- state string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - subnet
Id 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
. - vlan
Id 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).
- vnic
Id 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_ strid - The OCID of the listener's load balancer.
- network_
load_ strbalancer_ id - The OCID of the listener's network load balancer.
- state str
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - 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. - instance
Id String - The OCID of the compute instance.
- listener
Id String - The OCID of the network load balancer listener.
- load
Balancer StringId - The OCID of the listener's load balancer.
- network
Load StringBalancer Id - The OCID of the listener's network load balancer.
- state String
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - subnet
Id 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
. - vlan
Id 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).
- vnic
Id String - The OCID of the VNIC attached to the compute instance.
GetPathAnalyzerTestsPathAnalyzerTestCollectionItemProtocolParameter
- 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 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 string
- The type of the
Endpoint
.
- destination
Port Integer - The destination port to use in a
PathAnalyzerTest
resource. - icmp
Code Integer - The ICMP code.
- icmp
Type Integer - The ICMP type.
- source
Port Integer - The source port to use in a
PathAnalyzerTest
resource. - type String
- The type of the
Endpoint
.
- destination
Port number - The destination port to use in a
PathAnalyzerTest
resource. - icmp
Code number - The ICMP code.
- icmp
Type number - The ICMP type.
- source
Port 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
.
- destination
Port Number - The destination port to use in a
PathAnalyzerTest
resource. - icmp
Code Number - The ICMP code.
- icmp
Type Number - The ICMP type.
- source
Port Number - The source port to use in a
PathAnalyzerTest
resource. - type String
- The type of the
Endpoint
.
GetPathAnalyzerTestsPathAnalyzerTestCollectionItemQueryOption
- Is
Bi boolDirectional 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.
- is
Bi BooleanDirectional Analysis - If true, a path analysis is done for both the forward and reverse routes.
- is
Bi 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.
- is
Bi BooleanDirectional Analysis - 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. - Instance
Id string - The OCID of the compute instance.
- Listener
Id string - The OCID of the network load balancer listener.
- Load
Balancer stringId - The OCID of the listener's load balancer.
- Network
Load stringBalancer Id - The OCID of the listener's network load balancer.
- State string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - Subnet
Id 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
. - Vlan
Id 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).
- Vnic
Id string - The OCID of the VNIC attached to the compute instance.
- Address string
- The IPv4 address of the COMPUTE_INSTANCE-type
Endpoint
object. - Instance
Id string - The OCID of the compute instance.
- Listener
Id string - The OCID of the network load balancer listener.
- Load
Balancer stringId - The OCID of the listener's load balancer.
- Network
Load stringBalancer Id - The OCID of the listener's network load balancer.
- State string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - Subnet
Id 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
. - Vlan
Id 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).
- Vnic
Id string - The OCID of the VNIC attached to the compute instance.
- address String
- The IPv4 address of the COMPUTE_INSTANCE-type
Endpoint
object. - instance
Id String - The OCID of the compute instance.
- listener
Id String - The OCID of the network load balancer listener.
- load
Balancer StringId - The OCID of the listener's load balancer.
- network
Load StringBalancer Id - The OCID of the listener's network load balancer.
- state String
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - subnet
Id 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
. - vlan
Id 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).
- vnic
Id String - The OCID of the VNIC attached to the compute instance.
- address string
- The IPv4 address of the COMPUTE_INSTANCE-type
Endpoint
object. - instance
Id string - The OCID of the compute instance.
- listener
Id string - The OCID of the network load balancer listener.
- load
Balancer stringId - The OCID of the listener's load balancer.
- network
Load stringBalancer Id - The OCID of the listener's network load balancer.
- state string
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - subnet
Id 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
. - vlan
Id 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).
- vnic
Id 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_ strid - The OCID of the listener's load balancer.
- network_
load_ strbalancer_ id - The OCID of the listener's network load balancer.
- state str
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - 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. - instance
Id String - The OCID of the compute instance.
- listener
Id String - The OCID of the network load balancer listener.
- load
Balancer StringId - The OCID of the listener's load balancer.
- network
Load StringBalancer Id - The OCID of the listener's network load balancer.
- state String
- A filter that returns only resources whose
lifecycleState
matches the givenlifecycleState
. - subnet
Id 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
. - vlan
Id 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).
- vnic
Id 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.