1. Packages
  2. Nutanix
  3. API Docs
  4. getObjectStoresV2
Nutanix v0.10.0 published on Monday, Sep 1, 2025 by Piers Karsenbarg

nutanix.getObjectStoresV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.10.0 published on Monday, Sep 1, 2025 by Piers Karsenbarg

    Get an Object store for the provided UUID

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pierskarsenbarg/nutanix";
    
    const list = nutanix.getObjectStoresV2({});
    const filter = nutanix.getObjectStoresV2({
        filter: "name eq 'object_store_example'",
    });
    const limit = nutanix.getObjectStoresV2({
        limit: 10,
    });
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    list = nutanix.get_object_stores_v2()
    filter = nutanix.get_object_stores_v2(filter="name eq 'object_store_example'")
    limit = nutanix.get_object_stores_v2(limit=10)
    
    package main
    
    import (
    	"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := nutanix.GetObjectStoresV2(ctx, &nutanix.GetObjectStoresV2Args{}, nil)
    		if err != nil {
    			return err
    		}
    		_, err = nutanix.GetObjectStoresV2(ctx, &nutanix.GetObjectStoresV2Args{
    			Filter: pulumi.StringRef("name eq 'object_store_example'"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		_, err = nutanix.GetObjectStoresV2(ctx, &nutanix.GetObjectStoresV2Args{
    			Limit: pulumi.IntRef(10),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Nutanix = Pulumi.Nutanix;
    
    return await Deployment.RunAsync(() => 
    {
        var list = Nutanix.GetObjectStoresV2.Invoke();
    
        var filter = Nutanix.GetObjectStoresV2.Invoke(new()
        {
            Filter = "name eq 'object_store_example'",
        });
    
        var limit = Nutanix.GetObjectStoresV2.Invoke(new()
        {
            Limit = 10,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.nutanix.NutanixFunctions;
    import com.pulumi.nutanix.inputs.GetObjectStoresV2Args;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var list = NutanixFunctions.getObjectStoresV2(GetObjectStoresV2Args.builder()
                .build());
    
            final var filter = NutanixFunctions.getObjectStoresV2(GetObjectStoresV2Args.builder()
                .filter("name eq 'object_store_example'")
                .build());
    
            final var limit = NutanixFunctions.getObjectStoresV2(GetObjectStoresV2Args.builder()
                .limit(10)
                .build());
    
        }
    }
    
    variables:
      list:
        fn::invoke:
          function: nutanix:getObjectStoresV2
          arguments: {}
      filter:
        fn::invoke:
          function: nutanix:getObjectStoresV2
          arguments:
            filter: name eq 'object_store_example'
      limit:
        fn::invoke:
          function: nutanix:getObjectStoresV2
          arguments:
            limit: 10
    

    Using getObjectStoresV2

    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 getObjectStoresV2(args: GetObjectStoresV2Args, opts?: InvokeOptions): Promise<GetObjectStoresV2Result>
    function getObjectStoresV2Output(args: GetObjectStoresV2OutputArgs, opts?: InvokeOptions): Output<GetObjectStoresV2Result>
    def get_object_stores_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) -> GetObjectStoresV2Result
    def get_object_stores_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[GetObjectStoresV2Result]
    func GetObjectStoresV2(ctx *Context, args *GetObjectStoresV2Args, opts ...InvokeOption) (*GetObjectStoresV2Result, error)
    func GetObjectStoresV2Output(ctx *Context, args *GetObjectStoresV2OutputArgs, opts ...InvokeOption) GetObjectStoresV2ResultOutput

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

    public static class GetObjectStoresV2 
    {
        public static Task<GetObjectStoresV2Result> InvokeAsync(GetObjectStoresV2Args args, InvokeOptions? opts = null)
        public static Output<GetObjectStoresV2Result> Invoke(GetObjectStoresV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetObjectStoresV2Result> getObjectStoresV2(GetObjectStoresV2Args args, InvokeOptions options)
    public static Output<GetObjectStoresV2Result> getObjectStoresV2(GetObjectStoresV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getObjectStoresV2:getObjectStoresV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Expand string
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported:

    • certificates
    Filter string
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. The filter can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps/ipv4/value
    • publicNetworkIps/ipv6/value
    • publicNetworkReference
    • region
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkDnsIp/ipv6/value
    • storageNetworkReference
    • storageNetworkVip/ipv4/value
    • storageNetworkVip/ipv6/value
    • totalCapacityGiB
    Limit int
    -(Optional) 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. Default value is 50.
    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. The orderby can be applied to the following fields:

    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkReference
    • region
    • storageNetworkReference
    • totalCapacityGiB
    Page int
    -(Optional) 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. Default value is 0.
    Select string
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. it can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps
    • publicNetworkIps/ipv4/value
    • publicNetworkReference
    • region
    • state
    • storageNetworkDnsIp
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkReference
    • storageNetworkVip
    • storageNetworkVip/ipv4/value
    • totalCapacityGiB
    Expand string
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported:

    • certificates
    Filter string
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. The filter can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps/ipv4/value
    • publicNetworkIps/ipv6/value
    • publicNetworkReference
    • region
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkDnsIp/ipv6/value
    • storageNetworkReference
    • storageNetworkVip/ipv4/value
    • storageNetworkVip/ipv6/value
    • totalCapacityGiB
    Limit int
    -(Optional) 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. Default value is 50.
    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. The orderby can be applied to the following fields:

    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkReference
    • region
    • storageNetworkReference
    • totalCapacityGiB
    Page int
    -(Optional) 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. Default value is 0.
    Select string
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. it can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps
    • publicNetworkIps/ipv4/value
    • publicNetworkReference
    • region
    • state
    • storageNetworkDnsIp
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkReference
    • storageNetworkVip
    • storageNetworkVip/ipv4/value
    • totalCapacityGiB
    expand String
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported:

    • certificates
    filter String
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. The filter can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps/ipv4/value
    • publicNetworkIps/ipv6/value
    • publicNetworkReference
    • region
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkDnsIp/ipv6/value
    • storageNetworkReference
    • storageNetworkVip/ipv4/value
    • storageNetworkVip/ipv6/value
    • totalCapacityGiB
    limit Integer
    -(Optional) 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. Default value is 50.
    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. The orderby can be applied to the following fields:

    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkReference
    • region
    • storageNetworkReference
    • totalCapacityGiB
    page Integer
    -(Optional) 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. Default value is 0.
    select String
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. it can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps
    • publicNetworkIps/ipv4/value
    • publicNetworkReference
    • region
    • state
    • storageNetworkDnsIp
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkReference
    • storageNetworkVip
    • storageNetworkVip/ipv4/value
    • totalCapacityGiB
    expand string
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported:

    • certificates
    filter string
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. The filter can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps/ipv4/value
    • publicNetworkIps/ipv6/value
    • publicNetworkReference
    • region
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkDnsIp/ipv6/value
    • storageNetworkReference
    • storageNetworkVip/ipv4/value
    • storageNetworkVip/ipv6/value
    • totalCapacityGiB
    limit number
    -(Optional) 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. Default value is 50.
    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. The orderby can be applied to the following fields:

    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkReference
    • region
    • storageNetworkReference
    • totalCapacityGiB
    page number
    -(Optional) 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. Default value is 0.
    select string
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. it can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps
    • publicNetworkIps/ipv4/value
    • publicNetworkReference
    • region
    • state
    • storageNetworkDnsIp
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkReference
    • storageNetworkVip
    • storageNetworkVip/ipv4/value
    • totalCapacityGiB
    expand str
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported:

    • certificates
    filter str
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. The filter can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps/ipv4/value
    • publicNetworkIps/ipv6/value
    • publicNetworkReference
    • region
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkDnsIp/ipv6/value
    • storageNetworkReference
    • storageNetworkVip/ipv4/value
    • storageNetworkVip/ipv6/value
    • totalCapacityGiB
    limit int
    -(Optional) 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. Default value is 50.
    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. The orderby can be applied to the following fields:

    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkReference
    • region
    • storageNetworkReference
    • totalCapacityGiB
    page int
    -(Optional) 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. Default value is 0.
    select str
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. it can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps
    • publicNetworkIps/ipv4/value
    • publicNetworkReference
    • region
    • state
    • storageNetworkDnsIp
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkReference
    • storageNetworkVip
    • storageNetworkVip/ipv4/value
    • totalCapacityGiB
    expand String
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported:

    • certificates
    filter String
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. The filter can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps/ipv4/value
    • publicNetworkIps/ipv6/value
    • publicNetworkReference
    • region
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkDnsIp/ipv6/value
    • storageNetworkReference
    • storageNetworkVip/ipv4/value
    • storageNetworkVip/ipv6/value
    • totalCapacityGiB
    limit Number
    -(Optional) 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. Default value is 50.
    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. The orderby can be applied to the following fields:

    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkReference
    • region
    • storageNetworkReference
    • totalCapacityGiB
    page Number
    -(Optional) 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. Default value is 0.
    select String
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. it can be applied to the following fields:

    • certificateExtIds
    • clusterExtId
    • creationTime
    • deploymentVersion
    • description
    • domain
    • lastUpdateTime
    • name
    • numWorkerNodes
    • publicNetworkIps
    • publicNetworkIps/ipv4/value
    • publicNetworkReference
    • region
    • state
    • storageNetworkDnsIp
    • storageNetworkDnsIp/ipv4/value
    • storageNetworkReference
    • storageNetworkVip
    • storageNetworkVip/ipv4/value
    • totalCapacityGiB

    getObjectStoresV2 Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    ObjectStores List<PiersKarsenbarg.Nutanix.Outputs.GetObjectStoresV2ObjectStore>
    • A list of Object stores.
    Expand string
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    Id string
    The provider-assigned unique ID for this managed resource.
    ObjectStores []GetObjectStoresV2ObjectStore
    • A list of Object stores.
    Expand string
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    id String
    The provider-assigned unique ID for this managed resource.
    objectStores List<GetObjectStoresV2ObjectStore>
    • A list of Object stores.
    expand String
    filter String
    limit Integer
    orderBy String
    page Integer
    select String
    id string
    The provider-assigned unique ID for this managed resource.
    objectStores GetObjectStoresV2ObjectStore[]
    • A list of Object stores.
    expand string
    filter string
    limit number
    orderBy string
    page number
    select string
    id str
    The provider-assigned unique ID for this managed resource.
    object_stores Sequence[GetObjectStoresV2ObjectStore]
    • A list of Object stores.
    expand str
    filter str
    limit int
    order_by str
    page int
    select str
    id String
    The provider-assigned unique ID for this managed resource.
    objectStores List<Property Map>
    • A list of Object stores.
    expand String
    filter String
    limit Number
    orderBy String
    page Number
    select String

    Supporting Types

    GetObjectStoresV2ObjectStore

    CertificateExtIds List<string>
    • A list of the UUIDs of the certificates of an Object store.
    ClusterExtId string
    • UUID of the AHV or ESXi cluster.
    CreationTime string
    • The time when the Object store was created.
    DeploymentVersion string
    • The deployment version of the Object store.
    Description string
    • A brief description of the Object store.
    Domain string
    • The DNS domain/subdomain the Object store belongs to. All the Object stores under one Prism Central must have the same domain name. The domain name must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens, or underscores. Each part can be up to 63 characters long. The domain must begin and end with an alphanumeric character. For example - 'objects-0.pc_nutanix.com'.
    ExtId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    LastUpdateTime string
    • The time when the Object store was last updated.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetObjectStoresV2ObjectStoreLink>
    • 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.GetObjectStoresV2ObjectStoreMetadata>
    • Metadata associated with this resource.
    Name string
    • The name of the Object store.
    NumWorkerNodes int
    • The number of worker nodes (VMs) to be created for the Object store. Each worker node requires 10 vCPUs and 32 GiB of memory.
    PublicNetworkIps List<PiersKarsenbarg.Nutanix.Inputs.GetObjectStoresV2ObjectStorePublicNetworkIp>
    • A list of static IP addresses used as public IPs to access the Object store.
    PublicNetworkReference string
    • Public network reference of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    Region string
    • The region in which the Object store is deployed.
    State string
    • Enum for the state of the Object store. | Enum | Description | |----------------------------------------|-----------------------------------------------------------------| | DEPLOYING_OBJECT_STORE | The Object store is being deployed. | | OBJECT_STORE_DEPLOYMENT_FAILED | The Object store deployment has failed. | | DELETING_OBJECT_STORE | A deployed Object store is being deleted. | | OBJECT_STORE_OPERATION_FAILED | There was an error while performing an operation on the Object store. | | UNDEPLOYED_OBJECT_STORE | The Object store is not deployed. | | OBJECT_STORE_OPERATION_PENDING | There is an ongoing operation on the Object store. | | OBJECT_STORE_AVAILABLE | There are no ongoing operations on the deployed Object store. | | OBJECT_STORE_CERT_CREATION_FAILED | Creating the Object store certificate has failed. | | CREATING_OBJECT_STORE_CERT | A certificate is being created for the Object store. | | OBJECT_STORE_DELETION_FAILED | There was an error deleting the Object store. |
    StorageNetworkDnsIps List<PiersKarsenbarg.Nutanix.Inputs.GetObjectStoresV2ObjectStoreStorageNetworkDnsIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    StorageNetworkReference string
    • Reference to the Storage Network of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    StorageNetworkVips List<PiersKarsenbarg.Nutanix.Inputs.GetObjectStoresV2ObjectStoreStorageNetworkVip>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    TenantId string
    • A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    TotalCapacityGib int
    • Size of the Object store in GiB.
    CertificateExtIds []string
    • A list of the UUIDs of the certificates of an Object store.
    ClusterExtId string
    • UUID of the AHV or ESXi cluster.
    CreationTime string
    • The time when the Object store was created.
    DeploymentVersion string
    • The deployment version of the Object store.
    Description string
    • A brief description of the Object store.
    Domain string
    • The DNS domain/subdomain the Object store belongs to. All the Object stores under one Prism Central must have the same domain name. The domain name must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens, or underscores. Each part can be up to 63 characters long. The domain must begin and end with an alphanumeric character. For example - 'objects-0.pc_nutanix.com'.
    ExtId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    LastUpdateTime string
    • The time when the Object store was last updated.
    Links []GetObjectStoresV2ObjectStoreLink
    • 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 []GetObjectStoresV2ObjectStoreMetadata
    • Metadata associated with this resource.
    Name string
    • The name of the Object store.
    NumWorkerNodes int
    • The number of worker nodes (VMs) to be created for the Object store. Each worker node requires 10 vCPUs and 32 GiB of memory.
    PublicNetworkIps []GetObjectStoresV2ObjectStorePublicNetworkIp
    • A list of static IP addresses used as public IPs to access the Object store.
    PublicNetworkReference string
    • Public network reference of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    Region string
    • The region in which the Object store is deployed.
    State string
    • Enum for the state of the Object store. | Enum | Description | |----------------------------------------|-----------------------------------------------------------------| | DEPLOYING_OBJECT_STORE | The Object store is being deployed. | | OBJECT_STORE_DEPLOYMENT_FAILED | The Object store deployment has failed. | | DELETING_OBJECT_STORE | A deployed Object store is being deleted. | | OBJECT_STORE_OPERATION_FAILED | There was an error while performing an operation on the Object store. | | UNDEPLOYED_OBJECT_STORE | The Object store is not deployed. | | OBJECT_STORE_OPERATION_PENDING | There is an ongoing operation on the Object store. | | OBJECT_STORE_AVAILABLE | There are no ongoing operations on the deployed Object store. | | OBJECT_STORE_CERT_CREATION_FAILED | Creating the Object store certificate has failed. | | CREATING_OBJECT_STORE_CERT | A certificate is being created for the Object store. | | OBJECT_STORE_DELETION_FAILED | There was an error deleting the Object store. |
    StorageNetworkDnsIps []GetObjectStoresV2ObjectStoreStorageNetworkDnsIp
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    StorageNetworkReference string
    • Reference to the Storage Network of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    StorageNetworkVips []GetObjectStoresV2ObjectStoreStorageNetworkVip
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    TenantId string
    • A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    TotalCapacityGib int
    • Size of the Object store in GiB.
    certificateExtIds List<String>
    • A list of the UUIDs of the certificates of an Object store.
    clusterExtId String
    • UUID of the AHV or ESXi cluster.
    creationTime String
    • The time when the Object store was created.
    deploymentVersion String
    • The deployment version of the Object store.
    description String
    • A brief description of the Object store.
    domain String
    • The DNS domain/subdomain the Object store belongs to. All the Object stores under one Prism Central must have the same domain name. The domain name must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens, or underscores. Each part can be up to 63 characters long. The domain must begin and end with an alphanumeric character. For example - 'objects-0.pc_nutanix.com'.
    extId String
    • A globally unique identifier of an instance that is suitable for external consumption.
    lastUpdateTime String
    • The time when the Object store was last updated.
    links List<GetObjectStoresV2ObjectStoreLink>
    • 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<GetObjectStoresV2ObjectStoreMetadata>
    • Metadata associated with this resource.
    name String
    • The name of the Object store.
    numWorkerNodes Integer
    • The number of worker nodes (VMs) to be created for the Object store. Each worker node requires 10 vCPUs and 32 GiB of memory.
    publicNetworkIps List<GetObjectStoresV2ObjectStorePublicNetworkIp>
    • A list of static IP addresses used as public IPs to access the Object store.
    publicNetworkReference String
    • Public network reference of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    region String
    • The region in which the Object store is deployed.
    state String
    • Enum for the state of the Object store. | Enum | Description | |----------------------------------------|-----------------------------------------------------------------| | DEPLOYING_OBJECT_STORE | The Object store is being deployed. | | OBJECT_STORE_DEPLOYMENT_FAILED | The Object store deployment has failed. | | DELETING_OBJECT_STORE | A deployed Object store is being deleted. | | OBJECT_STORE_OPERATION_FAILED | There was an error while performing an operation on the Object store. | | UNDEPLOYED_OBJECT_STORE | The Object store is not deployed. | | OBJECT_STORE_OPERATION_PENDING | There is an ongoing operation on the Object store. | | OBJECT_STORE_AVAILABLE | There are no ongoing operations on the deployed Object store. | | OBJECT_STORE_CERT_CREATION_FAILED | Creating the Object store certificate has failed. | | CREATING_OBJECT_STORE_CERT | A certificate is being created for the Object store. | | OBJECT_STORE_DELETION_FAILED | There was an error deleting the Object store. |
    storageNetworkDnsIps List<GetObjectStoresV2ObjectStoreStorageNetworkDnsIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    storageNetworkReference String
    • Reference to the Storage Network of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    storageNetworkVips List<GetObjectStoresV2ObjectStoreStorageNetworkVip>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    tenantId String
    • A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    totalCapacityGib Integer
    • Size of the Object store in GiB.
    certificateExtIds string[]
    • A list of the UUIDs of the certificates of an Object store.
    clusterExtId string
    • UUID of the AHV or ESXi cluster.
    creationTime string
    • The time when the Object store was created.
    deploymentVersion string
    • The deployment version of the Object store.
    description string
    • A brief description of the Object store.
    domain string
    • The DNS domain/subdomain the Object store belongs to. All the Object stores under one Prism Central must have the same domain name. The domain name must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens, or underscores. Each part can be up to 63 characters long. The domain must begin and end with an alphanumeric character. For example - 'objects-0.pc_nutanix.com'.
    extId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    lastUpdateTime string
    • The time when the Object store was last updated.
    links GetObjectStoresV2ObjectStoreLink[]
    • 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 GetObjectStoresV2ObjectStoreMetadata[]
    • Metadata associated with this resource.
    name string
    • The name of the Object store.
    numWorkerNodes number
    • The number of worker nodes (VMs) to be created for the Object store. Each worker node requires 10 vCPUs and 32 GiB of memory.
    publicNetworkIps GetObjectStoresV2ObjectStorePublicNetworkIp[]
    • A list of static IP addresses used as public IPs to access the Object store.
    publicNetworkReference string
    • Public network reference of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    region string
    • The region in which the Object store is deployed.
    state string
    • Enum for the state of the Object store. | Enum | Description | |----------------------------------------|-----------------------------------------------------------------| | DEPLOYING_OBJECT_STORE | The Object store is being deployed. | | OBJECT_STORE_DEPLOYMENT_FAILED | The Object store deployment has failed. | | DELETING_OBJECT_STORE | A deployed Object store is being deleted. | | OBJECT_STORE_OPERATION_FAILED | There was an error while performing an operation on the Object store. | | UNDEPLOYED_OBJECT_STORE | The Object store is not deployed. | | OBJECT_STORE_OPERATION_PENDING | There is an ongoing operation on the Object store. | | OBJECT_STORE_AVAILABLE | There are no ongoing operations on the deployed Object store. | | OBJECT_STORE_CERT_CREATION_FAILED | Creating the Object store certificate has failed. | | CREATING_OBJECT_STORE_CERT | A certificate is being created for the Object store. | | OBJECT_STORE_DELETION_FAILED | There was an error deleting the Object store. |
    storageNetworkDnsIps GetObjectStoresV2ObjectStoreStorageNetworkDnsIp[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    storageNetworkReference string
    • Reference to the Storage Network of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    storageNetworkVips GetObjectStoresV2ObjectStoreStorageNetworkVip[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    tenantId string
    • A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    totalCapacityGib number
    • Size of the Object store in GiB.
    certificate_ext_ids Sequence[str]
    • A list of the UUIDs of the certificates of an Object store.
    cluster_ext_id str
    • UUID of the AHV or ESXi cluster.
    creation_time str
    • The time when the Object store was created.
    deployment_version str
    • The deployment version of the Object store.
    description str
    • A brief description of the Object store.
    domain str
    • The DNS domain/subdomain the Object store belongs to. All the Object stores under one Prism Central must have the same domain name. The domain name must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens, or underscores. Each part can be up to 63 characters long. The domain must begin and end with an alphanumeric character. For example - 'objects-0.pc_nutanix.com'.
    ext_id str
    • A globally unique identifier of an instance that is suitable for external consumption.
    last_update_time str
    • The time when the Object store was last updated.
    links Sequence[GetObjectStoresV2ObjectStoreLink]
    • 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[GetObjectStoresV2ObjectStoreMetadata]
    • Metadata associated with this resource.
    name str
    • The name of the Object store.
    num_worker_nodes int
    • The number of worker nodes (VMs) to be created for the Object store. Each worker node requires 10 vCPUs and 32 GiB of memory.
    public_network_ips Sequence[GetObjectStoresV2ObjectStorePublicNetworkIp]
    • A list of static IP addresses used as public IPs to access the Object store.
    public_network_reference str
    • Public network reference of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    region str
    • The region in which the Object store is deployed.
    state str
    • Enum for the state of the Object store. | Enum | Description | |----------------------------------------|-----------------------------------------------------------------| | DEPLOYING_OBJECT_STORE | The Object store is being deployed. | | OBJECT_STORE_DEPLOYMENT_FAILED | The Object store deployment has failed. | | DELETING_OBJECT_STORE | A deployed Object store is being deleted. | | OBJECT_STORE_OPERATION_FAILED | There was an error while performing an operation on the Object store. | | UNDEPLOYED_OBJECT_STORE | The Object store is not deployed. | | OBJECT_STORE_OPERATION_PENDING | There is an ongoing operation on the Object store. | | OBJECT_STORE_AVAILABLE | There are no ongoing operations on the deployed Object store. | | OBJECT_STORE_CERT_CREATION_FAILED | Creating the Object store certificate has failed. | | CREATING_OBJECT_STORE_CERT | A certificate is being created for the Object store. | | OBJECT_STORE_DELETION_FAILED | There was an error deleting the Object store. |
    storage_network_dns_ips Sequence[GetObjectStoresV2ObjectStoreStorageNetworkDnsIp]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    storage_network_reference str
    • Reference to the Storage Network of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    storage_network_vips Sequence[GetObjectStoresV2ObjectStoreStorageNetworkVip]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    tenant_id str
    • A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    total_capacity_gib int
    • Size of the Object store in GiB.
    certificateExtIds List<String>
    • A list of the UUIDs of the certificates of an Object store.
    clusterExtId String
    • UUID of the AHV or ESXi cluster.
    creationTime String
    • The time when the Object store was created.
    deploymentVersion String
    • The deployment version of the Object store.
    description String
    • A brief description of the Object store.
    domain String
    • The DNS domain/subdomain the Object store belongs to. All the Object stores under one Prism Central must have the same domain name. The domain name must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens, or underscores. Each part can be up to 63 characters long. The domain must begin and end with an alphanumeric character. For example - 'objects-0.pc_nutanix.com'.
    extId String
    • A globally unique identifier of an instance that is suitable for external consumption.
    lastUpdateTime String
    • The time when the Object store was last updated.
    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>
    • Metadata associated with this resource.
    name String
    • The name of the Object store.
    numWorkerNodes Number
    • The number of worker nodes (VMs) to be created for the Object store. Each worker node requires 10 vCPUs and 32 GiB of memory.
    publicNetworkIps List<Property Map>
    • A list of static IP addresses used as public IPs to access the Object store.
    publicNetworkReference String
    • Public network reference of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    region String
    • The region in which the Object store is deployed.
    state String
    • Enum for the state of the Object store. | Enum | Description | |----------------------------------------|-----------------------------------------------------------------| | DEPLOYING_OBJECT_STORE | The Object store is being deployed. | | OBJECT_STORE_DEPLOYMENT_FAILED | The Object store deployment has failed. | | DELETING_OBJECT_STORE | A deployed Object store is being deleted. | | OBJECT_STORE_OPERATION_FAILED | There was an error while performing an operation on the Object store. | | UNDEPLOYED_OBJECT_STORE | The Object store is not deployed. | | OBJECT_STORE_OPERATION_PENDING | There is an ongoing operation on the Object store. | | OBJECT_STORE_AVAILABLE | There are no ongoing operations on the deployed Object store. | | OBJECT_STORE_CERT_CREATION_FAILED | Creating the Object store certificate has failed. | | CREATING_OBJECT_STORE_CERT | A certificate is being created for the Object store. | | OBJECT_STORE_DELETION_FAILED | There was an error deleting the Object store. |
    storageNetworkDnsIps List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    storageNetworkReference String
    • Reference to the Storage Network of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.
    storageNetworkVips List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    tenantId String
    • A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    totalCapacityGib Number
    • Size of the Object store in GiB.
    Href string
    • The URL at which the entity described by the link can be accessed.
    Rel string
    • A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of "self" identifies the URL for the object.
    Href string
    • The URL at which the entity described by the link can be accessed.
    Rel string
    • A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of "self" identifies the URL for the object.
    href String
    • The URL at which the entity described by the link can be accessed.
    rel String
    • A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of "self" identifies the URL for the object.
    href string
    • The URL at which the entity described by the link can be accessed.
    rel string
    • A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of "self" identifies the URL for the object.
    href str
    • The URL at which the entity described by the link can be accessed.
    rel str
    • A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of "self" identifies the URL for the object.
    href String
    • The URL at which the entity described by the link can be accessed.
    rel String
    • A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of "self" identifies the URL for the object.

    GetObjectStoresV2ObjectStoreMetadata

    CategoryIds List<string>
    • A list of globally unique identifiers that represent all the categories the resource is associated with.
    OwnerReferenceId string
    • A globally unique identifier that represents the owner of this resource.
    OwnerUserName string
    • The userName of the owner of this resource.
    ProjectName string
    • The name of the project this resource belongs to.
    ProjectReferenceId string
    • A globally unique identifier that represents the project this resource belongs to.
    CategoryIds []string
    • A list of globally unique identifiers that represent all the categories the resource is associated with.
    OwnerReferenceId string
    • A globally unique identifier that represents the owner of this resource.
    OwnerUserName string
    • The userName of the owner of this resource.
    ProjectName string
    • The name of the project this resource belongs to.
    ProjectReferenceId string
    • A globally unique identifier that represents the project this resource belongs to.
    categoryIds List<String>
    • A list of globally unique identifiers that represent all the categories the resource is associated with.
    ownerReferenceId String
    • A globally unique identifier that represents the owner of this resource.
    ownerUserName String
    • The userName of the owner of this resource.
    projectName String
    • The name of the project this resource belongs to.
    projectReferenceId String
    • A globally unique identifier that represents the project this resource belongs to.
    categoryIds string[]
    • A list of globally unique identifiers that represent all the categories the resource is associated with.
    ownerReferenceId string
    • A globally unique identifier that represents the owner of this resource.
    ownerUserName string
    • The userName of the owner of this resource.
    projectName string
    • The name of the project this resource belongs to.
    projectReferenceId string
    • A globally unique identifier that represents the project this resource belongs to.
    category_ids Sequence[str]
    • A list of globally unique identifiers that represent all the categories the resource is associated with.
    owner_reference_id str
    • A globally unique identifier that represents the owner of this resource.
    owner_user_name str
    • The userName of the owner of this resource.
    project_name str
    • The name of the project this resource belongs to.
    project_reference_id str
    • A globally unique identifier that represents the project this resource belongs to.
    categoryIds List<String>
    • A list of globally unique identifiers that represent all the categories the resource is associated with.
    ownerReferenceId String
    • A globally unique identifier that represents the owner of this resource.
    ownerUserName String
    • The userName of the owner of this resource.
    projectName String
    • The name of the project this resource belongs to.
    projectReferenceId String
    • A globally unique identifier that represents the project this resource belongs to.

    GetObjectStoresV2ObjectStorePublicNetworkIp

    Ipv4 PiersKarsenbarg.Nutanix.Inputs.GetObjectStoresV2ObjectStorePublicNetworkIpIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6 PiersKarsenbarg.Nutanix.Inputs.GetObjectStoresV2ObjectStorePublicNetworkIpIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4 GetObjectStoresV2ObjectStorePublicNetworkIpIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6 GetObjectStoresV2ObjectStorePublicNetworkIpIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 GetObjectStoresV2ObjectStorePublicNetworkIpIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 GetObjectStoresV2ObjectStorePublicNetworkIpIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 GetObjectStoresV2ObjectStorePublicNetworkIpIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 GetObjectStoresV2ObjectStorePublicNetworkIpIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 GetObjectStoresV2ObjectStorePublicNetworkIpIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 GetObjectStoresV2ObjectStorePublicNetworkIpIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 Property Map
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 Property Map
    An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetObjectStoresV2ObjectStorePublicNetworkIpIpv4

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

    GetObjectStoresV2ObjectStorePublicNetworkIpIpv6

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

    GetObjectStoresV2ObjectStoreStorageNetworkDnsIp

    Ipv4 PiersKarsenbarg.Nutanix.Inputs.GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6 PiersKarsenbarg.Nutanix.Inputs.GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4 GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6 GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 Property Map
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 Property Map
    An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv4

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

    GetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv6

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

    GetObjectStoresV2ObjectStoreStorageNetworkVip

    Ipv4 PiersKarsenbarg.Nutanix.Inputs.GetObjectStoresV2ObjectStoreStorageNetworkVipIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6 PiersKarsenbarg.Nutanix.Inputs.GetObjectStoresV2ObjectStoreStorageNetworkVipIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4 GetObjectStoresV2ObjectStoreStorageNetworkVipIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6 GetObjectStoresV2ObjectStoreStorageNetworkVipIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 GetObjectStoresV2ObjectStoreStorageNetworkVipIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 GetObjectStoresV2ObjectStoreStorageNetworkVipIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 GetObjectStoresV2ObjectStoreStorageNetworkVipIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 GetObjectStoresV2ObjectStoreStorageNetworkVipIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 GetObjectStoresV2ObjectStoreStorageNetworkVipIpv4
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 GetObjectStoresV2ObjectStoreStorageNetworkVipIpv6
    An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4 Property Map
    An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6 Property Map
    An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetObjectStoresV2ObjectStoreStorageNetworkVipIpv4

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

    GetObjectStoresV2ObjectStoreStorageNetworkVipIpv6

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

    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.10.0 published on Monday, Sep 1, 2025 by Piers Karsenbarg
      AI Agentic Workflows: Register now