1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. ContainerEngine
  5. getMigrateToNativeVcnStatus
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

oci.ContainerEngine.getMigrateToNativeVcnStatus

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

    Using getMigrateToNativeVcnStatus

    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 getMigrateToNativeVcnStatus(args: GetMigrateToNativeVcnStatusArgs, opts?: InvokeOptions): Promise<GetMigrateToNativeVcnStatusResult>
    function getMigrateToNativeVcnStatusOutput(args: GetMigrateToNativeVcnStatusOutputArgs, opts?: InvokeOptions): Output<GetMigrateToNativeVcnStatusResult>
    def get_migrate_to_native_vcn_status(cluster_id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetMigrateToNativeVcnStatusResult
    def get_migrate_to_native_vcn_status_output(cluster_id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetMigrateToNativeVcnStatusResult]
    func GetMigrateToNativeVcnStatus(ctx *Context, args *GetMigrateToNativeVcnStatusArgs, opts ...InvokeOption) (*GetMigrateToNativeVcnStatusResult, error)
    func GetMigrateToNativeVcnStatusOutput(ctx *Context, args *GetMigrateToNativeVcnStatusOutputArgs, opts ...InvokeOption) GetMigrateToNativeVcnStatusResultOutput

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

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

    The following arguments are supported:

    ClusterId string
    ClusterId string
    clusterId String
    clusterId string
    clusterId String

    getMigrateToNativeVcnStatus Result

    The following output properties are available:

    ClusterId string
    Id string
    The provider-assigned unique ID for this managed resource.
    State string
    TimeDecommissionScheduled string
    ClusterId string
    Id string
    The provider-assigned unique ID for this managed resource.
    State string
    TimeDecommissionScheduled string
    clusterId String
    id String
    The provider-assigned unique ID for this managed resource.
    state String
    timeDecommissionScheduled String
    clusterId string
    id string
    The provider-assigned unique ID for this managed resource.
    state string
    timeDecommissionScheduled string
    cluster_id str
    id str
    The provider-assigned unique ID for this managed resource.
    state str
    time_decommission_scheduled str
    clusterId String
    id String
    The provider-assigned unique ID for this managed resource.
    state String
    timeDecommissionScheduled String

    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.27.0 published on Friday, Mar 15, 2024 by Pulumi