avi.Rmcloudopsproto
Explore with Pulumi AI
<!–
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:
- 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.
- Rmcloudopsproto
Id 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 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.
- Rmcloudopsproto
Id 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 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.
- rmcloudopsproto
Id 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 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.
- rmcloudopsproto
Id 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_ 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.
- 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.
- 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.
- rmcloudopsproto
Id 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.
- 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.
- Rmcloudopsproto
Id 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 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.
- Rmcloudopsproto
Id 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 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.
- rmcloudopsproto
Id 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 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.
- rmcloudopsproto
Id 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_ 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.
- 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.
- 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.
- rmcloudopsproto
Id 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.