1. Packages
  2. Nutanix
  3. API Docs
  4. getSubnetV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getSubnetV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    Get a subnet with the specified UUID.

    Using getSubnetV2

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSubnetV2(args: GetSubnetV2Args, opts?: InvokeOptions): Promise<GetSubnetV2Result>
    function getSubnetV2Output(args: GetSubnetV2OutputArgs, opts?: InvokeOptions): Output<GetSubnetV2Result>
    def get_subnet_v2(ext_id: Optional[str] = None,
                      reserved_ip_addresses: Optional[Sequence[GetSubnetV2ReservedIpAddress]] = None,
                      opts: Optional[InvokeOptions] = None) -> GetSubnetV2Result
    def get_subnet_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
                      reserved_ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[GetSubnetV2ReservedIpAddressArgs]]]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetSubnetV2Result]
    func LookupSubnetV2(ctx *Context, args *LookupSubnetV2Args, opts ...InvokeOption) (*LookupSubnetV2Result, error)
    func LookupSubnetV2Output(ctx *Context, args *LookupSubnetV2OutputArgs, opts ...InvokeOption) LookupSubnetV2ResultOutput

    > Note: This function is named LookupSubnetV2 in the Go SDK.

    public static class GetSubnetV2 
    {
        public static Task<GetSubnetV2Result> InvokeAsync(GetSubnetV2Args args, InvokeOptions? opts = null)
        public static Output<GetSubnetV2Result> Invoke(GetSubnetV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSubnetV2Result> getSubnetV2(GetSubnetV2Args args, InvokeOptions options)
    public static Output<GetSubnetV2Result> getSubnetV2(GetSubnetV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getSubnetV2:getSubnetV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExtId string
    • (Required) The UUID of the subnet.
    ReservedIpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2ReservedIpAddress>
    List of IPs that are excluded while allocating IP addresses to VM ports.
    ExtId string
    • (Required) The UUID of the subnet.
    ReservedIpAddresses []GetSubnetV2ReservedIpAddress
    List of IPs that are excluded while allocating IP addresses to VM ports.
    extId String
    • (Required) The UUID of the subnet.
    reservedIpAddresses List<GetSubnetV2ReservedIpAddress>
    List of IPs that are excluded while allocating IP addresses to VM ports.
    extId string
    • (Required) The UUID of the subnet.
    reservedIpAddresses GetSubnetV2ReservedIpAddress[]
    List of IPs that are excluded while allocating IP addresses to VM ports.
    ext_id str
    • (Required) The UUID of the subnet.
    reserved_ip_addresses Sequence[GetSubnetV2ReservedIpAddress]
    List of IPs that are excluded while allocating IP addresses to VM ports.
    extId String
    • (Required) The UUID of the subnet.
    reservedIpAddresses List<Property Map>
    List of IPs that are excluded while allocating IP addresses to VM ports.

    getSubnetV2 Result

    The following output properties are available:

    BridgeName string
    Name of the bridge on the host for the subnet.
    ClusterName string
    Cluster Name
    ClusterReference string
    UUID of the cluster this subnet belongs to.
    Description string
    Description of the subnet.
    DhcpOptions List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2DhcpOption>
    List of DHCP options to be configured.
    DynamicIpAddresses List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2DynamicIpAddress>
    List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
    ExtId string
    HypervisorType string
    Hypervisor Type
    Id string
    The provider-assigned unique ID for this managed resource.
    IpConfigs List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2IpConfig>
    IP configuration for the subnet.
    IpPrefix string
    IP Prefix in CIDR format.
    IpUsages List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2IpUsage>
    IP usage statistics.
    IsAdvancedNetworking bool
    Indicates whether the subnet is used for advanced networking.
    IsExternal bool
    Indicates whether the subnet is used for external connectivity.
    IsNatEnabled bool
    Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
    Links List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2Link>
    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.
    MigrationState string
    Migration state of the subnet. This field is read-only.
    Name string
    Name of the subnet.
    NetworkFunctionChainReference string
    UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
    NetworkId int
    or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
    ReservedIpAddresses List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2ReservedIpAddress>
    List of IPs that are excluded while allocating IP addresses to VM ports.
    SubnetType string
    Type of subnet.
    VirtualSwitchReference string
    UUID of the virtual switch this subnet belongs to (type VLAN only).
    VirtualSwitches List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2VirtualSwitch>
    Schema to configure a virtual switch
    VpcReference string
    UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
    Vpcs List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2Vpc>
    Networking common base object
    BridgeName string
    Name of the bridge on the host for the subnet.
    ClusterName string
    Cluster Name
    ClusterReference string
    UUID of the cluster this subnet belongs to.
    Description string
    Description of the subnet.
    DhcpOptions []GetSubnetV2DhcpOption
    List of DHCP options to be configured.
    DynamicIpAddresses []GetSubnetV2DynamicIpAddress
    List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
    ExtId string
    HypervisorType string
    Hypervisor Type
    Id string
    The provider-assigned unique ID for this managed resource.
    IpConfigs []GetSubnetV2IpConfig
    IP configuration for the subnet.
    IpPrefix string
    IP Prefix in CIDR format.
    IpUsages []GetSubnetV2IpUsage
    IP usage statistics.
    IsAdvancedNetworking bool
    Indicates whether the subnet is used for advanced networking.
    IsExternal bool
    Indicates whether the subnet is used for external connectivity.
    IsNatEnabled bool
    Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
    Links []GetSubnetV2Link
    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.
    MigrationState string
    Migration state of the subnet. This field is read-only.
    Name string
    Name of the subnet.
    NetworkFunctionChainReference string
    UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
    NetworkId int
    or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
    ReservedIpAddresses []GetSubnetV2ReservedIpAddress
    List of IPs that are excluded while allocating IP addresses to VM ports.
    SubnetType string
    Type of subnet.
    VirtualSwitchReference string
    UUID of the virtual switch this subnet belongs to (type VLAN only).
    VirtualSwitches []GetSubnetV2VirtualSwitch
    Schema to configure a virtual switch
    VpcReference string
    UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
    Vpcs []GetSubnetV2Vpc
    Networking common base object
    bridgeName String
    Name of the bridge on the host for the subnet.
    clusterName String
    Cluster Name
    clusterReference String
    UUID of the cluster this subnet belongs to.
    description String
    Description of the subnet.
    dhcpOptions List<GetSubnetV2DhcpOption>
    List of DHCP options to be configured.
    dynamicIpAddresses List<GetSubnetV2DynamicIpAddress>
    List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
    extId String
    hypervisorType String
    Hypervisor Type
    id String
    The provider-assigned unique ID for this managed resource.
    ipConfigs List<GetSubnetV2IpConfig>
    IP configuration for the subnet.
    ipPrefix String
    IP Prefix in CIDR format.
    ipUsages List<GetSubnetV2IpUsage>
    IP usage statistics.
    isAdvancedNetworking Boolean
    Indicates whether the subnet is used for advanced networking.
    isExternal Boolean
    Indicates whether the subnet is used for external connectivity.
    isNatEnabled Boolean
    Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
    links List<GetSubnetV2Link>
    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.
    migrationState String
    Migration state of the subnet. This field is read-only.
    name String
    Name of the subnet.
    networkFunctionChainReference String
    UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
    networkId Integer
    or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
    reservedIpAddresses List<GetSubnetV2ReservedIpAddress>
    List of IPs that are excluded while allocating IP addresses to VM ports.
    subnetType String
    Type of subnet.
    virtualSwitchReference String
    UUID of the virtual switch this subnet belongs to (type VLAN only).
    virtualSwitches List<GetSubnetV2VirtualSwitch>
    Schema to configure a virtual switch
    vpcReference String
    UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
    vpcs List<GetSubnetV2Vpc>
    Networking common base object
    bridgeName string
    Name of the bridge on the host for the subnet.
    clusterName string
    Cluster Name
    clusterReference string
    UUID of the cluster this subnet belongs to.
    description string
    Description of the subnet.
    dhcpOptions GetSubnetV2DhcpOption[]
    List of DHCP options to be configured.
    dynamicIpAddresses GetSubnetV2DynamicIpAddress[]
    List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
    extId string
    hypervisorType string
    Hypervisor Type
    id string
    The provider-assigned unique ID for this managed resource.
    ipConfigs GetSubnetV2IpConfig[]
    IP configuration for the subnet.
    ipPrefix string
    IP Prefix in CIDR format.
    ipUsages GetSubnetV2IpUsage[]
    IP usage statistics.
    isAdvancedNetworking boolean
    Indicates whether the subnet is used for advanced networking.
    isExternal boolean
    Indicates whether the subnet is used for external connectivity.
    isNatEnabled boolean
    Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
    links GetSubnetV2Link[]
    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.
    migrationState string
    Migration state of the subnet. This field is read-only.
    name string
    Name of the subnet.
    networkFunctionChainReference string
    UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
    networkId number
    or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
    reservedIpAddresses GetSubnetV2ReservedIpAddress[]
    List of IPs that are excluded while allocating IP addresses to VM ports.
    subnetType string
    Type of subnet.
    virtualSwitchReference string
    UUID of the virtual switch this subnet belongs to (type VLAN only).
    virtualSwitches GetSubnetV2VirtualSwitch[]
    Schema to configure a virtual switch
    vpcReference string
    UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
    vpcs GetSubnetV2Vpc[]
    Networking common base object
    bridge_name str
    Name of the bridge on the host for the subnet.
    cluster_name str
    Cluster Name
    cluster_reference str
    UUID of the cluster this subnet belongs to.
    description str
    Description of the subnet.
    dhcp_options Sequence[GetSubnetV2DhcpOption]
    List of DHCP options to be configured.
    dynamic_ip_addresses Sequence[GetSubnetV2DynamicIpAddress]
    List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
    ext_id str
    hypervisor_type str
    Hypervisor Type
    id str
    The provider-assigned unique ID for this managed resource.
    ip_configs Sequence[GetSubnetV2IpConfig]
    IP configuration for the subnet.
    ip_prefix str
    IP Prefix in CIDR format.
    ip_usages Sequence[GetSubnetV2IpUsage]
    IP usage statistics.
    is_advanced_networking bool
    Indicates whether the subnet is used for advanced networking.
    is_external bool
    Indicates whether the subnet is used for external connectivity.
    is_nat_enabled bool
    Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
    links Sequence[GetSubnetV2Link]
    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.
    migration_state str
    Migration state of the subnet. This field is read-only.
    name str
    Name of the subnet.
    network_function_chain_reference str
    UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
    network_id int
    or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
    reserved_ip_addresses Sequence[GetSubnetV2ReservedIpAddress]
    List of IPs that are excluded while allocating IP addresses to VM ports.
    subnet_type str
    Type of subnet.
    virtual_switch_reference str
    UUID of the virtual switch this subnet belongs to (type VLAN only).
    virtual_switches Sequence[GetSubnetV2VirtualSwitch]
    Schema to configure a virtual switch
    vpc_reference str
    UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
    vpcs Sequence[GetSubnetV2Vpc]
    Networking common base object
    bridgeName String
    Name of the bridge on the host for the subnet.
    clusterName String
    Cluster Name
    clusterReference String
    UUID of the cluster this subnet belongs to.
    description String
    Description of the subnet.
    dhcpOptions List<Property Map>
    List of DHCP options to be configured.
    dynamicIpAddresses List<Property Map>
    List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
    extId String
    hypervisorType String
    Hypervisor Type
    id String
    The provider-assigned unique ID for this managed resource.
    ipConfigs List<Property Map>
    IP configuration for the subnet.
    ipPrefix String
    IP Prefix in CIDR format.
    ipUsages List<Property Map>
    IP usage statistics.
    isAdvancedNetworking Boolean
    Indicates whether the subnet is used for advanced networking.
    isExternal Boolean
    Indicates whether the subnet is used for external connectivity.
    isNatEnabled Boolean
    Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
    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.
    migrationState String
    Migration state of the subnet. This field is read-only.
    name String
    Name of the subnet.
    networkFunctionChainReference String
    UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
    networkId Number
    or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
    reservedIpAddresses List<Property Map>
    List of IPs that are excluded while allocating IP addresses to VM ports.
    subnetType String
    Type of subnet.
    virtualSwitchReference String
    UUID of the virtual switch this subnet belongs to (type VLAN only).
    virtualSwitches List<Property Map>
    Schema to configure a virtual switch
    vpcReference String
    UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
    vpcs List<Property Map>
    Networking common base object

    Supporting Types

    GetSubnetV2DhcpOption

    BootFileName string
    Boot file name
    DomainName string
    The DNS domain name of the client.
    DomainNameServers List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2DhcpOptionDomainNameServer>
    List of Domain Name Server addresses.
    NtpServers List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2DhcpOptionNtpServer>
    List of NTP server addresses
    SearchDomains List<string>
    The DNS domain search list.
    TftpServerName string
    TFTP server name
    BootFileName string
    Boot file name
    DomainName string
    The DNS domain name of the client.
    DomainNameServers []GetSubnetV2DhcpOptionDomainNameServer
    List of Domain Name Server addresses.
    NtpServers []GetSubnetV2DhcpOptionNtpServer
    List of NTP server addresses
    SearchDomains []string
    The DNS domain search list.
    TftpServerName string
    TFTP server name
    bootFileName String
    Boot file name
    domainName String
    The DNS domain name of the client.
    domainNameServers List<GetSubnetV2DhcpOptionDomainNameServer>
    List of Domain Name Server addresses.
    ntpServers List<GetSubnetV2DhcpOptionNtpServer>
    List of NTP server addresses
    searchDomains List<String>
    The DNS domain search list.
    tftpServerName String
    TFTP server name
    bootFileName string
    Boot file name
    domainName string
    The DNS domain name of the client.
    domainNameServers GetSubnetV2DhcpOptionDomainNameServer[]
    List of Domain Name Server addresses.
    ntpServers GetSubnetV2DhcpOptionNtpServer[]
    List of NTP server addresses
    searchDomains string[]
    The DNS domain search list.
    tftpServerName string
    TFTP server name
    boot_file_name str
    Boot file name
    domain_name str
    The DNS domain name of the client.
    domain_name_servers Sequence[GetSubnetV2DhcpOptionDomainNameServer]
    List of Domain Name Server addresses.
    ntp_servers Sequence[GetSubnetV2DhcpOptionNtpServer]
    List of NTP server addresses
    search_domains Sequence[str]
    The DNS domain search list.
    tftp_server_name str
    TFTP server name
    bootFileName String
    Boot file name
    domainName String
    The DNS domain name of the client.
    domainNameServers List<Property Map>
    List of Domain Name Server addresses.
    ntpServers List<Property Map>
    List of NTP server addresses
    searchDomains List<String>
    The DNS domain search list.
    tftpServerName String
    TFTP server name

    GetSubnetV2DhcpOptionDomainNameServer

    ipv4s List<Property Map>
    IP V4 configuration.
    ipv6s List<Property Map>
    IP V6 configuration

    GetSubnetV2DhcpOptionDomainNameServerIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2DhcpOptionDomainNameServerIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2DhcpOptionNtpServer

    ipv4s List<Property Map>
    IP V4 configuration.
    ipv6s List<Property Map>
    IP V6 configuration

    GetSubnetV2DhcpOptionNtpServerIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2DhcpOptionNtpServerIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2DynamicIpAddress

    ipv4s List<Property Map>
    IP V4 configuration.
    ipv6s List<Property Map>
    IP V6 configuration

    GetSubnetV2DynamicIpAddressIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2DynamicIpAddressIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpConfig

    Ipv4s []GetSubnetV2IpConfigIpv4
    IP V4 configuration.
    Ipv6s []GetSubnetV2IpConfigIpv6
    IP V6 configuration
    ipv4s GetSubnetV2IpConfigIpv4[]
    IP V4 configuration.
    ipv6s GetSubnetV2IpConfigIpv6[]
    IP V6 configuration
    ipv4s List<Property Map>
    IP V4 configuration.
    ipv6s List<Property Map>
    IP V6 configuration

    GetSubnetV2IpConfigIpv4

    defaultGatewayIps List<Property Map>
    Reference to address configuration
    dhcpServerAddresses List<Property Map>
    Reference to address configuration
    ipSubnets List<Property Map>
    subnet ip
    poolLists List<Property Map>
    Pool of IP addresses from where IPs are allocated.

    GetSubnetV2IpConfigIpv4DefaultGatewayIp

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpConfigIpv4DhcpServerAddress

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpConfigIpv4IpSubnet

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv4IpSubnetIp>
    Reference to address configuration
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Ips []GetSubnetV2IpConfigIpv4IpSubnetIp
    Reference to address configuration
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<GetSubnetV2IpConfigIpv4IpSubnetIp>
    Reference to address configuration
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips GetSubnetV2IpConfigIpv4IpSubnetIp[]
    Reference to address configuration
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips Sequence[GetSubnetV2IpConfigIpv4IpSubnetIp]
    Reference to address configuration
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<Property Map>
    Reference to address configuration
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetSubnetV2IpConfigIpv4IpSubnetIp

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpConfigIpv4PoolList

    EndIps []GetSubnetV2IpConfigIpv4PoolListEndIp
    Reference to address configuration
    StartIps []GetSubnetV2IpConfigIpv4PoolListStartIp
    Reference to address configuration
    endIps List<GetSubnetV2IpConfigIpv4PoolListEndIp>
    Reference to address configuration
    startIps List<GetSubnetV2IpConfigIpv4PoolListStartIp>
    Reference to address configuration
    endIps GetSubnetV2IpConfigIpv4PoolListEndIp[]
    Reference to address configuration
    startIps GetSubnetV2IpConfigIpv4PoolListStartIp[]
    Reference to address configuration
    endIps List<Property Map>
    Reference to address configuration
    startIps List<Property Map>
    Reference to address configuration

    GetSubnetV2IpConfigIpv4PoolListEndIp

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpConfigIpv4PoolListStartIp

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpConfigIpv6

    defaultGatewayIps List<Property Map>
    Reference to address configuration
    dhcpServerAddresses List<Property Map>
    Reference to address configuration
    ipSubnets List<Property Map>
    subnet ip
    poolLists List<Property Map>
    Pool of IP addresses from where IPs are allocated.

    GetSubnetV2IpConfigIpv6DefaultGatewayIp

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpConfigIpv6DhcpServerAddress

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpConfigIpv6IpSubnet

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv6IpSubnetIp>
    Reference to address configuration
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Ips []GetSubnetV2IpConfigIpv6IpSubnetIp
    Reference to address configuration
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<GetSubnetV2IpConfigIpv6IpSubnetIp>
    Reference to address configuration
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips GetSubnetV2IpConfigIpv6IpSubnetIp[]
    Reference to address configuration
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips Sequence[GetSubnetV2IpConfigIpv6IpSubnetIp]
    Reference to address configuration
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<Property Map>
    Reference to address configuration
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetSubnetV2IpConfigIpv6IpSubnetIp

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpConfigIpv6PoolList

    EndIps []GetSubnetV2IpConfigIpv6PoolListEndIp
    Reference to address configuration
    StartIps []GetSubnetV2IpConfigIpv6PoolListStartIp
    Reference to address configuration
    endIps List<GetSubnetV2IpConfigIpv6PoolListEndIp>
    Reference to address configuration
    startIps List<GetSubnetV2IpConfigIpv6PoolListStartIp>
    Reference to address configuration
    endIps GetSubnetV2IpConfigIpv6PoolListEndIp[]
    Reference to address configuration
    startIps GetSubnetV2IpConfigIpv6PoolListStartIp[]
    Reference to address configuration
    endIps List<Property Map>
    Reference to address configuration
    startIps List<Property Map>
    Reference to address configuration

    GetSubnetV2IpConfigIpv6PoolListEndIp

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpConfigIpv6PoolListStartIp

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpUsage

    IpPoolUsages List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpUsageIpPoolUsage>
    IP Pool usages
    NumAssignedIps int
    Number of assigned IPs.
    NumFreeIps int
    Number of free IPs
    NumMacs int
    Number of MAC addresses.
    IpPoolUsages []GetSubnetV2IpUsageIpPoolUsage
    IP Pool usages
    NumAssignedIps int
    Number of assigned IPs.
    NumFreeIps int
    Number of free IPs
    NumMacs int
    Number of MAC addresses.
    ipPoolUsages List<GetSubnetV2IpUsageIpPoolUsage>
    IP Pool usages
    numAssignedIps Integer
    Number of assigned IPs.
    numFreeIps Integer
    Number of free IPs
    numMacs Integer
    Number of MAC addresses.
    ipPoolUsages GetSubnetV2IpUsageIpPoolUsage[]
    IP Pool usages
    numAssignedIps number
    Number of assigned IPs.
    numFreeIps number
    Number of free IPs
    numMacs number
    Number of MAC addresses.
    ip_pool_usages Sequence[GetSubnetV2IpUsageIpPoolUsage]
    IP Pool usages
    num_assigned_ips int
    Number of assigned IPs.
    num_free_ips int
    Number of free IPs
    num_macs int
    Number of MAC addresses.
    ipPoolUsages List<Property Map>
    IP Pool usages
    numAssignedIps Number
    Number of assigned IPs.
    numFreeIps Number
    Number of free IPs
    numMacs Number
    Number of MAC addresses.

    GetSubnetV2IpUsageIpPoolUsage

    NumFreeIps int
    Number of free IPs
    NumTotalIps int
    Total number of IPs in this pool.
    Ranges List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpUsageIpPoolUsageRange>
    Start/end IP address range.
    NumFreeIps int
    Number of free IPs
    NumTotalIps int
    Total number of IPs in this pool.
    Ranges []GetSubnetV2IpUsageIpPoolUsageRange
    Start/end IP address range.
    numFreeIps Integer
    Number of free IPs
    numTotalIps Integer
    Total number of IPs in this pool.
    ranges List<GetSubnetV2IpUsageIpPoolUsageRange>
    Start/end IP address range.
    numFreeIps number
    Number of free IPs
    numTotalIps number
    Total number of IPs in this pool.
    ranges GetSubnetV2IpUsageIpPoolUsageRange[]
    Start/end IP address range.
    num_free_ips int
    Number of free IPs
    num_total_ips int
    Total number of IPs in this pool.
    ranges Sequence[GetSubnetV2IpUsageIpPoolUsageRange]
    Start/end IP address range.
    numFreeIps Number
    Number of free IPs
    numTotalIps Number
    Total number of IPs in this pool.
    ranges List<Property Map>
    Start/end IP address range.

    GetSubnetV2IpUsageIpPoolUsageRange

    EndIps []GetSubnetV2IpUsageIpPoolUsageRangeEndIp
    Reference to address configuration
    StartIps []GetSubnetV2IpUsageIpPoolUsageRangeStartIp
    Reference to address configuration
    endIps GetSubnetV2IpUsageIpPoolUsageRangeEndIp[]
    Reference to address configuration
    startIps GetSubnetV2IpUsageIpPoolUsageRangeStartIp[]
    Reference to address configuration
    endIps List<Property Map>
    Reference to address configuration
    startIps List<Property Map>
    Reference to address configuration

    GetSubnetV2IpUsageIpPoolUsageRangeEndIp

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2IpUsageIpPoolUsageRangeStartIp

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetSubnetV2ReservedIpAddress

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2VirtualSwitch

    BondMode bool
    Clusters List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VirtualSwitchCluster>
    Description string
    Description of the subnet.
    ExtId string
    • (Required) The UUID of the subnet.
    HasDeploymentError bool
    IsDefault bool
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VirtualSwitchLink>
    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.
    Metadatas List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VirtualSwitchMetadata>
    Mtu int
    Name string
    Name of the subnet.
    TenantId string
    BondMode bool
    Clusters []GetSubnetV2VirtualSwitchCluster
    Description string
    Description of the subnet.
    ExtId string
    • (Required) The UUID of the subnet.
    HasDeploymentError bool
    IsDefault bool
    Links []GetSubnetV2VirtualSwitchLink
    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.
    Metadatas []GetSubnetV2VirtualSwitchMetadata
    Mtu int
    Name string
    Name of the subnet.
    TenantId string
    bondMode Boolean
    clusters List<GetSubnetV2VirtualSwitchCluster>
    description String
    Description of the subnet.
    extId String
    • (Required) The UUID of the subnet.
    hasDeploymentError Boolean
    isDefault Boolean
    links List<GetSubnetV2VirtualSwitchLink>
    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.
    metadatas List<GetSubnetV2VirtualSwitchMetadata>
    mtu Integer
    name String
    Name of the subnet.
    tenantId String
    bondMode boolean
    clusters GetSubnetV2VirtualSwitchCluster[]
    description string
    Description of the subnet.
    extId string
    • (Required) The UUID of the subnet.
    hasDeploymentError boolean
    isDefault boolean
    links GetSubnetV2VirtualSwitchLink[]
    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.
    metadatas GetSubnetV2VirtualSwitchMetadata[]
    mtu number
    name string
    Name of the subnet.
    tenantId string
    bond_mode bool
    clusters Sequence[GetSubnetV2VirtualSwitchCluster]
    description str
    Description of the subnet.
    ext_id str
    • (Required) The UUID of the subnet.
    has_deployment_error bool
    is_default bool
    links Sequence[GetSubnetV2VirtualSwitchLink]
    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.
    metadatas Sequence[GetSubnetV2VirtualSwitchMetadata]
    mtu int
    name str
    Name of the subnet.
    tenant_id str
    bondMode Boolean
    clusters List<Property Map>
    description String
    Description of the subnet.
    extId String
    • (Required) The UUID of the subnet.
    hasDeploymentError Boolean
    isDefault Boolean
    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.
    metadatas List<Property Map>
    mtu Number
    name String
    Name of the subnet.
    tenantId String

    GetSubnetV2VirtualSwitchCluster

    extId String
    • (Required) The UUID of the subnet.
    gatewayIpAddresses List<Property Map>
    hosts List<Property Map>

    GetSubnetV2VirtualSwitchClusterGatewayIpAddress

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2VirtualSwitchClusterHost

    extId String
    • (Required) The UUID of the subnet.
    hostNics List<String>
    internalBridgeName String
    ipAddresses List<GetSubnetV2VirtualSwitchClusterHostIpAddress>
    routeTable Integer
    extId String
    • (Required) The UUID of the subnet.
    hostNics List<String>
    internalBridgeName String
    ipAddresses List<Property Map>
    routeTable Number

    GetSubnetV2VirtualSwitchClusterHostIpAddress

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VirtualSwitchClusterHostIpAddressIp>
    Reference to address configuration
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Ips []GetSubnetV2VirtualSwitchClusterHostIpAddressIp
    Reference to address configuration
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<GetSubnetV2VirtualSwitchClusterHostIpAddressIp>
    Reference to address configuration
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips GetSubnetV2VirtualSwitchClusterHostIpAddressIp[]
    Reference to address configuration
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips Sequence[GetSubnetV2VirtualSwitchClusterHostIpAddressIp]
    Reference to address configuration
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<Property Map>
    Reference to address configuration
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetSubnetV2VirtualSwitchClusterHostIpAddressIp

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetSubnetV2VirtualSwitchMetadata

    CategoryIds List<ImmutableArray<object>>
    OwnerReferenceId string
    OwnerUserName string
    ProjectName string
    ProjectReferenceId string
    categoryIds List<List<Object>>
    ownerReferenceId String
    ownerUserName String
    projectName String
    projectReferenceId String

    GetSubnetV2Vpc

    CommonDhcpOptions List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcCommonDhcpOption>
    Description string
    Description of the subnet.
    ExtId string
    • (Required) The UUID of the subnet.
    ExternalRoutingDomainReference string
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcExternalSubnet>
    ExternallyRoutablePrefixes List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcExternallyRoutablePrefix>
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcLink>
    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.
    Metadatas List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcMetadata>
    Name string
    Name of the subnet.
    SnatIps List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcSnatIp>
    TenantId string
    VpcType string
    CommonDhcpOptions []GetSubnetV2VpcCommonDhcpOption
    Description string
    Description of the subnet.
    ExtId string
    • (Required) The UUID of the subnet.
    ExternalRoutingDomainReference string
    ExternalSubnets []GetSubnetV2VpcExternalSubnet
    ExternallyRoutablePrefixes []GetSubnetV2VpcExternallyRoutablePrefix
    Links []GetSubnetV2VpcLink
    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.
    Metadatas []GetSubnetV2VpcMetadata
    Name string
    Name of the subnet.
    SnatIps []GetSubnetV2VpcSnatIp
    TenantId string
    VpcType string
    commonDhcpOptions List<GetSubnetV2VpcCommonDhcpOption>
    description String
    Description of the subnet.
    extId String
    • (Required) The UUID of the subnet.
    externalRoutingDomainReference String
    externalSubnets List<GetSubnetV2VpcExternalSubnet>
    externallyRoutablePrefixes List<GetSubnetV2VpcExternallyRoutablePrefix>
    links List<GetSubnetV2VpcLink>
    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.
    metadatas List<GetSubnetV2VpcMetadata>
    name String
    Name of the subnet.
    snatIps List<GetSubnetV2VpcSnatIp>
    tenantId String
    vpcType String
    commonDhcpOptions GetSubnetV2VpcCommonDhcpOption[]
    description string
    Description of the subnet.
    extId string
    • (Required) The UUID of the subnet.
    externalRoutingDomainReference string
    externalSubnets GetSubnetV2VpcExternalSubnet[]
    externallyRoutablePrefixes GetSubnetV2VpcExternallyRoutablePrefix[]
    links GetSubnetV2VpcLink[]
    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.
    metadatas GetSubnetV2VpcMetadata[]
    name string
    Name of the subnet.
    snatIps GetSubnetV2VpcSnatIp[]
    tenantId string
    vpcType string
    common_dhcp_options Sequence[GetSubnetV2VpcCommonDhcpOption]
    description str
    Description of the subnet.
    ext_id str
    • (Required) The UUID of the subnet.
    external_routing_domain_reference str
    external_subnets Sequence[GetSubnetV2VpcExternalSubnet]
    externally_routable_prefixes Sequence[GetSubnetV2VpcExternallyRoutablePrefix]
    links Sequence[GetSubnetV2VpcLink]
    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.
    metadatas Sequence[GetSubnetV2VpcMetadata]
    name str
    Name of the subnet.
    snat_ips Sequence[GetSubnetV2VpcSnatIp]
    tenant_id str
    vpc_type str
    commonDhcpOptions List<Property Map>
    description String
    Description of the subnet.
    extId String
    • (Required) The UUID of the subnet.
    externalRoutingDomainReference String
    externalSubnets List<Property Map>
    externallyRoutablePrefixes List<Property Map>
    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.
    metadatas List<Property Map>
    name String
    Name of the subnet.
    snatIps List<Property Map>
    tenantId String
    vpcType String

    GetSubnetV2VpcCommonDhcpOption

    domainNameServers List<Property Map>
    List of Domain Name Server addresses.

    GetSubnetV2VpcCommonDhcpOptionDomainNameServer

    ipv4s List<Property Map>
    IP V4 configuration.
    ipv6s List<Property Map>
    IP V6 configuration

    GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2VpcExternalSubnet

    GetSubnetV2VpcExternalSubnetActiveGatewayNode

    GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress

    ipv4s List<Property Map>
    IP V4 configuration.
    ipv6s List<Property Map>
    IP V6 configuration

    GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2VpcExternalSubnetExternalIp

    ipv4s List<Property Map>
    IP V4 configuration.
    ipv6s List<Property Map>
    IP V6 configuration

    GetSubnetV2VpcExternalSubnetExternalIpIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2VpcExternalSubnetExternalIpIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2VpcExternallyRoutablePrefix

    ipv4s List<Property Map>
    IP V4 configuration.
    ipv6s List<Property Map>
    IP V6 configuration

    GetSubnetV2VpcExternallyRoutablePrefixIpv4

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip>
    Reference to address configuration
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Ips []GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip
    Reference to address configuration
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip>
    Reference to address configuration
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip[]
    Reference to address configuration
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips Sequence[GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip]
    Reference to address configuration
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<Property Map>
    Reference to address configuration
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2VpcExternallyRoutablePrefixIpv6

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip>
    Reference to address configuration
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Ips []GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip
    Reference to address configuration
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip>
    Reference to address configuration
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip[]
    Reference to address configuration
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips Sequence[GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip]
    Reference to address configuration
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<Property Map>
    Reference to address configuration
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetSubnetV2VpcMetadata

    CategoryIds List<ImmutableArray<object>>
    OwnerReferenceId string
    OwnerUserName string
    ProjectName string
    ProjectReferenceId string
    categoryIds List<List<Object>>
    ownerReferenceId String
    ownerUserName String
    projectName String
    projectReferenceId String

    GetSubnetV2VpcSnatIp

    ipv4s List<Property Map>
    IP V4 configuration.
    ipv6s List<Property Map>
    IP V6 configuration

    GetSubnetV2VpcSnatIpIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetSubnetV2VpcSnatIpIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg