Viewing docs for Nutanix v0.13.0
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
Viewing docs for Nutanix v0.13.0
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
Get a list of the SSL certificates which can be used to access an Object store.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pierskarsenbarg/nutanix";
const example = nutanix.getCertificatesV2({
objectStoreExtId: "ac91151a-28b4-4ffe-b150-6bcb2ec80cd4",
});
import pulumi
import pulumi_nutanix as nutanix
example = nutanix.get_certificates_v2(object_store_ext_id="ac91151a-28b4-4ffe-b150-6bcb2ec80cd4")
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.GetCertificatesV2(ctx, &nutanix.GetCertificatesV2Args{
ObjectStoreExtId: "ac91151a-28b4-4ffe-b150-6bcb2ec80cd4",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = PiersKarsenbarg.Nutanix;
return await Deployment.RunAsync(() =>
{
var example = Nutanix.Index.GetCertificatesV2.Invoke(new()
{
ObjectStoreExtId = "ac91151a-28b4-4ffe-b150-6bcb2ec80cd4",
});
});
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.GetCertificatesV2Args;
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 example = NutanixFunctions.getCertificatesV2(GetCertificatesV2Args.builder()
.objectStoreExtId("ac91151a-28b4-4ffe-b150-6bcb2ec80cd4")
.build());
}
}
variables:
example:
fn::invoke:
function: nutanix:getCertificatesV2
arguments:
objectStoreExtId: ac91151a-28b4-4ffe-b150-6bcb2ec80cd4
Using getCertificatesV2
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 getCertificatesV2(args: GetCertificatesV2Args, opts?: InvokeOptions): Promise<GetCertificatesV2Result>
function getCertificatesV2Output(args: GetCertificatesV2OutputArgs, opts?: InvokeOptions): Output<GetCertificatesV2Result>def get_certificates_v2(filter: Optional[str] = None,
limit: Optional[int] = None,
object_store_ext_id: Optional[str] = None,
page: Optional[int] = None,
select: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCertificatesV2Result
def get_certificates_v2_output(filter: pulumi.Input[Optional[str]] = None,
limit: pulumi.Input[Optional[int]] = None,
object_store_ext_id: pulumi.Input[Optional[str]] = None,
page: pulumi.Input[Optional[int]] = None,
select: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCertificatesV2Result]func GetCertificatesV2(ctx *Context, args *GetCertificatesV2Args, opts ...InvokeOption) (*GetCertificatesV2Result, error)
func GetCertificatesV2Output(ctx *Context, args *GetCertificatesV2OutputArgs, opts ...InvokeOption) GetCertificatesV2ResultOutput> Note: This function is named GetCertificatesV2 in the Go SDK.
public static class GetCertificatesV2
{
public static Task<GetCertificatesV2Result> InvokeAsync(GetCertificatesV2Args args, InvokeOptions? opts = null)
public static Output<GetCertificatesV2Result> Invoke(GetCertificatesV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCertificatesV2Result> getCertificatesV2(GetCertificatesV2Args args, InvokeOptions options)
public static Output<GetCertificatesV2Result> getCertificatesV2(GetCertificatesV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getCertificatesV2:getCertificatesV2
arguments:
# arguments dictionaryThe following arguments are supported:
- Object
Store stringExt Id - -(Required) The UUID of the Object store.
- 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:
- alternateFqdns/value
- alternateIps/ipv4/value
- 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.
- 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
- -(Optional) 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.
- alternateFqdns
- alternateFqdns/value
- alternateIps
- alternateIps/ipv4/value
- Object
Store stringExt Id - -(Required) The UUID of the Object store.
- 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:
- alternateFqdns/value
- alternateIps/ipv4/value
- 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.
- 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
- -(Optional) 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.
- alternateFqdns
- alternateFqdns/value
- alternateIps
- alternateIps/ipv4/value
- object
Store StringExt Id - -(Required) The UUID of the Object store.
- 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:
- alternateFqdns/value
- alternateIps/ipv4/value
- 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.
- 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
- -(Optional) 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.
- alternateFqdns
- alternateFqdns/value
- alternateIps
- alternateIps/ipv4/value
- object
Store stringExt Id - -(Required) The UUID of the Object store.
- 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:
- alternateFqdns/value
- alternateIps/ipv4/value
- 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.
- 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
- -(Optional) 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.
- alternateFqdns
- alternateFqdns/value
- alternateIps
- alternateIps/ipv4/value
- object_
store_ strext_ id - -(Required) The UUID of the Object store.
- 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:
- alternateFqdns/value
- alternateIps/ipv4/value
- 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.
- 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
- -(Optional) 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.
- alternateFqdns
- alternateFqdns/value
- alternateIps
- alternateIps/ipv4/value
- object
Store StringExt Id - -(Required) The UUID of the Object store.
- 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:
- alternateFqdns/value
- alternateIps/ipv4/value
- 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.
- 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
- -(Optional) 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.
- alternateFqdns
- alternateFqdns/value
- alternateIps
- alternateIps/ipv4/value
getCertificatesV2 Result
The following output properties are available:
- Certificates
List<Piers
Karsenbarg. Nutanix. Outputs. Get Certificates V2Certificate> - list of the SSL certificates which can be used to access an Object store.
- Id string
- The provider-assigned unique ID for this managed resource.
- Object
Store stringExt Id - Filter string
- Limit int
- Page int
- Select string
- Certificates
[]Get
Certificates V2Certificate - list of the SSL certificates which can be used to access an Object store.
- Id string
- The provider-assigned unique ID for this managed resource.
- Object
Store stringExt Id - Filter string
- Limit int
- Page int
- Select string
- certificates
List<Get
Certificates V2Certificate> - list of the SSL certificates which can be used to access an Object store.
- id String
- The provider-assigned unique ID for this managed resource.
- object
Store StringExt Id - filter String
- limit Integer
- page Integer
- select String
- certificates
Get
Certificates V2Certificate[] - list of the SSL certificates which can be used to access an Object store.
- id string
- The provider-assigned unique ID for this managed resource.
- object
Store stringExt Id - filter string
- limit number
- page number
- select string
- certificates
Sequence[Get
Certificates V2Certificate] - list of the SSL certificates which can be used to access an Object store.
- id str
- The provider-assigned unique ID for this managed resource.
- object_
store_ strext_ id - filter str
- limit int
- page int
- select str
- certificates List<Property Map>
- list of the SSL certificates which can be used to access an Object store.
- id String
- The provider-assigned unique ID for this managed resource.
- object
Store StringExt Id - filter String
- limit Number
- page Number
- select String
Supporting Types
GetCertificatesV2Certificate
- Alternate
Fqdns List<PiersKarsenbarg. Nutanix. Inputs. Get Certificates V2Certificate Alternate Fqdn> - The list of alternate FQDNs for accessing the Object store. The FQDNs must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens or underscores but must begin and end with a letter. Each part can be up to 63 characters long. For e.g 'objects-0.pc_nutanix.com'.
- Alternate
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Certificates V2Certificate Alternate Ip> - A list of the IPs included as Subject Alternative Names (SANs) in the certificate. The IPs must be among the public IPs of the Object store (publicNetworkIps).
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Certificates V2Certificate 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 Certificates V2Certificate Metadata> - Metadata associated with this resource.
- Object
Store stringExt Id - -(Required) The UUID of the Object store.
- 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).
- Alternate
Fqdns []GetCertificates V2Certificate Alternate Fqdn - The list of alternate FQDNs for accessing the Object store. The FQDNs must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens or underscores but must begin and end with a letter. Each part can be up to 63 characters long. For e.g 'objects-0.pc_nutanix.com'.
- Alternate
Ips []GetCertificates V2Certificate Alternate Ip - A list of the IPs included as Subject Alternative Names (SANs) in the certificate. The IPs must be among the public IPs of the Object store (publicNetworkIps).
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
[]Get
Certificates V2Certificate 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
Certificates V2Certificate Metadata - Metadata associated with this resource.
- Object
Store stringExt Id - -(Required) The UUID of the Object store.
- 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).
- alternate
Fqdns List<GetCertificates V2Certificate Alternate Fqdn> - The list of alternate FQDNs for accessing the Object store. The FQDNs must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens or underscores but must begin and end with a letter. Each part can be up to 63 characters long. For e.g 'objects-0.pc_nutanix.com'.
- alternate
Ips List<GetCertificates V2Certificate Alternate Ip> - A list of the IPs included as Subject Alternative Names (SANs) in the certificate. The IPs must be among the public IPs of the Object store (publicNetworkIps).
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- links
List<Get
Certificates V2Certificate 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
Certificates V2Certificate Metadata> - Metadata associated with this resource.
- object
Store StringExt Id - -(Required) The UUID of the Object store.
- 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).
- alternate
Fqdns GetCertificates V2Certificate Alternate Fqdn[] - The list of alternate FQDNs for accessing the Object store. The FQDNs must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens or underscores but must begin and end with a letter. Each part can be up to 63 characters long. For e.g 'objects-0.pc_nutanix.com'.
- alternate
Ips GetCertificates V2Certificate Alternate Ip[] - A list of the IPs included as Subject Alternative Names (SANs) in the certificate. The IPs must be among the public IPs of the Object store (publicNetworkIps).
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- links
Get
Certificates V2Certificate 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
Certificates V2Certificate Metadata[] - Metadata associated with this resource.
- object
Store stringExt Id - -(Required) The UUID of the Object store.
- 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).
- alternate_
fqdns Sequence[GetCertificates V2Certificate Alternate Fqdn] - The list of alternate FQDNs for accessing the Object store. The FQDNs must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens or underscores but must begin and end with a letter. Each part can be up to 63 characters long. For e.g 'objects-0.pc_nutanix.com'.
- alternate_
ips Sequence[GetCertificates V2Certificate Alternate Ip] - A list of the IPs included as Subject Alternative Names (SANs) in the certificate. The IPs must be among the public IPs of the Object store (publicNetworkIps).
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- links
Sequence[Get
Certificates V2Certificate 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
Certificates V2Certificate Metadata] - Metadata associated with this resource.
- object_
store_ strext_ id - -(Required) The UUID of the Object store.
- 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).
- alternate
Fqdns List<Property Map> - The list of alternate FQDNs for accessing the Object store. The FQDNs must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens or underscores but must begin and end with a letter. Each part can be up to 63 characters long. For e.g 'objects-0.pc_nutanix.com'.
- alternate
Ips List<Property Map> - A list of the IPs included as Subject Alternative Names (SANs) in the certificate. The IPs must be among the public IPs of the Object store (publicNetworkIps).
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- 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.
- object
Store StringExt Id - -(Required) The UUID of the Object store.
- 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).
GetCertificatesV2CertificateAlternateFqdn
- Value string
- The IPv4/IPv6 address of the host.
- Value string
- The IPv4/IPv6 address of the host.
- value String
- The IPv4/IPv6 address of the host.
- value string
- The IPv4/IPv6 address of the host.
- value str
- The IPv4/IPv6 address of the host.
- value String
- The IPv4/IPv6 address of the host.
GetCertificatesV2CertificateAlternateIp
- Ipv4
Piers
Karsenbarg. Nutanix. Inputs. Get Certificates V2Certificate Alternate 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 Certificates V2Certificate Alternate Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4
Get
Certificates V2Certificate Alternate Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6
Get
Certificates V2Certificate Alternate Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Certificates V2Certificate Alternate Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Certificates V2Certificate Alternate Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Certificates V2Certificate Alternate Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Certificates V2Certificate Alternate Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4
Get
Certificates V2Certificate Alternate Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6
Get
Certificates V2Certificate Alternate 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.
GetCertificatesV2CertificateAlternateIpIpv4
- 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.
GetCertificatesV2CertificateAlternateIpIpv6
- 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.
GetCertificatesV2CertificateLink
GetCertificatesV2CertificateMetadata
- 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.
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanixTerraform Provider.
Viewing docs for Nutanix v0.13.0
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
