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

vcd.IpSpaceUplink

Explore with Pulumi AI

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

    Create IpSpaceUplink Resource

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

    Constructor syntax

    new IpSpaceUplink(name: string, args: IpSpaceUplinkArgs, opts?: CustomResourceOptions);
    @overload
    def IpSpaceUplink(resource_name: str,
                      args: IpSpaceUplinkArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def IpSpaceUplink(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      external_network_id: Optional[str] = None,
                      ip_space_id: Optional[str] = None,
                      associated_interface_ids: Optional[Sequence[str]] = None,
                      description: Optional[str] = None,
                      ip_space_uplink_id: Optional[str] = None,
                      name: Optional[str] = None)
    func NewIpSpaceUplink(ctx *Context, name string, args IpSpaceUplinkArgs, opts ...ResourceOption) (*IpSpaceUplink, error)
    public IpSpaceUplink(string name, IpSpaceUplinkArgs args, CustomResourceOptions? opts = null)
    public IpSpaceUplink(String name, IpSpaceUplinkArgs args)
    public IpSpaceUplink(String name, IpSpaceUplinkArgs args, CustomResourceOptions options)
    
    type: vcd:IpSpaceUplink
    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 IpSpaceUplinkArgs
    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 IpSpaceUplinkArgs
    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 IpSpaceUplinkArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IpSpaceUplinkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IpSpaceUplinkArgs
    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 ipSpaceUplinkResource = new Vcd.IpSpaceUplink("ipSpaceUplinkResource", new()
    {
        ExternalNetworkId = "string",
        IpSpaceId = "string",
        AssociatedInterfaceIds = new[]
        {
            "string",
        },
        Description = "string",
        IpSpaceUplinkId = "string",
        Name = "string",
    });
    
    example, err := vcd.NewIpSpaceUplink(ctx, "ipSpaceUplinkResource", &vcd.IpSpaceUplinkArgs{
    	ExternalNetworkId: pulumi.String("string"),
    	IpSpaceId:         pulumi.String("string"),
    	AssociatedInterfaceIds: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Description:     pulumi.String("string"),
    	IpSpaceUplinkId: pulumi.String("string"),
    	Name:            pulumi.String("string"),
    })
    
    var ipSpaceUplinkResource = new IpSpaceUplink("ipSpaceUplinkResource", IpSpaceUplinkArgs.builder()
        .externalNetworkId("string")
        .ipSpaceId("string")
        .associatedInterfaceIds("string")
        .description("string")
        .ipSpaceUplinkId("string")
        .name("string")
        .build());
    
    ip_space_uplink_resource = vcd.IpSpaceUplink("ipSpaceUplinkResource",
        external_network_id="string",
        ip_space_id="string",
        associated_interface_ids=["string"],
        description="string",
        ip_space_uplink_id="string",
        name="string")
    
    const ipSpaceUplinkResource = new vcd.IpSpaceUplink("ipSpaceUplinkResource", {
        externalNetworkId: "string",
        ipSpaceId: "string",
        associatedInterfaceIds: ["string"],
        description: "string",
        ipSpaceUplinkId: "string",
        name: "string",
    });
    
    type: vcd:IpSpaceUplink
    properties:
        associatedInterfaceIds:
            - string
        description: string
        externalNetworkId: string
        ipSpaceId: string
        ipSpaceUplinkId: string
        name: string
    

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

    ExternalNetworkId string
    External Network ID For IP Space Uplink configuration
    IpSpaceId string
    IP Space ID configuration
    AssociatedInterfaceIds List<string>
    A set of Tier-0 Router Interfaces to associate with this uplink
    Description string
    An optional description for IP Space Uplink
    IpSpaceUplinkId string
    Name string
    A tenant facing name for IP Space Uplink
    ExternalNetworkId string
    External Network ID For IP Space Uplink configuration
    IpSpaceId string
    IP Space ID configuration
    AssociatedInterfaceIds []string
    A set of Tier-0 Router Interfaces to associate with this uplink
    Description string
    An optional description for IP Space Uplink
    IpSpaceUplinkId string
    Name string
    A tenant facing name for IP Space Uplink
    externalNetworkId String
    External Network ID For IP Space Uplink configuration
    ipSpaceId String
    IP Space ID configuration
    associatedInterfaceIds List<String>
    A set of Tier-0 Router Interfaces to associate with this uplink
    description String
    An optional description for IP Space Uplink
    ipSpaceUplinkId String
    name String
    A tenant facing name for IP Space Uplink
    externalNetworkId string
    External Network ID For IP Space Uplink configuration
    ipSpaceId string
    IP Space ID configuration
    associatedInterfaceIds string[]
    A set of Tier-0 Router Interfaces to associate with this uplink
    description string
    An optional description for IP Space Uplink
    ipSpaceUplinkId string
    name string
    A tenant facing name for IP Space Uplink
    external_network_id str
    External Network ID For IP Space Uplink configuration
    ip_space_id str
    IP Space ID configuration
    associated_interface_ids Sequence[str]
    A set of Tier-0 Router Interfaces to associate with this uplink
    description str
    An optional description for IP Space Uplink
    ip_space_uplink_id str
    name str
    A tenant facing name for IP Space Uplink
    externalNetworkId String
    External Network ID For IP Space Uplink configuration
    ipSpaceId String
    IP Space ID configuration
    associatedInterfaceIds List<String>
    A set of Tier-0 Router Interfaces to associate with this uplink
    description String
    An optional description for IP Space Uplink
    ipSpaceUplinkId String
    name String
    A tenant facing name for IP Space Uplink

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    IpSpaceType string
    Backing IP Space type
    Status string
    Status of IP Space Uplink
    Id string
    The provider-assigned unique ID for this managed resource.
    IpSpaceType string
    Backing IP Space type
    Status string
    Status of IP Space Uplink
    id String
    The provider-assigned unique ID for this managed resource.
    ipSpaceType String
    Backing IP Space type
    status String
    Status of IP Space Uplink
    id string
    The provider-assigned unique ID for this managed resource.
    ipSpaceType string
    Backing IP Space type
    status string
    Status of IP Space Uplink
    id str
    The provider-assigned unique ID for this managed resource.
    ip_space_type str
    Backing IP Space type
    status str
    Status of IP Space Uplink
    id String
    The provider-assigned unique ID for this managed resource.
    ipSpaceType String
    Backing IP Space type
    status String
    Status of IP Space Uplink

    Look up Existing IpSpaceUplink Resource

    Get an existing IpSpaceUplink 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?: IpSpaceUplinkState, opts?: CustomResourceOptions): IpSpaceUplink
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            associated_interface_ids: Optional[Sequence[str]] = None,
            description: Optional[str] = None,
            external_network_id: Optional[str] = None,
            ip_space_id: Optional[str] = None,
            ip_space_type: Optional[str] = None,
            ip_space_uplink_id: Optional[str] = None,
            name: Optional[str] = None,
            status: Optional[str] = None) -> IpSpaceUplink
    func GetIpSpaceUplink(ctx *Context, name string, id IDInput, state *IpSpaceUplinkState, opts ...ResourceOption) (*IpSpaceUplink, error)
    public static IpSpaceUplink Get(string name, Input<string> id, IpSpaceUplinkState? state, CustomResourceOptions? opts = null)
    public static IpSpaceUplink get(String name, Output<String> id, IpSpaceUplinkState state, CustomResourceOptions options)
    resources:  _:    type: vcd:IpSpaceUplink    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:
    AssociatedInterfaceIds List<string>
    A set of Tier-0 Router Interfaces to associate with this uplink
    Description string
    An optional description for IP Space Uplink
    ExternalNetworkId string
    External Network ID For IP Space Uplink configuration
    IpSpaceId string
    IP Space ID configuration
    IpSpaceType string
    Backing IP Space type
    IpSpaceUplinkId string
    Name string
    A tenant facing name for IP Space Uplink
    Status string
    Status of IP Space Uplink
    AssociatedInterfaceIds []string
    A set of Tier-0 Router Interfaces to associate with this uplink
    Description string
    An optional description for IP Space Uplink
    ExternalNetworkId string
    External Network ID For IP Space Uplink configuration
    IpSpaceId string
    IP Space ID configuration
    IpSpaceType string
    Backing IP Space type
    IpSpaceUplinkId string
    Name string
    A tenant facing name for IP Space Uplink
    Status string
    Status of IP Space Uplink
    associatedInterfaceIds List<String>
    A set of Tier-0 Router Interfaces to associate with this uplink
    description String
    An optional description for IP Space Uplink
    externalNetworkId String
    External Network ID For IP Space Uplink configuration
    ipSpaceId String
    IP Space ID configuration
    ipSpaceType String
    Backing IP Space type
    ipSpaceUplinkId String
    name String
    A tenant facing name for IP Space Uplink
    status String
    Status of IP Space Uplink
    associatedInterfaceIds string[]
    A set of Tier-0 Router Interfaces to associate with this uplink
    description string
    An optional description for IP Space Uplink
    externalNetworkId string
    External Network ID For IP Space Uplink configuration
    ipSpaceId string
    IP Space ID configuration
    ipSpaceType string
    Backing IP Space type
    ipSpaceUplinkId string
    name string
    A tenant facing name for IP Space Uplink
    status string
    Status of IP Space Uplink
    associated_interface_ids Sequence[str]
    A set of Tier-0 Router Interfaces to associate with this uplink
    description str
    An optional description for IP Space Uplink
    external_network_id str
    External Network ID For IP Space Uplink configuration
    ip_space_id str
    IP Space ID configuration
    ip_space_type str
    Backing IP Space type
    ip_space_uplink_id str
    name str
    A tenant facing name for IP Space Uplink
    status str
    Status of IP Space Uplink
    associatedInterfaceIds List<String>
    A set of Tier-0 Router Interfaces to associate with this uplink
    description String
    An optional description for IP Space Uplink
    externalNetworkId String
    External Network ID For IP Space Uplink configuration
    ipSpaceId String
    IP Space ID configuration
    ipSpaceType String
    Backing IP Space type
    ipSpaceUplinkId String
    name String
    A tenant facing name for IP Space Uplink
    status String
    Status of IP Space Uplink

    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