Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI:<span pulumi-lang-nodejs=” avi.Rmcloudopsproto"" pulumi-lang-dotnet=" avi.Rmcloudopsproto"" pulumi-lang-go=" Rmcloudopsproto"" pulumi-lang-python=" Rmcloudopsproto"" pulumi-lang-yaml=" avi.Rmcloudopsproto"" pulumi-lang-java=" avi.Rmcloudopsproto""> avi.Rmcloudopsproto" sidebar_current: “docs-avi-datasource-rmcloudopsproto” description: |- Get information of Avi RmCloudOpsProto.
# avi.Rmcloudopsproto This data source is used to to get avi.Rmcloudopsproto objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooRmcloudopsproto = avi.getRmcloudopsproto({
uuid: "rmcloudopsproto-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name: "foo",
});
import pulumi
import pulumi_avi as avi
foo_rmcloudopsproto = avi.get_rmcloudopsproto(uuid="rmcloudopsproto-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name="foo")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupRmcloudopsproto(ctx, &avi.LookupRmcloudopsprotoArgs{
Uuid: pulumi.StringRef("rmcloudopsproto-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
Name: pulumi.StringRef("foo"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooRmcloudopsproto = Avi.GetRmcloudopsproto.Invoke(new()
{
Uuid = "rmcloudopsproto-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
Name = "foo",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetRmcloudopsprotoArgs;
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 fooRmcloudopsproto = AviFunctions.getRmcloudopsproto(GetRmcloudopsprotoArgs.builder()
.uuid("rmcloudopsproto-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.name("foo")
.build());
}
}
variables:
fooRmcloudopsproto:
fn::invoke:
function: avi:getRmcloudopsproto
arguments:
uuid: rmcloudopsproto-f9cf6b3e-a411-436f-95e2-2982ba2b217b
name: foo
Using getRmcloudopsproto
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 getRmcloudopsproto(args: GetRmcloudopsprotoArgs, opts?: InvokeOptions): Promise<GetRmcloudopsprotoResult>
function getRmcloudopsprotoOutput(args: GetRmcloudopsprotoOutputArgs, opts?: InvokeOptions): Output<GetRmcloudopsprotoResult>def get_rmcloudopsproto(id: Optional[str] = None,
name: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRmcloudopsprotoResult
def get_rmcloudopsproto_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRmcloudopsprotoResult]func LookupRmcloudopsproto(ctx *Context, args *LookupRmcloudopsprotoArgs, opts ...InvokeOption) (*LookupRmcloudopsprotoResult, error)
func LookupRmcloudopsprotoOutput(ctx *Context, args *LookupRmcloudopsprotoOutputArgs, opts ...InvokeOption) LookupRmcloudopsprotoResultOutput> Note: This function is named LookupRmcloudopsproto in the Go SDK.
public static class GetRmcloudopsproto
{
public static Task<GetRmcloudopsprotoResult> InvokeAsync(GetRmcloudopsprotoArgs args, InvokeOptions? opts = null)
public static Output<GetRmcloudopsprotoResult> Invoke(GetRmcloudopsprotoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRmcloudopsprotoResult> getRmcloudopsproto(GetRmcloudopsprotoArgs args, InvokeOptions options)
public static Output<GetRmcloudopsprotoResult> getRmcloudopsproto(GetRmcloudopsprotoArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getRmcloudopsproto:getRmcloudopsproto
arguments:
# arguments dictionaryThe following arguments are supported:
getRmcloudopsproto Result
The following output properties are available:
- Id string
- Last
Queried stringSe Creation Limit - The most recent value of concurrent se creation limit from cloudconnectorstatus. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Cloud name. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Pending
Se stringCreation Count - Number of se creations in progress. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Pending
Vnic stringOp Count - Number of vnic operations in progress (both add and delete). Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Create stringLimit Reached - Se creation limit reached. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Last
Queried stringSe Creation Limit - The most recent value of concurrent se creation limit from cloudconnectorstatus. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Cloud name. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Pending
Se stringCreation Count - Number of se creations in progress. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Pending
Vnic stringOp Count - Number of vnic operations in progress (both add and delete). Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Create stringLimit Reached - Se creation limit reached. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- last
Queried StringSe Creation Limit - The most recent value of concurrent se creation limit from cloudconnectorstatus. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Cloud name. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pending
Se StringCreation Count - Number of se creations in progress. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pending
Vnic StringOp Count - Number of vnic operations in progress (both add and delete). Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Create StringLimit Reached - Se creation limit reached. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id string
- last
Queried stringSe Creation Limit - The most recent value of concurrent se creation limit from cloudconnectorstatus. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- Cloud name. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pending
Se stringCreation Count - Number of se creations in progress. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pending
Vnic stringOp Count - Number of vnic operations in progress (both add and delete). Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Create stringLimit Reached - Se creation limit reached. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid string
- Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id str
- last_
queried_ strse_ creation_ limit - The most recent value of concurrent se creation limit from cloudconnectorstatus. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- Cloud name. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pending_
se_ strcreation_ count - Number of se creations in progress. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pending_
vnic_ strop_ count - Number of vnic operations in progress (both add and delete). Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se_
create_ strlimit_ reached - Se creation limit reached. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid str
- Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- last
Queried StringSe Creation Limit - The most recent value of concurrent se creation limit from cloudconnectorstatus. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Cloud name. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pending
Se StringCreation Count - Number of se creations in progress. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pending
Vnic StringOp Count - Number of vnic operations in progress (both add and delete). Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Create StringLimit Reached - Se creation limit reached. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
aviTerraform Provider.
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
