1. Packages
  2. Packages
  3. Nutanix
  4. API Docs
  5. getClusterProfileV2
Viewing docs for Nutanix v0.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg
nutanix logo
Viewing docs for Nutanix v0.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg

    Fetches the cluster entity details identified by {extId}.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pierskarsenbarg/nutanix";
    
    const get_cluster_profile = nutanix.getClusterProfileV2({
        extId: "c2c249b0-98a0-43fa-9ff6-dcde578d3936",
    });
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    get_cluster_profile = nutanix.get_cluster_profile_v2(ext_id="c2c249b0-98a0-43fa-9ff6-dcde578d3936")
    
    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.GetClusterProfileV2(ctx, &nutanix.LookupClusterProfileV2Args{
    			ExtId: "c2c249b0-98a0-43fa-9ff6-dcde578d3936",
    		}, 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 get_cluster_profile = Nutanix.GetClusterProfileV2.Invoke(new()
        {
            ExtId = "c2c249b0-98a0-43fa-9ff6-dcde578d3936",
        });
    
    });
    
    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.GetClusterProfileV2Args;
    import java.util.ArrayList;
    import java.util.Arrays;
    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 get-cluster-profile = NutanixFunctions.getClusterProfileV2(GetClusterProfileV2Args.builder()
                .extId("c2c249b0-98a0-43fa-9ff6-dcde578d3936")
                .build());
    
        }
    }
    
    variables:
      get-cluster-profile:
        fn::invoke:
          function: nutanix:getClusterProfileV2
          arguments:
            extId: c2c249b0-98a0-43fa-9ff6-dcde578d3936
    
    pulumi {
      required_providers {
        nutanix = {
          source = "pulumi/nutanix"
        }
      }
    }
    
    data "nutanix_getclusterprofilev2" "get-cluster-profile" {
      ext_id = "c2c249b0-98a0-43fa-9ff6-dcde578d3936"
    }
    

    Using getClusterProfileV2

    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 getClusterProfileV2(args: GetClusterProfileV2Args, opts?: InvokeOptions): Promise<GetClusterProfileV2Result>
    function getClusterProfileV2Output(args: GetClusterProfileV2OutputArgs, opts?: InvokeOptions): Output<GetClusterProfileV2Result>
    def get_cluster_profile_v2(ext_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetClusterProfileV2Result
    def get_cluster_profile_v2_output(ext_id: pulumi.Input[Optional[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetClusterProfileV2Result]
    func LookupClusterProfileV2(ctx *Context, args *LookupClusterProfileV2Args, opts ...InvokeOption) (*LookupClusterProfileV2Result, error)
    func LookupClusterProfileV2Output(ctx *Context, args *LookupClusterProfileV2OutputArgs, opts ...InvokeOption) LookupClusterProfileV2ResultOutput

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

    public static class GetClusterProfileV2 
    {
        public static Task<GetClusterProfileV2Result> InvokeAsync(GetClusterProfileV2Args args, InvokeOptions? opts = null)
        public static Output<GetClusterProfileV2Result> Invoke(GetClusterProfileV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterProfileV2Result> getClusterProfileV2(GetClusterProfileV2Args args, InvokeOptions options)
    public static Output<GetClusterProfileV2Result> getClusterProfileV2(GetClusterProfileV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getClusterProfileV2:getClusterProfileV2
      arguments:
        # arguments dictionary
    data "nutanix_getclusterprofilev2" "name" {
        # arguments
    }

    The following arguments are supported:

    ExtId string
    -Represents clusters uuid
    ExtId string
    -Represents clusters uuid
    ext_id string
    -Represents clusters uuid
    extId String
    -Represents clusters uuid
    extId string
    -Represents clusters uuid
    ext_id str
    -Represents clusters uuid
    extId String
    -Represents clusters uuid

    getClusterProfileV2 Result

    The following output properties are available:

    AllowedOverrides List<string>
    • Indicates if a configuration of attached clusters can be skipped from monitoring.
    ClusterCount int
    • Count of clusters associated to a cluster profile.
    Clusters List<PiersKarsenbarg.Nutanix.Outputs.GetClusterProfileV2Cluster>
    • Managed cluster information.
    CreateTime string
    • Creation time of a cluster profile.
    CreatedBy string
    • Details of the user who created the cluster profile.
    Description string
    • Detailed description of a cluster profile.
    DriftedClusterCount int
    • The count indicates the number of clusters associated with a cluster profile that has experienced drift. Drifted clusters are those in which the configuration differs from the defined profile. For example, the NTP server has different values on a cluster as compared to the profile it is attached.
    ExtId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdateTime string
    • The last updated time of a cluster profile.
    LastUpdatedBy string
    • Details of the user who has recently updated the cluster profile.
    Links List<PiersKarsenbarg.Nutanix.Outputs.GetClusterProfileV2Link>
    • 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.
    Name string
    • Name of the cluster profile.
    NameServerIpLists List<PiersKarsenbarg.Nutanix.Outputs.GetClusterProfileV2NameServerIpList>
    • List of name servers on a cluster. This is a part of payload for both clusters create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    NfsSubnetWhiteLists List<string>
    • NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
    NtpServerIpLists List<PiersKarsenbarg.Nutanix.Outputs.GetClusterProfileV2NtpServerIpList>
    • List of NTP servers on a cluster. This is a part of payload for both cluster create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    PulseStatuses List<PiersKarsenbarg.Nutanix.Outputs.GetClusterProfileV2PulseStatus>
    • Pulse status for a cluster.
    RsyslogServerLists List<PiersKarsenbarg.Nutanix.Outputs.GetClusterProfileV2RsyslogServerList>
    • RSYSLOG Server.
    SmtpServers List<PiersKarsenbarg.Nutanix.Outputs.GetClusterProfileV2SmtpServer>
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    SnmpConfigs List<PiersKarsenbarg.Nutanix.Outputs.GetClusterProfileV2SnmpConfig>
    • SNMP information.
    TenantId string
    • 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).
    AllowedOverrides []string
    • Indicates if a configuration of attached clusters can be skipped from monitoring.
    ClusterCount int
    • Count of clusters associated to a cluster profile.
    Clusters []GetClusterProfileV2Cluster
    • Managed cluster information.
    CreateTime string
    • Creation time of a cluster profile.
    CreatedBy string
    • Details of the user who created the cluster profile.
    Description string
    • Detailed description of a cluster profile.
    DriftedClusterCount int
    • The count indicates the number of clusters associated with a cluster profile that has experienced drift. Drifted clusters are those in which the configuration differs from the defined profile. For example, the NTP server has different values on a cluster as compared to the profile it is attached.
    ExtId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdateTime string
    • The last updated time of a cluster profile.
    LastUpdatedBy string
    • Details of the user who has recently updated the cluster profile.
    Links []GetClusterProfileV2Link
    • 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.
    Name string
    • Name of the cluster profile.
    NameServerIpLists []GetClusterProfileV2NameServerIpList
    • List of name servers on a cluster. This is a part of payload for both clusters create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    NfsSubnetWhiteLists []string
    • NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
    NtpServerIpLists []GetClusterProfileV2NtpServerIpList
    • List of NTP servers on a cluster. This is a part of payload for both cluster create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    PulseStatuses []GetClusterProfileV2PulseStatus
    • Pulse status for a cluster.
    RsyslogServerLists []GetClusterProfileV2RsyslogServerList
    • RSYSLOG Server.
    SmtpServers []GetClusterProfileV2SmtpServer
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    SnmpConfigs []GetClusterProfileV2SnmpConfig
    • SNMP information.
    TenantId string
    • 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).
    allowed_overrides list(string)
    • Indicates if a configuration of attached clusters can be skipped from monitoring.
    cluster_count number
    • Count of clusters associated to a cluster profile.
    clusters list(object)
    • Managed cluster information.
    create_time string
    • Creation time of a cluster profile.
    created_by string
    • Details of the user who created the cluster profile.
    description string
    • Detailed description of a cluster profile.
    drifted_cluster_count number
    • The count indicates the number of clusters associated with a cluster profile that has experienced drift. Drifted clusters are those in which the configuration differs from the defined profile. For example, the NTP server has different values on a cluster as compared to the profile it is attached.
    ext_id string
    • A globally unique identifier of an instance that is suitable for external consumption.
    id string
    The provider-assigned unique ID for this managed resource.
    last_update_time string
    • The last updated time of a cluster profile.
    last_updated_by string
    • Details of the user who has recently updated the cluster profile.
    links list(object)
    • 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.
    name string
    • Name of the cluster profile.
    name_server_ip_lists list(object)
    • List of name servers on a cluster. This is a part of payload for both clusters create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    nfs_subnet_white_lists list(string)
    • NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
    ntp_server_ip_lists list(object)
    • List of NTP servers on a cluster. This is a part of payload for both cluster create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    pulse_statuses list(object)
    • Pulse status for a cluster.
    rsyslog_server_lists list(object)
    • RSYSLOG Server.
    smtp_servers list(object)
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    snmp_configs list(object)
    • SNMP information.
    tenant_id string
    • 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).
    allowedOverrides List<String>
    • Indicates if a configuration of attached clusters can be skipped from monitoring.
    clusterCount Integer
    • Count of clusters associated to a cluster profile.
    clusters List<GetClusterProfileV2Cluster>
    • Managed cluster information.
    createTime String
    • Creation time of a cluster profile.
    createdBy String
    • Details of the user who created the cluster profile.
    description String
    • Detailed description of a cluster profile.
    driftedClusterCount Integer
    • The count indicates the number of clusters associated with a cluster profile that has experienced drift. Drifted clusters are those in which the configuration differs from the defined profile. For example, the NTP server has different values on a cluster as compared to the profile it is attached.
    extId String
    • A globally unique identifier of an instance that is suitable for external consumption.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdateTime String
    • The last updated time of a cluster profile.
    lastUpdatedBy String
    • Details of the user who has recently updated the cluster profile.
    links List<GetClusterProfileV2Link>
    • 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.
    name String
    • Name of the cluster profile.
    nameServerIpLists List<GetClusterProfileV2NameServerIpList>
    • List of name servers on a cluster. This is a part of payload for both clusters create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    nfsSubnetWhiteLists List<String>
    • NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
    ntpServerIpLists List<GetClusterProfileV2NtpServerIpList>
    • List of NTP servers on a cluster. This is a part of payload for both cluster create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    pulseStatuses List<GetClusterProfileV2PulseStatus>
    • Pulse status for a cluster.
    rsyslogServerLists List<GetClusterProfileV2RsyslogServerList>
    • RSYSLOG Server.
    smtpServers List<GetClusterProfileV2SmtpServer>
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    snmpConfigs List<GetClusterProfileV2SnmpConfig>
    • SNMP information.
    tenantId String
    • 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).
    allowedOverrides string[]
    • Indicates if a configuration of attached clusters can be skipped from monitoring.
    clusterCount number
    • Count of clusters associated to a cluster profile.
    clusters GetClusterProfileV2Cluster[]
    • Managed cluster information.
    createTime string
    • Creation time of a cluster profile.
    createdBy string
    • Details of the user who created the cluster profile.
    description string
    • Detailed description of a cluster profile.
    driftedClusterCount number
    • The count indicates the number of clusters associated with a cluster profile that has experienced drift. Drifted clusters are those in which the configuration differs from the defined profile. For example, the NTP server has different values on a cluster as compared to the profile it is attached.
    extId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdateTime string
    • The last updated time of a cluster profile.
    lastUpdatedBy string
    • Details of the user who has recently updated the cluster profile.
    links GetClusterProfileV2Link[]
    • 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.
    name string
    • Name of the cluster profile.
    nameServerIpLists GetClusterProfileV2NameServerIpList[]
    • List of name servers on a cluster. This is a part of payload for both clusters create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    nfsSubnetWhiteLists string[]
    • NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
    ntpServerIpLists GetClusterProfileV2NtpServerIpList[]
    • List of NTP servers on a cluster. This is a part of payload for both cluster create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    pulseStatuses GetClusterProfileV2PulseStatus[]
    • Pulse status for a cluster.
    rsyslogServerLists GetClusterProfileV2RsyslogServerList[]
    • RSYSLOG Server.
    smtpServers GetClusterProfileV2SmtpServer[]
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    snmpConfigs GetClusterProfileV2SnmpConfig[]
    • SNMP information.
    tenantId string
    • 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).
    allowed_overrides Sequence[str]
    • Indicates if a configuration of attached clusters can be skipped from monitoring.
    cluster_count int
    • Count of clusters associated to a cluster profile.
    clusters Sequence[GetClusterProfileV2Cluster]
    • Managed cluster information.
    create_time str
    • Creation time of a cluster profile.
    created_by str
    • Details of the user who created the cluster profile.
    description str
    • Detailed description of a cluster profile.
    drifted_cluster_count int
    • The count indicates the number of clusters associated with a cluster profile that has experienced drift. Drifted clusters are those in which the configuration differs from the defined profile. For example, the NTP server has different values on a cluster as compared to the profile it is attached.
    ext_id str
    • A globally unique identifier of an instance that is suitable for external consumption.
    id str
    The provider-assigned unique ID for this managed resource.
    last_update_time str
    • The last updated time of a cluster profile.
    last_updated_by str
    • Details of the user who has recently updated the cluster profile.
    links Sequence[GetClusterProfileV2Link]
    • 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.
    name str
    • Name of the cluster profile.
    name_server_ip_lists Sequence[GetClusterProfileV2NameServerIpList]
    • List of name servers on a cluster. This is a part of payload for both clusters create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    nfs_subnet_white_lists Sequence[str]
    • NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
    ntp_server_ip_lists Sequence[GetClusterProfileV2NtpServerIpList]
    • List of NTP servers on a cluster. This is a part of payload for both cluster create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    pulse_statuses Sequence[GetClusterProfileV2PulseStatus]
    • Pulse status for a cluster.
    rsyslog_server_lists Sequence[GetClusterProfileV2RsyslogServerList]
    • RSYSLOG Server.
    smtp_servers Sequence[GetClusterProfileV2SmtpServer]
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    snmp_configs Sequence[GetClusterProfileV2SnmpConfig]
    • SNMP information.
    tenant_id str
    • 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).
    allowedOverrides List<String>
    • Indicates if a configuration of attached clusters can be skipped from monitoring.
    clusterCount Number
    • Count of clusters associated to a cluster profile.
    clusters List<Property Map>
    • Managed cluster information.
    createTime String
    • Creation time of a cluster profile.
    createdBy String
    • Details of the user who created the cluster profile.
    description String
    • Detailed description of a cluster profile.
    driftedClusterCount Number
    • The count indicates the number of clusters associated with a cluster profile that has experienced drift. Drifted clusters are those in which the configuration differs from the defined profile. For example, the NTP server has different values on a cluster as compared to the profile it is attached.
    extId String
    • A globally unique identifier of an instance that is suitable for external consumption.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdateTime String
    • The last updated time of a cluster profile.
    lastUpdatedBy String
    • Details of the user who has recently updated the cluster profile.
    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.
    name String
    • Name of the cluster profile.
    nameServerIpLists List<Property Map>
    • List of name servers on a cluster. This is a part of payload for both clusters create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    nfsSubnetWhiteLists List<String>
    • NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
    ntpServerIpLists List<Property Map>
    • List of NTP servers on a cluster. This is a part of payload for both cluster create and update operations. Currently, only IPv4 address and FQDN (fully qualified domain name) values are supported for the create operation.
    pulseStatuses List<Property Map>
    • Pulse status for a cluster.
    rsyslogServerLists List<Property Map>
    • RSYSLOG Server.
    smtpServers List<Property Map>
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    snmpConfigs List<Property Map>
    • SNMP information.
    tenantId String
    • 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).

    Supporting Types

    GetClusterProfileV2Cluster

    ConfigDrifts string
    • The configuration drifts of a cluster.
    ExtId string
    -Represents clusters uuid
    IsCompliant bool
    • Indicates if a cluster is compliant with the cluster profile.
    LastSyncedTime string
    • The last synced time of a cluster.
    ConfigDrifts string
    • The configuration drifts of a cluster.
    ExtId string
    -Represents clusters uuid
    IsCompliant bool
    • Indicates if a cluster is compliant with the cluster profile.
    LastSyncedTime string
    • The last synced time of a cluster.
    config_drifts string
    • The configuration drifts of a cluster.
    ext_id string
    -Represents clusters uuid
    is_compliant bool
    • Indicates if a cluster is compliant with the cluster profile.
    last_synced_time string
    • The last synced time of a cluster.
    configDrifts String
    • The configuration drifts of a cluster.
    extId String
    -Represents clusters uuid
    isCompliant Boolean
    • Indicates if a cluster is compliant with the cluster profile.
    lastSyncedTime String
    • The last synced time of a cluster.
    configDrifts string
    • The configuration drifts of a cluster.
    extId string
    -Represents clusters uuid
    isCompliant boolean
    • Indicates if a cluster is compliant with the cluster profile.
    lastSyncedTime string
    • The last synced time of a cluster.
    config_drifts str
    • The configuration drifts of a cluster.
    ext_id str
    -Represents clusters uuid
    is_compliant bool
    • Indicates if a cluster is compliant with the cluster profile.
    last_synced_time str
    • The last synced time of a cluster.
    configDrifts String
    • The configuration drifts of a cluster.
    extId String
    -Represents clusters uuid
    isCompliant Boolean
    • Indicates if a cluster is compliant with the cluster profile.
    lastSyncedTime String
    • The last synced time of a cluster.
    Href string
    Rel string
    Href string
    Rel string
    href string
    rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetClusterProfileV2NameServerIpList

    ipv4s list(object)
    (Optional) ip address params.
    ipv6s list(object)
    (Optional) Ip address params.
    ipv4s List<Property Map>
    (Optional) ip address params.
    ipv6s List<Property Map>
    (Optional) Ip address params.

    GetClusterProfileV2NameServerIpListIpv4

    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefix_length number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Integer
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefixLength number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value str
    • (Required) Ip address.
    prefix_length int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.

    GetClusterProfileV2NameServerIpListIpv6

    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefix_length number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Integer
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefixLength number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value str
    • (Required) Ip address.
    prefix_length int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.

    GetClusterProfileV2NtpServerIpList

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2NtpServerIpListFqdn>
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2NtpServerIpListIpv4>
    (Optional) ip address params.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2NtpServerIpListIpv6>
    (Optional) Ip address params.
    Fqdns []GetClusterProfileV2NtpServerIpListFqdn
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s []GetClusterProfileV2NtpServerIpListIpv4
    (Optional) ip address params.
    Ipv6s []GetClusterProfileV2NtpServerIpListIpv6
    (Optional) Ip address params.
    fqdns list(object)
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s list(object)
    (Optional) ip address params.
    ipv6s list(object)
    (Optional) Ip address params.
    fqdns List<GetClusterProfileV2NtpServerIpListFqdn>
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s List<GetClusterProfileV2NtpServerIpListIpv4>
    (Optional) ip address params.
    ipv6s List<GetClusterProfileV2NtpServerIpListIpv6>
    (Optional) Ip address params.
    fqdns GetClusterProfileV2NtpServerIpListFqdn[]
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s GetClusterProfileV2NtpServerIpListIpv4[]
    (Optional) ip address params.
    ipv6s GetClusterProfileV2NtpServerIpListIpv6[]
    (Optional) Ip address params.
    fqdns Sequence[GetClusterProfileV2NtpServerIpListFqdn]
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s Sequence[GetClusterProfileV2NtpServerIpListIpv4]
    (Optional) ip address params.
    ipv6s Sequence[GetClusterProfileV2NtpServerIpListIpv6]
    (Optional) Ip address params.
    fqdns List<Property Map>
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s List<Property Map>
    (Optional) ip address params.
    ipv6s List<Property Map>
    (Optional) Ip address params.

    GetClusterProfileV2NtpServerIpListFqdn

    Value string
    • (Required) Ip address.
    Value string
    • (Required) Ip address.
    value string
    • (Required) Ip address.
    value String
    • (Required) Ip address.
    value string
    • (Required) Ip address.
    value str
    • (Required) Ip address.
    value String
    • (Required) Ip address.

    GetClusterProfileV2NtpServerIpListIpv4

    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefix_length number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Integer
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefixLength number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value str
    • (Required) Ip address.
    prefix_length int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.

    GetClusterProfileV2NtpServerIpListIpv6

    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefix_length number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Integer
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefixLength number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value str
    • (Required) Ip address.
    prefix_length int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.

    GetClusterProfileV2PulseStatus

    IsEnabled bool
    • Flag to indicate if pulse is enabled or not.
    PiiScrubbingLevel string
    • PII scrubbing level.
    IsEnabled bool
    • Flag to indicate if pulse is enabled or not.
    PiiScrubbingLevel string
    • PII scrubbing level.
    is_enabled bool
    • Flag to indicate if pulse is enabled or not.
    pii_scrubbing_level string
    • PII scrubbing level.
    isEnabled Boolean
    • Flag to indicate if pulse is enabled or not.
    piiScrubbingLevel String
    • PII scrubbing level.
    isEnabled boolean
    • Flag to indicate if pulse is enabled or not.
    piiScrubbingLevel string
    • PII scrubbing level.
    is_enabled bool
    • Flag to indicate if pulse is enabled or not.
    pii_scrubbing_level str
    • PII scrubbing level.
    isEnabled Boolean
    • Flag to indicate if pulse is enabled or not.
    piiScrubbingLevel String
    • PII scrubbing level.

    GetClusterProfileV2RsyslogServerList

    ExtId string
    -Represents clusters uuid
    IpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2RsyslogServerListIpAddress>
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2RsyslogServerListLink>
    • 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.
    Modules List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2RsyslogServerListModule>
    NetworkProtocol string
    Port int
    (Integer) SNMP port.
    ServerName string
    TenantId string
    • 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).
    ExtId string
    -Represents clusters uuid
    IpAddresses []GetClusterProfileV2RsyslogServerListIpAddress
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    Links []GetClusterProfileV2RsyslogServerListLink
    • 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.
    Modules []GetClusterProfileV2RsyslogServerListModule
    NetworkProtocol string
    Port int
    (Integer) SNMP port.
    ServerName string
    TenantId string
    • 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).
    ext_id string
    -Represents clusters uuid
    ip_addresses list(object)
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    links list(object)
    • 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.
    modules list(object)
    network_protocol string
    port number
    (Integer) SNMP port.
    server_name string
    tenant_id string
    • 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).
    extId String
    -Represents clusters uuid
    ipAddresses List<GetClusterProfileV2RsyslogServerListIpAddress>
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    links List<GetClusterProfileV2RsyslogServerListLink>
    • 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.
    modules List<GetClusterProfileV2RsyslogServerListModule>
    networkProtocol String
    port Integer
    (Integer) SNMP port.
    serverName String
    tenantId String
    • 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).
    extId string
    -Represents clusters uuid
    ipAddresses GetClusterProfileV2RsyslogServerListIpAddress[]
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    links GetClusterProfileV2RsyslogServerListLink[]
    • 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.
    modules GetClusterProfileV2RsyslogServerListModule[]
    networkProtocol string
    port number
    (Integer) SNMP port.
    serverName string
    tenantId string
    • 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).
    ext_id str
    -Represents clusters uuid
    ip_addresses Sequence[GetClusterProfileV2RsyslogServerListIpAddress]
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    links Sequence[GetClusterProfileV2RsyslogServerListLink]
    • 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.
    modules Sequence[GetClusterProfileV2RsyslogServerListModule]
    network_protocol str
    port int
    (Integer) SNMP port.
    server_name str
    tenant_id str
    • 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).
    extId String
    -Represents clusters uuid
    ipAddresses List<Property Map>
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    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.
    modules List<Property Map>
    networkProtocol String
    port Number
    (Integer) SNMP port.
    serverName String
    tenantId String
    • 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).

    GetClusterProfileV2RsyslogServerListIpAddress

    ipv4s list(object)
    (Optional) ip address params.
    ipv6s list(object)
    (Optional) Ip address params.
    ipv4s List<Property Map>
    (Optional) ip address params.
    ipv6s List<Property Map>
    (Optional) Ip address params.

    GetClusterProfileV2RsyslogServerListIpAddressIpv4

    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefix_length number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Integer
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefixLength number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value str
    • (Required) Ip address.
    prefix_length int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.

    GetClusterProfileV2RsyslogServerListIpAddressIpv6

    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefix_length number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Integer
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefixLength number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value str
    • (Required) Ip address.
    prefix_length int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Href string
    Rel string
    Href string
    Rel string
    href string
    rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetClusterProfileV2RsyslogServerListModule

    LogSeverityLevel string
    Name string
    • Name of the cluster profile.
    ShouldLogMonitorFiles bool
    LogSeverityLevel string
    Name string
    • Name of the cluster profile.
    ShouldLogMonitorFiles bool
    log_severity_level string
    name string
    • Name of the cluster profile.
    should_log_monitor_files bool
    logSeverityLevel String
    name String
    • Name of the cluster profile.
    shouldLogMonitorFiles Boolean
    logSeverityLevel string
    name string
    • Name of the cluster profile.
    shouldLogMonitorFiles boolean
    log_severity_level str
    name str
    • Name of the cluster profile.
    should_log_monitor_files bool
    logSeverityLevel String
    name String
    • Name of the cluster profile.
    shouldLogMonitorFiles Boolean

    GetClusterProfileV2SmtpServer

    EmailAddress string
    SMTP email address.
    Servers List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SmtpServerServer>
    SMTP network details.
    Type string
    Type of SMTP server.
    EmailAddress string
    SMTP email address.
    Servers []GetClusterProfileV2SmtpServerServer
    SMTP network details.
    Type string
    Type of SMTP server.
    email_address string
    SMTP email address.
    servers list(object)
    SMTP network details.
    type string
    Type of SMTP server.
    emailAddress String
    SMTP email address.
    servers List<GetClusterProfileV2SmtpServerServer>
    SMTP network details.
    type String
    Type of SMTP server.
    emailAddress string
    SMTP email address.
    servers GetClusterProfileV2SmtpServerServer[]
    SMTP network details.
    type string
    Type of SMTP server.
    email_address str
    SMTP email address.
    servers Sequence[GetClusterProfileV2SmtpServerServer]
    SMTP network details.
    type str
    Type of SMTP server.
    emailAddress String
    SMTP email address.
    servers List<Property Map>
    SMTP network details.
    type String
    Type of SMTP server.

    GetClusterProfileV2SmtpServerServer

    IpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SmtpServerServerIpAddress>
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    Password string
    SMTP server password.
    Port int
    (Integer) SNMP port.
    Username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    IpAddresses []GetClusterProfileV2SmtpServerServerIpAddress
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    Password string
    SMTP server password.
    Port int
    (Integer) SNMP port.
    Username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    ip_addresses list(object)
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    password string
    SMTP server password.
    port number
    (Integer) SNMP port.
    username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    ipAddresses List<GetClusterProfileV2SmtpServerServerIpAddress>
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    password String
    SMTP server password.
    port Integer
    (Integer) SNMP port.
    username String
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    ipAddresses GetClusterProfileV2SmtpServerServerIpAddress[]
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    password string
    SMTP server password.
    port number
    (Integer) SNMP port.
    username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    ip_addresses Sequence[GetClusterProfileV2SmtpServerServerIpAddress]
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    password str
    SMTP server password.
    port int
    (Integer) SNMP port.
    username str
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    ipAddresses List<Property Map>
    An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
    password String
    SMTP server password.
    port Number
    (Integer) SNMP port.
    username String
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.

    GetClusterProfileV2SmtpServerServerIpAddress

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SmtpServerServerIpAddressFqdn>
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SmtpServerServerIpAddressIpv4>
    (Optional) ip address params.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SmtpServerServerIpAddressIpv6>
    (Optional) Ip address params.
    Fqdns []GetClusterProfileV2SmtpServerServerIpAddressFqdn
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s []GetClusterProfileV2SmtpServerServerIpAddressIpv4
    (Optional) ip address params.
    Ipv6s []GetClusterProfileV2SmtpServerServerIpAddressIpv6
    (Optional) Ip address params.
    fqdns list(object)
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s list(object)
    (Optional) ip address params.
    ipv6s list(object)
    (Optional) Ip address params.
    fqdns List<GetClusterProfileV2SmtpServerServerIpAddressFqdn>
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s List<GetClusterProfileV2SmtpServerServerIpAddressIpv4>
    (Optional) ip address params.
    ipv6s List<GetClusterProfileV2SmtpServerServerIpAddressIpv6>
    (Optional) Ip address params.
    fqdns GetClusterProfileV2SmtpServerServerIpAddressFqdn[]
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s GetClusterProfileV2SmtpServerServerIpAddressIpv4[]
    (Optional) ip address params.
    ipv6s GetClusterProfileV2SmtpServerServerIpAddressIpv6[]
    (Optional) Ip address params.
    fqdns Sequence[GetClusterProfileV2SmtpServerServerIpAddressFqdn]
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s Sequence[GetClusterProfileV2SmtpServerServerIpAddressIpv4]
    (Optional) ip address params.
    ipv6s Sequence[GetClusterProfileV2SmtpServerServerIpAddressIpv6]
    (Optional) Ip address params.
    fqdns List<Property Map>
    • (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s List<Property Map>
    (Optional) ip address params.
    ipv6s List<Property Map>
    (Optional) Ip address params.

    GetClusterProfileV2SmtpServerServerIpAddressFqdn

    Value string
    • (Required) Ip address.
    Value string
    • (Required) Ip address.
    value string
    • (Required) Ip address.
    value String
    • (Required) Ip address.
    value string
    • (Required) Ip address.
    value str
    • (Required) Ip address.
    value String
    • (Required) Ip address.

    GetClusterProfileV2SmtpServerServerIpAddressIpv4

    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefix_length number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Integer
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefixLength number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value str
    • (Required) Ip address.
    prefix_length int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.

    GetClusterProfileV2SmtpServerServerIpAddressIpv6

    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefix_length number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Integer
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefixLength number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value str
    • (Required) Ip address.
    prefix_length int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.

    GetClusterProfileV2SnmpConfig

    ExtId string
    -Represents clusters uuid
    IsEnabled bool
    • Flag to indicate if pulse is enabled or not.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SnmpConfigLink>
    • 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.
    TenantId string
    • 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).
    Transports List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SnmpConfigTransport>
    (List) SNMP transport details. Each transport object supports:
    Traps List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SnmpConfigTrap>
    (List) SNMP trap details. Each trap object supports:
    Users List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SnmpConfigUser>
    (List) SNMP user information. Each user object supports:
    ExtId string
    -Represents clusters uuid
    IsEnabled bool
    • Flag to indicate if pulse is enabled or not.
    Links []GetClusterProfileV2SnmpConfigLink
    • 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.
    TenantId string
    • 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).
    Transports []GetClusterProfileV2SnmpConfigTransport
    (List) SNMP transport details. Each transport object supports:
    Traps []GetClusterProfileV2SnmpConfigTrap
    (List) SNMP trap details. Each trap object supports:
    Users []GetClusterProfileV2SnmpConfigUser
    (List) SNMP user information. Each user object supports:
    ext_id string
    -Represents clusters uuid
    is_enabled bool
    • Flag to indicate if pulse is enabled or not.
    links list(object)
    • 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.
    tenant_id string
    • 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).
    transports list(object)
    (List) SNMP transport details. Each transport object supports:
    traps list(object)
    (List) SNMP trap details. Each trap object supports:
    users list(object)
    (List) SNMP user information. Each user object supports:
    extId String
    -Represents clusters uuid
    isEnabled Boolean
    • Flag to indicate if pulse is enabled or not.
    links List<GetClusterProfileV2SnmpConfigLink>
    • 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.
    tenantId String
    • 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).
    transports List<GetClusterProfileV2SnmpConfigTransport>
    (List) SNMP transport details. Each transport object supports:
    traps List<GetClusterProfileV2SnmpConfigTrap>
    (List) SNMP trap details. Each trap object supports:
    users List<GetClusterProfileV2SnmpConfigUser>
    (List) SNMP user information. Each user object supports:
    extId string
    -Represents clusters uuid
    isEnabled boolean
    • Flag to indicate if pulse is enabled or not.
    links GetClusterProfileV2SnmpConfigLink[]
    • 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.
    tenantId string
    • 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).
    transports GetClusterProfileV2SnmpConfigTransport[]
    (List) SNMP transport details. Each transport object supports:
    traps GetClusterProfileV2SnmpConfigTrap[]
    (List) SNMP trap details. Each trap object supports:
    users GetClusterProfileV2SnmpConfigUser[]
    (List) SNMP user information. Each user object supports:
    ext_id str
    -Represents clusters uuid
    is_enabled bool
    • Flag to indicate if pulse is enabled or not.
    links Sequence[GetClusterProfileV2SnmpConfigLink]
    • 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.
    tenant_id str
    • 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).
    transports Sequence[GetClusterProfileV2SnmpConfigTransport]
    (List) SNMP transport details. Each transport object supports:
    traps Sequence[GetClusterProfileV2SnmpConfigTrap]
    (List) SNMP trap details. Each trap object supports:
    users Sequence[GetClusterProfileV2SnmpConfigUser]
    (List) SNMP user information. Each user object supports:
    extId String
    -Represents clusters uuid
    isEnabled Boolean
    • Flag to indicate if pulse is enabled or not.
    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.
    tenantId String
    • 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).
    transports List<Property Map>
    (List) SNMP transport details. Each transport object supports:
    traps List<Property Map>
    (List) SNMP trap details. Each trap object supports:
    users List<Property Map>
    (List) SNMP user information. Each user object supports:
    Href string
    Rel string
    Href string
    Rel string
    href string
    rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetClusterProfileV2SnmpConfigTransport

    Port int
    (Integer) SNMP port.
    Protocol string
    (String) SNMP protocol type. Allowed values:
    Port int
    (Integer) SNMP port.
    Protocol string
    (String) SNMP protocol type. Allowed values:
    port number
    (Integer) SNMP port.
    protocol string
    (String) SNMP protocol type. Allowed values:
    port Integer
    (Integer) SNMP port.
    protocol String
    (String) SNMP protocol type. Allowed values:
    port number
    (Integer) SNMP port.
    protocol string
    (String) SNMP protocol type. Allowed values:
    port int
    (Integer) SNMP port.
    protocol str
    (String) SNMP protocol type. Allowed values:
    port Number
    (Integer) SNMP port.
    protocol String
    (String) SNMP protocol type. Allowed values:

    GetClusterProfileV2SnmpConfigTrap

    Addresses List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SnmpConfigTrapAddress>
    (Block) An unique address block that supports:
    CommunityString string
    (String) Community string (plaintext) for SNMP version 2.0.
    EngineId string
    (String) SNMP engine ID (hexadecimal string, e.g. 0x12345678).
    ExtId string
    -Represents clusters uuid
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SnmpConfigTrapLink>
    • 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.
    Port int
    (Integer) SNMP port.
    Protocol string
    (String) SNMP protocol type. Allowed values:
    ReceiverName string
    (String, max 64 chars) SNMP receiver name.
    ShouldInform bool
    (Boolean) SNMP inform mode status.
    TenantId string
    • 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).
    Username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    Version string
    (String) SNMP version. Allowed values:
    Addresses []GetClusterProfileV2SnmpConfigTrapAddress
    (Block) An unique address block that supports:
    CommunityString string
    (String) Community string (plaintext) for SNMP version 2.0.
    EngineId string
    (String) SNMP engine ID (hexadecimal string, e.g. 0x12345678).
    ExtId string
    -Represents clusters uuid
    Links []GetClusterProfileV2SnmpConfigTrapLink
    • 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.
    Port int
    (Integer) SNMP port.
    Protocol string
    (String) SNMP protocol type. Allowed values:
    ReceiverName string
    (String, max 64 chars) SNMP receiver name.
    ShouldInform bool
    (Boolean) SNMP inform mode status.
    TenantId string
    • 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).
    Username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    Version string
    (String) SNMP version. Allowed values:
    addresses list(object)
    (Block) An unique address block that supports:
    community_string string
    (String) Community string (plaintext) for SNMP version 2.0.
    engine_id string
    (String) SNMP engine ID (hexadecimal string, e.g. 0x12345678).
    ext_id string
    -Represents clusters uuid
    links list(object)
    • 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.
    port number
    (Integer) SNMP port.
    protocol string
    (String) SNMP protocol type. Allowed values:
    receiver_name string
    (String, max 64 chars) SNMP receiver name.
    should_inform bool
    (Boolean) SNMP inform mode status.
    tenant_id string
    • 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).
    username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    version string
    (String) SNMP version. Allowed values:
    addresses List<GetClusterProfileV2SnmpConfigTrapAddress>
    (Block) An unique address block that supports:
    communityString String
    (String) Community string (plaintext) for SNMP version 2.0.
    engineId String
    (String) SNMP engine ID (hexadecimal string, e.g. 0x12345678).
    extId String
    -Represents clusters uuid
    links List<GetClusterProfileV2SnmpConfigTrapLink>
    • 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.
    port Integer
    (Integer) SNMP port.
    protocol String
    (String) SNMP protocol type. Allowed values:
    receiverName String
    (String, max 64 chars) SNMP receiver name.
    shouldInform Boolean
    (Boolean) SNMP inform mode status.
    tenantId String
    • 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).
    username String
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    version String
    (String) SNMP version. Allowed values:
    addresses GetClusterProfileV2SnmpConfigTrapAddress[]
    (Block) An unique address block that supports:
    communityString string
    (String) Community string (plaintext) for SNMP version 2.0.
    engineId string
    (String) SNMP engine ID (hexadecimal string, e.g. 0x12345678).
    extId string
    -Represents clusters uuid
    links GetClusterProfileV2SnmpConfigTrapLink[]
    • 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.
    port number
    (Integer) SNMP port.
    protocol string
    (String) SNMP protocol type. Allowed values:
    receiverName string
    (String, max 64 chars) SNMP receiver name.
    shouldInform boolean
    (Boolean) SNMP inform mode status.
    tenantId string
    • 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).
    username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    version string
    (String) SNMP version. Allowed values:
    addresses Sequence[GetClusterProfileV2SnmpConfigTrapAddress]
    (Block) An unique address block that supports:
    community_string str
    (String) Community string (plaintext) for SNMP version 2.0.
    engine_id str
    (String) SNMP engine ID (hexadecimal string, e.g. 0x12345678).
    ext_id str
    -Represents clusters uuid
    links Sequence[GetClusterProfileV2SnmpConfigTrapLink]
    • 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.
    port int
    (Integer) SNMP port.
    protocol str
    (String) SNMP protocol type. Allowed values:
    receiver_name str
    (String, max 64 chars) SNMP receiver name.
    should_inform bool
    (Boolean) SNMP inform mode status.
    tenant_id str
    • 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).
    username str
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    version str
    (String) SNMP version. Allowed values:
    addresses List<Property Map>
    (Block) An unique address block that supports:
    communityString String
    (String) Community string (plaintext) for SNMP version 2.0.
    engineId String
    (String) SNMP engine ID (hexadecimal string, e.g. 0x12345678).
    extId String
    -Represents clusters uuid
    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.
    port Number
    (Integer) SNMP port.
    protocol String
    (String) SNMP protocol type. Allowed values:
    receiverName String
    (String, max 64 chars) SNMP receiver name.
    shouldInform Boolean
    (Boolean) SNMP inform mode status.
    tenantId String
    • 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).
    username String
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    version String
    (String) SNMP version. Allowed values:

    GetClusterProfileV2SnmpConfigTrapAddress

    ipv4s list(object)
    (Optional) ip address params.
    ipv6s list(object)
    (Optional) Ip address params.
    ipv4s List<Property Map>
    (Optional) ip address params.
    ipv6s List<Property Map>
    (Optional) Ip address params.

    GetClusterProfileV2SnmpConfigTrapAddressIpv4

    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefix_length number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Integer
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefixLength number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value str
    • (Required) Ip address.
    prefix_length int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.

    GetClusterProfileV2SnmpConfigTrapAddressIpv6

    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • (Required) Ip address.
    PrefixLength int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefix_length number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Integer
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value string
    • (Required) Ip address.
    prefixLength number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value str
    • (Required) Ip address.
    prefix_length int
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    value String
    • (Required) Ip address.
    prefixLength Number
    • (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
    Href string
    Rel string
    Href string
    Rel string
    href string
    rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetClusterProfileV2SnmpConfigUser

    AuthKey string
    (String) SNMP user authentication key (must not contain single quotes).
    AuthType string
    (String) SNMP user authentication type. Allowed values:
    ExtId string
    -Represents clusters uuid
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetClusterProfileV2SnmpConfigUserLink>
    • 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.
    PrivKey string
    (String) SNMP user encryption key (must not contain single quotes).
    PrivType string
    (String) SNMP user encryption type. Allowed values:
    TenantId string
    • 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).
    Username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    AuthKey string
    (String) SNMP user authentication key (must not contain single quotes).
    AuthType string
    (String) SNMP user authentication type. Allowed values:
    ExtId string
    -Represents clusters uuid
    Links []GetClusterProfileV2SnmpConfigUserLink
    • 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.
    PrivKey string
    (String) SNMP user encryption key (must not contain single quotes).
    PrivType string
    (String) SNMP user encryption type. Allowed values:
    TenantId string
    • 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).
    Username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    auth_key string
    (String) SNMP user authentication key (must not contain single quotes).
    auth_type string
    (String) SNMP user authentication type. Allowed values:
    ext_id string
    -Represents clusters uuid
    links list(object)
    • 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.
    priv_key string
    (String) SNMP user encryption key (must not contain single quotes).
    priv_type string
    (String) SNMP user encryption type. Allowed values:
    tenant_id string
    • 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).
    username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    authKey String
    (String) SNMP user authentication key (must not contain single quotes).
    authType String
    (String) SNMP user authentication type. Allowed values:
    extId String
    -Represents clusters uuid
    links List<GetClusterProfileV2SnmpConfigUserLink>
    • 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.
    privKey String
    (String) SNMP user encryption key (must not contain single quotes).
    privType String
    (String) SNMP user encryption type. Allowed values:
    tenantId String
    • 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).
    username String
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    authKey string
    (String) SNMP user authentication key (must not contain single quotes).
    authType string
    (String) SNMP user authentication type. Allowed values:
    extId string
    -Represents clusters uuid
    links GetClusterProfileV2SnmpConfigUserLink[]
    • 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.
    privKey string
    (String) SNMP user encryption key (must not contain single quotes).
    privType string
    (String) SNMP user encryption type. Allowed values:
    tenantId string
    • 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).
    username string
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    auth_key str
    (String) SNMP user authentication key (must not contain single quotes).
    auth_type str
    (String) SNMP user authentication type. Allowed values:
    ext_id str
    -Represents clusters uuid
    links Sequence[GetClusterProfileV2SnmpConfigUserLink]
    • 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.
    priv_key str
    (String) SNMP user encryption key (must not contain single quotes).
    priv_type str
    (String) SNMP user encryption type. Allowed values:
    tenant_id str
    • 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).
    username str
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    authKey String
    (String) SNMP user authentication key (must not contain single quotes).
    authType String
    (String) SNMP user authentication type. Allowed values:
    extId String
    -Represents clusters uuid
    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.
    privKey String
    (String) SNMP user encryption key (must not contain single quotes).
    privType String
    (String) SNMP user encryption type. Allowed values:
    tenantId String
    • 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).
    username String
    (String, max 64 chars) SNMP username. Required for SNMP trap v3 version.
    Href string
    Rel string
    Href string
    Rel string
    href string
    rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Viewing docs for Nutanix v0.16.0
    published on Tuesday, May 26, 2026 by Piers Karsenbarg

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial