1. Packages
  2. Vcd Provider
  3. API Docs
  4. RdeInterface
vcd 3.14.1 published on Monday, Apr 14, 2025 by vmware

vcd.RdeInterface

Explore with Pulumi AI

vcd logo
vcd 3.14.1 published on Monday, Apr 14, 2025 by vmware

    Create RdeInterface Resource

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

    Constructor syntax

    new RdeInterface(name: string, args: RdeInterfaceArgs, opts?: CustomResourceOptions);
    @overload
    def RdeInterface(resource_name: str,
                     args: RdeInterfaceArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def RdeInterface(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     nss: Optional[str] = None,
                     vendor: Optional[str] = None,
                     version: Optional[str] = None,
                     name: Optional[str] = None,
                     rde_interface_id: Optional[str] = None)
    func NewRdeInterface(ctx *Context, name string, args RdeInterfaceArgs, opts ...ResourceOption) (*RdeInterface, error)
    public RdeInterface(string name, RdeInterfaceArgs args, CustomResourceOptions? opts = null)
    public RdeInterface(String name, RdeInterfaceArgs args)
    public RdeInterface(String name, RdeInterfaceArgs args, CustomResourceOptions options)
    
    type: vcd:RdeInterface
    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 RdeInterfaceArgs
    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 RdeInterfaceArgs
    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 RdeInterfaceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RdeInterfaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RdeInterfaceArgs
    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 rdeInterfaceResource = new Vcd.RdeInterface("rdeInterfaceResource", new()
    {
        Nss = "string",
        Vendor = "string",
        Version = "string",
        Name = "string",
        RdeInterfaceId = "string",
    });
    
    example, err := vcd.NewRdeInterface(ctx, "rdeInterfaceResource", &vcd.RdeInterfaceArgs{
    	Nss:            pulumi.String("string"),
    	Vendor:         pulumi.String("string"),
    	Version:        pulumi.String("string"),
    	Name:           pulumi.String("string"),
    	RdeInterfaceId: pulumi.String("string"),
    })
    
    var rdeInterfaceResource = new RdeInterface("rdeInterfaceResource", RdeInterfaceArgs.builder()
        .nss("string")
        .vendor("string")
        .version("string")
        .name("string")
        .rdeInterfaceId("string")
        .build());
    
    rde_interface_resource = vcd.RdeInterface("rdeInterfaceResource",
        nss="string",
        vendor="string",
        version="string",
        name="string",
        rde_interface_id="string")
    
    const rdeInterfaceResource = new vcd.RdeInterface("rdeInterfaceResource", {
        nss: "string",
        vendor: "string",
        version: "string",
        name: "string",
        rdeInterfaceId: "string",
    });
    
    type: vcd:RdeInterface
    properties:
        name: string
        nss: string
        rdeInterfaceId: string
        vendor: string
        version: string
    

    RdeInterface 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 RdeInterface resource accepts the following input properties:

    Nss string
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    Vendor string
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    Version string
    The version of the RDE Interface. Must follow semantic versioning syntax.
    Name string
    The name of the RDE Interface.
    RdeInterfaceId string
    Nss string
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    Vendor string
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    Version string
    The version of the RDE Interface. Must follow semantic versioning syntax.
    Name string
    The name of the RDE Interface.
    RdeInterfaceId string
    nss String
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    vendor String
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    version String
    The version of the RDE Interface. Must follow semantic versioning syntax.
    name String
    The name of the RDE Interface.
    rdeInterfaceId String
    nss string
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    vendor string
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    version string
    The version of the RDE Interface. Must follow semantic versioning syntax.
    name string
    The name of the RDE Interface.
    rdeInterfaceId string
    nss str
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    vendor str
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    version str
    The version of the RDE Interface. Must follow semantic versioning syntax.
    name str
    The name of the RDE Interface.
    rde_interface_id str
    nss String
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    vendor String
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    version String
    The version of the RDE Interface. Must follow semantic versioning syntax.
    name String
    The name of the RDE Interface.
    rdeInterfaceId String

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Readonly bool
    Specifies if the RDE Interface can be only read.
    Id string
    The provider-assigned unique ID for this managed resource.
    Readonly bool
    Specifies if the RDE Interface can be only read.
    id String
    The provider-assigned unique ID for this managed resource.
    readonly Boolean
    Specifies if the RDE Interface can be only read.
    id string
    The provider-assigned unique ID for this managed resource.
    readonly boolean
    Specifies if the RDE Interface can be only read.
    id str
    The provider-assigned unique ID for this managed resource.
    readonly bool
    Specifies if the RDE Interface can be only read.
    id String
    The provider-assigned unique ID for this managed resource.
    readonly Boolean
    Specifies if the RDE Interface can be only read.

    Look up Existing RdeInterface Resource

    Get an existing RdeInterface 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?: RdeInterfaceState, opts?: CustomResourceOptions): RdeInterface
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            name: Optional[str] = None,
            nss: Optional[str] = None,
            rde_interface_id: Optional[str] = None,
            readonly: Optional[bool] = None,
            vendor: Optional[str] = None,
            version: Optional[str] = None) -> RdeInterface
    func GetRdeInterface(ctx *Context, name string, id IDInput, state *RdeInterfaceState, opts ...ResourceOption) (*RdeInterface, error)
    public static RdeInterface Get(string name, Input<string> id, RdeInterfaceState? state, CustomResourceOptions? opts = null)
    public static RdeInterface get(String name, Output<String> id, RdeInterfaceState state, CustomResourceOptions options)
    resources:  _:    type: vcd:RdeInterface    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:
    Name string
    The name of the RDE Interface.
    Nss string
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    RdeInterfaceId string
    Readonly bool
    Specifies if the RDE Interface can be only read.
    Vendor string
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    Version string
    The version of the RDE Interface. Must follow semantic versioning syntax.
    Name string
    The name of the RDE Interface.
    Nss string
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    RdeInterfaceId string
    Readonly bool
    Specifies if the RDE Interface can be only read.
    Vendor string
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    Version string
    The version of the RDE Interface. Must follow semantic versioning syntax.
    name String
    The name of the RDE Interface.
    nss String
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    rdeInterfaceId String
    readonly Boolean
    Specifies if the RDE Interface can be only read.
    vendor String
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    version String
    The version of the RDE Interface. Must follow semantic versioning syntax.
    name string
    The name of the RDE Interface.
    nss string
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    rdeInterfaceId string
    readonly boolean
    Specifies if the RDE Interface can be only read.
    vendor string
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    version string
    The version of the RDE Interface. Must follow semantic versioning syntax.
    name str
    The name of the RDE Interface.
    nss str
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    rde_interface_id str
    readonly bool
    Specifies if the RDE Interface can be only read.
    vendor str
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    version str
    The version of the RDE Interface. Must follow semantic versioning syntax.
    name String
    The name of the RDE Interface.
    nss String
    A unique namespace associated with the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    rdeInterfaceId String
    readonly Boolean
    Specifies if the RDE Interface can be only read.
    vendor String
    The vendor of the RDE Interface. Only alphanumeric characters, underscores and hyphens allowed.
    version String
    The version of the RDE Interface. Must follow semantic versioning syntax.

    Package Details

    Repository
    vcd vmware/terraform-provider-vcd
    License
    Notes
    This Pulumi package is based on the vcd Terraform Provider.
    vcd logo
    vcd 3.14.1 published on Monday, Apr 14, 2025 by vmware