vcd.RdeInterface
Explore with Pulumi AI
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.
- Rde
Interface stringId
- 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.
- Rde
Interface stringId
- 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.
- rde
Interface StringId
- 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.
- rde
Interface stringId
- 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_ strid
- 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.
- rde
Interface StringId
Outputs
All input properties are implicitly available as output properties. Additionally, the RdeInterface resource produces the following output properties:
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.
- 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.
- Rde
Interface stringId - 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.
- Rde
Interface stringId - 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.
- rde
Interface StringId - 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.
- rde
Interface stringId - 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_ strid - 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.
- rde
Interface StringId - 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.