1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. ContainerEngine
  5. getVirtualNodePool
Oracle Cloud Infrastructure v1.34.0 published on Friday, May 3, 2024 by Pulumi

oci.ContainerEngine.getVirtualNodePool

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.34.0 published on Friday, May 3, 2024 by Pulumi

    This data source provides details about a specific Virtual Node Pool resource in Oracle Cloud Infrastructure Container Engine service.

    Get the details of a virtual node pool.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testVirtualNodePool = oci.ContainerEngine.getVirtualNodePool({
        virtualNodePoolId: testVirtualNodePoolOciContainerengineVirtualNodePool.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_virtual_node_pool = oci.ContainerEngine.get_virtual_node_pool(virtual_node_pool_id=test_virtual_node_pool_oci_containerengine_virtual_node_pool["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/ContainerEngine"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ContainerEngine.GetVirtualNodePool(ctx, &containerengine.GetVirtualNodePoolArgs{
    			VirtualNodePoolId: testVirtualNodePoolOciContainerengineVirtualNodePool.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 testVirtualNodePool = Oci.ContainerEngine.GetVirtualNodePool.Invoke(new()
        {
            VirtualNodePoolId = testVirtualNodePoolOciContainerengineVirtualNodePool.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.ContainerEngine.ContainerEngineFunctions;
    import com.pulumi.oci.ContainerEngine.inputs.GetVirtualNodePoolArgs;
    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 testVirtualNodePool = ContainerEngineFunctions.getVirtualNodePool(GetVirtualNodePoolArgs.builder()
                .virtualNodePoolId(testVirtualNodePoolOciContainerengineVirtualNodePool.id())
                .build());
    
        }
    }
    
    variables:
      testVirtualNodePool:
        fn::invoke:
          Function: oci:ContainerEngine:getVirtualNodePool
          Arguments:
            virtualNodePoolId: ${testVirtualNodePoolOciContainerengineVirtualNodePool.id}
    

    Using getVirtualNodePool

    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 getVirtualNodePool(args: GetVirtualNodePoolArgs, opts?: InvokeOptions): Promise<GetVirtualNodePoolResult>
    function getVirtualNodePoolOutput(args: GetVirtualNodePoolOutputArgs, opts?: InvokeOptions): Output<GetVirtualNodePoolResult>
    def get_virtual_node_pool(virtual_node_pool_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetVirtualNodePoolResult
    def get_virtual_node_pool_output(virtual_node_pool_id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetVirtualNodePoolResult]
    func GetVirtualNodePool(ctx *Context, args *GetVirtualNodePoolArgs, opts ...InvokeOption) (*GetVirtualNodePoolResult, error)
    func GetVirtualNodePoolOutput(ctx *Context, args *GetVirtualNodePoolOutputArgs, opts ...InvokeOption) GetVirtualNodePoolResultOutput

    > Note: This function is named GetVirtualNodePool in the Go SDK.

    public static class GetVirtualNodePool 
    {
        public static Task<GetVirtualNodePoolResult> InvokeAsync(GetVirtualNodePoolArgs args, InvokeOptions? opts = null)
        public static Output<GetVirtualNodePoolResult> Invoke(GetVirtualNodePoolInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualNodePoolResult> getVirtualNodePool(GetVirtualNodePoolArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:ContainerEngine/getVirtualNodePool:getVirtualNodePool
      arguments:
        # arguments dictionary

    The following arguments are supported:

    VirtualNodePoolId string
    The OCID of the virtual node pool.
    VirtualNodePoolId string
    The OCID of the virtual node pool.
    virtualNodePoolId String
    The OCID of the virtual node pool.
    virtualNodePoolId string
    The OCID of the virtual node pool.
    virtual_node_pool_id str
    The OCID of the virtual node pool.
    virtualNodePoolId String
    The OCID of the virtual node pool.

    getVirtualNodePool Result

    The following output properties are available:

    ClusterId string
    The cluster the virtual node pool is associated with. A virtual node pool can only be associated with one cluster.
    CompartmentId string
    Compartment of the virtual node pool.
    DefinedTags 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"}
    DisplayName string
    Display name of the virtual node pool. This is a non-unique value.
    FreeformTags 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 OCID of the virtual node pool.
    InitialVirtualNodeLabels List<GetVirtualNodePoolInitialVirtualNodeLabel>
    Initial labels that will be added to the Kubernetes Virtual Node object when it registers. This is the same as virtualNodePool resources.
    KubernetesVersion string
    The version of Kubernetes running on the nodes in the node pool.
    LifecycleDetails string
    Details about the state of the Virtual Node Pool.
    NsgIds List<string>
    List of network security group IDs applied to the Pod VNIC.
    PlacementConfigurations List<GetVirtualNodePoolPlacementConfiguration>
    The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
    PodConfigurations List<GetVirtualNodePoolPodConfiguration>
    The pod configuration for pods run on virtual nodes of this virtual node pool.
    Size int
    The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
    State string
    The state of the Virtual Node Pool.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    Taints List<GetVirtualNodePoolTaint>
    A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
    TimeCreated string
    The time the virtual node pool was created.
    TimeUpdated string
    The time the virtual node pool was updated.
    VirtualNodePoolId string
    VirtualNodeTags List<GetVirtualNodePoolVirtualNodeTag>
    The tags associated to the virtual nodes in this virtual node pool.
    ClusterId string
    The cluster the virtual node pool is associated with. A virtual node pool can only be associated with one cluster.
    CompartmentId string
    Compartment of the virtual node pool.
    DefinedTags 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"}
    DisplayName string
    Display name of the virtual node pool. This is a non-unique value.
    FreeformTags 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 OCID of the virtual node pool.
    InitialVirtualNodeLabels []GetVirtualNodePoolInitialVirtualNodeLabel
    Initial labels that will be added to the Kubernetes Virtual Node object when it registers. This is the same as virtualNodePool resources.
    KubernetesVersion string
    The version of Kubernetes running on the nodes in the node pool.
    LifecycleDetails string
    Details about the state of the Virtual Node Pool.
    NsgIds []string
    List of network security group IDs applied to the Pod VNIC.
    PlacementConfigurations []GetVirtualNodePoolPlacementConfiguration
    The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
    PodConfigurations []GetVirtualNodePoolPodConfiguration
    The pod configuration for pods run on virtual nodes of this virtual node pool.
    Size int
    The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
    State string
    The state of the Virtual Node Pool.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    Taints []GetVirtualNodePoolTaint
    A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
    TimeCreated string
    The time the virtual node pool was created.
    TimeUpdated string
    The time the virtual node pool was updated.
    VirtualNodePoolId string
    VirtualNodeTags []GetVirtualNodePoolVirtualNodeTag
    The tags associated to the virtual nodes in this virtual node pool.
    clusterId String
    The cluster the virtual node pool is associated with. A virtual node pool can only be associated with one cluster.
    compartmentId String
    Compartment of the virtual node pool.
    definedTags 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"}
    displayName String
    Display name of the virtual node pool. This is a non-unique value.
    freeformTags 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 OCID of the virtual node pool.
    initialVirtualNodeLabels List<GetVirtualNodePoolInitialVirtualNodeLabel>
    Initial labels that will be added to the Kubernetes Virtual Node object when it registers. This is the same as virtualNodePool resources.
    kubernetesVersion String
    The version of Kubernetes running on the nodes in the node pool.
    lifecycleDetails String
    Details about the state of the Virtual Node Pool.
    nsgIds List<String>
    List of network security group IDs applied to the Pod VNIC.
    placementConfigurations List<GetVirtualNodePoolPlacementConfiguration>
    The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
    podConfigurations List<GetVirtualNodePoolPodConfiguration>
    The pod configuration for pods run on virtual nodes of this virtual node pool.
    size Integer
    The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
    state String
    The state of the Virtual Node Pool.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    taints List<GetVirtualNodePoolTaint>
    A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
    timeCreated String
    The time the virtual node pool was created.
    timeUpdated String
    The time the virtual node pool was updated.
    virtualNodePoolId String
    virtualNodeTags List<GetVirtualNodePoolVirtualNodeTag>
    The tags associated to the virtual nodes in this virtual node pool.
    clusterId string
    The cluster the virtual node pool is associated with. A virtual node pool can only be associated with one cluster.
    compartmentId string
    Compartment of the virtual node pool.
    definedTags {[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"}
    displayName string
    Display name of the virtual node pool. This is a non-unique value.
    freeformTags {[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 OCID of the virtual node pool.
    initialVirtualNodeLabels GetVirtualNodePoolInitialVirtualNodeLabel[]
    Initial labels that will be added to the Kubernetes Virtual Node object when it registers. This is the same as virtualNodePool resources.
    kubernetesVersion string
    The version of Kubernetes running on the nodes in the node pool.
    lifecycleDetails string
    Details about the state of the Virtual Node Pool.
    nsgIds string[]
    List of network security group IDs applied to the Pod VNIC.
    placementConfigurations GetVirtualNodePoolPlacementConfiguration[]
    The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
    podConfigurations GetVirtualNodePoolPodConfiguration[]
    The pod configuration for pods run on virtual nodes of this virtual node pool.
    size number
    The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
    state string
    The state of the Virtual Node Pool.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    taints GetVirtualNodePoolTaint[]
    A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
    timeCreated string
    The time the virtual node pool was created.
    timeUpdated string
    The time the virtual node pool was updated.
    virtualNodePoolId string
    virtualNodeTags GetVirtualNodePoolVirtualNodeTag[]
    The tags associated to the virtual nodes in this virtual node pool.
    cluster_id str
    The cluster the virtual node pool is associated with. A virtual node pool can only be associated with one cluster.
    compartment_id str
    Compartment of the virtual node pool.
    defined_tags 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
    Display name of the virtual node pool. This is a non-unique value.
    freeform_tags 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 OCID of the virtual node pool.
    initial_virtual_node_labels Sequence[containerengine.GetVirtualNodePoolInitialVirtualNodeLabel]
    Initial labels that will be added to the Kubernetes Virtual Node object when it registers. This is the same as virtualNodePool resources.
    kubernetes_version str
    The version of Kubernetes running on the nodes in the node pool.
    lifecycle_details str
    Details about the state of the Virtual Node Pool.
    nsg_ids Sequence[str]
    List of network security group IDs applied to the Pod VNIC.
    placement_configurations Sequence[containerengine.GetVirtualNodePoolPlacementConfiguration]
    The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
    pod_configurations Sequence[containerengine.GetVirtualNodePoolPodConfiguration]
    The pod configuration for pods run on virtual nodes of this virtual node pool.
    size int
    The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
    state str
    The state of the Virtual Node Pool.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    taints Sequence[containerengine.GetVirtualNodePoolTaint]
    A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
    time_created str
    The time the virtual node pool was created.
    time_updated str
    The time the virtual node pool was updated.
    virtual_node_pool_id str
    virtual_node_tags Sequence[containerengine.GetVirtualNodePoolVirtualNodeTag]
    The tags associated to the virtual nodes in this virtual node pool.
    clusterId String
    The cluster the virtual node pool is associated with. A virtual node pool can only be associated with one cluster.
    compartmentId String
    Compartment of the virtual node pool.
    definedTags 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"}
    displayName String
    Display name of the virtual node pool. This is a non-unique value.
    freeformTags 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 OCID of the virtual node pool.
    initialVirtualNodeLabels List<Property Map>
    Initial labels that will be added to the Kubernetes Virtual Node object when it registers. This is the same as virtualNodePool resources.
    kubernetesVersion String
    The version of Kubernetes running on the nodes in the node pool.
    lifecycleDetails String
    Details about the state of the Virtual Node Pool.
    nsgIds List<String>
    List of network security group IDs applied to the Pod VNIC.
    placementConfigurations List<Property Map>
    The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
    podConfigurations List<Property Map>
    The pod configuration for pods run on virtual nodes of this virtual node pool.
    size Number
    The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
    state String
    The state of the Virtual Node Pool.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    taints List<Property Map>
    A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
    timeCreated String
    The time the virtual node pool was created.
    timeUpdated String
    The time the virtual node pool was updated.
    virtualNodePoolId String
    virtualNodeTags List<Property Map>
    The tags associated to the virtual nodes in this virtual node pool.

    Supporting Types

    GetVirtualNodePoolInitialVirtualNodeLabel

    Key string
    The key of the pair.
    Value string
    The value of the pair.
    Key string
    The key of the pair.
    Value string
    The value of the pair.
    key String
    The key of the pair.
    value String
    The value of the pair.
    key string
    The key of the pair.
    value string
    The value of the pair.
    key str
    The key of the pair.
    value str
    The value of the pair.
    key String
    The key of the pair.
    value String
    The value of the pair.

    GetVirtualNodePoolPlacementConfiguration

    AvailabilityDomain string
    The availability domain in which to place virtual nodes. Example: Uocm:PHX-AD-1
    FaultDomains List<string>
    The fault domain of this virtual node.
    SubnetId string
    The regional subnet where pods' VNIC will be placed.
    AvailabilityDomain string
    The availability domain in which to place virtual nodes. Example: Uocm:PHX-AD-1
    FaultDomains []string
    The fault domain of this virtual node.
    SubnetId string
    The regional subnet where pods' VNIC will be placed.
    availabilityDomain String
    The availability domain in which to place virtual nodes. Example: Uocm:PHX-AD-1
    faultDomains List<String>
    The fault domain of this virtual node.
    subnetId String
    The regional subnet where pods' VNIC will be placed.
    availabilityDomain string
    The availability domain in which to place virtual nodes. Example: Uocm:PHX-AD-1
    faultDomains string[]
    The fault domain of this virtual node.
    subnetId string
    The regional subnet where pods' VNIC will be placed.
    availability_domain str
    The availability domain in which to place virtual nodes. Example: Uocm:PHX-AD-1
    fault_domains Sequence[str]
    The fault domain of this virtual node.
    subnet_id str
    The regional subnet where pods' VNIC will be placed.
    availabilityDomain String
    The availability domain in which to place virtual nodes. Example: Uocm:PHX-AD-1
    faultDomains List<String>
    The fault domain of this virtual node.
    subnetId String
    The regional subnet where pods' VNIC will be placed.

    GetVirtualNodePoolPodConfiguration

    NsgIds List<string>
    List of network security group IDs applied to the Pod VNIC.
    Shape string
    Shape of the pods.
    SubnetId string
    The regional subnet where pods' VNIC will be placed.
    NsgIds []string
    List of network security group IDs applied to the Pod VNIC.
    Shape string
    Shape of the pods.
    SubnetId string
    The regional subnet where pods' VNIC will be placed.
    nsgIds List<String>
    List of network security group IDs applied to the Pod VNIC.
    shape String
    Shape of the pods.
    subnetId String
    The regional subnet where pods' VNIC will be placed.
    nsgIds string[]
    List of network security group IDs applied to the Pod VNIC.
    shape string
    Shape of the pods.
    subnetId string
    The regional subnet where pods' VNIC will be placed.
    nsg_ids Sequence[str]
    List of network security group IDs applied to the Pod VNIC.
    shape str
    Shape of the pods.
    subnet_id str
    The regional subnet where pods' VNIC will be placed.
    nsgIds List<String>
    List of network security group IDs applied to the Pod VNIC.
    shape String
    Shape of the pods.
    subnetId String
    The regional subnet where pods' VNIC will be placed.

    GetVirtualNodePoolTaint

    Effect string
    The effect of the pair.
    Key string
    The key of the pair.
    Value string
    The value of the pair.
    Effect string
    The effect of the pair.
    Key string
    The key of the pair.
    Value string
    The value of the pair.
    effect String
    The effect of the pair.
    key String
    The key of the pair.
    value String
    The value of the pair.
    effect string
    The effect of the pair.
    key string
    The key of the pair.
    value string
    The value of the pair.
    effect str
    The effect of the pair.
    key str
    The key of the pair.
    value str
    The value of the pair.
    effect String
    The effect of the pair.
    key String
    The key of the pair.
    value String
    The value of the pair.

    GetVirtualNodePoolVirtualNodeTag

    DefinedTags 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"}
    FreeformTags 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"}
    DefinedTags 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"}
    FreeformTags 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"}
    definedTags 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"}
    freeformTags 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"}
    definedTags {[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"}
    freeformTags {[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"}
    defined_tags 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"}
    freeform_tags 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"}
    definedTags 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"}
    freeformTags 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"}

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.34.0 published on Friday, May 3, 2024 by Pulumi