vcd.IpSpaceUplink
Explore with Pulumi AI
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:
- External
Network stringId - External Network ID For IP Space Uplink configuration
- Ip
Space stringId - IP Space ID configuration
- Associated
Interface List<string>Ids - A set of Tier-0 Router Interfaces to associate with this uplink
- Description string
- An optional description for IP Space Uplink
- Ip
Space stringUplink Id - Name string
- A tenant facing name for IP Space Uplink
- External
Network stringId - External Network ID For IP Space Uplink configuration
- Ip
Space stringId - IP Space ID configuration
- Associated
Interface []stringIds - A set of Tier-0 Router Interfaces to associate with this uplink
- Description string
- An optional description for IP Space Uplink
- Ip
Space stringUplink Id - Name string
- A tenant facing name for IP Space Uplink
- external
Network StringId - External Network ID For IP Space Uplink configuration
- ip
Space StringId - IP Space ID configuration
- associated
Interface List<String>Ids - A set of Tier-0 Router Interfaces to associate with this uplink
- description String
- An optional description for IP Space Uplink
- ip
Space StringUplink Id - name String
- A tenant facing name for IP Space Uplink
- external
Network stringId - External Network ID For IP Space Uplink configuration
- ip
Space stringId - IP Space ID configuration
- associated
Interface string[]Ids - A set of Tier-0 Router Interfaces to associate with this uplink
- description string
- An optional description for IP Space Uplink
- ip
Space stringUplink Id - name string
- A tenant facing name for IP Space Uplink
- external_
network_ strid - External Network ID For IP Space Uplink configuration
- ip_
space_ strid - IP Space ID configuration
- associated_
interface_ Sequence[str]ids - A set of Tier-0 Router Interfaces to associate with this uplink
- description str
- An optional description for IP Space Uplink
- ip_
space_ struplink_ id - name str
- A tenant facing name for IP Space Uplink
- external
Network StringId - External Network ID For IP Space Uplink configuration
- ip
Space StringId - IP Space ID configuration
- associated
Interface List<String>Ids - A set of Tier-0 Router Interfaces to associate with this uplink
- description String
- An optional description for IP Space Uplink
- ip
Space StringUplink Id - 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.
- Ip
Space stringType - Backing IP Space type
- Status string
- Status of IP Space Uplink
- Id string
- The provider-assigned unique ID for this managed resource.
- Ip
Space stringType - Backing IP Space type
- Status string
- Status of IP Space Uplink
- id String
- The provider-assigned unique ID for this managed resource.
- ip
Space StringType - Backing IP Space type
- status String
- Status of IP Space Uplink
- id string
- The provider-assigned unique ID for this managed resource.
- ip
Space stringType - Backing IP Space type
- status string
- Status of IP Space Uplink
- id str
- The provider-assigned unique ID for this managed resource.
- ip_
space_ strtype - Backing IP Space type
- status str
- Status of IP Space Uplink
- id String
- The provider-assigned unique ID for this managed resource.
- ip
Space StringType - 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.
- Associated
Interface List<string>Ids - A set of Tier-0 Router Interfaces to associate with this uplink
- Description string
- An optional description for IP Space Uplink
- External
Network stringId - External Network ID For IP Space Uplink configuration
- Ip
Space stringId - IP Space ID configuration
- Ip
Space stringType - Backing IP Space type
- Ip
Space stringUplink Id - Name string
- A tenant facing name for IP Space Uplink
- Status string
- Status of IP Space Uplink
- Associated
Interface []stringIds - A set of Tier-0 Router Interfaces to associate with this uplink
- Description string
- An optional description for IP Space Uplink
- External
Network stringId - External Network ID For IP Space Uplink configuration
- Ip
Space stringId - IP Space ID configuration
- Ip
Space stringType - Backing IP Space type
- Ip
Space stringUplink Id - Name string
- A tenant facing name for IP Space Uplink
- Status string
- Status of IP Space Uplink
- associated
Interface List<String>Ids - A set of Tier-0 Router Interfaces to associate with this uplink
- description String
- An optional description for IP Space Uplink
- external
Network StringId - External Network ID For IP Space Uplink configuration
- ip
Space StringId - IP Space ID configuration
- ip
Space StringType - Backing IP Space type
- ip
Space StringUplink Id - name String
- A tenant facing name for IP Space Uplink
- status String
- Status of IP Space Uplink
- associated
Interface string[]Ids - A set of Tier-0 Router Interfaces to associate with this uplink
- description string
- An optional description for IP Space Uplink
- external
Network stringId - External Network ID For IP Space Uplink configuration
- ip
Space stringId - IP Space ID configuration
- ip
Space stringType - Backing IP Space type
- ip
Space stringUplink Id - name string
- A tenant facing name for IP Space Uplink
- status string
- Status of IP Space Uplink
- associated_
interface_ Sequence[str]ids - A set of Tier-0 Router Interfaces to associate with this uplink
- description str
- An optional description for IP Space Uplink
- external_
network_ strid - External Network ID For IP Space Uplink configuration
- ip_
space_ strid - IP Space ID configuration
- ip_
space_ strtype - Backing IP Space type
- ip_
space_ struplink_ id - name str
- A tenant facing name for IP Space Uplink
- status str
- Status of IP Space Uplink
- associated
Interface List<String>Ids - A set of Tier-0 Router Interfaces to associate with this uplink
- description String
- An optional description for IP Space Uplink
- external
Network StringId - External Network ID For IP Space Uplink configuration
- ip
Space StringId - IP Space ID configuration
- ip
Space StringType - Backing IP Space type
- ip
Space StringUplink Id - 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.