nutanix.RoutesV2
Explore with Pulumi AI
Provides Nutanix resource to Create Route.
Create RoutesV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RoutesV2(name: string, args: RoutesV2Args, opts?: CustomResourceOptions);
@overload
def RoutesV2(resource_name: str,
args: RoutesV2Args,
opts: Optional[ResourceOptions] = None)
@overload
def RoutesV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
route_table_ext_id: Optional[str] = None,
route_type: Optional[str] = None,
description: Optional[str] = None,
destination: Optional[RoutesV2DestinationArgs] = None,
external_routing_domain_reference: Optional[str] = None,
metadata: Optional[RoutesV2MetadataArgs] = None,
name: Optional[str] = None,
next_hop: Optional[RoutesV2NextHopArgs] = None,
route_table_reference: Optional[str] = None,
vpc_reference: Optional[str] = None)
func NewRoutesV2(ctx *Context, name string, args RoutesV2Args, opts ...ResourceOption) (*RoutesV2, error)
public RoutesV2(string name, RoutesV2Args args, CustomResourceOptions? opts = null)
public RoutesV2(String name, RoutesV2Args args)
public RoutesV2(String name, RoutesV2Args args, CustomResourceOptions options)
type: nutanix:RoutesV2
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 RoutesV2Args
- 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 RoutesV2Args
- 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 RoutesV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RoutesV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RoutesV2Args
- 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 routesV2Resource = new Nutanix.RoutesV2("routesV2Resource", new()
{
RouteTableExtId = "string",
RouteType = "string",
Description = "string",
Destination = new Nutanix.Inputs.RoutesV2DestinationArgs
{
Ipv4 = new Nutanix.Inputs.RoutesV2DestinationIpv4Args
{
Ip = new Nutanix.Inputs.RoutesV2DestinationIpv4IpArgs
{
Value = "string",
PrefixLength = 0,
},
PrefixLength = 0,
},
Ipv6 = new Nutanix.Inputs.RoutesV2DestinationIpv6Args
{
Ip = new Nutanix.Inputs.RoutesV2DestinationIpv6IpArgs
{
Value = "string",
PrefixLength = 0,
},
PrefixLength = 0,
},
},
ExternalRoutingDomainReference = "string",
Metadata = new Nutanix.Inputs.RoutesV2MetadataArgs
{
CategoryIds = new[]
{
"string",
},
OwnerReferenceId = "string",
OwnerUserName = "string",
ProjectName = "string",
ProjectReferenceId = "string",
},
Name = "string",
NextHop = new Nutanix.Inputs.RoutesV2NextHopArgs
{
NextHopType = "string",
NextHopIpAddresses = new[]
{
new Nutanix.Inputs.RoutesV2NextHopNextHopIpAddressArgs
{
Ipv4 = new Nutanix.Inputs.RoutesV2NextHopNextHopIpAddressIpv4Args
{
Value = "string",
PrefixLength = 0,
},
Ipv6 = new Nutanix.Inputs.RoutesV2NextHopNextHopIpAddressIpv6Args
{
Value = "string",
PrefixLength = 0,
},
},
},
NextHopName = "string",
NextHopReference = "string",
},
RouteTableReference = "string",
VpcReference = "string",
});
example, err := nutanix.NewRoutesV2(ctx, "routesV2Resource", &nutanix.RoutesV2Args{
RouteTableExtId: pulumi.String("string"),
RouteType: pulumi.String("string"),
Description: pulumi.String("string"),
Destination: &nutanix.RoutesV2DestinationArgs{
Ipv4: &nutanix.RoutesV2DestinationIpv4Args{
Ip: &nutanix.RoutesV2DestinationIpv4IpArgs{
Value: pulumi.String("string"),
PrefixLength: pulumi.Int(0),
},
PrefixLength: pulumi.Int(0),
},
Ipv6: &nutanix.RoutesV2DestinationIpv6Args{
Ip: &nutanix.RoutesV2DestinationIpv6IpArgs{
Value: pulumi.String("string"),
PrefixLength: pulumi.Int(0),
},
PrefixLength: pulumi.Int(0),
},
},
ExternalRoutingDomainReference: pulumi.String("string"),
Metadata: &nutanix.RoutesV2MetadataArgs{
CategoryIds: pulumi.StringArray{
pulumi.String("string"),
},
OwnerReferenceId: pulumi.String("string"),
OwnerUserName: pulumi.String("string"),
ProjectName: pulumi.String("string"),
ProjectReferenceId: pulumi.String("string"),
},
Name: pulumi.String("string"),
NextHop: &nutanix.RoutesV2NextHopArgs{
NextHopType: pulumi.String("string"),
NextHopIpAddresses: nutanix.RoutesV2NextHopNextHopIpAddressArray{
&nutanix.RoutesV2NextHopNextHopIpAddressArgs{
Ipv4: &nutanix.RoutesV2NextHopNextHopIpAddressIpv4Args{
Value: pulumi.String("string"),
PrefixLength: pulumi.Int(0),
},
Ipv6: &nutanix.RoutesV2NextHopNextHopIpAddressIpv6Args{
Value: pulumi.String("string"),
PrefixLength: pulumi.Int(0),
},
},
},
NextHopName: pulumi.String("string"),
NextHopReference: pulumi.String("string"),
},
RouteTableReference: pulumi.String("string"),
VpcReference: pulumi.String("string"),
})
var routesV2Resource = new RoutesV2("routesV2Resource", RoutesV2Args.builder()
.routeTableExtId("string")
.routeType("string")
.description("string")
.destination(RoutesV2DestinationArgs.builder()
.ipv4(RoutesV2DestinationIpv4Args.builder()
.ip(RoutesV2DestinationIpv4IpArgs.builder()
.value("string")
.prefixLength(0)
.build())
.prefixLength(0)
.build())
.ipv6(RoutesV2DestinationIpv6Args.builder()
.ip(RoutesV2DestinationIpv6IpArgs.builder()
.value("string")
.prefixLength(0)
.build())
.prefixLength(0)
.build())
.build())
.externalRoutingDomainReference("string")
.metadata(RoutesV2MetadataArgs.builder()
.categoryIds("string")
.ownerReferenceId("string")
.ownerUserName("string")
.projectName("string")
.projectReferenceId("string")
.build())
.name("string")
.nextHop(RoutesV2NextHopArgs.builder()
.nextHopType("string")
.nextHopIpAddresses(RoutesV2NextHopNextHopIpAddressArgs.builder()
.ipv4(RoutesV2NextHopNextHopIpAddressIpv4Args.builder()
.value("string")
.prefixLength(0)
.build())
.ipv6(RoutesV2NextHopNextHopIpAddressIpv6Args.builder()
.value("string")
.prefixLength(0)
.build())
.build())
.nextHopName("string")
.nextHopReference("string")
.build())
.routeTableReference("string")
.vpcReference("string")
.build());
routes_v2_resource = nutanix.RoutesV2("routesV2Resource",
route_table_ext_id="string",
route_type="string",
description="string",
destination={
"ipv4": {
"ip": {
"value": "string",
"prefix_length": 0,
},
"prefix_length": 0,
},
"ipv6": {
"ip": {
"value": "string",
"prefix_length": 0,
},
"prefix_length": 0,
},
},
external_routing_domain_reference="string",
metadata={
"category_ids": ["string"],
"owner_reference_id": "string",
"owner_user_name": "string",
"project_name": "string",
"project_reference_id": "string",
},
name="string",
next_hop={
"next_hop_type": "string",
"next_hop_ip_addresses": [{
"ipv4": {
"value": "string",
"prefix_length": 0,
},
"ipv6": {
"value": "string",
"prefix_length": 0,
},
}],
"next_hop_name": "string",
"next_hop_reference": "string",
},
route_table_reference="string",
vpc_reference="string")
const routesV2Resource = new nutanix.RoutesV2("routesV2Resource", {
routeTableExtId: "string",
routeType: "string",
description: "string",
destination: {
ipv4: {
ip: {
value: "string",
prefixLength: 0,
},
prefixLength: 0,
},
ipv6: {
ip: {
value: "string",
prefixLength: 0,
},
prefixLength: 0,
},
},
externalRoutingDomainReference: "string",
metadata: {
categoryIds: ["string"],
ownerReferenceId: "string",
ownerUserName: "string",
projectName: "string",
projectReferenceId: "string",
},
name: "string",
nextHop: {
nextHopType: "string",
nextHopIpAddresses: [{
ipv4: {
value: "string",
prefixLength: 0,
},
ipv6: {
value: "string",
prefixLength: 0,
},
}],
nextHopName: "string",
nextHopReference: "string",
},
routeTableReference: "string",
vpcReference: "string",
});
type: nutanix:RoutesV2
properties:
description: string
destination:
ipv4:
ip:
prefixLength: 0
value: string
prefixLength: 0
ipv6:
ip:
prefixLength: 0
value: string
prefixLength: 0
externalRoutingDomainReference: string
metadata:
categoryIds:
- string
ownerReferenceId: string
ownerUserName: string
projectName: string
projectReferenceId: string
name: string
nextHop:
nextHopIpAddresses:
- ipv4:
prefixLength: 0
value: string
ipv6:
prefixLength: 0
value: string
nextHopName: string
nextHopReference: string
nextHopType: string
routeTableExtId: string
routeTableReference: string
routeType: string
vpcReference: string
RoutesV2 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 RoutesV2 resource accepts the following input properties:
- Route
Table stringExt Id - Route table UUID
- Route
Type string - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- Description string
- BGP session description.
- Destination
Piers
Karsenbarg. Nutanix. Inputs. Routes V2Destination - Destination IP Subnet Configuration.
- External
Routing stringDomain Reference - External routing domain associated with this route table.
- Metadata
Piers
Karsenbarg. Nutanix. Inputs. Routes V2Metadata - Metadata associated with this resource.
- Name string
- Route name.
- Next
Hop PiersKarsenbarg. Nutanix. Inputs. Routes V2Next Hop - Route nexthop.
- Route
Table stringReference - Route table reference.
- Vpc
Reference string - VPC reference.
- Route
Table stringExt Id - Route table UUID
- Route
Type string - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- Description string
- BGP session description.
- Destination
Routes
V2Destination Args - Destination IP Subnet Configuration.
- External
Routing stringDomain Reference - External routing domain associated with this route table.
- Metadata
Routes
V2Metadata Args - Metadata associated with this resource.
- Name string
- Route name.
- Next
Hop RoutesV2Next Hop Args - Route nexthop.
- Route
Table stringReference - Route table reference.
- Vpc
Reference string - VPC reference.
- route
Table StringExt Id - Route table UUID
- route
Type String - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- description String
- BGP session description.
- destination
Routes
V2Destination - Destination IP Subnet Configuration.
- external
Routing StringDomain Reference - External routing domain associated with this route table.
- metadata
Routes
V2Metadata - Metadata associated with this resource.
- name String
- Route name.
- next
Hop RoutesV2Next Hop - Route nexthop.
- route
Table StringReference - Route table reference.
- vpc
Reference String - VPC reference.
- route
Table stringExt Id - Route table UUID
- route
Type string - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- description string
- BGP session description.
- destination
Routes
V2Destination - Destination IP Subnet Configuration.
- external
Routing stringDomain Reference - External routing domain associated with this route table.
- metadata
Routes
V2Metadata - Metadata associated with this resource.
- name string
- Route name.
- next
Hop RoutesV2Next Hop - Route nexthop.
- route
Table stringReference - Route table reference.
- vpc
Reference string - VPC reference.
- route_
table_ strext_ id - Route table UUID
- route_
type str - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- description str
- BGP session description.
- destination
Routes
V2Destination Args - Destination IP Subnet Configuration.
- external_
routing_ strdomain_ reference - External routing domain associated with this route table.
- metadata
Routes
V2Metadata Args - Metadata associated with this resource.
- name str
- Route name.
- next_
hop RoutesV2Next Hop Args - Route nexthop.
- route_
table_ strreference - Route table reference.
- vpc_
reference str - VPC reference.
- route
Table StringExt Id - Route table UUID
- route
Type String - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- description String
- BGP session description.
- destination Property Map
- Destination IP Subnet Configuration.
- external
Routing StringDomain Reference - External routing domain associated with this route table.
- metadata Property Map
- Metadata associated with this resource.
- name String
- Route name.
- next
Hop Property Map - Route nexthop.
- route
Table StringReference - Route table reference.
- vpc
Reference String - VPC reference.
Outputs
All input properties are implicitly available as output properties. Additionally, the RoutesV2 resource produces the following output properties:
- Ext
Id string - Route UUID
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Active bool - Indicates whether the route is active in the forwarding plane.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Routes V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Priority int
- Route priority. A higher value implies greater preference is assigned to the route.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- Ext
Id string - Route UUID
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Active bool - Indicates whether the route is active in the forwarding plane.
- Links
[]Routes
V2Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Priority int
- Route priority. A higher value implies greater preference is assigned to the route.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- ext
Id String - Route UUID
- id String
- The provider-assigned unique ID for this managed resource.
- is
Active Boolean - Indicates whether the route is active in the forwarding plane.
- links
List<Routes
V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- priority Integer
- Route priority. A higher value implies greater preference is assigned to the route.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
- ext
Id string - Route UUID
- id string
- The provider-assigned unique ID for this managed resource.
- is
Active boolean - Indicates whether the route is active in the forwarding plane.
- links
Routes
V2Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- priority number
- Route priority. A higher value implies greater preference is assigned to the route.
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- ext_
id str - Route UUID
- id str
- The provider-assigned unique ID for this managed resource.
- is_
active bool - Indicates whether the route is active in the forwarding plane.
- links
Sequence[Routes
V2Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- priority int
- Route priority. A higher value implies greater preference is assigned to the route.
- tenant_
id str - A globally unique identifier that represents the tenant that owns this entity
- ext
Id String - Route UUID
- id String
- The provider-assigned unique ID for this managed resource.
- is
Active Boolean - Indicates whether the route is active in the forwarding plane.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- priority Number
- Route priority. A higher value implies greater preference is assigned to the route.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
Look up Existing RoutesV2 Resource
Get an existing RoutesV2 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?: RoutesV2State, opts?: CustomResourceOptions): RoutesV2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
destination: Optional[RoutesV2DestinationArgs] = None,
ext_id: Optional[str] = None,
external_routing_domain_reference: Optional[str] = None,
is_active: Optional[bool] = None,
links: Optional[Sequence[RoutesV2LinkArgs]] = None,
metadata: Optional[RoutesV2MetadataArgs] = None,
name: Optional[str] = None,
next_hop: Optional[RoutesV2NextHopArgs] = None,
priority: Optional[int] = None,
route_table_ext_id: Optional[str] = None,
route_table_reference: Optional[str] = None,
route_type: Optional[str] = None,
tenant_id: Optional[str] = None,
vpc_reference: Optional[str] = None) -> RoutesV2
func GetRoutesV2(ctx *Context, name string, id IDInput, state *RoutesV2State, opts ...ResourceOption) (*RoutesV2, error)
public static RoutesV2 Get(string name, Input<string> id, RoutesV2State? state, CustomResourceOptions? opts = null)
public static RoutesV2 get(String name, Output<String> id, RoutesV2State state, CustomResourceOptions options)
resources: _: type: nutanix:RoutesV2 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.
- Description string
- BGP session description.
- Destination
Piers
Karsenbarg. Nutanix. Inputs. Routes V2Destination - Destination IP Subnet Configuration.
- Ext
Id string - Route UUID
- External
Routing stringDomain Reference - External routing domain associated with this route table.
- Is
Active bool - Indicates whether the route is active in the forwarding plane.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Routes V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadata
Piers
Karsenbarg. Nutanix. Inputs. Routes V2Metadata - Metadata associated with this resource.
- Name string
- Route name.
- Next
Hop PiersKarsenbarg. Nutanix. Inputs. Routes V2Next Hop - Route nexthop.
- Priority int
- Route priority. A higher value implies greater preference is assigned to the route.
- Route
Table stringExt Id - Route table UUID
- Route
Table stringReference - Route table reference.
- Route
Type string - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- Vpc
Reference string - VPC reference.
- Description string
- BGP session description.
- Destination
Routes
V2Destination Args - Destination IP Subnet Configuration.
- Ext
Id string - Route UUID
- External
Routing stringDomain Reference - External routing domain associated with this route table.
- Is
Active bool - Indicates whether the route is active in the forwarding plane.
- Links
[]Routes
V2Link Args - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadata
Routes
V2Metadata Args - Metadata associated with this resource.
- Name string
- Route name.
- Next
Hop RoutesV2Next Hop Args - Route nexthop.
- Priority int
- Route priority. A higher value implies greater preference is assigned to the route.
- Route
Table stringExt Id - Route table UUID
- Route
Table stringReference - Route table reference.
- Route
Type string - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- Vpc
Reference string - VPC reference.
- description String
- BGP session description.
- destination
Routes
V2Destination - Destination IP Subnet Configuration.
- ext
Id String - Route UUID
- external
Routing StringDomain Reference - External routing domain associated with this route table.
- is
Active Boolean - Indicates whether the route is active in the forwarding plane.
- links
List<Routes
V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadata
Routes
V2Metadata - Metadata associated with this resource.
- name String
- Route name.
- next
Hop RoutesV2Next Hop - Route nexthop.
- priority Integer
- Route priority. A higher value implies greater preference is assigned to the route.
- route
Table StringExt Id - Route table UUID
- route
Table StringReference - Route table reference.
- route
Type String - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
- vpc
Reference String - VPC reference.
- description string
- BGP session description.
- destination
Routes
V2Destination - Destination IP Subnet Configuration.
- ext
Id string - Route UUID
- external
Routing stringDomain Reference - External routing domain associated with this route table.
- is
Active boolean - Indicates whether the route is active in the forwarding plane.
- links
Routes
V2Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadata
Routes
V2Metadata - Metadata associated with this resource.
- name string
- Route name.
- next
Hop RoutesV2Next Hop - Route nexthop.
- priority number
- Route priority. A higher value implies greater preference is assigned to the route.
- route
Table stringExt Id - Route table UUID
- route
Table stringReference - Route table reference.
- route
Type string - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- vpc
Reference string - VPC reference.
- description str
- BGP session description.
- destination
Routes
V2Destination Args - Destination IP Subnet Configuration.
- ext_
id str - Route UUID
- external_
routing_ strdomain_ reference - External routing domain associated with this route table.
- is_
active bool - Indicates whether the route is active in the forwarding plane.
- links
Sequence[Routes
V2Link Args] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadata
Routes
V2Metadata Args - Metadata associated with this resource.
- name str
- Route name.
- next_
hop RoutesV2Next Hop Args - Route nexthop.
- priority int
- Route priority. A higher value implies greater preference is assigned to the route.
- route_
table_ strext_ id - Route table UUID
- route_
table_ strreference - Route table reference.
- route_
type str - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- tenant_
id str - A globally unique identifier that represents the tenant that owns this entity
- vpc_
reference str - VPC reference.
- description String
- BGP session description.
- destination Property Map
- Destination IP Subnet Configuration.
- ext
Id String - Route UUID
- external
Routing StringDomain Reference - External routing domain associated with this route table.
- is
Active Boolean - Indicates whether the route is active in the forwarding plane.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadata Property Map
- Metadata associated with this resource.
- name String
- Route name.
- next
Hop Property Map - Route nexthop.
- priority Number
- Route priority. A higher value implies greater preference is assigned to the route.
- route
Table StringExt Id - Route table UUID
- route
Table StringReference - Route table reference.
- route
Type String - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
- vpc
Reference String - VPC reference.
Supporting Types
RoutesV2Destination, RoutesV2DestinationArgs
- Ipv4
Piers
Karsenbarg. Nutanix. Inputs. Routes V2Destination Ipv4 - IPv4 Subnet Object
ipv4.ip
: (Required) An unique address that identifies a device on the internet or a local network in IPv4 format.ipv4.ip.value
: (Required) The IPv4 address of the host.ipv4.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv4 address belongs.ipv4.prefix_length
: (Required) The prefix length of the network to which this host IPv4 address belongs.
- Ipv6
Piers
Karsenbarg. Nutanix. Inputs. Routes V2Destination Ipv6 - IPv6 Subnet Object
ipv6.ip
: (Required) IP address formatipv6.ip.value
: (Required) The IPv6 address of the host.ipv6.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv6 address belongs.ipv6.prefix_length
: (Required) The prefix length of the network to which this host IPv6 address belongs.
- Ipv4
Routes
V2Destination Ipv4 - IPv4 Subnet Object
ipv4.ip
: (Required) An unique address that identifies a device on the internet or a local network in IPv4 format.ipv4.ip.value
: (Required) The IPv4 address of the host.ipv4.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv4 address belongs.ipv4.prefix_length
: (Required) The prefix length of the network to which this host IPv4 address belongs.
- Ipv6
Routes
V2Destination Ipv6 - IPv6 Subnet Object
ipv6.ip
: (Required) IP address formatipv6.ip.value
: (Required) The IPv6 address of the host.ipv6.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv6 address belongs.ipv6.prefix_length
: (Required) The prefix length of the network to which this host IPv6 address belongs.
- ipv4
Routes
V2Destination Ipv4 - IPv4 Subnet Object
ipv4.ip
: (Required) An unique address that identifies a device on the internet or a local network in IPv4 format.ipv4.ip.value
: (Required) The IPv4 address of the host.ipv4.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv4 address belongs.ipv4.prefix_length
: (Required) The prefix length of the network to which this host IPv4 address belongs.
- ipv6
Routes
V2Destination Ipv6 - IPv6 Subnet Object
ipv6.ip
: (Required) IP address formatipv6.ip.value
: (Required) The IPv6 address of the host.ipv6.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv6 address belongs.ipv6.prefix_length
: (Required) The prefix length of the network to which this host IPv6 address belongs.
- ipv4
Routes
V2Destination Ipv4 - IPv4 Subnet Object
ipv4.ip
: (Required) An unique address that identifies a device on the internet or a local network in IPv4 format.ipv4.ip.value
: (Required) The IPv4 address of the host.ipv4.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv4 address belongs.ipv4.prefix_length
: (Required) The prefix length of the network to which this host IPv4 address belongs.
- ipv6
Routes
V2Destination Ipv6 - IPv6 Subnet Object
ipv6.ip
: (Required) IP address formatipv6.ip.value
: (Required) The IPv6 address of the host.ipv6.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv6 address belongs.ipv6.prefix_length
: (Required) The prefix length of the network to which this host IPv6 address belongs.
- ipv4
Routes
V2Destination Ipv4 - IPv4 Subnet Object
ipv4.ip
: (Required) An unique address that identifies a device on the internet or a local network in IPv4 format.ipv4.ip.value
: (Required) The IPv4 address of the host.ipv4.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv4 address belongs.ipv4.prefix_length
: (Required) The prefix length of the network to which this host IPv4 address belongs.
- ipv6
Routes
V2Destination Ipv6 - IPv6 Subnet Object
ipv6.ip
: (Required) IP address formatipv6.ip.value
: (Required) The IPv6 address of the host.ipv6.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv6 address belongs.ipv6.prefix_length
: (Required) The prefix length of the network to which this host IPv6 address belongs.
- ipv4 Property Map
- IPv4 Subnet Object
ipv4.ip
: (Required) An unique address that identifies a device on the internet or a local network in IPv4 format.ipv4.ip.value
: (Required) The IPv4 address of the host.ipv4.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv4 address belongs.ipv4.prefix_length
: (Required) The prefix length of the network to which this host IPv4 address belongs.
- ipv6 Property Map
- IPv6 Subnet Object
ipv6.ip
: (Required) IP address formatipv6.ip.value
: (Required) The IPv6 address of the host.ipv6.ip.prefix_length
: (Optional) The prefix length of the network to which this host IPv6 address belongs.ipv6.prefix_length
: (Required) The prefix length of the network to which this host IPv6 address belongs.
RoutesV2DestinationIpv4, RoutesV2DestinationIpv4Args
- Ip
Piers
Karsenbarg. Nutanix. Inputs. Routes V2Destination Ipv4Ip - Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Ip
Routes
V2Destination Ipv4Ip - Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ip
Routes
V2Destination Ipv4Ip - prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ip
Routes
V2Destination Ipv4Ip - prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ip
Routes
V2Destination Ipv4Ip - prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ip Property Map
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
RoutesV2DestinationIpv4Ip, RoutesV2DestinationIpv4IpArgs
- Value string
- value of IP address
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- value of IP address
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of IP address
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- value of IP address
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- value of IP address
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of IP address
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
RoutesV2DestinationIpv6, RoutesV2DestinationIpv6Args
- Ip
Piers
Karsenbarg. Nutanix. Inputs. Routes V2Destination Ipv6Ip - Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Ip
Routes
V2Destination Ipv6Ip - Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ip
Routes
V2Destination Ipv6Ip - prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ip
Routes
V2Destination Ipv6Ip - prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ip
Routes
V2Destination Ipv6Ip - prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ip Property Map
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
RoutesV2DestinationIpv6Ip, RoutesV2DestinationIpv6IpArgs
- Value string
- value of IP address
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- value of IP address
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of IP address
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- value of IP address
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- value of IP address
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of IP address
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
RoutesV2Link, RoutesV2LinkArgs
RoutesV2Metadata, RoutesV2MetadataArgs
- Category
Ids List<string> - A list of globally unique identifiers that represent all the categories the resource is associated with.
- Owner
Reference stringId - A globally unique identifier that represents the owner of this resource.
- Owner
User stringName - The userName of the owner of this resource.
- Project
Name string - The name of the project this resource belongs to.
- Project
Reference stringId - A globally unique identifier that represents the project this resource belongs to.
- Category
Ids []string - A list of globally unique identifiers that represent all the categories the resource is associated with.
- Owner
Reference stringId - A globally unique identifier that represents the owner of this resource.
- Owner
User stringName - The userName of the owner of this resource.
- Project
Name string - The name of the project this resource belongs to.
- Project
Reference stringId - A globally unique identifier that represents the project this resource belongs to.
- category
Ids List<String> - A list of globally unique identifiers that represent all the categories the resource is associated with.
- owner
Reference StringId - A globally unique identifier that represents the owner of this resource.
- owner
User StringName - The userName of the owner of this resource.
- project
Name String - The name of the project this resource belongs to.
- project
Reference StringId - A globally unique identifier that represents the project this resource belongs to.
- category
Ids string[] - A list of globally unique identifiers that represent all the categories the resource is associated with.
- owner
Reference stringId - A globally unique identifier that represents the owner of this resource.
- owner
User stringName - The userName of the owner of this resource.
- project
Name string - The name of the project this resource belongs to.
- project
Reference stringId - A globally unique identifier that represents the project this resource belongs to.
- category_
ids Sequence[str] - A list of globally unique identifiers that represent all the categories the resource is associated with.
- owner_
reference_ strid - A globally unique identifier that represents the owner of this resource.
- owner_
user_ strname - The userName of the owner of this resource.
- project_
name str - The name of the project this resource belongs to.
- project_
reference_ strid - A globally unique identifier that represents the project this resource belongs to.
- category
Ids List<String> - A list of globally unique identifiers that represent all the categories the resource is associated with.
- owner
Reference StringId - A globally unique identifier that represents the owner of this resource.
- owner
User StringName - The userName of the owner of this resource.
- project
Name String - The name of the project this resource belongs to.
- project
Reference StringId - A globally unique identifier that represents the project this resource belongs to.
RoutesV2NextHop, RoutesV2NextHopArgs
- next
Hop StringType - next
Hop List<Property Map>Ip Addresses - next
Hop StringName - next
Hop StringReference
RoutesV2NextHopNextHopIpAddress, RoutesV2NextHopNextHopIpAddressArgs
- Ipv4
Routes
V2Next Hop Next Hop Ip Address Ipv4 - IPv4 Address
- Ipv6
Routes
V2Next Hop Next Hop Ip Address Ipv6 - IPv6 Address
- ipv4
Routes
V2Next Hop Next Hop Ip Address Ipv4 - IPv4 Address
- ipv6
Routes
V2Next Hop Next Hop Ip Address Ipv6 - IPv6 Address
- ipv4
Routes
V2Next Hop Next Hop Ip Address Ipv4 - IPv4 Address
- ipv6
Routes
V2Next Hop Next Hop Ip Address Ipv6 - IPv6 Address
- ipv4
Routes
V2Next Hop Next Hop Ip Address Ipv4 - IPv4 Address
- ipv6
Routes
V2Next Hop Next Hop Ip Address Ipv6 - IPv6 Address
- ipv4 Property Map
- IPv4 Address
- ipv6 Property Map
- IPv6 Address
RoutesV2NextHopNextHopIpAddressIpv4, RoutesV2NextHopNextHopIpAddressIpv4Args
- Value string
- value of IP address
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- value of IP address
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of IP address
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- value of IP address
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- value of IP address
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of IP address
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
RoutesV2NextHopNextHopIpAddressIpv6, RoutesV2NextHopNextHopIpAddressIpv6Args
- Value string
- value of IP address
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- value of IP address
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of IP address
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- value of IP address
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- value of IP address
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of IP address
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.