1. Packages
  2. Avi Provider
  3. API Docs
  4. Rmcloudopsproto
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.Rmcloudopsproto

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “Avi: avi.Rmcloudopsproto” sidebar_current: “docs-avi-resource-rmcloudopsproto” description: |- Creates and manages Avi RmCloudOpsProto.

    avi.Rmcloudopsproto

    The RmCloudOpsProto resource allows the creation and management of Avi RmCloudOpsProto

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    resources:
      foo:
        type: avi:Rmcloudopsproto
        properties:
          tenantRef: /api/tenant/?name=admin
    

    Create Rmcloudopsproto Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Rmcloudopsproto(name: string, args?: RmcloudopsprotoArgs, opts?: CustomResourceOptions);
    @overload
    def Rmcloudopsproto(resource_name: str,
                        args: Optional[RmcloudopsprotoArgs] = None,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def Rmcloudopsproto(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        last_queried_se_creation_limit: Optional[str] = None,
                        name: Optional[str] = None,
                        pending_se_creation_count: Optional[str] = None,
                        pending_vnic_op_count: Optional[str] = None,
                        rmcloudopsproto_id: Optional[str] = None,
                        uuid: Optional[str] = None)
    func NewRmcloudopsproto(ctx *Context, name string, args *RmcloudopsprotoArgs, opts ...ResourceOption) (*Rmcloudopsproto, error)
    public Rmcloudopsproto(string name, RmcloudopsprotoArgs? args = null, CustomResourceOptions? opts = null)
    public Rmcloudopsproto(String name, RmcloudopsprotoArgs args)
    public Rmcloudopsproto(String name, RmcloudopsprotoArgs args, CustomResourceOptions options)
    
    type: avi:Rmcloudopsproto
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args RmcloudopsprotoArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RmcloudopsprotoArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RmcloudopsprotoArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RmcloudopsprotoArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RmcloudopsprotoArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var rmcloudopsprotoResource = new Avi.Rmcloudopsproto("rmcloudopsprotoResource", new()
    {
        LastQueriedSeCreationLimit = "string",
        Name = "string",
        PendingSeCreationCount = "string",
        PendingVnicOpCount = "string",
        RmcloudopsprotoId = "string",
        Uuid = "string",
    });
    
    example, err := avi.NewRmcloudopsproto(ctx, "rmcloudopsprotoResource", &avi.RmcloudopsprotoArgs{
    	LastQueriedSeCreationLimit: pulumi.String("string"),
    	Name:                       pulumi.String("string"),
    	PendingSeCreationCount:     pulumi.String("string"),
    	PendingVnicOpCount:         pulumi.String("string"),
    	RmcloudopsprotoId:          pulumi.String("string"),
    	Uuid:                       pulumi.String("string"),
    })
    
    var rmcloudopsprotoResource = new Rmcloudopsproto("rmcloudopsprotoResource", RmcloudopsprotoArgs.builder()
        .lastQueriedSeCreationLimit("string")
        .name("string")
        .pendingSeCreationCount("string")
        .pendingVnicOpCount("string")
        .rmcloudopsprotoId("string")
        .uuid("string")
        .build());
    
    rmcloudopsproto_resource = avi.Rmcloudopsproto("rmcloudopsprotoResource",
        last_queried_se_creation_limit="string",
        name="string",
        pending_se_creation_count="string",
        pending_vnic_op_count="string",
        rmcloudopsproto_id="string",
        uuid="string")
    
    const rmcloudopsprotoResource = new avi.Rmcloudopsproto("rmcloudopsprotoResource", {
        lastQueriedSeCreationLimit: "string",
        name: "string",
        pendingSeCreationCount: "string",
        pendingVnicOpCount: "string",
        rmcloudopsprotoId: "string",
        uuid: "string",
    });
    
    type: avi:Rmcloudopsproto
    properties:
        lastQueriedSeCreationLimit: string
        name: string
        pendingSeCreationCount: string
        pendingVnicOpCount: string
        rmcloudopsprotoId: string
        uuid: string
    

    Rmcloudopsproto Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Rmcloudopsproto resource accepts the following input properties:

    LastQueriedSeCreationLimit string
    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.
    PendingSeCreationCount string
    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.
    PendingVnicOpCount string
    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.
    RmcloudopsprotoId string
    Uuid string
    Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LastQueriedSeCreationLimit string
    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.
    PendingSeCreationCount string
    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.
    PendingVnicOpCount string
    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.
    RmcloudopsprotoId string
    Uuid string
    Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastQueriedSeCreationLimit String
    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.
    pendingSeCreationCount String
    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.
    pendingVnicOpCount String
    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.
    rmcloudopsprotoId String
    uuid String
    Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastQueriedSeCreationLimit string
    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.
    pendingSeCreationCount string
    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.
    pendingVnicOpCount string
    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.
    rmcloudopsprotoId string
    uuid string
    Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    last_queried_se_creation_limit str
    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_creation_count str
    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_op_count str
    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.
    rmcloudopsproto_id str
    uuid str
    Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastQueriedSeCreationLimit String
    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.
    pendingSeCreationCount String
    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.
    pendingVnicOpCount String
    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.
    rmcloudopsprotoId String
    uuid String
    Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Rmcloudopsproto resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Rmcloudopsproto Resource

    Get an existing Rmcloudopsproto resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: RmcloudopsprotoState, opts?: CustomResourceOptions): Rmcloudopsproto
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            last_queried_se_creation_limit: Optional[str] = None,
            name: Optional[str] = None,
            pending_se_creation_count: Optional[str] = None,
            pending_vnic_op_count: Optional[str] = None,
            rmcloudopsproto_id: Optional[str] = None,
            uuid: Optional[str] = None) -> Rmcloudopsproto
    func GetRmcloudopsproto(ctx *Context, name string, id IDInput, state *RmcloudopsprotoState, opts ...ResourceOption) (*Rmcloudopsproto, error)
    public static Rmcloudopsproto Get(string name, Input<string> id, RmcloudopsprotoState? state, CustomResourceOptions? opts = null)
    public static Rmcloudopsproto get(String name, Output<String> id, RmcloudopsprotoState state, CustomResourceOptions options)
    resources:  _:    type: avi:Rmcloudopsproto    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    LastQueriedSeCreationLimit string
    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.
    PendingSeCreationCount string
    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.
    PendingVnicOpCount string
    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.
    RmcloudopsprotoId string
    Uuid string
    Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LastQueriedSeCreationLimit string
    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.
    PendingSeCreationCount string
    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.
    PendingVnicOpCount string
    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.
    RmcloudopsprotoId string
    Uuid string
    Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastQueriedSeCreationLimit String
    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.
    pendingSeCreationCount String
    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.
    pendingVnicOpCount String
    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.
    rmcloudopsprotoId String
    uuid String
    Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastQueriedSeCreationLimit string
    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.
    pendingSeCreationCount string
    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.
    pendingVnicOpCount string
    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.
    rmcloudopsprotoId string
    uuid string
    Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    last_queried_se_creation_limit str
    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_creation_count str
    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_op_count str
    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.
    rmcloudopsproto_id str
    uuid str
    Cloud uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastQueriedSeCreationLimit String
    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.
    pendingSeCreationCount String
    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.
    pendingVnicOpCount String
    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.
    rmcloudopsprotoId String
    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 avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware