Viewing docs for Nutanix v0.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg
published on Tuesday, May 26, 2026 by Piers Karsenbarg
Viewing docs for Nutanix v0.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg
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 dictionarydata "nutanix_getclusterprofilev2" "name" {
# arguments
}The following arguments are supported:
- Ext
Id string - -Represents clusters uuid
- Ext
Id string - -Represents clusters uuid
- ext_
id string - -Represents clusters uuid
- ext
Id String - -Represents clusters uuid
- ext
Id string - -Represents clusters uuid
- ext_
id str - -Represents clusters uuid
- ext
Id String - -Represents clusters uuid
getClusterProfileV2 Result
The following output properties are available:
- Allowed
Overrides List<string> - Indicates if a configuration of attached clusters can be skipped from monitoring.
- Cluster
Count int - Count of clusters associated to a cluster profile.
- Clusters
List<Piers
Karsenbarg. Nutanix. Outputs. Get Cluster Profile V2Cluster> - 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 intCount - 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 stringTime - The last updated time of a cluster profile.
- Last
Updated stringBy - Details of the user who has recently updated the cluster profile.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Cluster Profile V2Link> - 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 List<PiersIp Lists Karsenbarg. Nutanix. Outputs. Get Cluster Profile V2Name Server Ip List> - 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 List<string>White Lists - NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
- Ntp
Server List<PiersIp Lists Karsenbarg. Nutanix. Outputs. Get Cluster Profile V2Ntp Server Ip List> - 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<PiersKarsenbarg. Nutanix. Outputs. Get Cluster Profile V2Pulse Status> - Pulse status for a cluster.
- Rsyslog
Server List<PiersLists Karsenbarg. Nutanix. Outputs. Get Cluster Profile V2Rsyslog Server List> - RSYSLOG Server.
- Smtp
Servers List<PiersKarsenbarg. Nutanix. Outputs. Get Cluster Profile V2Smtp Server> - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- Snmp
Configs List<PiersKarsenbarg. Nutanix. Outputs. Get Cluster Profile V2Snmp Config> - 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).
- Allowed
Overrides []string - Indicates if a configuration of attached clusters can be skipped from monitoring.
- Cluster
Count int - Count of clusters associated to a cluster profile.
- Clusters
[]Get
Cluster Profile V2Cluster - 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 intCount - 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 stringTime - The last updated time of a cluster profile.
- Last
Updated stringBy - Details of the user who has recently updated the cluster profile.
- Links
[]Get
Cluster Profile V2Link - 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 []GetIp Lists Cluster Profile V2Name Server Ip List - 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 []stringWhite Lists - NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
- Ntp
Server []GetIp Lists Cluster Profile V2Ntp Server Ip List - 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 []GetCluster Profile V2Pulse Status - Pulse status for a cluster.
- Rsyslog
Server []GetLists Cluster Profile V2Rsyslog Server List - RSYSLOG Server.
- Smtp
Servers []GetCluster Profile V2Smtp Server - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- Snmp
Configs []GetCluster Profile V2Snmp Config - 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).
- 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_ numbercount - 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_ stringtime - The last updated time of a cluster profile.
- last_
updated_ stringby - 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_ list(object)ip_ lists - 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_ list(string)white_ lists - NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
- ntp_
server_ list(object)ip_ lists - 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_ list(object)lists - 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).
- allowed
Overrides List<String> - Indicates if a configuration of attached clusters can be skipped from monitoring.
- cluster
Count Integer - Count of clusters associated to a cluster profile.
- clusters
List<Get
Cluster Profile V2Cluster> - 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 IntegerCount - 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 StringTime - The last updated time of a cluster profile.
- last
Updated StringBy - Details of the user who has recently updated the cluster profile.
- links
List<Get
Cluster Profile V2Link> - 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 List<GetIp Lists Cluster Profile V2Name Server Ip List> - 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 List<String>White Lists - NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
- ntp
Server List<GetIp Lists Cluster Profile V2Ntp Server Ip List> - 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<GetCluster Profile V2Pulse Status> - Pulse status for a cluster.
- rsyslog
Server List<GetLists Cluster Profile V2Rsyslog Server List> - RSYSLOG Server.
- smtp
Servers List<GetCluster Profile V2Smtp Server> - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- snmp
Configs List<GetCluster Profile V2Snmp Config> - 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).
- allowed
Overrides 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
Get
Cluster Profile V2Cluster[] - 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 numberCount - 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 stringTime - The last updated time of a cluster profile.
- last
Updated stringBy - Details of the user who has recently updated the cluster profile.
- links
Get
Cluster Profile V2Link[] - 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 GetIp Lists Cluster Profile V2Name Server Ip List[] - 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 string[]White Lists - NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
- ntp
Server GetIp Lists Cluster Profile V2Ntp Server Ip List[] - 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 GetCluster Profile V2Pulse Status[] - Pulse status for a cluster.
- rsyslog
Server GetLists Cluster Profile V2Rsyslog Server List[] - RSYSLOG Server.
- smtp
Servers GetCluster Profile V2Smtp Server[] - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- snmp
Configs GetCluster Profile V2Snmp Config[] - 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).
- 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[Get
Cluster Profile V2Cluster] - 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_ intcount - 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_ strtime - The last updated time of a cluster profile.
- last_
updated_ strby - Details of the user who has recently updated the cluster profile.
- links
Sequence[Get
Cluster Profile V2Link] - 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_ Sequence[Getip_ lists Cluster Profile V2Name Server Ip List] - 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_ Sequence[str]white_ lists - NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
- ntp_
server_ Sequence[Getip_ lists Cluster Profile V2Ntp Server Ip List] - 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[GetCluster Profile V2Pulse Status] - Pulse status for a cluster.
- rsyslog_
server_ Sequence[Getlists Cluster Profile V2Rsyslog Server List] - RSYSLOG Server.
- smtp_
servers Sequence[GetCluster Profile V2Smtp Server] - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- snmp_
configs Sequence[GetCluster Profile V2Snmp Config] - 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).
- 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<Property Map>
- 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 NumberCount - 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 StringTime - The last updated time of a cluster profile.
- last
Updated StringBy - 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.
- name
Server List<Property Map>Ip Lists - 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 List<String>White Lists - NFS subnet allowlist addresses. This is part of the payload for cluster update operation only.
- ntp
Server List<Property Map>Ip Lists - 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<Property Map> - Pulse status for a cluster.
- rsyslog
Server List<Property Map>Lists - RSYSLOG Server.
- smtp
Servers List<Property Map> - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- snmp
Configs List<Property Map> - 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).
Supporting Types
GetClusterProfileV2Cluster
- 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 stringTime - 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 stringTime - 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_ stringtime - The last synced time of a cluster.
- config
Drifts String - The configuration drifts of a cluster.
- ext
Id String - -Represents clusters uuid
- is
Compliant Boolean - Indicates if a cluster is compliant with the cluster profile.
- last
Synced StringTime - The last synced time of a cluster.
- config
Drifts string - The configuration drifts of a cluster.
- ext
Id string - -Represents clusters uuid
- is
Compliant boolean - Indicates if a cluster is compliant with the cluster profile.
- last
Synced stringTime - 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_ strtime - The last synced time of a cluster.
- config
Drifts String - The configuration drifts of a cluster.
- ext
Id String - -Represents clusters uuid
- is
Compliant Boolean - Indicates if a cluster is compliant with the cluster profile.
- last
Synced StringTime - The last synced time of a cluster.
GetClusterProfileV2Link
GetClusterProfileV2NameServerIpList
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Name Server Ip List Ipv4> - (Optional) ip address params.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Name Server Ip List Ipv6> - (Optional) Ip address params.
- Ipv4s
[]Get
Cluster Profile V2Name Server Ip List Ipv4 - (Optional) ip address params.
- Ipv6s
[]Get
Cluster Profile V2Name Server Ip List Ipv6 - (Optional) Ip address params.
- ipv4s list(object)
- (Optional) ip address params.
- ipv6s list(object)
- (Optional) Ip address params.
- ipv4s
List<Get
Cluster Profile V2Name Server Ip List Ipv4> - (Optional) ip address params.
- ipv6s
List<Get
Cluster Profile V2Name Server Ip List Ipv6> - (Optional) Ip address params.
- ipv4s
Get
Cluster Profile V2Name Server Ip List Ipv4[] - (Optional) ip address params.
- ipv6s
Get
Cluster Profile V2Name Server Ip List Ipv6[] - (Optional) Ip address params.
- ipv4s
Sequence[Get
Cluster Profile V2Name Server Ip List Ipv4] - (Optional) ip address params.
- ipv6s
Sequence[Get
Cluster Profile V2Name Server Ip List Ipv6] - (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.
- Prefix
Length int - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
- Value string
- (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.
- prefix_
length number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
- value String
- (Required) Ip address.
- prefix
Length Integer - (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 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.
- prefix
Length Number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
GetClusterProfileV2NameServerIpListIpv6
- Value string
- (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.
- Prefix
Length 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.
- prefix
Length Integer - (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 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.
- prefix
Length Number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
GetClusterProfileV2NtpServerIpList
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Ntp Server Ip List Fqdn> - (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Ntp Server Ip List Ipv4> - (Optional) ip address params.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Ntp Server Ip List Ipv6> - (Optional) Ip address params.
- Fqdns
[]Get
Cluster Profile V2Ntp Server Ip List Fqdn - (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Get
Cluster Profile V2Ntp Server Ip List Ipv4 - (Optional) ip address params.
- Ipv6s
[]Get
Cluster Profile V2Ntp Server Ip List Ipv6 - (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<Get
Cluster Profile V2Ntp Server Ip List Fqdn> - (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
List<Get
Cluster Profile V2Ntp Server Ip List Ipv4> - (Optional) ip address params.
- ipv6s
List<Get
Cluster Profile V2Ntp Server Ip List Ipv6> - (Optional) Ip address params.
- fqdns
Get
Cluster Profile V2Ntp Server Ip List Fqdn[] - (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Get
Cluster Profile V2Ntp Server Ip List Ipv4[] - (Optional) ip address params.
- ipv6s
Get
Cluster Profile V2Ntp Server Ip List Ipv6[] - (Optional) Ip address params.
- fqdns
Sequence[Get
Cluster Profile V2Ntp Server Ip List Fqdn] - (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Sequence[Get
Cluster Profile V2Ntp Server Ip List Ipv4] - (Optional) ip address params.
- ipv6s
Sequence[Get
Cluster Profile V2Ntp Server Ip List Ipv6] - (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.
- Prefix
Length int - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
- Value string
- (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.
- prefix_
length number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
- value String
- (Required) Ip address.
- prefix
Length Integer - (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 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.
- prefix
Length Number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
GetClusterProfileV2NtpServerIpListIpv6
- Value string
- (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.
- Prefix
Length 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.
- prefix
Length Integer - (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 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.
- prefix
Length Number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
GetClusterProfileV2PulseStatus
- Is
Enabled bool - Flag to indicate if pulse is enabled or not.
- Pii
Scrubbing stringLevel - PII scrubbing level.
- Is
Enabled bool - Flag to indicate if pulse is enabled or not.
- Pii
Scrubbing stringLevel - PII scrubbing level.
- is_
enabled bool - Flag to indicate if pulse is enabled or not.
- pii_
scrubbing_ stringlevel - PII scrubbing level.
- is
Enabled Boolean - Flag to indicate if pulse is enabled or not.
- pii
Scrubbing StringLevel - PII scrubbing level.
- is
Enabled boolean - Flag to indicate if pulse is enabled or not.
- pii
Scrubbing stringLevel - PII scrubbing level.
- is_
enabled bool - Flag to indicate if pulse is enabled or not.
- pii_
scrubbing_ strlevel - PII scrubbing level.
- is
Enabled Boolean - Flag to indicate if pulse is enabled or not.
- pii
Scrubbing StringLevel - PII scrubbing level.
GetClusterProfileV2RsyslogServerList
- Ext
Id string - -Represents clusters uuid
- Ip
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster Profile V2Rsyslog Server List Ip Address> - An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Rsyslog Server List 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.
- Modules
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Rsyslog Server List Module> - Network
Protocol string - Port int
- (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).
- Ext
Id string - -Represents clusters uuid
- Ip
Addresses []GetCluster Profile V2Rsyslog Server List Ip Address - An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
- Links
[]Get
Cluster Profile V2Rsyslog Server List 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.
- Modules
[]Get
Cluster Profile V2Rsyslog Server List Module - Network
Protocol string - Port int
- (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).
- 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).
- ext
Id String - -Represents clusters uuid
- ip
Addresses List<GetCluster Profile V2Rsyslog Server List Ip Address> - An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
- links
List<Get
Cluster Profile V2Rsyslog Server List 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.
- modules
List<Get
Cluster Profile V2Rsyslog Server List Module> - network
Protocol String - port Integer
- (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).
- ext
Id string - -Represents clusters uuid
- ip
Addresses GetCluster Profile V2Rsyslog Server List Ip Address[] - An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
- links
Get
Cluster Profile V2Rsyslog Server List 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.
- modules
Get
Cluster Profile V2Rsyslog Server List Module[] - 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).
- ext_
id str - -Represents clusters uuid
- ip_
addresses Sequence[GetCluster Profile V2Rsyslog Server List Ip Address] - An unique address that identifies a device on the internet or a local network in IPv4, IPv6 or format.
- links
Sequence[Get
Cluster Profile V2Rsyslog Server List 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.
- modules
Sequence[Get
Cluster Profile V2Rsyslog Server List Module] - 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).
- ext
Id String - -Represents clusters uuid
- ip
Addresses 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>
- 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).
GetClusterProfileV2RsyslogServerListIpAddress
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Rsyslog Server List Ip Address Ipv4> - (Optional) ip address params.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Rsyslog Server List Ip Address Ipv6> - (Optional) Ip address params.
- Ipv4s
[]Get
Cluster Profile V2Rsyslog Server List Ip Address Ipv4 - (Optional) ip address params.
- Ipv6s
[]Get
Cluster Profile V2Rsyslog Server List Ip Address Ipv6 - (Optional) Ip address params.
- ipv4s list(object)
- (Optional) ip address params.
- ipv6s list(object)
- (Optional) Ip address params.
- ipv4s
List<Get
Cluster Profile V2Rsyslog Server List Ip Address Ipv4> - (Optional) ip address params.
- ipv6s
List<Get
Cluster Profile V2Rsyslog Server List Ip Address Ipv6> - (Optional) Ip address params.
- ipv4s
Get
Cluster Profile V2Rsyslog Server List Ip Address Ipv4[] - (Optional) ip address params.
- ipv6s
Get
Cluster Profile V2Rsyslog Server List Ip Address Ipv6[] - (Optional) Ip address params.
- ipv4s
Sequence[Get
Cluster Profile V2Rsyslog Server List Ip Address Ipv4] - (Optional) ip address params.
- ipv6s
Sequence[Get
Cluster Profile V2Rsyslog Server List Ip Address Ipv6] - (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.
- Prefix
Length int - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
- Value string
- (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.
- prefix_
length number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
- value String
- (Required) Ip address.
- prefix
Length Integer - (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 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.
- prefix
Length Number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
GetClusterProfileV2RsyslogServerListIpAddressIpv6
- Value string
- (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.
- Prefix
Length 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.
- prefix
Length Integer - (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 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.
- prefix
Length Number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
GetClusterProfileV2RsyslogServerListLink
GetClusterProfileV2RsyslogServerListModule
- Log
Severity stringLevel - Name string
- Name of the cluster profile.
- Should
Log boolMonitor Files
- Log
Severity stringLevel - Name string
- Name of the cluster profile.
- Should
Log boolMonitor Files
- log_
severity_ stringlevel - name string
- Name of the cluster profile.
- should_
log_ boolmonitor_ files
- log
Severity StringLevel - name String
- Name of the cluster profile.
- should
Log BooleanMonitor Files
- log
Severity stringLevel - name string
- Name of the cluster profile.
- should
Log booleanMonitor Files
- log_
severity_ strlevel - name str
- Name of the cluster profile.
- should_
log_ boolmonitor_ files
- log
Severity StringLevel - name String
- Name of the cluster profile.
- should
Log BooleanMonitor Files
GetClusterProfileV2SmtpServer
- Email
Address string - SMTP email address.
- Servers
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Smtp Server Server> - SMTP network details.
- Type string
- Type of SMTP server.
- Email
Address string - SMTP email address.
- Servers
[]Get
Cluster Profile V2Smtp Server Server - 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.
- email
Address String - SMTP email address.
- servers
List<Get
Cluster Profile V2Smtp Server Server> - SMTP network details.
- type String
- Type of SMTP server.
- email
Address string - SMTP email address.
- servers
Get
Cluster Profile V2Smtp Server Server[] - SMTP network details.
- type string
- Type of SMTP server.
- email_
address str - SMTP email address.
- servers
Sequence[Get
Cluster Profile V2Smtp Server Server] - SMTP network details.
- type str
- Type of SMTP server.
- email
Address String - SMTP email address.
- servers List<Property Map>
- SMTP network details.
- type String
- Type of SMTP server.
GetClusterProfileV2SmtpServerServer
- Ip
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster Profile V2Smtp Server Server Ip Address> - 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 []GetCluster Profile V2Smtp Server Server Ip Address - 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.
- ip
Addresses List<GetCluster Profile V2Smtp Server Server Ip Address> - 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.
- ip
Addresses GetCluster Profile V2Smtp Server Server Ip Address[] - 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[GetCluster Profile V2Smtp Server Server Ip Address] - 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.
- ip
Addresses 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<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Smtp Server Server Ip Address Fqdn> - (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Smtp Server Server Ip Address Ipv4> - (Optional) ip address params.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Smtp Server Server Ip Address Ipv6> - (Optional) Ip address params.
- Fqdns
[]Get
Cluster Profile V2Smtp Server Server Ip Address Fqdn - (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Get
Cluster Profile V2Smtp Server Server Ip Address Ipv4 - (Optional) ip address params.
- Ipv6s
[]Get
Cluster Profile V2Smtp Server Server Ip Address Ipv6 - (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<Get
Cluster Profile V2Smtp Server Server Ip Address Fqdn> - (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
List<Get
Cluster Profile V2Smtp Server Server Ip Address Ipv4> - (Optional) ip address params.
- ipv6s
List<Get
Cluster Profile V2Smtp Server Server Ip Address Ipv6> - (Optional) Ip address params.
- fqdns
Get
Cluster Profile V2Smtp Server Server Ip Address Fqdn[] - (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Get
Cluster Profile V2Smtp Server Server Ip Address Ipv4[] - (Optional) ip address params.
- ipv6s
Get
Cluster Profile V2Smtp Server Server Ip Address Ipv6[] - (Optional) Ip address params.
- fqdns
Sequence[Get
Cluster Profile V2Smtp Server Server Ip Address Fqdn] - (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Sequence[Get
Cluster Profile V2Smtp Server Server Ip Address Ipv4] - (Optional) ip address params.
- ipv6s
Sequence[Get
Cluster Profile V2Smtp Server Server Ip Address Ipv6] - (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.
- Prefix
Length int - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
- Value string
- (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.
- prefix_
length number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
- value String
- (Required) Ip address.
- prefix
Length Integer - (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 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.
- prefix
Length Number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
GetClusterProfileV2SmtpServerServerIpAddressIpv6
- Value string
- (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.
- Prefix
Length 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.
- prefix
Length Integer - (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 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.
- prefix
Length Number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
GetClusterProfileV2SnmpConfig
- Ext
Id string - -Represents clusters uuid
- Is
Enabled bool - Flag to indicate if pulse is enabled or not.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Snmp Config 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.
- 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<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Snmp Config Transport> - (List) SNMP transport details. Each transport object supports:
- Traps
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Snmp Config Trap> - (List) SNMP trap details. Each trap object supports:
- Users
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Snmp Config User> - (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
[]Get
Cluster Profile V2Snmp Config 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.
- 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
[]Get
Cluster Profile V2Snmp Config Transport - (List) SNMP transport details. Each transport object supports:
- Traps
[]Get
Cluster Profile V2Snmp Config Trap - (List) SNMP trap details. Each trap object supports:
- Users
[]Get
Cluster Profile V2Snmp Config User - (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:
- ext
Id String - -Represents clusters uuid
- is
Enabled Boolean - Flag to indicate if pulse is enabled or not.
- links
List<Get
Cluster Profile V2Snmp Config 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.
- 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<Get
Cluster Profile V2Snmp Config Transport> - (List) SNMP transport details. Each transport object supports:
- traps
List<Get
Cluster Profile V2Snmp Config Trap> - (List) SNMP trap details. Each trap object supports:
- users
List<Get
Cluster Profile V2Snmp Config User> - (List) SNMP user information. Each user object supports:
- ext
Id string - -Represents clusters uuid
- is
Enabled boolean - Flag to indicate if pulse is enabled or not.
- links
Get
Cluster Profile V2Snmp Config 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.
- 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
Get
Cluster Profile V2Snmp Config Transport[] - (List) SNMP transport details. Each transport object supports:
- traps
Get
Cluster Profile V2Snmp Config Trap[] - (List) SNMP trap details. Each trap object supports:
- users
Get
Cluster Profile V2Snmp Config User[] - (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[Get
Cluster Profile V2Snmp Config 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.
- 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[Get
Cluster Profile V2Snmp Config Transport] - (List) SNMP transport details. Each transport object supports:
- traps
Sequence[Get
Cluster Profile V2Snmp Config Trap] - (List) SNMP trap details. Each trap object supports:
- users
Sequence[Get
Cluster Profile V2Snmp Config User] - (List) SNMP user information. Each user object supports:
- ext
Id String - -Represents clusters uuid
- is
Enabled 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.
- 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<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:
GetClusterProfileV2SnmpConfigLink
GetClusterProfileV2SnmpConfigTransport
GetClusterProfileV2SnmpConfigTrap
- Addresses
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Snmp Config Trap Address> - (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<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Snmp Config Trap 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.
- Port int
- (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
[]Get
Cluster Profile V2Snmp Config Trap Address - (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
[]Get
Cluster Profile V2Snmp Config Trap 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.
- Port int
- (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(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<Get
Cluster Profile V2Snmp Config Trap Address> - (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<Get
Cluster Profile V2Snmp Config Trap 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.
- port Integer
- (Integer) SNMP port.
- protocol String
- (String) SNMP protocol type. Allowed values:
- receiver
Name String - (String, max 64 chars) SNMP receiver name.
- should
Inform Boolean - (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
Get
Cluster Profile V2Snmp Config Trap Address[] - (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
Get
Cluster Profile V2Snmp Config Trap 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.
- 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 boolean - (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
Sequence[Get
Cluster Profile V2Snmp Config Trap Address] - (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[Get
Cluster Profile V2Snmp Config Trap 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.
- 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:
- 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<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:
- receiver
Name String - (String, max 64 chars) SNMP receiver name.
- should
Inform Boolean - (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:
GetClusterProfileV2SnmpConfigTrapAddress
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Snmp Config Trap Address Ipv4> - (Optional) ip address params.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Snmp Config Trap Address Ipv6> - (Optional) Ip address params.
- Ipv4s
[]Get
Cluster Profile V2Snmp Config Trap Address Ipv4 - (Optional) ip address params.
- Ipv6s
[]Get
Cluster Profile V2Snmp Config Trap Address Ipv6 - (Optional) Ip address params.
- ipv4s list(object)
- (Optional) ip address params.
- ipv6s list(object)
- (Optional) Ip address params.
- ipv4s
List<Get
Cluster Profile V2Snmp Config Trap Address Ipv4> - (Optional) ip address params.
- ipv6s
List<Get
Cluster Profile V2Snmp Config Trap Address Ipv6> - (Optional) Ip address params.
- ipv4s
Get
Cluster Profile V2Snmp Config Trap Address Ipv4[] - (Optional) ip address params.
- ipv6s
Get
Cluster Profile V2Snmp Config Trap Address Ipv6[] - (Optional) Ip address params.
- ipv4s
Sequence[Get
Cluster Profile V2Snmp Config Trap Address Ipv4] - (Optional) ip address params.
- ipv6s
Sequence[Get
Cluster Profile V2Snmp Config Trap Address Ipv6] - (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.
- Prefix
Length int - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
- Value string
- (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.
- prefix_
length number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
- value String
- (Required) Ip address.
- prefix
Length Integer - (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 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.
- prefix
Length Number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
GetClusterProfileV2SnmpConfigTrapAddressIpv6
- Value string
- (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.
- Prefix
Length 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.
- prefix
Length Integer - (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 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.
- prefix
Length Number - (Optional, default 128) The prefix length of the network to which this host IPv6 address belongs.
GetClusterProfileV2SnmpConfigTrapLink
GetClusterProfileV2SnmpConfigUser
- 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<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster Profile V2Snmp Config User 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.
- 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.
- 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
[]Get
Cluster Profile V2Snmp Config User 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.
- 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.
- 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.
- 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<Get
Cluster Profile V2Snmp Config User 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.
- 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.
- 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
Get
Cluster Profile V2Snmp Config User 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.
- 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.
- 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[Get
Cluster Profile V2Snmp Config User 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.
- 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.
- 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<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.
- 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.
GetClusterProfileV2SnmpConfigUserLink
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.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg
published on Tuesday, May 26, 2026 by Piers Karsenbarg