Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Core.getVlan
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides details about a specific Vlan resource in Oracle Cloud Infrastructure Core service.
Gets the specified VLAN’s information.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testVlan = oci.Core.getVlan({
vlanId: testVlanOciCoreVlan.id,
});
import pulumi
import pulumi_oci as oci
test_vlan = oci.Core.get_vlan(vlan_id=test_vlan_oci_core_vlan["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.GetVlan(ctx, &core.GetVlanArgs{
VlanId: testVlanOciCoreVlan.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 testVlan = Oci.Core.GetVlan.Invoke(new()
{
VlanId = testVlanOciCoreVlan.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.GetVlanArgs;
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 testVlan = CoreFunctions.getVlan(GetVlanArgs.builder()
.vlanId(testVlanOciCoreVlan.id())
.build());
}
}
variables:
testVlan:
fn::invoke:
Function: oci:Core:getVlan
Arguments:
vlanId: ${testVlanOciCoreVlan.id}
Using getVlan
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 getVlan(args: GetVlanArgs, opts?: InvokeOptions): Promise<GetVlanResult>
function getVlanOutput(args: GetVlanOutputArgs, opts?: InvokeOptions): Output<GetVlanResult>
def get_vlan(vlan_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVlanResult
def get_vlan_output(vlan_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVlanResult]
func GetVlan(ctx *Context, args *GetVlanArgs, opts ...InvokeOption) (*GetVlanResult, error)
func GetVlanOutput(ctx *Context, args *GetVlanOutputArgs, opts ...InvokeOption) GetVlanResultOutput
> Note: This function is named GetVlan
in the Go SDK.
public static class GetVlan
{
public static Task<GetVlanResult> InvokeAsync(GetVlanArgs args, InvokeOptions? opts = null)
public static Output<GetVlanResult> Invoke(GetVlanInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVlanResult> getVlan(GetVlanArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Core/getVlan:getVlan
arguments:
# arguments dictionary
The following arguments are supported:
getVlan Result
The following output properties are available:
- 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 containing the VLAN.
- 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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 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
- The VLAN's current state.
- 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 the VLAN is in.
- Vlan
Id string - 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 containing the VLAN.
- 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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 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
- The VLAN's current state.
- 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 the VLAN is in.
- Vlan
Id string - 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 containing the VLAN.
- 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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 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
- The VLAN's current state.
- 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 the VLAN is in.
- vlan
Id String - 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 containing the VLAN.
- {[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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[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 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
- The VLAN's current state.
- 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 the VLAN is in.
- vlan
Id string - 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 containing the VLAN.
- 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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 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
- The VLAN's current state.
- 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 the VLAN is in.
- vlan_
id str - 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 containing the VLAN.
- 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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 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
- The VLAN's current state.
- 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 the VLAN is in.
- vlan
Id String - 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.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi