1. Packages
  2. Nutanix
  3. API Docs
  4. getProjects
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getProjects

Explore with Pulumi AI

Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

Describes Projects

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";

const projects = nutanix.getProjects({});
Copy
import pulumi
import pulumi_nutanix as nutanix

projects = nutanix.get_projects()
Copy
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.GetProjects(ctx, map[string]interface{}{}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;

return await Deployment.RunAsync(() => 
{
    var projects = Nutanix.GetProjects.Invoke();

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nutanix.NutanixFunctions;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var projects = NutanixFunctions.getProjects();

    }
}
Copy
variables:
  projects:
    fn::invoke:
      function: nutanix:getProjects
      arguments: {}
Copy

Using getProjects

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 getProjects(opts?: InvokeOptions): Promise<GetProjectsResult>
function getProjectsOutput(opts?: InvokeOptions): Output<GetProjectsResult>
Copy
def get_projects(opts: Optional[InvokeOptions] = None) -> GetProjectsResult
def get_projects_output(opts: Optional[InvokeOptions] = None) -> Output[GetProjectsResult]
Copy
func GetProjects(ctx *Context, opts ...InvokeOption) (*GetProjectsResult, error)
func GetProjectsOutput(ctx *Context, opts ...InvokeOption) GetProjectsResultOutput
Copy

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

public static class GetProjects 
{
    public static Task<GetProjectsResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetProjectsResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetProjectsResult> getProjects(InvokeOptions options)
public static Output<GetProjectsResult> getProjects(InvokeOptions options)
Copy
fn::invoke:
  function: nutanix:index/getProjects:getProjects
  arguments:
    # arguments dictionary
Copy

getProjects Result

The following output properties are available:

ApiVersion string
version of the API
Entities List<PiersKarsenbarg.Nutanix.Outputs.GetProjectsEntity>
List of Projects
Id string
The provider-assigned unique ID for this managed resource.
ApiVersion string
version of the API
Entities []GetProjectsEntity
List of Projects
Id string
The provider-assigned unique ID for this managed resource.
apiVersion String
version of the API
entities List<GetProjectsEntity>
List of Projects
id String
The provider-assigned unique ID for this managed resource.
apiVersion string
version of the API
entities GetProjectsEntity[]
List of Projects
id string
The provider-assigned unique ID for this managed resource.
api_version str
version of the API
entities Sequence[GetProjectsEntity]
List of Projects
id str
The provider-assigned unique ID for this managed resource.
apiVersion String
version of the API
entities List<Property Map>
List of Projects
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

GetProjectsEntity

AccountReferenceLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetProjectsEntityAccountReferenceList>
List of accounts associated with the project.

  • account_reference_list.#.kind - The kind name. Default value is account
  • account_reference_list.#.uuid - The UUID of an account.
  • account_reference_list.#.name - The name of an account.
ApiVersion This property is required. string
version of the API
Categories This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetProjectsEntityCategory>
DefaultSubnetReference This property is required. Dictionary<string, string>
Reference to a subnet.
Description This property is required. string
A description for project.
EnvironmentReferenceLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetProjectsEntityEnvironmentReferenceList>
List of environments associated with the project.

  • environment_reference_list.#.kind - The kind name. Default value is environment
  • environment_reference_list.#.uuid - The UUID of an environment.
  • environment_reference_list.#.name - The name of an environment.
ExternalNetworkLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetProjectsEntityExternalNetworkList>
List of external networks associated with the project.

  • external_network_list.#.uuid - The UUID of a network.
  • external_network_list.#.name - The name of a network.
ExternalUserGroupReferenceLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetProjectsEntityExternalUserGroupReferenceList>
List of directory service user groups. These groups are not managed by Nutanix.

  • external_user_group_reference_list.#.kind - The kind name. Default value is user_group
  • external_user_group_reference_list.#.uuid - The UUID of a user_group
  • external_user_group_reference_list.#.name - The name of a user_group
IsDefault This property is required. bool
Metadata This property is required. Dictionary<string, string>
Name This property is required. string
(Optional) the name.
OwnerReference This property is required. Dictionary<string, string>
ProjectReference This property is required. Dictionary<string, string>
ResourceDomains This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetProjectsEntityResourceDomain>
The status for a resource domain (limits and values)
State This property is required. string
SubnetReferenceLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetProjectsEntitySubnetReferenceList>
List of subnets for the project.

  • subnet_reference_list.#.kind - The kind name. Default value is subnet
  • subnet_reference_list.#.uuid - The UUID of a subnet
  • subnet_reference_list.#.name - The name of a subnet.
UserReferenceLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetProjectsEntityUserReferenceList>
List of users in the project.

  • user_reference_list.#.kind - The kind name. Default value is user
  • user_reference_list.#.uuid - The UUID of a user
  • user_reference_list.#.name - The name of a user.
AccountReferenceLists This property is required. []GetProjectsEntityAccountReferenceList
List of accounts associated with the project.

  • account_reference_list.#.kind - The kind name. Default value is account
  • account_reference_list.#.uuid - The UUID of an account.
  • account_reference_list.#.name - The name of an account.
ApiVersion This property is required. string
version of the API
Categories This property is required. []GetProjectsEntityCategory
DefaultSubnetReference This property is required. map[string]string
Reference to a subnet.
Description This property is required. string
A description for project.
EnvironmentReferenceLists This property is required. []GetProjectsEntityEnvironmentReferenceList
List of environments associated with the project.

  • environment_reference_list.#.kind - The kind name. Default value is environment
  • environment_reference_list.#.uuid - The UUID of an environment.
  • environment_reference_list.#.name - The name of an environment.
ExternalNetworkLists This property is required. []GetProjectsEntityExternalNetworkList
List of external networks associated with the project.

  • external_network_list.#.uuid - The UUID of a network.
  • external_network_list.#.name - The name of a network.
ExternalUserGroupReferenceLists This property is required. []GetProjectsEntityExternalUserGroupReferenceList
List of directory service user groups. These groups are not managed by Nutanix.

  • external_user_group_reference_list.#.kind - The kind name. Default value is user_group
  • external_user_group_reference_list.#.uuid - The UUID of a user_group
  • external_user_group_reference_list.#.name - The name of a user_group
IsDefault This property is required. bool
Metadata This property is required. map[string]string
Name This property is required. string
(Optional) the name.
OwnerReference This property is required. map[string]string
ProjectReference This property is required. map[string]string
ResourceDomains This property is required. []GetProjectsEntityResourceDomain
The status for a resource domain (limits and values)
State This property is required. string
SubnetReferenceLists This property is required. []GetProjectsEntitySubnetReferenceList
List of subnets for the project.

  • subnet_reference_list.#.kind - The kind name. Default value is subnet
  • subnet_reference_list.#.uuid - The UUID of a subnet
  • subnet_reference_list.#.name - The name of a subnet.
UserReferenceLists This property is required. []GetProjectsEntityUserReferenceList
List of users in the project.

  • user_reference_list.#.kind - The kind name. Default value is user
  • user_reference_list.#.uuid - The UUID of a user
  • user_reference_list.#.name - The name of a user.
accountReferenceLists This property is required. List<GetProjectsEntityAccountReferenceList>
List of accounts associated with the project.

  • account_reference_list.#.kind - The kind name. Default value is account
  • account_reference_list.#.uuid - The UUID of an account.
  • account_reference_list.#.name - The name of an account.
apiVersion This property is required. String
version of the API
categories This property is required. List<GetProjectsEntityCategory>
defaultSubnetReference This property is required. Map<String,String>
Reference to a subnet.
description This property is required. String
A description for project.
environmentReferenceLists This property is required. List<GetProjectsEntityEnvironmentReferenceList>
List of environments associated with the project.

  • environment_reference_list.#.kind - The kind name. Default value is environment
  • environment_reference_list.#.uuid - The UUID of an environment.
  • environment_reference_list.#.name - The name of an environment.
externalNetworkLists This property is required. List<GetProjectsEntityExternalNetworkList>
List of external networks associated with the project.

  • external_network_list.#.uuid - The UUID of a network.
  • external_network_list.#.name - The name of a network.
externalUserGroupReferenceLists This property is required. List<GetProjectsEntityExternalUserGroupReferenceList>
List of directory service user groups. These groups are not managed by Nutanix.

  • external_user_group_reference_list.#.kind - The kind name. Default value is user_group
  • external_user_group_reference_list.#.uuid - The UUID of a user_group
  • external_user_group_reference_list.#.name - The name of a user_group
isDefault This property is required. Boolean
metadata This property is required. Map<String,String>
name This property is required. String
(Optional) the name.
ownerReference This property is required. Map<String,String>
projectReference This property is required. Map<String,String>
resourceDomains This property is required. List<GetProjectsEntityResourceDomain>
The status for a resource domain (limits and values)
state This property is required. String
subnetReferenceLists This property is required. List<GetProjectsEntitySubnetReferenceList>
List of subnets for the project.

  • subnet_reference_list.#.kind - The kind name. Default value is subnet
  • subnet_reference_list.#.uuid - The UUID of a subnet
  • subnet_reference_list.#.name - The name of a subnet.
userReferenceLists This property is required. List<GetProjectsEntityUserReferenceList>
List of users in the project.

  • user_reference_list.#.kind - The kind name. Default value is user
  • user_reference_list.#.uuid - The UUID of a user
  • user_reference_list.#.name - The name of a user.
accountReferenceLists This property is required. GetProjectsEntityAccountReferenceList[]
List of accounts associated with the project.

  • account_reference_list.#.kind - The kind name. Default value is account
  • account_reference_list.#.uuid - The UUID of an account.
  • account_reference_list.#.name - The name of an account.
apiVersion This property is required. string
version of the API
categories This property is required. GetProjectsEntityCategory[]
defaultSubnetReference This property is required. {[key: string]: string}
Reference to a subnet.
description This property is required. string
A description for project.
environmentReferenceLists This property is required. GetProjectsEntityEnvironmentReferenceList[]
List of environments associated with the project.

  • environment_reference_list.#.kind - The kind name. Default value is environment
  • environment_reference_list.#.uuid - The UUID of an environment.
  • environment_reference_list.#.name - The name of an environment.
externalNetworkLists This property is required. GetProjectsEntityExternalNetworkList[]
List of external networks associated with the project.

  • external_network_list.#.uuid - The UUID of a network.
  • external_network_list.#.name - The name of a network.
externalUserGroupReferenceLists This property is required. GetProjectsEntityExternalUserGroupReferenceList[]
List of directory service user groups. These groups are not managed by Nutanix.

  • external_user_group_reference_list.#.kind - The kind name. Default value is user_group
  • external_user_group_reference_list.#.uuid - The UUID of a user_group
  • external_user_group_reference_list.#.name - The name of a user_group
isDefault This property is required. boolean
metadata This property is required. {[key: string]: string}
name This property is required. string
(Optional) the name.
ownerReference This property is required. {[key: string]: string}
projectReference This property is required. {[key: string]: string}
resourceDomains This property is required. GetProjectsEntityResourceDomain[]
The status for a resource domain (limits and values)
state This property is required. string
subnetReferenceLists This property is required. GetProjectsEntitySubnetReferenceList[]
List of subnets for the project.

  • subnet_reference_list.#.kind - The kind name. Default value is subnet
  • subnet_reference_list.#.uuid - The UUID of a subnet
  • subnet_reference_list.#.name - The name of a subnet.
userReferenceLists This property is required. GetProjectsEntityUserReferenceList[]
List of users in the project.

  • user_reference_list.#.kind - The kind name. Default value is user
  • user_reference_list.#.uuid - The UUID of a user
  • user_reference_list.#.name - The name of a user.
account_reference_lists This property is required. Sequence[GetProjectsEntityAccountReferenceList]
List of accounts associated with the project.

  • account_reference_list.#.kind - The kind name. Default value is account
  • account_reference_list.#.uuid - The UUID of an account.
  • account_reference_list.#.name - The name of an account.
api_version This property is required. str
version of the API
categories This property is required. Sequence[GetProjectsEntityCategory]
default_subnet_reference This property is required. Mapping[str, str]
Reference to a subnet.
description This property is required. str
A description for project.
environment_reference_lists This property is required. Sequence[GetProjectsEntityEnvironmentReferenceList]
List of environments associated with the project.

  • environment_reference_list.#.kind - The kind name. Default value is environment
  • environment_reference_list.#.uuid - The UUID of an environment.
  • environment_reference_list.#.name - The name of an environment.
external_network_lists This property is required. Sequence[GetProjectsEntityExternalNetworkList]
List of external networks associated with the project.

  • external_network_list.#.uuid - The UUID of a network.
  • external_network_list.#.name - The name of a network.
external_user_group_reference_lists This property is required. Sequence[GetProjectsEntityExternalUserGroupReferenceList]
List of directory service user groups. These groups are not managed by Nutanix.

  • external_user_group_reference_list.#.kind - The kind name. Default value is user_group
  • external_user_group_reference_list.#.uuid - The UUID of a user_group
  • external_user_group_reference_list.#.name - The name of a user_group
is_default This property is required. bool
metadata This property is required. Mapping[str, str]
name This property is required. str
(Optional) the name.
owner_reference This property is required. Mapping[str, str]
project_reference This property is required. Mapping[str, str]
resource_domains This property is required. Sequence[GetProjectsEntityResourceDomain]
The status for a resource domain (limits and values)
state This property is required. str
subnet_reference_lists This property is required. Sequence[GetProjectsEntitySubnetReferenceList]
List of subnets for the project.

  • subnet_reference_list.#.kind - The kind name. Default value is subnet
  • subnet_reference_list.#.uuid - The UUID of a subnet
  • subnet_reference_list.#.name - The name of a subnet.
user_reference_lists This property is required. Sequence[GetProjectsEntityUserReferenceList]
List of users in the project.

  • user_reference_list.#.kind - The kind name. Default value is user
  • user_reference_list.#.uuid - The UUID of a user
  • user_reference_list.#.name - The name of a user.
accountReferenceLists This property is required. List<Property Map>
List of accounts associated with the project.

  • account_reference_list.#.kind - The kind name. Default value is account
  • account_reference_list.#.uuid - The UUID of an account.
  • account_reference_list.#.name - The name of an account.
apiVersion This property is required. String
version of the API
categories This property is required. List<Property Map>
defaultSubnetReference This property is required. Map<String>
Reference to a subnet.
description This property is required. String
A description for project.
environmentReferenceLists This property is required. List<Property Map>
List of environments associated with the project.

  • environment_reference_list.#.kind - The kind name. Default value is environment
  • environment_reference_list.#.uuid - The UUID of an environment.
  • environment_reference_list.#.name - The name of an environment.
externalNetworkLists This property is required. List<Property Map>
List of external networks associated with the project.

  • external_network_list.#.uuid - The UUID of a network.
  • external_network_list.#.name - The name of a network.
externalUserGroupReferenceLists This property is required. List<Property Map>
List of directory service user groups. These groups are not managed by Nutanix.

  • external_user_group_reference_list.#.kind - The kind name. Default value is user_group
  • external_user_group_reference_list.#.uuid - The UUID of a user_group
  • external_user_group_reference_list.#.name - The name of a user_group
isDefault This property is required. Boolean
metadata This property is required. Map<String>
name This property is required. String
(Optional) the name.
ownerReference This property is required. Map<String>
projectReference This property is required. Map<String>
resourceDomains This property is required. List<Property Map>
The status for a resource domain (limits and values)
state This property is required. String
subnetReferenceLists This property is required. List<Property Map>
List of subnets for the project.

  • subnet_reference_list.#.kind - The kind name. Default value is subnet
  • subnet_reference_list.#.uuid - The UUID of a subnet
  • subnet_reference_list.#.name - The name of a subnet.
userReferenceLists This property is required. List<Property Map>
List of users in the project.

  • user_reference_list.#.kind - The kind name. Default value is user
  • user_reference_list.#.uuid - The UUID of a user
  • user_reference_list.#.name - The name of a user.

GetProjectsEntityAccountReferenceList

Kind This property is required. string
(Required) The kind name (Default value: project).
Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
Kind This property is required. string
(Required) The kind name (Default value: project).
Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
kind This property is required. String
(Required) The kind name (Default value: project).
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.
kind This property is required. string
(Required) The kind name (Default value: project).
name This property is required. string
(Optional) the name.
uuid This property is required. string
(Required) the UUID.
kind This property is required. str
(Required) The kind name (Default value: project).
name This property is required. str
(Optional) the name.
uuid This property is required. str
(Required) the UUID.
kind This property is required. String
(Required) The kind name (Default value: project).
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.

GetProjectsEntityCategory

Name This property is required. string
(Optional) the name.
Value This property is required. string
value of the key.
Name This property is required. string
(Optional) the name.
Value This property is required. string
value of the key.
name This property is required. String
(Optional) the name.
value This property is required. String
value of the key.
name This property is required. string
(Optional) the name.
value This property is required. string
value of the key.
name This property is required. str
(Optional) the name.
value This property is required. str
value of the key.
name This property is required. String
(Optional) the name.
value This property is required. String
value of the key.

GetProjectsEntityEnvironmentReferenceList

Kind This property is required. string
(Required) The kind name (Default value: project).
Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
Kind This property is required. string
(Required) The kind name (Default value: project).
Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
kind This property is required. String
(Required) The kind name (Default value: project).
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.
kind This property is required. string
(Required) The kind name (Default value: project).
name This property is required. string
(Optional) the name.
uuid This property is required. string
(Required) the UUID.
kind This property is required. str
(Required) The kind name (Default value: project).
name This property is required. str
(Optional) the name.
uuid This property is required. str
(Required) the UUID.
kind This property is required. String
(Required) The kind name (Default value: project).
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.

GetProjectsEntityExternalNetworkList

Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.
name This property is required. string
(Optional) the name.
uuid This property is required. string
(Required) the UUID.
name This property is required. str
(Optional) the name.
uuid This property is required. str
(Required) the UUID.
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.

GetProjectsEntityExternalUserGroupReferenceList

Kind This property is required. string
(Required) The kind name (Default value: project).
Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
Kind This property is required. string
(Required) The kind name (Default value: project).
Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
kind This property is required. String
(Required) The kind name (Default value: project).
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.
kind This property is required. string
(Required) The kind name (Default value: project).
name This property is required. string
(Optional) the name.
uuid This property is required. string
(Required) the UUID.
kind This property is required. str
(Required) The kind name (Default value: project).
name This property is required. str
(Optional) the name.
uuid This property is required. str
(Required) the UUID.
kind This property is required. String
(Required) The kind name (Default value: project).
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.

GetProjectsEntityResourceDomain

Resources This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetProjectsEntityResourceDomainResource>
Array of the utilization/limit for resource types

  • resource_domain.resources.#.limit The resource consumption limit (unspecified is unlimited)
  • resource_domain.resources.#.resource_type The type of resource (for example storage, CPUs)
  • resource_domain.resources.#.units - The units of the resource type
  • resource_domain.resources.#.value - The amount of resource consumed
Resources This property is required. []GetProjectsEntityResourceDomainResource
Array of the utilization/limit for resource types

  • resource_domain.resources.#.limit The resource consumption limit (unspecified is unlimited)
  • resource_domain.resources.#.resource_type The type of resource (for example storage, CPUs)
  • resource_domain.resources.#.units - The units of the resource type
  • resource_domain.resources.#.value - The amount of resource consumed
resources This property is required. List<GetProjectsEntityResourceDomainResource>
Array of the utilization/limit for resource types

  • resource_domain.resources.#.limit The resource consumption limit (unspecified is unlimited)
  • resource_domain.resources.#.resource_type The type of resource (for example storage, CPUs)
  • resource_domain.resources.#.units - The units of the resource type
  • resource_domain.resources.#.value - The amount of resource consumed
resources This property is required. GetProjectsEntityResourceDomainResource[]
Array of the utilization/limit for resource types

  • resource_domain.resources.#.limit The resource consumption limit (unspecified is unlimited)
  • resource_domain.resources.#.resource_type The type of resource (for example storage, CPUs)
  • resource_domain.resources.#.units - The units of the resource type
  • resource_domain.resources.#.value - The amount of resource consumed
resources This property is required. Sequence[GetProjectsEntityResourceDomainResource]
Array of the utilization/limit for resource types

  • resource_domain.resources.#.limit The resource consumption limit (unspecified is unlimited)
  • resource_domain.resources.#.resource_type The type of resource (for example storage, CPUs)
  • resource_domain.resources.#.units - The units of the resource type
  • resource_domain.resources.#.value - The amount of resource consumed
resources This property is required. List<Property Map>
Array of the utilization/limit for resource types

  • resource_domain.resources.#.limit The resource consumption limit (unspecified is unlimited)
  • resource_domain.resources.#.resource_type The type of resource (for example storage, CPUs)
  • resource_domain.resources.#.units - The units of the resource type
  • resource_domain.resources.#.value - The amount of resource consumed

GetProjectsEntityResourceDomainResource

Limit This property is required. int
ResourceType This property is required. string
Units This property is required. string
Value This property is required. int
value of the key.
Limit This property is required. int
ResourceType This property is required. string
Units This property is required. string
Value This property is required. int
value of the key.
limit This property is required. Integer
resourceType This property is required. String
units This property is required. String
value This property is required. Integer
value of the key.
limit This property is required. number
resourceType This property is required. string
units This property is required. string
value This property is required. number
value of the key.
limit This property is required. int
resource_type This property is required. str
units This property is required. str
value This property is required. int
value of the key.
limit This property is required. Number
resourceType This property is required. String
units This property is required. String
value This property is required. Number
value of the key.

GetProjectsEntitySubnetReferenceList

Kind This property is required. string
(Required) The kind name (Default value: project).
Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
Kind This property is required. string
(Required) The kind name (Default value: project).
Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
kind This property is required. String
(Required) The kind name (Default value: project).
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.
kind This property is required. string
(Required) The kind name (Default value: project).
name This property is required. string
(Optional) the name.
uuid This property is required. string
(Required) the UUID.
kind This property is required. str
(Required) The kind name (Default value: project).
name This property is required. str
(Optional) the name.
uuid This property is required. str
(Required) the UUID.
kind This property is required. String
(Required) The kind name (Default value: project).
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.

GetProjectsEntityUserReferenceList

Kind This property is required. string
(Required) The kind name (Default value: project).
Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
Kind This property is required. string
(Required) The kind name (Default value: project).
Name This property is required. string
(Optional) the name.
Uuid This property is required. string
(Required) the UUID.
kind This property is required. String
(Required) The kind name (Default value: project).
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.
kind This property is required. string
(Required) The kind name (Default value: project).
name This property is required. string
(Optional) the name.
uuid This property is required. string
(Required) the UUID.
kind This property is required. str
(Required) The kind name (Default value: project).
name This property is required. str
(Optional) the name.
uuid This property is required. str
(Required) the UUID.
kind This property is required. String
(Required) The kind name (Default value: project).
name This property is required. String
(Optional) the name.
uuid This property is required. String
(Required) the UUID.

Package Details

Repository
nutanix pierskarsenbarg/pulumi-nutanix
License
Apache-2.0
Notes
This Pulumi package is based on the nutanix Terraform Provider.
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg