Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Core.getVlans
Explore with Pulumi AI
This data source provides the list of Vlans in Oracle Cloud Infrastructure Core service.
Lists the VLANs in the specified VCN and the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testVlans = oci.Core.getVlans({
compartmentId: compartmentId,
displayName: vlanDisplayName,
state: vlanState,
vcnId: testVcn.id,
});
import pulumi
import pulumi_oci as oci
test_vlans = oci.Core.get_vlans(compartment_id=compartment_id,
display_name=vlan_display_name,
state=vlan_state,
vcn_id=test_vcn["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Core.GetVlans(ctx, &core.GetVlansArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(vlanDisplayName),
State: pulumi.StringRef(vlanState),
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 testVlans = Oci.Core.GetVlans.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = vlanDisplayName,
State = vlanState,
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.GetVlansArgs;
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 testVlans = CoreFunctions.getVlans(GetVlansArgs.builder()
.compartmentId(compartmentId)
.displayName(vlanDisplayName)
.state(vlanState)
.vcnId(testVcn.id())
.build());
}
}
variables:
testVlans:
fn::invoke:
Function: oci:Core:getVlans
Arguments:
compartmentId: ${compartmentId}
displayName: ${vlanDisplayName}
state: ${vlanState}
vcnId: ${testVcn.id}
Using getVlans
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 getVlans(args: GetVlansArgs, opts?: InvokeOptions): Promise<GetVlansResult>
function getVlansOutput(args: GetVlansOutputArgs, opts?: InvokeOptions): Output<GetVlansResult>
def get_vlans(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_core.GetVlansFilter]] = None,
state: Optional[str] = None,
vcn_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVlansResult
def get_vlans_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetVlansFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
vcn_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVlansResult]
func GetVlans(ctx *Context, args *GetVlansArgs, opts ...InvokeOption) (*GetVlansResult, error)
func GetVlansOutput(ctx *Context, args *GetVlansOutputArgs, opts ...InvokeOption) GetVlansResultOutput
> Note: This function is named GetVlans
in the Go SDK.
public static class GetVlans
{
public static Task<GetVlansResult> InvokeAsync(GetVlansArgs args, InvokeOptions? opts = null)
public static Output<GetVlansResult> Invoke(GetVlansInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVlansResult> getVlans(GetVlansArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Core/getVlans:getVlans
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
Vlans Filter> - State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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
Vlans Filter - State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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
Vlans Filter> - state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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
Vlans Filter[] - state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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 Vlans Filter] - state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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>
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- vcn
Id String - The OCID of the VCN.
getVlans Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment containing the VLAN.
- Id string
- The provider-assigned unique ID for this managed resource.
- Vlans
List<Get
Vlans Vlan> - The list of vlans.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Vlans Filter> - State string
- The VLAN's current state.
- Vcn
Id string - The OCID of the VCN the VLAN is in.
- Compartment
Id string - The OCID of the compartment containing the VLAN.
- Id string
- The provider-assigned unique ID for this managed resource.
- Vlans
[]Get
Vlans Vlan - The list of vlans.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Vlans Filter - State string
- The VLAN's current state.
- Vcn
Id string - The OCID of the VCN the VLAN is in.
- compartment
Id String - The OCID of the compartment containing the VLAN.
- id String
- The provider-assigned unique ID for this managed resource.
- vlans
List<Get
Vlans Vlan> - The list of vlans.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Vlans Filter> - state String
- The VLAN's current state.
- vcn
Id String - The OCID of the VCN the VLAN is in.
- compartment
Id string - The OCID of the compartment containing the VLAN.
- id string
- The provider-assigned unique ID for this managed resource.
- vlans
Get
Vlans Vlan[] - The list of vlans.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Vlans Filter[] - state string
- The VLAN's current state.
- vcn
Id string - The OCID of the VCN the VLAN is in.
- compartment_
id str - The OCID of the compartment containing the VLAN.
- id str
- The provider-assigned unique ID for this managed resource.
- vlans
Sequence[core.
Get Vlans Vlan] - The list of vlans.
- 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 Vlans Filter] - state str
- The VLAN's current state.
- vcn_
id str - The OCID of the VCN the VLAN is in.
- compartment
Id String - The OCID of the compartment containing the VLAN.
- id String
- The provider-assigned unique ID for this managed resource.
- vlans List<Property Map>
- The list of vlans.
- 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 VLAN's current state.
- vcn
Id String - The OCID of the VCN the VLAN is in.
Supporting Types
GetVlansFilter
GetVlansVlan
- Availability
Domain string - The VLAN's availability domain. This attribute will be null if this is a regional VLAN rather than an AD-specific VLAN. Example:
Uocm:PHX-AD-1
- Cidr
Block string - The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. Example:
192.168.1.0/24
- 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. 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.
- Dictionary<string, string>
- 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 VLAN's Oracle ID (OCID).
- Nsg
Ids List<string> - A list of the OCIDs of the network security groups (NSGs) to use with this VLAN. All VNICs in the VLAN belong to these NSGs. For more information about NSGs, see NetworkSecurityGroup.
- Route
Table stringId - The OCID of the route table that the VLAN uses.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Time
Created string - The date and time the VLAN was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Vcn
Id string - The OCID of the VCN.
- Vlan
Tag int - The IEEE 802.1Q VLAN tag of this VLAN. Example:
100
- Availability
Domain string - The VLAN's availability domain. This attribute will be null if this is a regional VLAN rather than an AD-specific VLAN. Example:
Uocm:PHX-AD-1
- Cidr
Block string - The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. Example:
192.168.1.0/24
- 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. 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.
- map[string]string
- 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 VLAN's Oracle ID (OCID).
- Nsg
Ids []string - A list of the OCIDs of the network security groups (NSGs) to use with this VLAN. All VNICs in the VLAN belong to these NSGs. For more information about NSGs, see NetworkSecurityGroup.
- Route
Table stringId - The OCID of the route table that the VLAN uses.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Time
Created string - The date and time the VLAN was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Vcn
Id string - The OCID of the VCN.
- Vlan
Tag int - The IEEE 802.1Q VLAN tag of this VLAN. Example:
100
- availability
Domain String - The VLAN's availability domain. This attribute will be null if this is a regional VLAN rather than an AD-specific VLAN. Example:
Uocm:PHX-AD-1
- cidr
Block String - The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. Example:
192.168.1.0/24
- 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. 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.
- Map<String,String>
- 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 VLAN's Oracle ID (OCID).
- nsg
Ids List<String> - A list of the OCIDs of the network security groups (NSGs) to use with this VLAN. All VNICs in the VLAN belong to these NSGs. For more information about NSGs, see NetworkSecurityGroup.
- route
Table StringId - The OCID of the route table that the VLAN uses.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created String - The date and time the VLAN was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- vcn
Id String - The OCID of the VCN.
- vlan
Tag Integer - The IEEE 802.1Q VLAN tag of this VLAN. Example:
100
- availability
Domain string - The VLAN's availability domain. This attribute will be null if this is a regional VLAN rather than an AD-specific VLAN. Example:
Uocm:PHX-AD-1
- cidr
Block string - The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. Example:
192.168.1.0/24
- 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. 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.
- {[key: string]: string}
- 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 VLAN's Oracle ID (OCID).
- nsg
Ids string[] - A list of the OCIDs of the network security groups (NSGs) to use with this VLAN. All VNICs in the VLAN belong to these NSGs. For more information about NSGs, see NetworkSecurityGroup.
- route
Table stringId - The OCID of the route table that the VLAN uses.
- state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created string - The date and time the VLAN was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- vcn
Id string - The OCID of the VCN.
- vlan
Tag number - The IEEE 802.1Q VLAN tag of this VLAN. Example:
100
- availability_
domain str - The VLAN's availability domain. This attribute will be null if this is a regional VLAN rather than an AD-specific VLAN. Example:
Uocm:PHX-AD-1
- cidr_
block str - The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. Example:
192.168.1.0/24
- 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. 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.
- Mapping[str, str]
- 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 VLAN's Oracle ID (OCID).
- nsg_
ids Sequence[str] - A list of the OCIDs of the network security groups (NSGs) to use with this VLAN. All VNICs in the VLAN belong to these NSGs. For more information about NSGs, see NetworkSecurityGroup.
- route_
table_ strid - The OCID of the route table that the VLAN uses.
- state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time_
created str - The date and time the VLAN was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- vcn_
id str - The OCID of the VCN.
- vlan_
tag int - The IEEE 802.1Q VLAN tag of this VLAN. Example:
100
- availability
Domain String - The VLAN's availability domain. This attribute will be null if this is a regional VLAN rather than an AD-specific VLAN. Example:
Uocm:PHX-AD-1
- cidr
Block String - The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. Example:
192.168.1.0/24
- compartment
Id String - The OCID of the compartment.
- Map<String>
- 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.
- Map<String>
- 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 VLAN's Oracle ID (OCID).
- nsg
Ids List<String> - A list of the OCIDs of the network security groups (NSGs) to use with this VLAN. All VNICs in the VLAN belong to these NSGs. For more information about NSGs, see NetworkSecurityGroup.
- route
Table StringId - The OCID of the route table that the VLAN uses.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created String - The date and time the VLAN was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- vcn
Id String - The OCID of the VCN.
- vlan
Tag Number - The IEEE 802.1Q VLAN tag of this VLAN. Example:
100
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.