Nutanix v0.10.0 published on Monday, Sep 1, 2025 by Piers Karsenbarg
nutanix.getObjectStoresV2
Explore with Pulumi AI
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.
- Order
By 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.
- Order
By 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.
- order
By 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.
- order
By 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.
- order
By 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.
- Object
Stores List<PiersKarsenbarg. Nutanix. Outputs. Get Object Stores V2Object Store> - A list of Object stores.
- Expand string
- Filter string
- Limit int
- Order
By string - Page int
- Select string
- Id string
- The provider-assigned unique ID for this managed resource.
- Object
Stores []GetObject Stores V2Object Store - A list of Object stores.
- Expand string
- Filter string
- Limit int
- Order
By string - Page int
- Select string
- id String
- The provider-assigned unique ID for this managed resource.
- object
Stores List<GetObject Stores V2Object Store> - A list of Object stores.
- expand String
- filter String
- limit Integer
- order
By String - page Integer
- select String
- id string
- The provider-assigned unique ID for this managed resource.
- object
Stores GetObject Stores V2Object Store[] - A list of Object stores.
- expand string
- filter string
- limit number
- order
By string - page number
- select string
- id str
- The provider-assigned unique ID for this managed resource.
- object_
stores Sequence[GetObject Stores V2Object Store] - 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.
- object
Stores List<Property Map> - A list of Object stores.
- expand String
- filter String
- limit Number
- order
By String - page Number
- select String
Supporting Types
GetObjectStoresV2ObjectStore
- Certificate
Ext List<string>Ids - A list of the UUIDs of the certificates of an Object store.
- Cluster
Ext stringId - UUID of the AHV or ESXi cluster.
- Creation
Time string - The time when the Object store was created.
- Deployment
Version 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'.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Last
Update stringTime - The time when the Object store was last updated.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Object Stores V2Object Store Link> - 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<Piers
Karsenbarg. Nutanix. Inputs. Get Object Stores V2Object Store Metadata> - Metadata associated with this resource.
- Name string
- The name of the Object store.
- Num
Worker intNodes - 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 List<PiersIps Karsenbarg. Nutanix. Inputs. Get Object Stores V2Object Store Public Network Ip> - A list of static IP addresses used as public IPs to access the Object store.
- Public
Network stringReference - 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. |
- Enum for the state of the Object store.
| Enum | Description |
|----------------------------------------|-----------------------------------------------------------------|
|
- Storage
Network List<PiersDns Ips Karsenbarg. Nutanix. Inputs. Get Object Stores V2Object Store Storage Network Dns Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Storage
Network stringReference - 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 List<PiersVips Karsenbarg. Nutanix. Inputs. Get Object Stores V2Object Store Storage Network Vip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Tenant
Id 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).
- Total
Capacity intGib - Size of the Object store in GiB.
- Certificate
Ext []stringIds - A list of the UUIDs of the certificates of an Object store.
- Cluster
Ext stringId - UUID of the AHV or ESXi cluster.
- Creation
Time string - The time when the Object store was created.
- Deployment
Version 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'.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Last
Update stringTime - The time when the Object store was last updated.
- Links
[]Get
Object Stores V2Object Store Link - 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
[]Get
Object Stores V2Object Store Metadata - Metadata associated with this resource.
- Name string
- The name of the Object store.
- Num
Worker intNodes - 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 []GetIps Object Stores V2Object Store Public Network Ip - A list of static IP addresses used as public IPs to access the Object store.
- Public
Network stringReference - 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. |
- Enum for the state of the Object store.
| Enum | Description |
|----------------------------------------|-----------------------------------------------------------------|
|
- Storage
Network []GetDns Ips Object Stores V2Object Store Storage Network Dns Ip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Storage
Network stringReference - 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 []GetVips Object Stores V2Object Store Storage Network Vip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Tenant
Id 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).
- Total
Capacity intGib - Size of the Object store in GiB.
- certificate
Ext List<String>Ids - A list of the UUIDs of the certificates of an Object store.
- cluster
Ext StringId - UUID of the AHV or ESXi cluster.
- creation
Time String - The time when the Object store was created.
- deployment
Version 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'.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- last
Update StringTime - The time when the Object store was last updated.
- links
List<Get
Object Stores V2Object Store Link> - 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<Get
Object Stores V2Object Store Metadata> - Metadata associated with this resource.
- name String
- The name of the Object store.
- num
Worker IntegerNodes - 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 List<GetIps Object Stores V2Object Store Public Network Ip> - A list of static IP addresses used as public IPs to access the Object store.
- public
Network StringReference - 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. |
- Enum for the state of the Object store.
| Enum | Description |
|----------------------------------------|-----------------------------------------------------------------|
|
- storage
Network List<GetDns Ips Object Stores V2Object Store Storage Network Dns Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- storage
Network StringReference - 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 List<GetVips Object Stores V2Object Store Storage Network Vip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- tenant
Id 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).
- total
Capacity IntegerGib - Size of the Object store in GiB.
- certificate
Ext string[]Ids - A list of the UUIDs of the certificates of an Object store.
- cluster
Ext stringId - UUID of the AHV or ESXi cluster.
- creation
Time string - The time when the Object store was created.
- deployment
Version 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'.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- last
Update stringTime - The time when the Object store was last updated.
- links
Get
Object Stores V2Object Store Link[] - 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
Get
Object Stores V2Object Store Metadata[] - Metadata associated with this resource.
- name string
- The name of the Object store.
- num
Worker numberNodes - 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 GetIps Object Stores V2Object Store Public Network Ip[] - A list of static IP addresses used as public IPs to access the Object store.
- public
Network stringReference - 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. |
- Enum for the state of the Object store.
| Enum | Description |
|----------------------------------------|-----------------------------------------------------------------|
|
- storage
Network GetDns Ips Object Stores V2Object Store Storage Network Dns Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- storage
Network stringReference - 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 GetVips Object Stores V2Object Store Storage Network Vip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- tenant
Id 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).
- total
Capacity numberGib - Size of the Object store in GiB.
- certificate_
ext_ Sequence[str]ids - A list of the UUIDs of the certificates of an Object store.
- cluster_
ext_ strid - 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_ strtime - The time when the Object store was last updated.
- links
Sequence[Get
Object Stores V2Object Store Link] - 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[Get
Object Stores V2Object Store Metadata] - Metadata associated with this resource.
- name str
- The name of the Object store.
- num_
worker_ intnodes - 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_ Sequence[Getips Object Stores V2Object Store Public Network Ip] - A list of static IP addresses used as public IPs to access the Object store.
- public_
network_ strreference - 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. |
- Enum for the state of the Object store.
| Enum | Description |
|----------------------------------------|-----------------------------------------------------------------|
|
- storage_
network_ Sequence[Getdns_ ips Object Stores V2Object Store Storage Network Dns Ip] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- storage_
network_ strreference - 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_ Sequence[Getvips Object Stores V2Object Store Storage Network Vip] - 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_ intgib - Size of the Object store in GiB.
- certificate
Ext List<String>Ids - A list of the UUIDs of the certificates of an Object store.
- cluster
Ext StringId - UUID of the AHV or ESXi cluster.
- creation
Time String - The time when the Object store was created.
- deployment
Version 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'.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- last
Update StringTime - 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.
- num
Worker NumberNodes - 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 List<Property Map>Ips - A list of static IP addresses used as public IPs to access the Object store.
- public
Network StringReference - 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. |
- Enum for the state of the Object store.
| Enum | Description |
|----------------------------------------|-----------------------------------------------------------------|
|
- storage
Network List<Property Map>Dns Ips - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- storage
Network StringReference - 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 List<Property Map>Vips - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- tenant
Id 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).
- total
Capacity NumberGib - Size of the Object store in GiB.
GetObjectStoresV2ObjectStoreLink
GetObjectStoresV2ObjectStoreMetadata
- Category
Ids List<string> - A list of globally unique identifiers that represent all the categories the resource is associated with.
- Owner
Reference stringId - A globally unique identifier that represents the owner of this resource.
- Owner
User stringName - The userName of the owner of this resource.
- Project
Name string - The name of the project this resource belongs to.
- Project
Reference stringId - A globally unique identifier that represents the project this resource belongs to.
- Category
Ids []string - A list of globally unique identifiers that represent all the categories the resource is associated with.
- Owner
Reference stringId - A globally unique identifier that represents the owner of this resource.
- Owner
User stringName - The userName of the owner of this resource.
- Project
Name string - The name of the project this resource belongs to.
- Project
Reference stringId - A globally unique identifier that represents the project this resource belongs to.
- category
Ids List<String> - A list of globally unique identifiers that represent all the categories the resource is associated with.
- owner
Reference StringId - A globally unique identifier that represents the owner of this resource.
- owner
User StringName - The userName of the owner of this resource.
- project
Name String - The name of the project this resource belongs to.
- project
Reference StringId - A globally unique identifier that represents the project this resource belongs to.
- category
Ids string[] - A list of globally unique identifiers that represent all the categories the resource is associated with.
- owner
Reference stringId - A globally unique identifier that represents the owner of this resource.
- owner
User stringName - The userName of the owner of this resource.
- project
Name string - The name of the project this resource belongs to.
- project
Reference stringId - A globally unique identifier that represents the project this resource belongs to.
- category_
ids Sequence[str] - A list of globally unique identifiers that represent all the categories the resource is associated with.
- owner_
reference_ strid - A globally unique identifier that represents the owner of this resource.
- owner_
user_ strname - The userName of the owner of this resource.
- project_
name str - The name of the project this resource belongs to.
- project_
reference_ strid - A globally unique identifier that represents the project this resource belongs to.
- category
Ids List<String> - A list of globally unique identifiers that represent all the categories the resource is associated with.
- owner
Reference StringId - A globally unique identifier that represents the owner of this resource.
- owner
User StringName - The userName of the owner of this resource.
- project
Name String - The name of the project this resource belongs to.
- project
Reference StringId - A globally unique identifier that represents the project this resource belongs to.
GetObjectStoresV2ObjectStorePublicNetworkIp
- Ipv4
Piers
Karsenbarg. Nutanix. Inputs. Get Object Stores V2Object Store Public Network Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6
Piers
Karsenbarg. Nutanix. Inputs. Get Object Stores V2Object Store Public Network Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4
Get
Object Stores V2Object Store Public Network Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6
Get
Object Stores V2Object Store Public Network Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Object Stores V2Object Store Public Network Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Object Stores V2Object Store Public Network Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Object Stores V2Object Store Public Network Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Object Stores V2Object Store Public Network Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Object Stores V2Object Store Public Network Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Object Stores V2Object Store Public Network Ip Ipv6 - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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
Piers
Karsenbarg. Nutanix. Inputs. Get Object Stores V2Object Store Storage Network Dns Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6
Piers
Karsenbarg. Nutanix. Inputs. Get Object Stores V2Object Store Storage Network Dns Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4
Get
Object Stores V2Object Store Storage Network Dns Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6
Get
Object Stores V2Object Store Storage Network Dns Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Object Stores V2Object Store Storage Network Dns Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Object Stores V2Object Store Storage Network Dns Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Object Stores V2Object Store Storage Network Dns Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Object Stores V2Object Store Storage Network Dns Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Object Stores V2Object Store Storage Network Dns Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Object Stores V2Object Store Storage Network Dns Ip Ipv6 - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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
Piers
Karsenbarg. Nutanix. Inputs. Get Object Stores V2Object Store Storage Network Vip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6
Piers
Karsenbarg. Nutanix. Inputs. Get Object Stores V2Object Store Storage Network Vip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4
Get
Object Stores V2Object Store Storage Network Vip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6
Get
Object Stores V2Object Store Storage Network Vip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Object Stores V2Object Store Storage Network Vip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Object Stores V2Object Store Storage Network Vip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Object Stores V2Object Store Storage Network Vip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Object Stores V2Object Store Storage Network Vip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Object Stores V2Object Store Storage Network Vip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Object Stores V2Object Store Storage Network Vip Ipv6 - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.