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

nutanix.getSubnetsV2

Explore with Pulumi AI

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

    Get the list of existing subnets.

    Using getSubnetsV2

    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 getSubnetsV2(args: GetSubnetsV2Args, opts?: InvokeOptions): Promise<GetSubnetsV2Result>
    function getSubnetsV2Output(args: GetSubnetsV2OutputArgs, opts?: InvokeOptions): Output<GetSubnetsV2Result>
    def get_subnets_v2(expand: Optional[str] = None,
                       filter: Optional[str] = None,
                       limit: Optional[int] = None,
                       order_by: Optional[str] = None,
                       page: Optional[int] = None,
                       select: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetSubnetsV2Result
    def get_subnets_v2_output(expand: Optional[pulumi.Input[str]] = None,
                       filter: Optional[pulumi.Input[str]] = None,
                       limit: Optional[pulumi.Input[int]] = None,
                       order_by: Optional[pulumi.Input[str]] = None,
                       page: Optional[pulumi.Input[int]] = None,
                       select: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetSubnetsV2Result]
    func GetSubnetsV2(ctx *Context, args *GetSubnetsV2Args, opts ...InvokeOption) (*GetSubnetsV2Result, error)
    func GetSubnetsV2Output(ctx *Context, args *GetSubnetsV2OutputArgs, opts ...InvokeOption) GetSubnetsV2ResultOutput

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

    public static class GetSubnetsV2 
    {
        public static Task<GetSubnetsV2Result> InvokeAsync(GetSubnetsV2Args args, InvokeOptions? opts = null)
        public static Output<GetSubnetsV2Result> Invoke(GetSubnetsV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSubnetsV2Result> getSubnetsV2(GetSubnetsV2Args args, InvokeOptions options)
    public static Output<GetSubnetsV2Result> getSubnetsV2(GetSubnetsV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getSubnetsV2:getSubnetsV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Expand string
    A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
    Filter string
    A URL query parameter that allows clients to filter a collection of resources.
    Limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    Page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    Select string
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type.
    Expand string
    A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
    Filter string
    A URL query parameter that allows clients to filter a collection of resources.
    Limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    Page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    Select string
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type.
    expand String
    A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
    filter String
    A URL query parameter that allows clients to filter a collection of resources.
    limit Integer
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    page Integer
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select String
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type.
    expand string
    A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
    filter string
    A URL query parameter that allows clients to filter a collection of resources.
    limit number
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    page number
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select string
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type.
    expand str
    A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
    filter str
    A URL query parameter that allows clients to filter a collection of resources.
    limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    order_by str
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select str
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type.
    expand String
    A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
    filter String
    A URL query parameter that allows clients to filter a collection of resources.
    limit Number
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    page Number
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select String
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type.

    getSubnetsV2 Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Subnets List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetsV2Subnet>
    Expand string
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    Id string
    The provider-assigned unique ID for this managed resource.
    Subnets []GetSubnetsV2Subnet
    Expand string
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    id String
    The provider-assigned unique ID for this managed resource.
    subnets List<GetSubnetsV2Subnet>
    expand String
    filter String
    limit Integer
    orderBy String
    page Integer
    select String
    id string
    The provider-assigned unique ID for this managed resource.
    subnets GetSubnetsV2Subnet[]
    expand string
    filter string
    limit number
    orderBy string
    page number
    select string
    id str
    The provider-assigned unique ID for this managed resource.
    subnets Sequence[GetSubnetsV2Subnet]
    expand str
    filter str
    limit int
    order_by str
    page int
    select str
    id String
    The provider-assigned unique ID for this managed resource.
    subnets List<Property Map>
    expand String
    filter String
    limit Number
    orderBy String
    page Number
    select String

    Supporting Types

    GetSubnetsV2Subnet

    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.Inputs.GetSubnetsV2SubnetDhcpOption>
    List of DHCP options to be configured.
    DynamicIpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetDynamicIpAddress>
    List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    HypervisorType string
    Hypervisor Type
    IpConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetIpConfig>
    IP configuration for the subnet.
    IpPrefix string
    IP Prefix in CIDR format.
    IpUsages List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetIpUsage>
    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.Inputs.GetSubnetsV2SubnetLink>
    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.Inputs.GetSubnetsV2SubnetReservedIpAddress>
    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.Inputs.GetSubnetsV2SubnetVirtualSwitch>
    Schema to configure a virtual switch
    VpcReference string
    UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
    Vpcs List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetVpc>
    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 []GetSubnetsV2SubnetDhcpOption
    List of DHCP options to be configured.
    DynamicIpAddresses []GetSubnetsV2SubnetDynamicIpAddress
    List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    HypervisorType string
    Hypervisor Type
    IpConfigs []GetSubnetsV2SubnetIpConfig
    IP configuration for the subnet.
    IpPrefix string
    IP Prefix in CIDR format.
    IpUsages []GetSubnetsV2SubnetIpUsage
    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 []GetSubnetsV2SubnetLink
    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 []GetSubnetsV2SubnetReservedIpAddress
    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 []GetSubnetsV2SubnetVirtualSwitch
    Schema to configure a virtual switch
    VpcReference string
    UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
    Vpcs []GetSubnetsV2SubnetVpc
    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<GetSubnetsV2SubnetDhcpOption>
    List of DHCP options to be configured.
    dynamicIpAddresses List<GetSubnetsV2SubnetDynamicIpAddress>
    List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    hypervisorType String
    Hypervisor Type
    ipConfigs List<GetSubnetsV2SubnetIpConfig>
    IP configuration for the subnet.
    ipPrefix String
    IP Prefix in CIDR format.
    ipUsages List<GetSubnetsV2SubnetIpUsage>
    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<GetSubnetsV2SubnetLink>
    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<GetSubnetsV2SubnetReservedIpAddress>
    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<GetSubnetsV2SubnetVirtualSwitch>
    Schema to configure a virtual switch
    vpcReference String
    UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
    vpcs List<GetSubnetsV2SubnetVpc>
    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 GetSubnetsV2SubnetDhcpOption[]
    List of DHCP options to be configured.
    dynamicIpAddresses GetSubnetsV2SubnetDynamicIpAddress[]
    List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    hypervisorType string
    Hypervisor Type
    ipConfigs GetSubnetsV2SubnetIpConfig[]
    IP configuration for the subnet.
    ipPrefix string
    IP Prefix in CIDR format.
    ipUsages GetSubnetsV2SubnetIpUsage[]
    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 GetSubnetsV2SubnetLink[]
    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 GetSubnetsV2SubnetReservedIpAddress[]
    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 GetSubnetsV2SubnetVirtualSwitch[]
    Schema to configure a virtual switch
    vpcReference string
    UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
    vpcs GetSubnetsV2SubnetVpc[]
    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[GetSubnetsV2SubnetDhcpOption]
    List of DHCP options to be configured.
    dynamic_ip_addresses Sequence[GetSubnetsV2SubnetDynamicIpAddress]
    List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    hypervisor_type str
    Hypervisor Type
    ip_configs Sequence[GetSubnetsV2SubnetIpConfig]
    IP configuration for the subnet.
    ip_prefix str
    IP Prefix in CIDR format.
    ip_usages Sequence[GetSubnetsV2SubnetIpUsage]
    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[GetSubnetsV2SubnetLink]
    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[GetSubnetsV2SubnetReservedIpAddress]
    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[GetSubnetsV2SubnetVirtualSwitch]
    Schema to configure a virtual switch
    vpc_reference str
    UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
    vpcs Sequence[GetSubnetsV2SubnetVpc]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    hypervisorType String
    Hypervisor Type
    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

    GetSubnetsV2SubnetDhcpOption

    BootFileName string
    Boot file name
    DomainName string
    The DNS domain name of the client.
    DomainNameServers List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetDhcpOptionDomainNameServer>
    List of Domain Name Server addresses.
    NtpServers List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetDhcpOptionNtpServer>
    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 []GetSubnetsV2SubnetDhcpOptionDomainNameServer
    List of Domain Name Server addresses.
    NtpServers []GetSubnetsV2SubnetDhcpOptionNtpServer
    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<GetSubnetsV2SubnetDhcpOptionDomainNameServer>
    List of Domain Name Server addresses.
    ntpServers List<GetSubnetsV2SubnetDhcpOptionNtpServer>
    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 GetSubnetsV2SubnetDhcpOptionDomainNameServer[]
    List of Domain Name Server addresses.
    ntpServers GetSubnetsV2SubnetDhcpOptionNtpServer[]
    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[GetSubnetsV2SubnetDhcpOptionDomainNameServer]
    List of Domain Name Server addresses.
    ntp_servers Sequence[GetSubnetsV2SubnetDhcpOptionNtpServer]
    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

    GetSubnetsV2SubnetDhcpOptionDomainNameServer

    GetSubnetsV2SubnetDhcpOptionDomainNameServerIpv4

    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value string
    value of address
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value str
    value of address
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address

    GetSubnetsV2SubnetDhcpOptionDomainNameServerIpv6

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetDhcpOptionNtpServer

    GetSubnetsV2SubnetDhcpOptionNtpServerIpv4

    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value string
    value of address
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value str
    value of address
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address

    GetSubnetsV2SubnetDhcpOptionNtpServerIpv6

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetDynamicIpAddress

    GetSubnetsV2SubnetDynamicIpAddressIpv4

    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value string
    value of address
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value str
    value of address
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address

    GetSubnetsV2SubnetDynamicIpAddressIpv6

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpConfig

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

    GetSubnetsV2SubnetIpConfigIpv4

    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.

    GetSubnetsV2SubnetIpConfigIpv4DefaultGatewayIp

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpConfigIpv4DhcpServerAddress

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpConfigIpv4IpSubnet

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

    GetSubnetsV2SubnetIpConfigIpv4IpSubnetIp

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpConfigIpv4PoolList

    endIps List<Property Map>
    Reference to address configuration
    startIps List<Property Map>
    Reference to address configuration

    GetSubnetsV2SubnetIpConfigIpv4PoolListEndIp

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpConfigIpv4PoolListStartIp

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpConfigIpv6

    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.

    GetSubnetsV2SubnetIpConfigIpv6DefaultGatewayIp

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpConfigIpv6DhcpServerAddress

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpConfigIpv6IpSubnet

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

    GetSubnetsV2SubnetIpConfigIpv6IpSubnetIp

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpConfigIpv6PoolList

    endIps List<Property Map>
    Reference to address configuration
    startIps List<Property Map>
    Reference to address configuration

    GetSubnetsV2SubnetIpConfigIpv6PoolListEndIp

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpConfigIpv6PoolListStartIp

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpUsage

    IpPoolUsages List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetIpUsageIpPoolUsage>
    IP Pool usages
    NumAssignedIps int
    Number of assigned IPs.
    NumFreeIps int
    Number of free IPs.
    NumMacs int
    Number of MAC addresses.
    IpPoolUsages []GetSubnetsV2SubnetIpUsageIpPoolUsage
    IP Pool usages
    NumAssignedIps int
    Number of assigned IPs.
    NumFreeIps int
    Number of free IPs.
    NumMacs int
    Number of MAC addresses.
    ipPoolUsages List<GetSubnetsV2SubnetIpUsageIpPoolUsage>
    IP Pool usages
    numAssignedIps Integer
    Number of assigned IPs.
    numFreeIps Integer
    Number of free IPs.
    numMacs Integer
    Number of MAC addresses.
    ipPoolUsages GetSubnetsV2SubnetIpUsageIpPoolUsage[]
    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[GetSubnetsV2SubnetIpUsageIpPoolUsage]
    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.

    GetSubnetsV2SubnetIpUsageIpPoolUsage

    NumFreeIps int
    Number of free IPs
    NumTotalIps int
    Total number of IPs in this pool.
    Ranges List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetIpUsageIpPoolUsageRange>
    Start/end IP address range.
    NumFreeIps int
    Number of free IPs
    NumTotalIps int
    Total number of IPs in this pool.
    Ranges []GetSubnetsV2SubnetIpUsageIpPoolUsageRange
    Start/end IP address range.
    numFreeIps Integer
    Number of free IPs
    numTotalIps Integer
    Total number of IPs in this pool.
    ranges List<GetSubnetsV2SubnetIpUsageIpPoolUsageRange>
    Start/end IP address range.
    numFreeIps number
    Number of free IPs
    numTotalIps number
    Total number of IPs in this pool.
    ranges GetSubnetsV2SubnetIpUsageIpPoolUsageRange[]
    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[GetSubnetsV2SubnetIpUsageIpPoolUsageRange]
    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.

    GetSubnetsV2SubnetIpUsageIpPoolUsageRange

    endIps List<Property Map>
    Reference to address configuration
    startIps List<Property Map>
    Reference to address configuration

    GetSubnetsV2SubnetIpUsageIpPoolUsageRangeEndIp

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetIpUsageIpPoolUsageRangeStartIp

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    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

    GetSubnetsV2SubnetReservedIpAddress

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetVirtualSwitch

    BondMode bool
    Clusters List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetVirtualSwitchCluster>
    Description string
    Description of the subnet.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    HasDeploymentError bool
    IsDefault bool
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetVirtualSwitchLink>
    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.GetSubnetsV2SubnetVirtualSwitchMetadata>
    Mtu int
    Name string
    Name of the subnet.
    TenantId string
    BondMode bool
    Clusters []GetSubnetsV2SubnetVirtualSwitchCluster
    Description string
    Description of the subnet.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    HasDeploymentError bool
    IsDefault bool
    Links []GetSubnetsV2SubnetVirtualSwitchLink
    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 []GetSubnetsV2SubnetVirtualSwitchMetadata
    Mtu int
    Name string
    Name of the subnet.
    TenantId string
    bondMode Boolean
    clusters List<GetSubnetsV2SubnetVirtualSwitchCluster>
    description String
    Description of the subnet.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    hasDeploymentError Boolean
    isDefault Boolean
    links List<GetSubnetsV2SubnetVirtualSwitchLink>
    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<GetSubnetsV2SubnetVirtualSwitchMetadata>
    mtu Integer
    name String
    Name of the subnet.
    tenantId String
    bondMode boolean
    clusters GetSubnetsV2SubnetVirtualSwitchCluster[]
    description string
    Description of the subnet.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    hasDeploymentError boolean
    isDefault boolean
    links GetSubnetsV2SubnetVirtualSwitchLink[]
    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 GetSubnetsV2SubnetVirtualSwitchMetadata[]
    mtu number
    name string
    Name of the subnet.
    tenantId string
    bond_mode bool
    clusters Sequence[GetSubnetsV2SubnetVirtualSwitchCluster]
    description str
    Description of the subnet.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    has_deployment_error bool
    is_default bool
    links Sequence[GetSubnetsV2SubnetVirtualSwitchLink]
    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[GetSubnetsV2SubnetVirtualSwitchMetadata]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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

    GetSubnetsV2SubnetVirtualSwitchCluster

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    GatewayIpAddresses []GetSubnetsV2SubnetVirtualSwitchClusterGatewayIpAddress
    Hosts []GetSubnetsV2SubnetVirtualSwitchClusterHost
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    gatewayIpAddresses List<GetSubnetsV2SubnetVirtualSwitchClusterGatewayIpAddress>
    hosts List<GetSubnetsV2SubnetVirtualSwitchClusterHost>
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    gatewayIpAddresses GetSubnetsV2SubnetVirtualSwitchClusterGatewayIpAddress[]
    hosts GetSubnetsV2SubnetVirtualSwitchClusterHost[]
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    gatewayIpAddresses List<Property Map>
    hosts List<Property Map>

    GetSubnetsV2SubnetVirtualSwitchClusterGatewayIpAddress

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetVirtualSwitchClusterHost

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    HostNics List<string>
    InternalBridgeName string
    IpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetVirtualSwitchClusterHostIpAddress>
    RouteTable int
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    HostNics []string
    InternalBridgeName string
    IpAddresses []GetSubnetsV2SubnetVirtualSwitchClusterHostIpAddress
    RouteTable int
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    hostNics List<String>
    internalBridgeName String
    ipAddresses List<GetSubnetsV2SubnetVirtualSwitchClusterHostIpAddress>
    routeTable Integer
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    hostNics string[]
    internalBridgeName string
    ipAddresses GetSubnetsV2SubnetVirtualSwitchClusterHostIpAddress[]
    routeTable number
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    host_nics Sequence[str]
    internal_bridge_name str
    ip_addresses Sequence[GetSubnetsV2SubnetVirtualSwitchClusterHostIpAddress]
    route_table int
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    hostNics List<String>
    internalBridgeName String
    ipAddresses List<Property Map>
    routeTable Number

    GetSubnetsV2SubnetVirtualSwitchClusterHostIpAddress

    ips List<Property Map>
    Reference to address configuration
    prefixLength Number

    GetSubnetsV2SubnetVirtualSwitchClusterHostIpAddressIp

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    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

    GetSubnetsV2SubnetVirtualSwitchMetadata

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

    GetSubnetsV2SubnetVpc

    CommonDhcpOptions List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetVpcCommonDhcpOption>
    Description string
    Description of the subnet.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExternalRoutingDomainReference string
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetVpcExternalSubnet>
    ExternallyRoutablePrefixes List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetVpcExternallyRoutablePrefix>
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetVpcLink>
    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.GetSubnetsV2SubnetVpcMetadata>
    Name string
    Name of the subnet.
    SnatIps List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetVpcSnatIp>
    TenantId string
    VpcType string
    CommonDhcpOptions []GetSubnetsV2SubnetVpcCommonDhcpOption
    Description string
    Description of the subnet.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExternalRoutingDomainReference string
    ExternalSubnets []GetSubnetsV2SubnetVpcExternalSubnet
    ExternallyRoutablePrefixes []GetSubnetsV2SubnetVpcExternallyRoutablePrefix
    Links []GetSubnetsV2SubnetVpcLink
    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 []GetSubnetsV2SubnetVpcMetadata
    Name string
    Name of the subnet.
    SnatIps []GetSubnetsV2SubnetVpcSnatIp
    TenantId string
    VpcType string
    commonDhcpOptions List<GetSubnetsV2SubnetVpcCommonDhcpOption>
    description String
    Description of the subnet.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    externalRoutingDomainReference String
    externalSubnets List<GetSubnetsV2SubnetVpcExternalSubnet>
    externallyRoutablePrefixes List<GetSubnetsV2SubnetVpcExternallyRoutablePrefix>
    links List<GetSubnetsV2SubnetVpcLink>
    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<GetSubnetsV2SubnetVpcMetadata>
    name String
    Name of the subnet.
    snatIps List<GetSubnetsV2SubnetVpcSnatIp>
    tenantId String
    vpcType String
    commonDhcpOptions GetSubnetsV2SubnetVpcCommonDhcpOption[]
    description string
    Description of the subnet.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    externalRoutingDomainReference string
    externalSubnets GetSubnetsV2SubnetVpcExternalSubnet[]
    externallyRoutablePrefixes GetSubnetsV2SubnetVpcExternallyRoutablePrefix[]
    links GetSubnetsV2SubnetVpcLink[]
    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 GetSubnetsV2SubnetVpcMetadata[]
    name string
    Name of the subnet.
    snatIps GetSubnetsV2SubnetVpcSnatIp[]
    tenantId string
    vpcType string
    common_dhcp_options Sequence[GetSubnetsV2SubnetVpcCommonDhcpOption]
    description str
    Description of the subnet.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    external_routing_domain_reference str
    external_subnets Sequence[GetSubnetsV2SubnetVpcExternalSubnet]
    externally_routable_prefixes Sequence[GetSubnetsV2SubnetVpcExternallyRoutablePrefix]
    links Sequence[GetSubnetsV2SubnetVpcLink]
    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[GetSubnetsV2SubnetVpcMetadata]
    name str
    Name of the subnet.
    snat_ips Sequence[GetSubnetsV2SubnetVpcSnatIp]
    tenant_id str
    vpc_type str
    commonDhcpOptions List<Property Map>
    description String
    Description of the subnet.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    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

    GetSubnetsV2SubnetVpcCommonDhcpOption

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

    GetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServer

    GetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv4

    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value string
    value of address
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value str
    value of address
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address

    GetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv6

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetVpcExternalSubnet

    GetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNode

    GetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress

    GetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4

    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value string
    value of address
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value str
    value of address
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address

    GetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetVpcExternalSubnetExternalIp

    GetSubnetsV2SubnetVpcExternalSubnetExternalIpIpv4

    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value string
    value of address
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value str
    value of address
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address

    GetSubnetsV2SubnetVpcExternalSubnetExternalIpIpv6

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetVpcExternallyRoutablePrefix

    GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip>
    Reference to address configuration
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Ips []GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip
    Reference to address configuration
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    ips List<GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip>
    Reference to address configuration
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    ips GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip[]
    Reference to address configuration
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    ips Sequence[GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip]
    Reference to address configuration
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    ips List<Property Map>
    Reference to address configuration
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    value String
    value of address

    GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6

    ips List<Property Map>
    Reference to address configuration
    prefixLength Number

    GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6Ip

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    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

    GetSubnetsV2SubnetVpcMetadata

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

    GetSubnetsV2SubnetVpcSnatIp

    GetSubnetsV2SubnetVpcSnatIpIpv4

    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    Value string
    value of address
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value string
    value of address
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value str
    value of address
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Subnet v4.

    value String
    value of address

    GetSubnetsV2SubnetVpcSnatIpIpv6

    PrefixLength int
    Value string
    value of address
    PrefixLength int
    Value string
    value of address
    prefixLength Integer
    value String
    value of address
    prefixLength number
    value string
    value of address
    prefix_length int
    value str
    value of address
    prefixLength Number
    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