Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Core.getVtaps
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Vtaps in Oracle Cloud Infrastructure Core service.
Lists the virtual test access points (VTAPs) in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testVtaps = oci.Core.getVtaps({
compartmentId: compartmentId,
displayName: vtapDisplayName,
isVtapEnabled: vtapIsVtapEnabled,
source: vtapSource,
state: vtapState,
targetId: testTarget.id,
targetIp: vtapTargetIp,
vcnId: testVcn.id,
});
import pulumi
import pulumi_oci as oci
test_vtaps = oci.Core.get_vtaps(compartment_id=compartment_id,
display_name=vtap_display_name,
is_vtap_enabled=vtap_is_vtap_enabled,
source=vtap_source,
state=vtap_state,
target_id=test_target["id"],
target_ip=vtap_target_ip,
vcn_id=test_vcn["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Core.GetVtaps(ctx, &core.GetVtapsArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(vtapDisplayName),
IsVtapEnabled: pulumi.BoolRef(vtapIsVtapEnabled),
Source: pulumi.StringRef(vtapSource),
State: pulumi.StringRef(vtapState),
TargetId: pulumi.StringRef(testTarget.Id),
TargetIp: pulumi.StringRef(vtapTargetIp),
VcnId: pulumi.StringRef(testVcn.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 testVtaps = Oci.Core.GetVtaps.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = vtapDisplayName,
IsVtapEnabled = vtapIsVtapEnabled,
Source = vtapSource,
State = vtapState,
TargetId = testTarget.Id,
TargetIp = vtapTargetIp,
VcnId = testVcn.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetVtapsArgs;
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 testVtaps = CoreFunctions.getVtaps(GetVtapsArgs.builder()
.compartmentId(compartmentId)
.displayName(vtapDisplayName)
.isVtapEnabled(vtapIsVtapEnabled)
.source(vtapSource)
.state(vtapState)
.targetId(testTarget.id())
.targetIp(vtapTargetIp)
.vcnId(testVcn.id())
.build());
}
}
variables:
testVtaps:
fn::invoke:
Function: oci:Core:getVtaps
Arguments:
compartmentId: ${compartmentId}
displayName: ${vtapDisplayName}
isVtapEnabled: ${vtapIsVtapEnabled}
source: ${vtapSource}
state: ${vtapState}
targetId: ${testTarget.id}
targetIp: ${vtapTargetIp}
vcnId: ${testVcn.id}
Using getVtaps
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 getVtaps(args: GetVtapsArgs, opts?: InvokeOptions): Promise<GetVtapsResult>
function getVtapsOutput(args: GetVtapsOutputArgs, opts?: InvokeOptions): Output<GetVtapsResult>
def get_vtaps(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_core.GetVtapsFilter]] = None,
is_vtap_enabled: Optional[bool] = None,
source: Optional[str] = None,
state: Optional[str] = None,
target_id: Optional[str] = None,
target_ip: Optional[str] = None,
vcn_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVtapsResult
def get_vtaps_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetVtapsFilterArgs]]]] = None,
is_vtap_enabled: Optional[pulumi.Input[bool]] = None,
source: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
target_id: Optional[pulumi.Input[str]] = None,
target_ip: Optional[pulumi.Input[str]] = None,
vcn_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVtapsResult]
func GetVtaps(ctx *Context, args *GetVtapsArgs, opts ...InvokeOption) (*GetVtapsResult, error)
func GetVtapsOutput(ctx *Context, args *GetVtapsOutputArgs, opts ...InvokeOption) GetVtapsResultOutput
> Note: This function is named GetVtaps
in the Go SDK.
public static class GetVtaps
{
public static Task<GetVtapsResult> InvokeAsync(GetVtapsArgs args, InvokeOptions? opts = null)
public static Output<GetVtapsResult> Invoke(GetVtapsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVtapsResult> getVtaps(GetVtapsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Core/getVtaps:getVtaps
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Vtaps Filter> - Is
Vtap boolEnabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- Source string
- The OCID of the VTAP source.
- State string
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- Target
Id string - The OCID of the VTAP target.
- Target
Ip string - The IP address of the VTAP target.
- Vcn
Id string - The OCID of the VCN.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Vtaps Filter - Is
Vtap boolEnabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- Source string
- The OCID of the VTAP source.
- State string
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- Target
Id string - The OCID of the VTAP target.
- Target
Ip string - The IP address of the VTAP target.
- Vcn
Id string - The OCID of the VCN.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Vtaps Filter> - is
Vtap BooleanEnabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- source String
- The OCID of the VTAP source.
- state String
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- target
Id String - The OCID of the VTAP target.
- target
Ip String - The IP address of the VTAP target.
- vcn
Id String - The OCID of the VCN.
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Vtaps Filter[] - is
Vtap booleanEnabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- source string
- The OCID of the VTAP source.
- state string
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- target
Id string - The OCID of the VTAP target.
- target
Ip string - The IP address of the VTAP target.
- vcn
Id string - The OCID of the VCN.
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[core.
Get Vtaps Filter] - is_
vtap_ boolenabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- source str
- The OCID of the VTAP source.
- state str
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- target_
id str - The OCID of the VTAP target.
- target_
ip str - The IP address of the VTAP target.
- vcn_
id str - The OCID of the VCN.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- is
Vtap BooleanEnabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- source String
- The OCID of the VTAP source.
- state String
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- target
Id String - The OCID of the VTAP target.
- target
Ip String - The IP address of the VTAP target.
- vcn
Id String - The OCID of the VCN.
getVtaps Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment containing the
Vtap
resource. - Id string
- The provider-assigned unique ID for this managed resource.
- Vtaps
List<Get
Vtaps Vtap> - The list of vtaps.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Vtaps Filter> - Is
Vtap boolEnabled - Used to start or stop a
Vtap
resource.TRUE
directs the VTAP to start mirroring traffic.FALSE
(Default) directs the VTAP to stop mirroring traffic.
- Source string
- State string
- The VTAP's administrative lifecycle state.
- Target
Id string - The OCID of the destination resource where mirrored packets are sent.
- Target
Ip string - The IP address of the destination resource where mirrored packets are sent.
- Vcn
Id string - The OCID of the VCN containing the
Vtap
resource.
- Compartment
Id string - The OCID of the compartment containing the
Vtap
resource. - Id string
- The provider-assigned unique ID for this managed resource.
- Vtaps
[]Get
Vtaps Vtap - The list of vtaps.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Vtaps Filter - Is
Vtap boolEnabled - Used to start or stop a
Vtap
resource.TRUE
directs the VTAP to start mirroring traffic.FALSE
(Default) directs the VTAP to stop mirroring traffic.
- Source string
- State string
- The VTAP's administrative lifecycle state.
- Target
Id string - The OCID of the destination resource where mirrored packets are sent.
- Target
Ip string - The IP address of the destination resource where mirrored packets are sent.
- Vcn
Id string - The OCID of the VCN containing the
Vtap
resource.
- compartment
Id String - The OCID of the compartment containing the
Vtap
resource. - id String
- The provider-assigned unique ID for this managed resource.
- vtaps
List<Get
Vtaps Vtap> - The list of vtaps.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Vtaps Filter> - is
Vtap BooleanEnabled - Used to start or stop a
Vtap
resource.TRUE
directs the VTAP to start mirroring traffic.FALSE
(Default) directs the VTAP to stop mirroring traffic.
- source String
- state String
- The VTAP's administrative lifecycle state.
- target
Id String - The OCID of the destination resource where mirrored packets are sent.
- target
Ip String - The IP address of the destination resource where mirrored packets are sent.
- vcn
Id String - The OCID of the VCN containing the
Vtap
resource.
- compartment
Id string - The OCID of the compartment containing the
Vtap
resource. - id string
- The provider-assigned unique ID for this managed resource.
- vtaps
Get
Vtaps Vtap[] - The list of vtaps.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Vtaps Filter[] - is
Vtap booleanEnabled - Used to start or stop a
Vtap
resource.TRUE
directs the VTAP to start mirroring traffic.FALSE
(Default) directs the VTAP to stop mirroring traffic.
- source string
- state string
- The VTAP's administrative lifecycle state.
- target
Id string - The OCID of the destination resource where mirrored packets are sent.
- target
Ip string - The IP address of the destination resource where mirrored packets are sent.
- vcn
Id string - The OCID of the VCN containing the
Vtap
resource.
- compartment_
id str - The OCID of the compartment containing the
Vtap
resource. - id str
- The provider-assigned unique ID for this managed resource.
- vtaps
Sequence[core.
Get Vtaps Vtap] - The list of vtaps.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Sequence[core.
Get Vtaps Filter] - is_
vtap_ boolenabled - Used to start or stop a
Vtap
resource.TRUE
directs the VTAP to start mirroring traffic.FALSE
(Default) directs the VTAP to stop mirroring traffic.
- source str
- state str
- The VTAP's administrative lifecycle state.
- target_
id str - The OCID of the destination resource where mirrored packets are sent.
- target_
ip str - The IP address of the destination resource where mirrored packets are sent.
- vcn_
id str - The OCID of the VCN containing the
Vtap
resource.
- compartment
Id String - The OCID of the compartment containing the
Vtap
resource. - id String
- The provider-assigned unique ID for this managed resource.
- vtaps List<Property Map>
- The list of vtaps.
- 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>
- is
Vtap BooleanEnabled - Used to start or stop a
Vtap
resource.TRUE
directs the VTAP to start mirroring traffic.FALSE
(Default) directs the VTAP to stop mirroring traffic.
- source String
- state String
- The VTAP's administrative lifecycle state.
- target
Id String - The OCID of the destination resource where mirrored packets are sent.
- target
Ip String - The IP address of the destination resource where mirrored packets are sent.
- vcn
Id String - The OCID of the VCN containing the
Vtap
resource.
Supporting Types
GetVtapsFilter
GetVtapsVtap
- Capture
Filter stringId - The capture filter's Oracle ID (OCID).
- Compartment
Id string - The OCID of the compartment.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Encapsulation
Protocol string - Defines an encapsulation header type for the VTAP's mirrored traffic.
- Dictionary<string, object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The VTAP's Oracle ID (OCID).
- Is
Vtap boolEnabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- Lifecycle
State stringDetails - The VTAP's current running state.
- Max
Packet intSize - The maximum size of the packets to be included in the filter.
- Source
Id string - The OCID of the source point where packets are captured.
- Source
Private stringEndpoint Ip - The IP Address of the source private endpoint.
- Source
Private stringEndpoint Subnet Id - The OCID of the subnet that source private endpoint belongs to.
- Source
Type string - The source type for the VTAP.
- State string
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- Target
Id string - The OCID of the VTAP target.
- Target
Ip string - The IP address of the VTAP target.
- Target
Type string - The target type for the VTAP.
- Time
Created string - The date and time the VTAP was created, in the format defined by RFC3339. Example:
2020-08-25T21:10:29.600Z
- Traffic
Mode string - Used to control the priority of traffic. It is an optional field. If it not passed, the value is DEFAULT
- Vcn
Id string - The OCID of the VCN.
- Vxlan
Network stringIdentifier - The virtual extensible LAN (VXLAN) network identifier (or VXLAN segment ID) that uniquely identifies the VXLAN.
- Capture
Filter stringId - The capture filter's Oracle ID (OCID).
- Compartment
Id string - The OCID of the compartment.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Encapsulation
Protocol string - Defines an encapsulation header type for the VTAP's mirrored traffic.
- map[string]interface{}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The VTAP's Oracle ID (OCID).
- Is
Vtap boolEnabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- Lifecycle
State stringDetails - The VTAP's current running state.
- Max
Packet intSize - The maximum size of the packets to be included in the filter.
- Source
Id string - The OCID of the source point where packets are captured.
- Source
Private stringEndpoint Ip - The IP Address of the source private endpoint.
- Source
Private stringEndpoint Subnet Id - The OCID of the subnet that source private endpoint belongs to.
- Source
Type string - The source type for the VTAP.
- State string
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- Target
Id string - The OCID of the VTAP target.
- Target
Ip string - The IP address of the VTAP target.
- Target
Type string - The target type for the VTAP.
- Time
Created string - The date and time the VTAP was created, in the format defined by RFC3339. Example:
2020-08-25T21:10:29.600Z
- Traffic
Mode string - Used to control the priority of traffic. It is an optional field. If it not passed, the value is DEFAULT
- Vcn
Id string - The OCID of the VCN.
- Vxlan
Network stringIdentifier - The virtual extensible LAN (VXLAN) network identifier (or VXLAN segment ID) that uniquely identifies the VXLAN.
- capture
Filter StringId - The capture filter's Oracle ID (OCID).
- compartment
Id String - The OCID of the compartment.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to return only resources that match the given display name exactly.
- encapsulation
Protocol String - Defines an encapsulation header type for the VTAP's mirrored traffic.
- Map<String,Object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The VTAP's Oracle ID (OCID).
- is
Vtap BooleanEnabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- lifecycle
State StringDetails - The VTAP's current running state.
- max
Packet IntegerSize - The maximum size of the packets to be included in the filter.
- source
Id String - The OCID of the source point where packets are captured.
- source
Private StringEndpoint Ip - The IP Address of the source private endpoint.
- source
Private StringEndpoint Subnet Id - The OCID of the subnet that source private endpoint belongs to.
- source
Type String - The source type for the VTAP.
- state String
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- target
Id String - The OCID of the VTAP target.
- target
Ip String - The IP address of the VTAP target.
- target
Type String - The target type for the VTAP.
- time
Created String - The date and time the VTAP was created, in the format defined by RFC3339. Example:
2020-08-25T21:10:29.600Z
- traffic
Mode String - Used to control the priority of traffic. It is an optional field. If it not passed, the value is DEFAULT
- vcn
Id String - The OCID of the VCN.
- vxlan
Network StringIdentifier - The virtual extensible LAN (VXLAN) network identifier (or VXLAN segment ID) that uniquely identifies the VXLAN.
- capture
Filter stringId - The capture filter's Oracle ID (OCID).
- compartment
Id string - The OCID of the compartment.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A filter to return only resources that match the given display name exactly.
- encapsulation
Protocol string - Defines an encapsulation header type for the VTAP's mirrored traffic.
- {[key: string]: any}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The VTAP's Oracle ID (OCID).
- is
Vtap booleanEnabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- lifecycle
State stringDetails - The VTAP's current running state.
- max
Packet numberSize - The maximum size of the packets to be included in the filter.
- source
Id string - The OCID of the source point where packets are captured.
- source
Private stringEndpoint Ip - The IP Address of the source private endpoint.
- source
Private stringEndpoint Subnet Id - The OCID of the subnet that source private endpoint belongs to.
- source
Type string - The source type for the VTAP.
- state string
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- target
Id string - The OCID of the VTAP target.
- target
Ip string - The IP address of the VTAP target.
- target
Type string - The target type for the VTAP.
- time
Created string - The date and time the VTAP was created, in the format defined by RFC3339. Example:
2020-08-25T21:10:29.600Z
- traffic
Mode string - Used to control the priority of traffic. It is an optional field. If it not passed, the value is DEFAULT
- vcn
Id string - The OCID of the VCN.
- vxlan
Network stringIdentifier - The virtual extensible LAN (VXLAN) network identifier (or VXLAN segment ID) that uniquely identifies the VXLAN.
- capture_
filter_ strid - The capture filter's Oracle ID (OCID).
- compartment_
id str - The OCID of the compartment.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A filter to return only resources that match the given display name exactly.
- encapsulation_
protocol str - Defines an encapsulation header type for the VTAP's mirrored traffic.
- Mapping[str, Any]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The VTAP's Oracle ID (OCID).
- is_
vtap_ boolenabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- lifecycle_
state_ strdetails - The VTAP's current running state.
- max_
packet_ intsize - The maximum size of the packets to be included in the filter.
- source_
id str - The OCID of the source point where packets are captured.
- source_
private_ strendpoint_ ip - The IP Address of the source private endpoint.
- source_
private_ strendpoint_ subnet_ id - The OCID of the subnet that source private endpoint belongs to.
- source_
type str - The source type for the VTAP.
- state str
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- target_
id str - The OCID of the VTAP target.
- target_
ip str - The IP address of the VTAP target.
- target_
type str - The target type for the VTAP.
- time_
created str - The date and time the VTAP was created, in the format defined by RFC3339. Example:
2020-08-25T21:10:29.600Z
- traffic_
mode str - Used to control the priority of traffic. It is an optional field. If it not passed, the value is DEFAULT
- vcn_
id str - The OCID of the VCN.
- vxlan_
network_ stridentifier - The virtual extensible LAN (VXLAN) network identifier (or VXLAN segment ID) that uniquely identifies the VXLAN.
- capture
Filter StringId - The capture filter's Oracle ID (OCID).
- compartment
Id String - The OCID of the compartment.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to return only resources that match the given display name exactly.
- encapsulation
Protocol String - Defines an encapsulation header type for the VTAP's mirrored traffic.
- Map<Any>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The VTAP's Oracle ID (OCID).
- is
Vtap BooleanEnabled - Indicates whether to list all VTAPs or only running VTAPs.
- When
FALSE
, lists ALL running and stopped VTAPs. - When
TRUE
, lists only running VTAPs (VTAPs where isVtapEnabled =TRUE
).
- When
- lifecycle
State StringDetails - The VTAP's current running state.
- max
Packet NumberSize - The maximum size of the packets to be included in the filter.
- source
Id String - The OCID of the source point where packets are captured.
- source
Private StringEndpoint Ip - The IP Address of the source private endpoint.
- source
Private StringEndpoint Subnet Id - The OCID of the subnet that source private endpoint belongs to.
- source
Type String - The source type for the VTAP.
- state String
- A filter to return only resources that match the given VTAP administrative lifecycle state. The state value is case-insensitive.
- target
Id String - The OCID of the VTAP target.
- target
Ip String - The IP address of the VTAP target.
- target
Type String - The target type for the VTAP.
- time
Created String - The date and time the VTAP was created, in the format defined by RFC3339. Example:
2020-08-25T21:10:29.600Z
- traffic
Mode String - Used to control the priority of traffic. It is an optional field. If it not passed, the value is DEFAULT
- vcn
Id String - The OCID of the VCN.
- vxlan
Network StringIdentifier - The virtual extensible LAN (VXLAN) network identifier (or VXLAN segment ID) that uniquely identifies the VXLAN.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi