{
  "name": "nutanix",
  "displayName": "Nutanix",
  "version": "0.11.0",
  "description": "A Pulumi package for creating and managing Nutanix cloud resources.",
  "keywords": [
    "pulumi",
    "nutanix",
    "category/cloud"
  ],
  "homepage": "https://github.com/pierskarsenbarg/pulumi-nutanix",
  "license": "Apache-2.0",
  "attribution": "This Pulumi package is based on the [`nutanix` Terraform Provider](https://github.com/terraform-providers/terraform-provider-nutanix).",
  "repository": "https://github.com/pierskarsenbarg/pulumi-nutanix",
  "logoUrl": "https://raw.githubusercontent.com/pierskarsenbarg/pulumi-nutanix/main/docs/nutanix-logo.png",
  "pluginDownloadURL": "github://api.github.com/pierskarsenbarg/pulumi-nutanix",
  "publisher": "Piers Karsenbarg",
  "meta": {
    "moduleFormat": "(.*)(?:/[^/]*)"
  },
  "language": {
    "csharp": {
      "packageReferences": {
        "Pulumi": "3.*"
      },
      "compatibility": "tfbridge20",
      "rootNamespace": "PiersKarsenbarg"
    },
    "go": {
      "importBasePath": "github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix",
      "generateResourceContainerTypes": true,
      "generateExtraInputTypes": true
    },
    "nodejs": {
      "packageName": "@pierskarsenbarg/nutanix",
      "packageDescription": "A Pulumi package for creating and managing Nutanix cloud resources.",
      "readme": "> This provider is a derived work of the [Terraform Provider](https://github.com/terraform-providers/terraform-provider-nutanix)\n> distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n> first check the [`pulumi-nutanix` repo](https://github.com/pierskarsenbarg/pulumi-nutanix/issues); however, if that doesn't turn up anything,\n> please consult the source [`terraform-provider-nutanix` repo](https://github.com/terraform-providers/terraform-provider-nutanix/issues).",
      "dependencies": {
        "@pulumi/pulumi": "^3.0.0"
      },
      "devDependencies": {
        "@types/google-protobuf": "^3.15.12",
        "@types/mime": "^2.0.0",
        "@types/node": "^10.0.0"
      },
      "compatibility": "tfbridge20",
      "disableUnionOutputTypes": true
    },
    "python": {
      "requires": {
        "pulumi": ">=3.0.0,<4.0.0"
      },
      "readme": "> This provider is a derived work of the [Terraform Provider](https://github.com/terraform-providers/terraform-provider-nutanix)\n> distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n> first check the [`pulumi-nutanix` repo](https://github.com/pierskarsenbarg/pulumi-nutanix/issues); however, if that doesn't turn up anything,\n> please consult the source [`terraform-provider-nutanix` repo](https://github.com/terraform-providers/terraform-provider-nutanix/issues).",
      "compatibility": "tfbridge20",
      "pyproject": {}
    }
  },
  "config": {
    "variables": {
      "endpoint": {
        "type": "string",
        "description": "URL for Nutanix Prism (e.g IP or FQDN for cluster VIP\nnote, this is never the data services VIP, and should not be an\nindividual CVM address, as this would cause calls to fail during\ncluster lifecycle management operations, such as AOS upgrades."
      },
      "foundationEndpoint": {
        "type": "string",
        "description": "endpoint for foundation VM (eg. Foundation VM IP)"
      },
      "foundationPort": {
        "type": "string",
        "description": "Port for foundation VM"
      },
      "insecure": {
        "type": "boolean",
        "description": "Explicitly allow the provider to perform \"insecure\" SSL requests. If omitted,default value is <span pulumi-lang-nodejs=\"`false`\" pulumi-lang-dotnet=\"`False`\" pulumi-lang-go=\"`false`\" pulumi-lang-python=\"`false`\" pulumi-lang-yaml=\"`false`\" pulumi-lang-java=\"`false`\">`false`</span>"
      },
      "ndbEndpoint": {
        "type": "string",
        "description": "endpoint for Era VM (era ip)"
      },
      "ndbPassword": {
        "type": "string"
      },
      "ndbUsername": {
        "type": "string"
      },
      "password": {
        "type": "string",
        "description": "Password for provided user name."
      },
      "port": {
        "type": "string",
        "description": "Port for Nutanix Prism."
      },
      "proxyUrl": {
        "type": "string"
      },
      "sessionAuth": {
        "type": "boolean",
        "description": "Use session authentification instead of basic auth for each request"
      },
      "username": {
        "type": "string",
        "description": "User name for Nutanix Prism. Could be\nlocal cluster auth (e.g. 'admin') or directory auth."
      },
      "waitTimeout": {
        "type": "integer",
        "description": "Set if you know that the creation o update of a resource may take long time (minutes)"
      }
    }
  },
  "types": {
    "nutanix:index/AccessControlPolicyCategory:AccessControlPolicyCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the Access Control Policy.\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/AccessControlPolicyContextFilterList:AccessControlPolicyContextFilterList": {
      "properties": {
        "entityFilterExpressionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyContextFilterListEntityFilterExpressionList:AccessControlPolicyContextFilterListEntityFilterExpressionList"
          },
          "description": "A list of Entity filter expressions.\n"
        },
        "scopeFilterExpressionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyContextFilterListScopeFilterExpressionList:AccessControlPolicyContextFilterListScopeFilterExpressionList"
          },
          "description": "- (Optional) Filter the scope of an Access Control Policy.\n"
        }
      },
      "type": "object",
      "required": [
        "entityFilterExpressionLists"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityFilterExpressionLists",
            "scopeFilterExpressionLists"
          ]
        }
      }
    },
    "nutanix:index/AccessControlPolicyContextFilterListEntityFilterExpressionList:AccessControlPolicyContextFilterListEntityFilterExpressionList": {
      "properties": {
        "leftHandSideEntityType": {
          "type": "string",
          "description": "- (Optional)  The LHS of the filter expression - the entity type.\n"
        },
        "operator": {
          "type": "string",
          "description": "- (Required) The operator in the filter expression.\n"
        },
        "rightHandSide": {
          "$ref": "#/types/nutanix:index%2FAccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSide:AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSide",
          "description": "- (Required) The right hand side (RHS) of an scope expression.\n"
        }
      },
      "type": "object",
      "required": [
        "operator",
        "rightHandSide"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "leftHandSideEntityType",
            "operator",
            "rightHandSide"
          ]
        }
      }
    },
    "nutanix:index/AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSide:AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSide": {
      "properties": {
        "categories": {
          "$ref": "#/types/nutanix:index%2FAccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideCategories:AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideCategories",
          "description": "- (Optional) The category values represented as a dictionary of key > list of values.\n"
        },
        "collection": {
          "type": "string",
          "description": "- (Optional)  A representative term for supported groupings of entities. ALL = All the entities of a given kind.\n"
        },
        "uuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) The explicit list of UUIDs for the given kind.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categories",
            "collection",
            "uuidLists"
          ]
        }
      }
    },
    "nutanix:index/AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideCategories:AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideCategories": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the Access Control Policy.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/AccessControlPolicyContextFilterListScopeFilterExpressionList:AccessControlPolicyContextFilterListScopeFilterExpressionList": {
      "properties": {
        "leftHandSide": {
          "type": "string",
          "description": "- (Optional)  The LHS of the filter expression - the scope type.\n"
        },
        "operator": {
          "type": "string",
          "description": "- (Required) The operator of the filter expression.\n"
        },
        "rightHandSide": {
          "$ref": "#/types/nutanix:index%2FAccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSide:AccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSide",
          "description": "- (Required) The right hand side (RHS) of an scope expression.\n"
        }
      },
      "type": "object",
      "required": [
        "leftHandSide",
        "operator",
        "rightHandSide"
      ]
    },
    "nutanix:index/AccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSide:AccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSide": {
      "properties": {
        "categories": {
          "$ref": "#/types/nutanix:index%2FAccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSideCategories:AccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSideCategories",
          "description": "- (Optional) The category values represented as a dictionary of key > list of values.\n"
        },
        "collection": {
          "type": "string",
          "description": "- (Optional)  A representative term for supported groupings of entities. ALL = All the entities of a given kind.\n"
        },
        "uuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) The explicit list of UUIDs for the given kind.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categories",
            "collection",
            "uuidLists"
          ]
        }
      }
    },
    "nutanix:index/AccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSideCategories:AccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSideCategories": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the Access Control Policy.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/AccessControlPolicyOwnerReference:AccessControlPolicyOwnerReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the Access Control Policy.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/AccessControlPolicyRoleReference:AccessControlPolicyRoleReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the Access Control Policy.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/AccessControlPolicyUserGroupReferenceList:AccessControlPolicyUserGroupReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the Access Control Policy.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/AccessControlPolicyUserReferenceList:AccessControlPolicyUserReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the Access Control Policy.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/AddressGroupIpAddressBlockList:AddressGroupIpAddressBlockList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "- (Required) IP of the address block\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "- (Required) Prefix length of address block in int\n\nSee detailed information in [Nutanix Address Groups](https://www.nutanix.dev/api_references/prism-central-v3/#/5ccef53a546a4-create-a-new-address-group).\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ]
    },
    "nutanix:index/AddressGroupsV2IpRange:AddressGroupsV2IpRange": {
      "properties": {
        "endIp": {
          "type": "string"
        },
        "startIp": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endIp",
            "startIp"
          ]
        }
      }
    },
    "nutanix:index/AddressGroupsV2Ipv4Address:AddressGroupsV2Ipv4Address": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/AddressGroupsV2Link:AddressGroupsV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/AssociateCategoryToVolumeGroupV2Category:AssociateCategoryToVolumeGroupV2Category": {
      "properties": {
        "entityType": {
          "type": "string",
          "description": "-(Optional) Type of entity that's represented by this reference. Default value is \"CATEGORY\". Valid values are:\n* \"CATEGORY\".\n\nSee detailed information in [Nutanix Associate/Disassociate category to/from a Volume Group V4](https://developers.nutanix.com/api-reference?namespace=volumes&version=v4.0#tag/VolumeGroups/operation/associateCategory).\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) The external identifier of the category.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Optional) Name of entity that's represented by this reference\n"
        },
        "uris": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) URI of entities that's represented by this reference.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "uris"
          ]
        }
      }
    },
    "nutanix:index/AuthorizationPolicyV2Entity:AuthorizationPolicyV2Entity": {
      "properties": {
        "reserved": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/AuthorizationPolicyV2Identity:AuthorizationPolicyV2Identity": {
      "properties": {
        "reserved": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/CategoryV2Association:CategoryV2Association": {
      "properties": {
        "categoryId": {
          "type": "string",
          "description": "External identifier for the given category, used across all v4 apis/entities/resources where categories are referenced.\n"
        },
        "count": {
          "type": "string",
          "description": "Count of associations of a particular type of entity or policy\n"
        },
        "resourceGroup": {
          "type": "string",
          "description": "An enum denoting the resource group.\nResources can be organized into either an entity or a policy.\nValid values are:\n- `POLICY`:  A ResourceGroup denoting a nutanix policy like VM host affinity policy, image placement policy, access control policy, and so on.<br> A category is generally associated with many entities.<br> The policy which is associated with this category, is then applied to those entities which are also associated with the same category.\n- `ENTITY`: A ResourceGroup denoting a nutanix entity like VM, cluster, host, image, and so on.<br> A category is generally associated with many entities.<br> A policy is then applied to these entities through the category.\n"
        },
        "resourceType": {
          "type": "string",
          "description": "An enum denoting the associated resource types. Resource types are further grouped into 2 types - entity or a policy.\nValid values are:\n- `APP`:  A resource of type application.\n- `PROTECTION_RULE`:  A policy or rule of type protection rule.\n- `IMAGE_RATE_LIMIT`: A resource of type rate limit.\n- `MH_VM`: A resource of type Virtual Machine.\n- `BLUEPRINT`:  A resource of type blueprint.\n- `HOST`:  A resource representing the underlying host, the machine hosting the hypervisors and VMs.\n- `IMAGE`:  A resource of type image.\n- `VM_VM_ANTI_AFFINITY_POLICY`:  A policy of type VM-VM anti-affinity; This policy decides that the specified set of VMs are running on different hosts.\n- `ACCESS_CONTROL_POLICY`: A policy or rule of type access control policy or ACP; the rules that decide authorization of users to access an API.\n- `VM_HOST_AFFINITY_POLICY`: A policy of type VM host affinity; The policy decides the affinity between a set of VMs to be run only a specified set of hosts\n- `NGT_POLICY`:  A policy or rule of type NGT policy.\n- `RECOVERY_PLAN`:  A policy or rule of type recovery plan.\n- `MARKETPLACE_ITEM`: A resource of type marketplace item.\n- `CLUSTER`:  A resource of type cluster, usually refers to a PE cluster.\n- `NETWORK_SECURITY_RULE`:  A rule of type network security.\n- `HOST_NIC`:  A resource of type Physical NIC.\n- `ACTION_RULE`:  A policy of type Playbook.\n- `VOLUMEGROUP`:  A resource of type volume group.\n- `REPORT`:  A resource of type report.\n- `STORAGE_POLICY`: A policy or rule of type storage policy.\n- `BUNDLE`:  A resource of type bundle.\n- `QOS_POLICY`: A policy or rule of type QoS policy.\n- `SUBNET`:  A resource of type network subnets.\n- `VM`: A resource of type Virtual Machine.\n- `NETWORK_SECURITY_POLICY`:  A policy of type network security.\n- `POLICY_SCHEMA`:  Policies like user-defined-alerts.\n- `IMAGE_PLACEMENT_POLICY`:  A policy of type image placement.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryId",
            "count",
            "resourceGroup",
            "resourceType"
          ]
        }
      }
    },
    "nutanix:index/CategoryV2DetailedAssociation:CategoryV2DetailedAssociation": {
      "properties": {
        "categoryId": {
          "type": "string",
          "description": "External identifier for the given category, used across all v4 apis/entities/resources where categories are referenced.\n"
        },
        "resourceGroup": {
          "type": "string",
          "description": "An enum denoting the resource group.\nResources can be organized into either an entity or a policy.\nValid values are:\n- `POLICY`:  A ResourceGroup denoting a nutanix policy like VM host affinity policy, image placement policy, access control policy, and so on.<br> A category is generally associated with many entities.<br> The policy which is associated with this category, is then applied to those entities which are also associated with the same category.\n- `ENTITY`: A ResourceGroup denoting a nutanix entity like VM, cluster, host, image, and so on.<br> A category is generally associated with many entities.<br> A policy is then applied to these entities through the category.\n"
        },
        "resourceId": {
          "type": "string",
          "description": "The UUID of the entity or policy associated with the particular category.\n"
        },
        "resourceType": {
          "type": "string",
          "description": "An enum denoting the associated resource types. Resource types are further grouped into 2 types - entity or a policy.\nValid values are:\n- `APP`:  A resource of type application.\n- `PROTECTION_RULE`:  A policy or rule of type protection rule.\n- `IMAGE_RATE_LIMIT`: A resource of type rate limit.\n- `MH_VM`: A resource of type Virtual Machine.\n- `BLUEPRINT`:  A resource of type blueprint.\n- `HOST`:  A resource representing the underlying host, the machine hosting the hypervisors and VMs.\n- `IMAGE`:  A resource of type image.\n- `VM_VM_ANTI_AFFINITY_POLICY`:  A policy of type VM-VM anti-affinity; This policy decides that the specified set of VMs are running on different hosts.\n- `ACCESS_CONTROL_POLICY`: A policy or rule of type access control policy or ACP; the rules that decide authorization of users to access an API.\n- `VM_HOST_AFFINITY_POLICY`: A policy of type VM host affinity; The policy decides the affinity between a set of VMs to be run only a specified set of hosts\n- `NGT_POLICY`:  A policy or rule of type NGT policy.\n- `RECOVERY_PLAN`:  A policy or rule of type recovery plan.\n- `MARKETPLACE_ITEM`: A resource of type marketplace item.\n- `CLUSTER`:  A resource of type cluster, usually refers to a PE cluster.\n- `NETWORK_SECURITY_RULE`:  A rule of type network security.\n- `HOST_NIC`:  A resource of type Physical NIC.\n- `ACTION_RULE`:  A policy of type Playbook.\n- `VOLUMEGROUP`:  A resource of type volume group.\n- `REPORT`:  A resource of type report.\n- `STORAGE_POLICY`: A policy or rule of type storage policy.\n- `BUNDLE`:  A resource of type bundle.\n- `QOS_POLICY`: A policy or rule of type QoS policy.\n- `SUBNET`:  A resource of type network subnets.\n- `VM`: A resource of type Virtual Machine.\n- `NETWORK_SECURITY_POLICY`:  A policy of type network security.\n- `POLICY_SCHEMA`:  Policies like user-defined-alerts.\n- `IMAGE_PLACEMENT_POLICY`:  A policy of type image placement.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryId",
            "resourceGroup",
            "resourceId",
            "resourceType"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2ConfigParam:ClusterAddNodeV2ConfigParam": {
      "properties": {
        "hipervs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2ConfigParamHiperv:ClusterAddNodeV2ConfigParamHiperv"
          },
          "description": "-(Optional) HyperV Credentials.\n"
        },
        "isComputeOnly": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether the node is compute only or not.\n"
        },
        "isNeverSchedulable": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether the node is marked to be never schedulable or not.\n"
        },
        "isNosCompatible": {
          "type": "boolean",
          "description": "-(Optional) Indicates if node is compatible or not.\n"
        },
        "shouldSkipDiscovery": {
          "type": "boolean",
          "description": "-(Optional) Indicates if node discovery need to be skipped or not.\n"
        },
        "shouldSkipImaging": {
          "type": "boolean",
          "description": "-(Optional) Indicates if node imaging needs to be skipped or not.\n"
        },
        "shouldValidateRackAwareness": {
          "type": "boolean",
          "description": "-(Optional) Indicates if rack awareness needs to be validated or not.\n"
        },
        "targetHypervisor": {
          "type": "string",
          "description": "-(Optional) Target hypervisor.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "hipervs",
            "isComputeOnly",
            "isNeverSchedulable",
            "isNosCompatible",
            "shouldSkipDiscovery",
            "shouldSkipImaging",
            "shouldValidateRackAwareness",
            "targetHypervisor"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2ConfigParamHiperv:ClusterAddNodeV2ConfigParamHiperv": {
      "properties": {
        "domainDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2ConfigParamHipervDomainDetail:ClusterAddNodeV2ConfigParamHipervDomainDetail"
          },
          "description": "-(Optional) UserName and Password model.\n"
        },
        "failoverClusterDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2ConfigParamHipervFailoverClusterDetail:ClusterAddNodeV2ConfigParamHipervFailoverClusterDetail"
          },
          "description": "-(Optional) UserName and Password model.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "domainDetails",
            "failoverClusterDetails"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2ConfigParamHipervDomainDetail:ClusterAddNodeV2ConfigParamHipervDomainDetail": {
      "properties": {
        "clusterName": {
          "type": "string",
          "description": "-(Optional) Cluster name. This is part of payload for both cluster create & update operations.\n"
        },
        "password": {
          "type": "string",
          "description": "-(Optional) Password.\n"
        },
        "username": {
          "type": "string",
          "description": "-(Optional) Username.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "clusterName",
            "password",
            "username"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2ConfigParamHipervFailoverClusterDetail:ClusterAddNodeV2ConfigParamHipervFailoverClusterDetail": {
      "properties": {
        "clusterName": {
          "type": "string",
          "description": "-(Optional) Cluster name. This is part of payload for both cluster create & update operations.\n"
        },
        "password": {
          "type": "string",
          "description": "-(Optional) Password.\n"
        },
        "username": {
          "type": "string",
          "description": "-(Optional) Username.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "clusterName",
            "password",
            "username"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParam:ClusterAddNodeV2NodeParam": {
      "properties": {
        "blockLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamBlockList:ClusterAddNodeV2NodeParamBlockList"
          },
          "description": "-(Optional) Block list of a cluster.\n"
        },
        "bundleInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamBundleInfo:ClusterAddNodeV2NodeParamBundleInfo"
          },
          "description": "-(Optional) Hypervisor bundle information.\n"
        },
        "computeNodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamComputeNodeList:ClusterAddNodeV2NodeParamComputeNodeList"
          }
        },
        "hypervSku": {
          "type": "string",
          "description": "-(Optional) Hyperv SKU.\n"
        },
        "hypervisorIsos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamHypervisorIso:ClusterAddNodeV2NodeParamHypervisorIso"
          },
          "description": "-(Optional) Hypervisor type to md5sum map.\n"
        },
        "nodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeList:ClusterAddNodeV2NodeParamNodeList"
          },
          "description": "-(Required) List of nodes in a cluster.\n"
        },
        "shouldSkipHostNetworking": {
          "type": "boolean",
          "description": "-(Optional) Indicates if the host networking needs to be skipped or not.\n"
        }
      },
      "type": "object",
      "required": [
        "nodeLists"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "blockLists",
            "bundleInfos",
            "computeNodeLists",
            "hypervSku",
            "hypervisorIsos",
            "nodeLists",
            "shouldSkipHostNetworking"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamBlockList:ClusterAddNodeV2NodeParamBlockList": {
      "properties": {
        "blockId": {
          "type": "string",
          "description": "-(Required) List of nodes in a block.\n"
        },
        "rackName": {
          "type": "string",
          "description": "-(Optional) Indicates if the host networking needs to be skipped or not.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "blockId",
            "rackName"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamBundleInfo:ClusterAddNodeV2NodeParamBundleInfo": {
      "properties": {
        "name": {
          "type": "string",
          "description": "-(Optional) Name of the hypervisor bundle.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamComputeNodeList:ClusterAddNodeV2NodeParamComputeNodeList": {
      "properties": {
        "blockId": {
          "type": "string"
        },
        "digitalCertificateMapLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamComputeNodeListDigitalCertificateMapList:ClusterAddNodeV2NodeParamComputeNodeListDigitalCertificateMapList"
          }
        },
        "hypervisorHostname": {
          "type": "string"
        },
        "hypervisorIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamComputeNodeListHypervisorIp:ClusterAddNodeV2NodeParamComputeNodeListHypervisorIp"
          }
        },
        "ipmiIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamComputeNodeListIpmiIp:ClusterAddNodeV2NodeParamComputeNodeListIpmiIp"
          }
        },
        "model": {
          "type": "string"
        },
        "nodePosition": {
          "type": "string"
        },
        "nodeUuid": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "blockId",
            "digitalCertificateMapLists",
            "hypervisorIps",
            "ipmiIps",
            "model",
            "nodePosition",
            "nodeUuid"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamComputeNodeListDigitalCertificateMapList:ClusterAddNodeV2NodeParamComputeNodeListDigitalCertificateMapList": {
      "properties": {
        "key": {
          "type": "string",
          "description": "-(Optional) Field containing<span pulumi-lang-nodejs=\" digitalCertificateBase64 \" pulumi-lang-dotnet=\" DigitalCertificateBase64 \" pulumi-lang-go=\" digitalCertificateBase64 \" pulumi-lang-python=\" digital_certificate_base64 \" pulumi-lang-yaml=\" digitalCertificateBase64 \" pulumi-lang-java=\" digitalCertificateBase64 \"> digital_certificate_base64 </span>and<span pulumi-lang-nodejs=\" keyManagementServerUuid \" pulumi-lang-dotnet=\" KeyManagementServerUuid \" pulumi-lang-go=\" keyManagementServerUuid \" pulumi-lang-python=\" key_management_server_uuid \" pulumi-lang-yaml=\" keyManagementServerUuid \" pulumi-lang-java=\" keyManagementServerUuid \"> key_management_server_uuid </span>for key management server.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "key",
            "value"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamComputeNodeListHypervisorIp:ClusterAddNodeV2NodeParamComputeNodeListHypervisorIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamComputeNodeListHypervisorIpIpv4:ClusterAddNodeV2NodeParamComputeNodeListHypervisorIpIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamComputeNodeListHypervisorIpIpv6:ClusterAddNodeV2NodeParamComputeNodeListHypervisorIpIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamComputeNodeListHypervisorIpIpv4:ClusterAddNodeV2NodeParamComputeNodeListHypervisorIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterAddNodeV2NodeParamComputeNodeListHypervisorIpIpv6:ClusterAddNodeV2NodeParamComputeNodeListHypervisorIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterAddNodeV2NodeParamComputeNodeListIpmiIp:ClusterAddNodeV2NodeParamComputeNodeListIpmiIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamComputeNodeListIpmiIpIpv4:ClusterAddNodeV2NodeParamComputeNodeListIpmiIpIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamComputeNodeListIpmiIpIpv6:ClusterAddNodeV2NodeParamComputeNodeListIpmiIpIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamComputeNodeListIpmiIpIpv4:ClusterAddNodeV2NodeParamComputeNodeListIpmiIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterAddNodeV2NodeParamComputeNodeListIpmiIpIpv6:ClusterAddNodeV2NodeParamComputeNodeListIpmiIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterAddNodeV2NodeParamHypervisorIso:ClusterAddNodeV2NodeParamHypervisorIso": {
      "properties": {
        "md5Sum": {
          "type": "string"
        },
        "type": {
          "type": "string",
          "description": "-(Optional) Hypervisor type.\nValid values are:\n- `XEN`: Xen hypervisor.\n- `HYPERV`: Hyper-V hypervisor.\n- `NATIVEHOST`: NativeHost type where AOS runs natively, without hypervisor.\n- `ESX`: ESX hypervisor.\n- `AHV`: AHV hypervisor.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "md5Sum",
            "type"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeList:ClusterAddNodeV2NodeParamNodeList": {
      "properties": {
        "blockId": {
          "type": "string",
          "description": "-(Optional) Block ID.\n"
        },
        "currentNetworkInterface": {
          "type": "string",
          "description": "-(Optional) Current network interface of a node.\n"
        },
        "cvmIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListCvmIp:ClusterAddNodeV2NodeParamNodeListCvmIp"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "digitalCertificateMapLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListDigitalCertificateMapList:ClusterAddNodeV2NodeParamNodeListDigitalCertificateMapList"
          },
          "description": "-(Optional) List of objects containing<span pulumi-lang-nodejs=\" digitalCertificateBase64 \" pulumi-lang-dotnet=\" DigitalCertificateBase64 \" pulumi-lang-go=\" digitalCertificateBase64 \" pulumi-lang-python=\" digital_certificate_base64 \" pulumi-lang-yaml=\" digitalCertificateBase64 \" pulumi-lang-java=\" digitalCertificateBase64 \"> digital_certificate_base64 </span>and<span pulumi-lang-nodejs=\" keyManagementServerUuid \" pulumi-lang-dotnet=\" KeyManagementServerUuid \" pulumi-lang-go=\" keyManagementServerUuid \" pulumi-lang-python=\" key_management_server_uuid \" pulumi-lang-yaml=\" keyManagementServerUuid \" pulumi-lang-java=\" keyManagementServerUuid \"> key_management_server_uuid </span>fields for key management server.\n"
        },
        "hypervisorHostname": {
          "type": "string",
          "description": "-(Optional) Name of the host.\n"
        },
        "hypervisorIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListHypervisorIp:ClusterAddNodeV2NodeParamNodeListHypervisorIp"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "hypervisorType": {
          "type": "string",
          "description": "-(Optional) Hypervisor type.\nValid values are:\n- `XEN`: Xen hypervisor.\n- `HYPERV`: Hyper-V hypervisor.\n- `NATIVEHOST`: NativeHost type where AOS runs natively, without hypervisor.\n- `ESX`: ESX hypervisor.\n- `AHV`: AHV hypervisor.\n"
        },
        "hypervisorVersion": {
          "type": "string",
          "description": "-(Optional) Host version of the node.\n"
        },
        "ipmiIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListIpmiIp:ClusterAddNodeV2NodeParamNodeListIpmiIp"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "isLightCompute": {
          "type": "boolean"
        },
        "isRoboMixedHypervisor": {
          "type": "boolean",
          "description": "-(Optional) Is ROBO mixed hypervisor.\n"
        },
        "model": {
          "type": "string",
          "description": "-(Optional) Rackable unit model name.\n"
        },
        "networks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListNetwork:ClusterAddNodeV2NodeParamNodeListNetwork"
          },
          "description": "-(Optional) Active and standby uplink information of the target nodes.\n"
        },
        "nodePosition": {
          "type": "string",
          "description": "-(Optional) Node position.\n"
        },
        "nodeUuid": {
          "type": "string",
          "description": "-(Optional) Node UUID.\n"
        },
        "nosVersion": {
          "type": "string",
          "description": "-(Optional) NOS software version of a node.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "blockId",
            "currentNetworkInterface",
            "cvmIps",
            "digitalCertificateMapLists",
            "hypervisorHostname",
            "hypervisorIps",
            "hypervisorType",
            "hypervisorVersion",
            "ipmiIps",
            "isLightCompute",
            "isRoboMixedHypervisor",
            "model",
            "nodePosition",
            "nodeUuid",
            "nosVersion"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListCvmIp:ClusterAddNodeV2NodeParamNodeListCvmIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListCvmIpIpv4:ClusterAddNodeV2NodeParamNodeListCvmIpIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListCvmIpIpv6:ClusterAddNodeV2NodeParamNodeListCvmIpIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListCvmIpIpv4:ClusterAddNodeV2NodeParamNodeListCvmIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListCvmIpIpv6:ClusterAddNodeV2NodeParamNodeListCvmIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListDigitalCertificateMapList:ClusterAddNodeV2NodeParamNodeListDigitalCertificateMapList": {
      "properties": {
        "key": {
          "type": "string",
          "description": "-(Optional) Field containing<span pulumi-lang-nodejs=\" digitalCertificateBase64 \" pulumi-lang-dotnet=\" DigitalCertificateBase64 \" pulumi-lang-go=\" digitalCertificateBase64 \" pulumi-lang-python=\" digital_certificate_base64 \" pulumi-lang-yaml=\" digitalCertificateBase64 \" pulumi-lang-java=\" digitalCertificateBase64 \"> digital_certificate_base64 </span>and<span pulumi-lang-nodejs=\" keyManagementServerUuid \" pulumi-lang-dotnet=\" KeyManagementServerUuid \" pulumi-lang-go=\" keyManagementServerUuid \" pulumi-lang-python=\" key_management_server_uuid \" pulumi-lang-yaml=\" keyManagementServerUuid \" pulumi-lang-java=\" keyManagementServerUuid \"> key_management_server_uuid </span>for key management server.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "key",
            "value"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListHypervisorIp:ClusterAddNodeV2NodeParamNodeListHypervisorIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListHypervisorIpIpv4:ClusterAddNodeV2NodeParamNodeListHypervisorIpIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListHypervisorIpIpv6:ClusterAddNodeV2NodeParamNodeListHypervisorIpIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListHypervisorIpIpv4:ClusterAddNodeV2NodeParamNodeListHypervisorIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListHypervisorIpIpv6:ClusterAddNodeV2NodeParamNodeListHypervisorIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListIpmiIp:ClusterAddNodeV2NodeParamNodeListIpmiIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListIpmiIpIpv4:ClusterAddNodeV2NodeParamNodeListIpmiIpIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListIpmiIpIpv6:ClusterAddNodeV2NodeParamNodeListIpmiIpIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListIpmiIpIpv4:ClusterAddNodeV2NodeParamNodeListIpmiIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListIpmiIpIpv6:ClusterAddNodeV2NodeParamNodeListIpmiIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListNetwork:ClusterAddNodeV2NodeParamNodeListNetwork": {
      "properties": {
        "name": {
          "type": "string",
          "description": "-(Optional) Name of the uplink.\n"
        },
        "networks": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) List of network types.\n"
        },
        "uplinks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListNetworkUplink:ClusterAddNodeV2NodeParamNodeListNetworkUplink"
          },
          "description": "-(Optional) Active and standby uplink information of the target nodes.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListNetworkUplink:ClusterAddNodeV2NodeParamNodeListNetworkUplink": {
      "properties": {
        "actives": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListNetworkUplinkActive:ClusterAddNodeV2NodeParamNodeListNetworkUplinkActive"
          },
          "description": "-(Optional) Active uplink information.\n"
        },
        "standbies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParamNodeListNetworkUplinkStandby:ClusterAddNodeV2NodeParamNodeListNetworkUplinkStandby"
          },
          "description": "-(Optional) Standby uplink information.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListNetworkUplinkActive:ClusterAddNodeV2NodeParamNodeListNetworkUplinkActive": {
      "properties": {
        "mac": {
          "type": "string",
          "description": "-(Optional) Mac address.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Optional) Interface name.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Optional) Interface value.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/ClusterAddNodeV2NodeParamNodeListNetworkUplinkStandby:ClusterAddNodeV2NodeParamNodeListNetworkUplinkStandby": {
      "properties": {
        "mac": {
          "type": "string",
          "description": "-(Optional) Mac address.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Optional) Interface name.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Optional) Interface value.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/ClusterAddNodeV2RemoveNodeParam:ClusterAddNodeV2RemoveNodeParam": {
      "properties": {
        "extraParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2RemoveNodeParamExtraParam:ClusterAddNodeV2RemoveNodeParamExtraParam"
          },
          "description": "-(Optional) Extra parameters for node addition.\n"
        },
        "shouldSkipPrechecks": {
          "type": "boolean",
          "description": "-(Optional) Indicates if prechecks can be skipped for node removal.\n"
        },
        "shouldSkipRemove": {
          "type": "boolean",
          "description": "-(Optional) Indicates if node removal can be skipped.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/ClusterAddNodeV2RemoveNodeParamExtraParam:ClusterAddNodeV2RemoveNodeParamExtraParam": {
      "properties": {
        "shouldSkipAddCheck": {
          "type": "boolean",
          "description": "-(Optional) Indicates if add check needs to be skipped or not.\n\n\n\n\nSee detailed information in [Nutanix Cluster - Add Node on a Cluster V4](https://developers.nutanix.com/api-reference?namespace=clustermgmt&version=v4.0#tag/Clusters/operation/expandCluster).\n"
        },
        "shouldSkipUpgradeCheck": {
          "type": "boolean",
          "description": "-(Optional) Indicates if upgrade check needs to be skipped or not.\n"
        },
        "skipSpaceCheck": {
          "type": "boolean",
          "description": "-(Optional) Indicates if space check needs to be skipped or not.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/ClusterV2Config:ClusterV2Config": {
      "properties": {
        "authorizedPublicKeyLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2ConfigAuthorizedPublicKeyList:ClusterV2ConfigAuthorizedPublicKeyList"
          },
          "description": "- (Optional) Public ssh key details. This is part of payload for cluster update operation only.\n"
        },
        "buildInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2ConfigBuildInfo:ClusterV2ConfigBuildInfo"
          },
          "description": "- (Optional) Build information details.\n"
        },
        "clusterArch": {
          "type": "string",
          "description": "- (Optional) Cluster arch.\nValid values are:\n- \"PPC64LE\" PPC64LE cluster architecture type.\n- \"X86_64\" X86_64 cluster architecture type.\n"
        },
        "clusterFunctions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) Cluster function. This is part of payload for cluster\ncreate operation only (allowed enum values for creation are AOS, ONE_NODE & TWO_NODE only).\nValid values are:\n- \"AOS\"\n- \"PRISM_CENTRAL\"\n- \"CLOUD_DATA_GATEWAY\"\n- \"AFS\"\n- \"ONE_NODE\"\n- \"TWO_NODE\"\n- \"ANALYTICS_PLATFORM\"\n"
        },
        "clusterSoftwareMaps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2ConfigClusterSoftwareMap:ClusterV2ConfigClusterSoftwareMap"
          }
        },
        "encryptionInTransitStatus": {
          "type": "string",
          "description": "- (Optional) Encryption in transit Status.\nValid values are:\n- \"DISABLED\"\tDisabled encryption status.\n- \"ENABLED\"\tEnabled encryption status.\n"
        },
        "encryptionOptions": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "encryptionScopes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "faultToleranceStates": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2ConfigFaultToleranceState:ClusterV2ConfigFaultToleranceState"
          },
          "description": "- (Optional) Fault tolerant state of cluster.\n"
        },
        "hypervisorTypes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "incarnationId": {
          "type": "integer"
        },
        "isAvailable": {
          "type": "boolean"
        },
        "isLts": {
          "type": "boolean"
        },
        "isPasswordRemoteLoginEnabled": {
          "type": "boolean"
        },
        "isRemoteSupportEnabled": {
          "type": "boolean"
        },
        "operationMode": {
          "type": "string",
          "description": "- (Optional) Cluster operation mode. This is part of payload for cluster\nupdate operation only.\nValid values are:\n- \"OVERRIDE\"\tOverride operation mode.\n- \"STAND_ALONE\"\tStand-alone operation mode.\n- \"SWITCH_TO_TWO_NODE\"\tSwitch to two-node operation mode.\n- \"NORMAL\"\tNormal operation mode.\n- \"READ_ONLY\"\tRead-only operation mode.\n"
        },
        "pulseStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2ConfigPulseStatus:ClusterV2ConfigPulseStatus"
          },
          "description": "- (Optional) Pulse status for a cluster. `supported only for update operations and not available during creation.`\n"
        },
        "redundancyFactor": {
          "type": "integer",
          "description": "- (Optional) Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.\n"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "authorizedPublicKeyLists",
            "buildInfos",
            "clusterArch",
            "clusterFunctions",
            "clusterSoftwareMaps",
            "encryptionInTransitStatus",
            "encryptionOptions",
            "encryptionScopes",
            "faultToleranceStates",
            "hypervisorTypes",
            "incarnationId",
            "isAvailable",
            "isLts",
            "isPasswordRemoteLoginEnabled",
            "isRemoteSupportEnabled",
            "operationMode",
            "pulseStatuses",
            "redundancyFactor",
            "timezone"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2ConfigAuthorizedPublicKeyList:ClusterV2ConfigAuthorizedPublicKeyList": {
      "properties": {
        "key": {
          "type": "string",
          "description": "Ssh key value.\n"
        },
        "name": {
          "type": "string",
          "description": "Ssh key name.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "key",
            "name"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2ConfigBuildInfo:ClusterV2ConfigBuildInfo": {
      "properties": {
        "buildType": {
          "type": "string",
          "description": "Software build type.\n"
        },
        "commitId": {
          "type": "string",
          "description": "Commit Id used for version.\n"
        },
        "fullVersion": {
          "type": "string",
          "description": "Full name of software version.\n"
        },
        "shortCommitId": {
          "type": "string",
          "description": "Short commit Id used for version.\n"
        },
        "version": {
          "type": "string",
          "description": "Software version.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "buildType",
            "commitId",
            "fullVersion",
            "shortCommitId",
            "version"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2ConfigClusterSoftwareMap:ClusterV2ConfigClusterSoftwareMap": {
      "properties": {
        "softwareType": {
          "type": "string"
        },
        "version": {
          "type": "string",
          "description": "Software version.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "softwareType",
            "version"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2ConfigFaultToleranceState:ClusterV2ConfigFaultToleranceState": {
      "properties": {
        "currentClusterFaultTolerance": {
          "type": "string"
        },
        "currentMaxFaultTolerance": {
          "type": "integer"
        },
        "desiredClusterFaultTolerance": {
          "type": "string"
        },
        "desiredMaxFaultTolerance": {
          "type": "integer"
        },
        "domainAwarenessLevel": {
          "type": "string",
          "description": "Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations.\nValid values are:\n- \"RACK\"\tRack level awareness.\n- \"NODE\"\tNode level awareness.\n- \"BLOCK\"\tBlock level awareness.\n- \"DISK\"\tDisk level awareness.\n"
        },
        "redundancyStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2ConfigFaultToleranceStateRedundancyStatus:ClusterV2ConfigFaultToleranceStateRedundancyStatus"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "currentClusterFaultTolerance",
            "currentMaxFaultTolerance",
            "desiredClusterFaultTolerance",
            "desiredMaxFaultTolerance",
            "domainAwarenessLevel",
            "redundancyStatuses"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2ConfigFaultToleranceStateRedundancyStatus:ClusterV2ConfigFaultToleranceStateRedundancyStatus": {
      "properties": {
        "isCassandraPreparationDone": {
          "type": "boolean"
        },
        "isZookeeperPreparationDone": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isCassandraPreparationDone",
            "isZookeeperPreparationDone"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2ConfigPulseStatus:ClusterV2ConfigPulseStatus": {
      "properties": {
        "isEnabled": {
          "type": "boolean",
          "description": "- (Optional) Flag to indicate if pulse is enabled or not.\n"
        },
        "piiScrubbingLevel": {
          "type": "string",
          "description": "- (Optional) PII scrubbing level.\nValid values are:\n- \"ALL\" :\tScrub All PII Information from Pulse including data like entity names and IP addresses.\n- \"DEFAULT\":\tDefault PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isEnabled",
            "piiScrubbingLevel"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2Link:ClusterV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2Network:ClusterV2Network": {
      "properties": {
        "backplanes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkBackplane:ClusterV2NetworkBackplane"
          },
          "description": "Params associated to the backplane network segmentation. This is part of payload for cluster(create operation only.)\n"
        },
        "externalAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkExternalAddress:ClusterV2NetworkExternalAddress"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "externalDataServicesIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkExternalDataServicesIp:ClusterV2NetworkExternalDataServicesIp"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "externalSubnet": {
          "type": "string"
        },
        "fqdn": {
          "type": "string",
          "description": "Cluster fully qualified domain name. This is part of payload for cluster update operation only.\n"
        },
        "httpProxyLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkHttpProxyList:ClusterV2NetworkHttpProxyList"
          },
          "description": "List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n"
        },
        "httpProxyWhiteLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkHttpProxyWhiteList:ClusterV2NetworkHttpProxyWhiteList"
          }
        },
        "internalSubnet": {
          "type": "string"
        },
        "keyManagementServerType": {
          "type": "string",
          "description": "Management server type.\nValid values are:\n- \"PRISM_CENTRAL\"\tPrism Central management server.\n- \"EXTERNAL\"\tExternal management server.\n- \"LOCAL\"\tLocal management server.\n"
        },
        "managementServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkManagementServer:ClusterV2NetworkManagementServer"
          },
          "description": "Management server information.\n"
        },
        "masqueradingIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkMasqueradingIp:ClusterV2NetworkMasqueradingIp"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "masqueradingPort": {
          "type": "string"
        },
        "nameServerIpLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkNameServerIpList:ClusterV2NetworkNameServerIpList"
          },
          "description": "List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        },
        "nfsSubnetWhiteLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "NFS subnet whitelist addresses. This is part of payload for cluster update operation only.\n"
        },
        "ntpServerIpLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkNtpServerIpList:ClusterV2NetworkNtpServerIpList"
          },
          "description": "List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        },
        "smtpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkSmtpServer:ClusterV2NetworkSmtpServer"
          },
          "description": "SMTP servers on a cluster. This is part of payload for cluster update operation only.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backplanes",
            "externalAddresses",
            "externalDataServicesIps",
            "externalSubnet",
            "fqdn",
            "httpProxyLists",
            "httpProxyWhiteLists",
            "internalSubnet",
            "keyManagementServerType",
            "managementServers",
            "masqueradingIps",
            "masqueradingPort",
            "nameServerIpLists",
            "nfsSubnetWhiteLists",
            "ntpServerIpLists",
            "smtpServers"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkBackplane:ClusterV2NetworkBackplane": {
      "properties": {
        "isSegmentationEnabled": {
          "type": "boolean",
          "description": "Flag to indicate if the backplane segmentation needs to be enabled or not.\n"
        },
        "netmasks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkBackplaneNetmask:ClusterV2NetworkBackplaneNetmask"
          },
          "description": "Netmask configs.\n"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkBackplaneSubnet:ClusterV2NetworkBackplaneSubnet"
          },
          "description": "Subnet configs.\n"
        },
        "vlanTag": {
          "type": "integer",
          "description": "VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isSegmentationEnabled",
            "netmasks",
            "subnets",
            "vlanTag"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkBackplaneNetmask:ClusterV2NetworkBackplaneNetmask": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkBackplaneSubnet:ClusterV2NetworkBackplaneSubnet": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkExternalAddress:ClusterV2NetworkExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkExternalAddressIpv4:ClusterV2NetworkExternalAddressIpv4"
          },
          "description": "- (Optional) ip address params.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkExternalAddressIpv6:ClusterV2NetworkExternalAddressIpv6"
          },
          "description": "- (Optional) Ip address params.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkExternalAddressIpv4:ClusterV2NetworkExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkExternalAddressIpv6:ClusterV2NetworkExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkExternalDataServicesIp:ClusterV2NetworkExternalDataServicesIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkExternalDataServicesIpIpv4:ClusterV2NetworkExternalDataServicesIpIpv4"
          },
          "description": "- (Optional) ip address params.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkExternalDataServicesIpIpv6:ClusterV2NetworkExternalDataServicesIpIpv6"
          },
          "description": "- (Optional) Ip address params.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkExternalDataServicesIpIpv4:ClusterV2NetworkExternalDataServicesIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkExternalDataServicesIpIpv6:ClusterV2NetworkExternalDataServicesIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkHttpProxyList:ClusterV2NetworkHttpProxyList": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkHttpProxyListIpAddress:ClusterV2NetworkHttpProxyListIpAddress"
          },
          "description": "- (Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n"
        },
        "password": {
          "type": "string",
          "description": "- (Optional) HTTP Proxy server password needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n",
          "secret": true
        },
        "port": {
          "type": "integer",
          "description": "- (Optional) HTTP Proxy server port configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n"
        },
        "proxyTypes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "username": {
          "type": "string",
          "description": "- (Optional) HTTP Proxy server username needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n"
        }
      },
      "type": "object",
      "required": [
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipAddresses",
            "name",
            "port",
            "proxyTypes",
            "username"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkHttpProxyListIpAddress:ClusterV2NetworkHttpProxyListIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkHttpProxyListIpAddressIpv4:ClusterV2NetworkHttpProxyListIpAddressIpv4"
          },
          "description": "- (Optional) ip address params.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkHttpProxyListIpAddressIpv6:ClusterV2NetworkHttpProxyListIpAddressIpv6"
          },
          "description": "- (Optional) Ip address params.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkHttpProxyListIpAddressIpv4:ClusterV2NetworkHttpProxyListIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkHttpProxyListIpAddressIpv6:ClusterV2NetworkHttpProxyListIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkHttpProxyWhiteList:ClusterV2NetworkHttpProxyWhiteList": {
      "properties": {
        "target": {
          "type": "string",
          "description": "- (Required) Target's identifier which is exempted from going through the configured HTTP Proxy.\n"
        },
        "targetType": {
          "type": "string",
          "description": "- (Optional) Target type.\nValid values are:\n- \"IPV6_ADDRESS\"\tIPV6 address.\n- \"HOST_NAME\"\tName of the host.\n- \"IPV4_ADDRESS\"\tIPV4 address.\n- \"DOMAIN_NAME_SUFFIX\"\tDomain Name Suffix required for http proxy whitelist.\n- \"IPV4_NETWORK_MASK\" Network Mask of the IpV4 family.\n"
        }
      },
      "type": "object",
      "required": [
        "target",
        "targetType"
      ]
    },
    "nutanix:index/ClusterV2NetworkManagementServer:ClusterV2NetworkManagementServer": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkManagementServerIp:ClusterV2NetworkManagementServerIp"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "isDrsEnabled": {
          "type": "boolean"
        },
        "isInUse": {
          "type": "boolean"
        },
        "isRegistered": {
          "type": "boolean",
          "description": "Indicates whether it is registered or not.\n"
        },
        "type": {
          "type": "string",
          "description": "Management server type.\nValid values are:\n- \"VCENTER\"\tVcenter management server.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "isDrsEnabled",
            "isInUse",
            "isRegistered",
            "type"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkManagementServerIp:ClusterV2NetworkManagementServerIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkManagementServerIpIpv4:ClusterV2NetworkManagementServerIpIpv4"
          },
          "description": "- (Optional) ip address params.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkManagementServerIpIpv6:ClusterV2NetworkManagementServerIpIpv6"
          },
          "description": "- (Optional) Ip address params.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkManagementServerIpIpv4:ClusterV2NetworkManagementServerIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkManagementServerIpIpv6:ClusterV2NetworkManagementServerIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkMasqueradingIp:ClusterV2NetworkMasqueradingIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkMasqueradingIpIpv4:ClusterV2NetworkMasqueradingIpIpv4"
          },
          "description": "- (Optional) ip address params.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkMasqueradingIpIpv6:ClusterV2NetworkMasqueradingIpIpv6"
          },
          "description": "- (Optional) Ip address params.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkMasqueradingIpIpv4:ClusterV2NetworkMasqueradingIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkMasqueradingIpIpv6:ClusterV2NetworkMasqueradingIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkNameServerIpList:ClusterV2NetworkNameServerIpList": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkNameServerIpListFqdn:ClusterV2NetworkNameServerIpListFqdn"
          },
          "description": "- (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkNameServerIpListIpv4:ClusterV2NetworkNameServerIpListIpv4"
          },
          "description": "- (Optional) ip address params.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkNameServerIpListIpv6:ClusterV2NetworkNameServerIpListIpv6"
          },
          "description": "- (Optional) Ip address params.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkNameServerIpListFqdn:ClusterV2NetworkNameServerIpListFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkNameServerIpListIpv4:ClusterV2NetworkNameServerIpListIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkNameServerIpListIpv6:ClusterV2NetworkNameServerIpListIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkNtpServerIpList:ClusterV2NetworkNtpServerIpList": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkNtpServerIpListFqdn:ClusterV2NetworkNtpServerIpListFqdn"
          },
          "description": "- (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkNtpServerIpListIpv4:ClusterV2NetworkNtpServerIpListIpv4"
          },
          "description": "- (Optional) ip address params.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkNtpServerIpListIpv6:ClusterV2NetworkNtpServerIpListIpv6"
          },
          "description": "- (Optional) Ip address params.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkNtpServerIpListFqdn:ClusterV2NetworkNtpServerIpListFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkNtpServerIpListIpv4:ClusterV2NetworkNtpServerIpListIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkNtpServerIpListIpv6:ClusterV2NetworkNtpServerIpListIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkSmtpServer:ClusterV2NetworkSmtpServer": {
      "properties": {
        "emailAddress": {
          "type": "string",
          "description": "SMTP email address.\n"
        },
        "servers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkSmtpServerServer:ClusterV2NetworkSmtpServerServer"
          },
          "description": "SMTP network details.\n"
        },
        "type": {
          "type": "string",
          "description": "Type of SMTP server.\nValid values are:\n- \"PLAIN\"\tPlain type SMTP server.\n- \"STARTTLS\"\tStart TLS type SMTP server.\n- \"SSL\"\tSSL type SMTP server.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "emailAddress",
            "servers",
            "type"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkSmtpServerServer:ClusterV2NetworkSmtpServerServer": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkSmtpServerServerIpAddress:ClusterV2NetworkSmtpServerServerIpAddress"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "password": {
          "type": "string",
          "description": "SMTP server password.\n",
          "secret": true
        },
        "port": {
          "type": "integer",
          "description": "SMTP port.\n"
        },
        "username": {
          "type": "string",
          "description": "SMTP server user name.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipAddresses",
            "port",
            "username"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkSmtpServerServerIpAddress:ClusterV2NetworkSmtpServerServerIpAddress": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkSmtpServerServerIpAddressFqdn:ClusterV2NetworkSmtpServerServerIpAddressFqdn"
          },
          "description": "- (Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkSmtpServerServerIpAddressIpv4:ClusterV2NetworkSmtpServerServerIpAddressIpv4"
          },
          "description": "- (Optional) ip address params.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NetworkSmtpServerServerIpAddressIpv6:ClusterV2NetworkSmtpServerServerIpAddressIpv6"
          },
          "description": "- (Optional) Ip address params.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkSmtpServerServerIpAddressFqdn:ClusterV2NetworkSmtpServerServerIpAddressFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NetworkSmtpServerServerIpAddressIpv4:ClusterV2NetworkSmtpServerServerIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NetworkSmtpServerServerIpAddressIpv6:ClusterV2NetworkSmtpServerServerIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2Node:ClusterV2Node": {
      "properties": {
        "nodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NodeNodeList:ClusterV2NodeNodeList"
          },
          "description": "- (Optional) List of nodes in a cluster.\n"
        },
        "numberOfNodes": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "nodeLists",
            "numberOfNodes"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NodeNodeList:ClusterV2NodeNodeList": {
      "properties": {
        "controllerVmIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NodeNodeListControllerVmIp:ClusterV2NodeNodeListControllerVmIp"
          },
          "description": "- (Required) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "hostIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NodeNodeListHostIp:ClusterV2NodeNodeListHostIp"
          },
          "description": "- (Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "nodeUuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "controllerVmIps"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "controllerVmIps",
            "hostIps",
            "nodeUuid"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NodeNodeListControllerVmIp:ClusterV2NodeNodeListControllerVmIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NodeNodeListControllerVmIpIpv4:ClusterV2NodeNodeListControllerVmIpIpv4"
          },
          "description": "- (Optional) ip address params.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NodeNodeListControllerVmIpIpv6:ClusterV2NodeNodeListControllerVmIpIpv6"
          },
          "description": "- (Optional) Ip address params.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NodeNodeListControllerVmIpIpv4:ClusterV2NodeNodeListControllerVmIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NodeNodeListControllerVmIpIpv6:ClusterV2NodeNodeListControllerVmIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NodeNodeListHostIp:ClusterV2NodeNodeListHostIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NodeNodeListHostIpIpv4:ClusterV2NodeNodeListHostIpIpv4"
          },
          "description": "- (Optional) ip address params.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2NodeNodeListHostIpIpv6:ClusterV2NodeNodeListHostIpIpv6"
          },
          "description": "- (Optional) Ip address params.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClusterV2NodeNodeListHostIpIpv4:ClusterV2NodeNodeListHostIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClusterV2NodeNodeListHostIpIpv6:ClusterV2NodeNodeListHostIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) Ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2IpFilterList:ClustersDiscoverUnconfiguredNodesV2IpFilterList": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2IpFilterListIpv4:ClustersDiscoverUnconfiguredNodesV2IpFilterListIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2IpFilterListIpv6:ClustersDiscoverUnconfiguredNodesV2IpFilterListIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2IpFilterListIpv4:ClustersDiscoverUnconfiguredNodesV2IpFilterListIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2IpFilterListIpv6:ClustersDiscoverUnconfiguredNodesV2IpFilterListIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode": {
      "properties": {
        "arch": {
          "type": "string",
          "description": "Cluster arch type.\n"
        },
        "attributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeAttribute:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeAttribute"
          },
          "description": "Attributes of a node.\n"
        },
        "clusterId": {
          "type": "string",
          "description": "Cluster ID.\n"
        },
        "cpuTypes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "CPU type.\n"
        },
        "currentCvmVlanTag": {
          "type": "string",
          "description": "Current CVM VLAN tag.\n"
        },
        "currentNetworkInterface": {
          "type": "string",
          "description": "Current network interface of a node.\n"
        },
        "cvmIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIp:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIp"
          },
          "description": "CVM IP.\n"
        },
        "foundationVersion": {
          "type": "string",
          "description": "Foundation version.\n"
        },
        "hostType": {
          "type": "string",
          "description": "Host type.\n"
        },
        "hypervisorIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIp:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIp"
          },
          "description": "Hypervisor IP Address.\n"
        },
        "hypervisorType": {
          "type": "string",
          "description": "Hypervisor type.\n"
        },
        "hypervisorVersion": {
          "type": "string",
          "description": "Host version of the node.\n"
        },
        "interfaceIpv6": {
          "type": "string",
          "description": "Interface IPV6 address.\n"
        },
        "ipmiIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIp:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIp"
          },
          "description": "IPMI IP Address.\n"
        },
        "isSecureBooted": {
          "type": "boolean",
          "description": "Secure boot status.\n"
        },
        "nodePosition": {
          "type": "string",
          "description": "Position of a node in a rackable unit.\n"
        },
        "nodeUuid": {
          "type": "string",
          "description": "UUID of the host.\n"
        },
        "nosVersion": {
          "type": "string",
          "description": "NOS software version of a node.\n"
        },
        "rackableUnitMaxNodes": {
          "type": "integer",
          "description": "Maximum number of nodes in rackable-unit.\n"
        },
        "rackableUnitModel": {
          "type": "string",
          "description": "Rackable unit model type.\n"
        },
        "rackableUnitSerial": {
          "type": "string",
          "description": "Rackable unit serial name.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "arch",
            "attributes",
            "clusterId",
            "cpuTypes",
            "currentCvmVlanTag",
            "currentNetworkInterface",
            "cvmIps",
            "foundationVersion",
            "hostType",
            "hypervisorIps",
            "hypervisorType",
            "hypervisorVersion",
            "interfaceIpv6",
            "ipmiIps",
            "isSecureBooted",
            "nodePosition",
            "nodeUuid",
            "nosVersion",
            "rackableUnitMaxNodes",
            "rackableUnitModel",
            "rackableUnitSerial"
          ]
        }
      }
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeAttribute:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeAttribute": {
      "properties": {
        "defaultWorkload": {
          "type": "string",
          "description": "Default workload.\n"
        },
        "isModelSupported": {
          "type": "boolean",
          "description": "Indicates whether the model is supported or not.\n"
        },
        "isRoboMixedHypervisor": {
          "type": "boolean",
          "description": "Indicates whether the hypervisor is robo mixed or not.\n"
        },
        "lcmFamily": {
          "type": "string",
          "description": "LCM family name.\n"
        },
        "shouldWorkWith1gNic": {
          "type": "boolean",
          "description": "Indicates if cvm interface can work with 1 GIG NIC or not.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "defaultWorkload",
            "isModelSupported",
            "isRoboMixedHypervisor",
            "lcmFamily",
            "shouldWorkWith1gNic"
          ]
        }
      }
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIp:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIpIpv4:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIpIpv4"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIpIpv6:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIpIpv6"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIpIpv4:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIpIpv6:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeCvmIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIp:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIpIpv4:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIpIpv4"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIpIpv6:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIpIpv6"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIpIpv4:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIpIpv6:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeHypervisorIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIp:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIpIpv4:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIpIpv4"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIpIpv6:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIpIpv6"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIpIpv4:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIpIpv6:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNodeIpmiIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodeList:ClustersUnconfiguredNodeNetworksV2NodeList": {
      "properties": {
        "blockId": {
          "type": "string",
          "description": "-(Optional) Block ID.\n"
        },
        "currentNetworkInterface": {
          "type": "string",
          "description": "-(Optional) Current network interface.\n"
        },
        "cvmIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeListCvmIp:ClustersUnconfiguredNodeNetworksV2NodeListCvmIp"
          },
          "description": "-(Optional) CVM IP.\n"
        },
        "digitalCertificateMapLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapList:ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapList"
          },
          "description": "-(Optional) Digital certificate map list.\n"
        },
        "hypervisorIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeListHypervisorIp:ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIp"
          },
          "description": "-(Optional) Hypervisor IP.\n"
        },
        "hypervisorType": {
          "type": "string",
          "description": "-(Optional) Hypervisor type.\n"
        },
        "hypervisorVersion": {
          "type": "string",
          "description": "-(Optional) Hypervisor version.\n"
        },
        "ipmiIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeListIpmiIp:ClustersUnconfiguredNodeNetworksV2NodeListIpmiIp"
          },
          "description": "-(Optional) IPMI IP.\n"
        },
        "isComputeOnly": {
          "type": "boolean",
          "description": "-(Optional) Is compute only.\n"
        },
        "isLightCompute": {
          "type": "boolean"
        },
        "isRoboMixedHypervisor": {
          "type": "boolean",
          "description": "-(Optional) Is ROBO mixed hypervisor.\n"
        },
        "model": {
          "type": "string",
          "description": "-(Optional) Model name.\n"
        },
        "nodePosition": {
          "type": "string",
          "description": "-(Optional) Node position.\n"
        },
        "nodeUuid": {
          "type": "string",
          "description": "-(Optional) Node UUID.\n"
        },
        "nosVersion": {
          "type": "string",
          "description": "-(Optional) NOS version.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "blockId",
            "currentNetworkInterface",
            "cvmIps",
            "digitalCertificateMapLists",
            "hypervisorIps",
            "hypervisorType",
            "hypervisorVersion",
            "ipmiIps",
            "isComputeOnly",
            "isLightCompute",
            "isRoboMixedHypervisor",
            "model",
            "nodePosition",
            "nodeUuid",
            "nosVersion"
          ]
        }
      }
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodeListCvmIp:ClustersUnconfiguredNodeNetworksV2NodeListCvmIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4:ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6:ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4:ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6:ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapList:ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapList": {
      "properties": {
        "key": {
          "type": "string",
          "description": "-(Optional) Field containing<span pulumi-lang-nodejs=\" digitalCertificateBase64 \" pulumi-lang-dotnet=\" DigitalCertificateBase64 \" pulumi-lang-go=\" digitalCertificateBase64 \" pulumi-lang-python=\" digital_certificate_base64 \" pulumi-lang-yaml=\" digitalCertificateBase64 \" pulumi-lang-java=\" digitalCertificateBase64 \"> digital_certificate_base64 </span>and<span pulumi-lang-nodejs=\" keyManagementServerUuid \" pulumi-lang-dotnet=\" KeyManagementServerUuid \" pulumi-lang-go=\" keyManagementServerUuid \" pulumi-lang-python=\" key_management_server_uuid \" pulumi-lang-yaml=\" keyManagementServerUuid \" pulumi-lang-java=\" keyManagementServerUuid \"> key_management_server_uuid </span>for key management server.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "key",
            "value"
          ]
        }
      }
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIp:ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4:ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6:ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4:ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6:ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodeListIpmiIp:ClustersUnconfiguredNodeNetworksV2NodeListIpmiIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4:ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6:ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4:ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6:ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail": {
      "properties": {
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfo:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfo"
          },
          "description": "- Network information for the given nodes.\n"
        },
        "uplinks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplink:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplink"
          },
          "description": "- List of uplinks information for each CVM IP.\n"
        },
        "warnings": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of warning messages.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "networkInfos",
            "uplinks",
            "warnings"
          ]
        }
      }
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfo:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfo": {
      "properties": {
        "hcis": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoHci:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoHci"
          },
          "description": "- Network information of HCI nodes.\n"
        },
        "sos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoSo:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoSo"
          },
          "description": "- Network information of SO nodes.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "hcis",
            "sos"
          ]
        }
      }
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoHci:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoHci": {
      "properties": {
        "hypervisorType": {
          "type": "string",
          "description": "- Hypervisor type.\n"
        },
        "name": {
          "type": "string",
          "description": "- Interface name.\n"
        },
        "networks": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of networks for interface.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "hypervisorType",
            "name",
            "networks"
          ]
        }
      }
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoSo:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoSo": {
      "properties": {
        "hypervisorType": {
          "type": "string",
          "description": "- Hypervisor type.\n"
        },
        "name": {
          "type": "string",
          "description": "- Interface name.\n"
        },
        "networks": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of networks for interface.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "hypervisorType",
            "name",
            "networks"
          ]
        }
      }
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplink:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplink": {
      "properties": {
        "cvmIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIp:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "uplinkLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkUplinkList:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkUplinkList"
          },
          "description": "- Uplink details for a controller VM.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cvmIps",
            "uplinkLists"
          ]
        }
      }
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIp:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv4:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv4:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkUplinkList:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkUplinkList": {
      "properties": {
        "mac": {
          "type": "string",
          "description": "- MAC address.\n"
        },
        "name": {
          "type": "string",
          "description": "- Interface name.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "mac",
            "name"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMap:DeployTemplatesV2OverrideVmConfigMap": {
      "properties": {
        "guestCustomizations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomization:DeployTemplatesV2OverrideVmConfigMapGuestCustomization"
          }
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapNic:DeployTemplatesV2OverrideVmConfigMapNic"
          }
        },
        "numCoresPerSocket": {
          "type": "integer"
        },
        "numSockets": {
          "type": "integer"
        },
        "numThreadsPerCore": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "guestCustomizations"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomization:DeployTemplatesV2OverrideVmConfigMapGuestCustomization": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfig:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfig"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "configs"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfig:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfig": {
      "properties": {
        "cloudInits": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInit:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInit"
          }
        },
        "syspreps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprep:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprep"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInits",
            "syspreps"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInit:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInit": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScript:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScript"
          }
        },
        "datasourceType": {
          "type": "string"
        },
        "metadata": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInitScripts",
            "metadata"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScript:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptUserData:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "userDatas"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptUserData:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigCloudInitCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprep:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprep": {
      "properties": {
        "installType": {
          "type": "string"
        },
        "sysprepScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScript:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScript"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "installType",
            "sysprepScripts"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScript:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue"
          }
        },
        "unattendXmls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptUnattendXml:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptUnattendXml"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "unattendXmls"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptUnattendXml:DeployTemplatesV2OverrideVmConfigMapGuestCustomizationConfigSysprepSysprepScriptUnattendXml": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapNic:DeployTemplatesV2OverrideVmConfigMapNic": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapNicBackingInfo:DeployTemplatesV2OverrideVmConfigMapNicBackingInfo"
          }
        },
        "extId": {
          "type": "string"
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapNicNetworkInfo:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfo"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapNicBackingInfo:DeployTemplatesV2OverrideVmConfigMapNicBackingInfo": {
      "properties": {
        "isConnected": {
          "type": "boolean"
        },
        "macAddress": {
          "type": "string"
        },
        "model": {
          "type": "string"
        },
        "numQueues": {
          "type": "integer"
        }
      },
      "type": "object"
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapNicNetworkInfo:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfo": {
      "properties": {
        "ipv4Configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4Config:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4Config"
          }
        },
        "ipv4Infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4Info:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4Info"
          }
        },
        "networkFunctionChains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapNicNetworkInfoNetworkFunctionChain:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoNetworkFunctionChain"
          }
        },
        "networkFunctionNicType": {
          "type": "string"
        },
        "nicType": {
          "type": "string"
        },
        "shouldAllowUnknownMacs": {
          "type": "boolean"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapNicNetworkInfoSubnet:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoSubnet"
          }
        },
        "trunkedVlans": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "vlanMode": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4Infos"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4Config:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4Config": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4ConfigIpAddress:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4ConfigIpAddress"
          }
        },
        "secondaryIpAddressLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4ConfigSecondaryIpAddressList:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4ConfigSecondaryIpAddressList"
          }
        },
        "shouldAssignIp": {
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4ConfigIpAddress:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4ConfigIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4ConfigSecondaryIpAddressList:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4ConfigSecondaryIpAddressList": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4Info:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4Info": {
      "properties": {
        "learnedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4InfoLearnedIpAddress:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4InfoLearnedIpAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "learnedIpAddresses"
          ]
        }
      }
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4InfoLearnedIpAddress:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoIpv4InfoLearnedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoNetworkFunctionChain:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoNetworkFunctionChain": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoSubnet:DeployTemplatesV2OverrideVmConfigMapNicNetworkInfoSubnet": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/DirectoryServicesV2OpenLdapConfiguration:DirectoryServicesV2OpenLdapConfiguration": {
      "properties": {
        "userConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDirectoryServicesV2OpenLdapConfigurationUserConfiguration:DirectoryServicesV2OpenLdapConfigurationUserConfiguration"
          },
          "description": "-(Required) this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        },
        "userGroupConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDirectoryServicesV2OpenLdapConfigurationUserGroupConfiguration:DirectoryServicesV2OpenLdapConfigurationUserGroupConfiguration"
          },
          "description": "-(Required) this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        }
      },
      "type": "object",
      "required": [
        "userConfigurations",
        "userGroupConfigurations"
      ]
    },
    "nutanix:index/DirectoryServicesV2OpenLdapConfigurationUserConfiguration:DirectoryServicesV2OpenLdapConfigurationUserConfiguration": {
      "properties": {
        "userObjectClass": {
          "type": "string",
          "description": "-(Required) Object class in the OpenLDAP system that corresponds to Users.\n"
        },
        "userSearchBase": {
          "type": "string",
          "description": "-(Required) Base DN for User search.\n"
        },
        "usernameAttribute": {
          "type": "string",
          "description": "-(Required) Unique Identifier for each User which can be used in Authentication.\n"
        }
      },
      "type": "object",
      "required": [
        "userObjectClass",
        "userSearchBase",
        "usernameAttribute"
      ]
    },
    "nutanix:index/DirectoryServicesV2OpenLdapConfigurationUserGroupConfiguration:DirectoryServicesV2OpenLdapConfigurationUserGroupConfiguration": {
      "properties": {
        "groupMemberAttribute": {
          "type": "string",
          "description": "-(Required) Attribute in a group that associates Users to the group.\n"
        },
        "groupMemberAttributeValue": {
          "type": "string",
          "description": "-(Required) User attribute value that will be used in group entity to associate User to the group.\n"
        },
        "groupObjectClass": {
          "type": "string",
          "description": "-(Required) Object class in the OpenLDAP system that corresponds to groups.\n"
        },
        "groupSearchBase": {
          "type": "string",
          "description": "-(Required) Base DN for group search.\n"
        }
      },
      "type": "object",
      "required": [
        "groupMemberAttribute",
        "groupMemberAttributeValue",
        "groupObjectClass",
        "groupSearchBase"
      ]
    },
    "nutanix:index/DirectoryServicesV2ServiceAccount:DirectoryServicesV2ServiceAccount": {
      "properties": {
        "password": {
          "type": "string",
          "description": "-(Required) Password to connect to the Directory Service.\n",
          "secret": true
        },
        "username": {
          "type": "string",
          "description": "-(Required) Username to connect to the Directory Service.\n"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ]
    },
    "nutanix:index/FloatingIpV2Association:FloatingIpV2Association": {
      "properties": {
        "privateIpAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2AssociationPrivateIpAssociation:FloatingIpV2AssociationPrivateIpAssociation"
          },
          "description": "Association of Floating IP with private IP\n- `private_ip_association.vpc_reference`: (Required) VPC in which the private IP exists.\n- `private_ip_association.private_ip`: (Required) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "vmNicAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2AssociationVmNicAssociation:FloatingIpV2AssociationVmNicAssociation"
          },
          "description": "Association of Floating IP with nic\n- `vm_nic_association.vm_nic_reference`: (Required) VM NIC reference.\n- `vm_nic_association.vpc_reference`: (Optional) VPC reference to which the VM NIC subnet belongs.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/FloatingIpV2AssociationPrivateIpAssociation:FloatingIpV2AssociationPrivateIpAssociation": {
      "properties": {
        "privateIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2AssociationPrivateIpAssociationPrivateIp:FloatingIpV2AssociationPrivateIpAssociationPrivateIp"
          }
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference UUID\n"
        }
      },
      "type": "object",
      "required": [
        "privateIps",
        "vpcReference"
      ]
    },
    "nutanix:index/FloatingIpV2AssociationPrivateIpAssociationPrivateIp:FloatingIpV2AssociationPrivateIpAssociationPrivateIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv4:FloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv6:FloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv4:FloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv6:FloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2AssociationVmNicAssociation:FloatingIpV2AssociationVmNicAssociation": {
      "properties": {
        "vmNicReference": {
          "type": "string",
          "description": "VM NIC reference.\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference UUID\n"
        }
      },
      "type": "object",
      "required": [
        "vmNicReference"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "vmNicReference",
            "vpcReference"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnet:FloatingIpV2ExternalSubnet": {
      "properties": {
        "bridgeName": {
          "type": "string"
        },
        "clusterName": {
          "type": "string"
        },
        "clusterReference": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "dhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetDhcpOption:FloatingIpV2ExternalSubnetDhcpOption"
          }
        },
        "dynamicIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetDynamicIpAddress:FloatingIpV2ExternalSubnetDynamicIpAddress"
          }
        },
        "extId": {
          "type": "string"
        },
        "hypervisorType": {
          "type": "string"
        },
        "ipConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfig:FloatingIpV2ExternalSubnetIpConfig"
          }
        },
        "ipPrefix": {
          "type": "string"
        },
        "ipUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpUsage:FloatingIpV2ExternalSubnetIpUsage"
          }
        },
        "isAdvancedNetworking": {
          "type": "boolean"
        },
        "isExternal": {
          "type": "boolean"
        },
        "isNatEnabled": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetLink:FloatingIpV2ExternalSubnetLink"
          },
          "description": "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.\n"
        },
        "migrationState": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "networkFunctionChainReference": {
          "type": "string"
        },
        "networkId": {
          "type": "integer"
        },
        "reservedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetReservedIpAddress:FloatingIpV2ExternalSubnetReservedIpAddress"
          }
        },
        "subnetType": {
          "type": "string"
        },
        "virtualSwitchReference": {
          "type": "string"
        },
        "virtualSwitches": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVirtualSwitch:FloatingIpV2ExternalSubnetVirtualSwitch"
          }
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference UUID\n"
        },
        "vpcs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpc:FloatingIpV2ExternalSubnetVpc"
          },
          "description": "Networking common base object\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bridgeName",
            "clusterName",
            "clusterReference",
            "description",
            "dhcpOptions",
            "dynamicIpAddresses",
            "extId",
            "hypervisorType",
            "ipConfigs",
            "ipPrefix",
            "ipUsages",
            "isAdvancedNetworking",
            "isExternal",
            "isNatEnabled",
            "links",
            "migrationState",
            "name",
            "networkFunctionChainReference",
            "networkId",
            "reservedIpAddresses",
            "subnetType",
            "virtualSwitchReference",
            "virtualSwitches",
            "vpcReference",
            "vpcs"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetDhcpOption:FloatingIpV2ExternalSubnetDhcpOption": {
      "properties": {
        "bootFileName": {
          "type": "string"
        },
        "domainName": {
          "type": "string"
        },
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetDhcpOptionDomainNameServer:FloatingIpV2ExternalSubnetDhcpOptionDomainNameServer"
          }
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetDhcpOptionNtpServer:FloatingIpV2ExternalSubnetDhcpOptionNtpServer"
          }
        },
        "searchDomains": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "tftpServerName": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootFileName",
            "domainName",
            "domainNameServers",
            "ntpServers",
            "searchDomains",
            "tftpServerName"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetDhcpOptionDomainNameServer:FloatingIpV2ExternalSubnetDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv4:FloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv6:FloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv4:FloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv6:FloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetDhcpOptionNtpServer:FloatingIpV2ExternalSubnetDhcpOptionNtpServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv4:FloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv6:FloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv4:FloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv6:FloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetDynamicIpAddress:FloatingIpV2ExternalSubnetDynamicIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetDynamicIpAddressIpv4:FloatingIpV2ExternalSubnetDynamicIpAddressIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetDynamicIpAddressIpv6:FloatingIpV2ExternalSubnetDynamicIpAddressIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetDynamicIpAddressIpv4:FloatingIpV2ExternalSubnetDynamicIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetDynamicIpAddressIpv6:FloatingIpV2ExternalSubnetDynamicIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfig:FloatingIpV2ExternalSubnetIpConfig": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv4:FloatingIpV2ExternalSubnetIpConfigIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv6:FloatingIpV2ExternalSubnetIpConfigIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv4:FloatingIpV2ExternalSubnetIpConfigIpv4": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv4DefaultGatewayIp:FloatingIpV2ExternalSubnetIpConfigIpv4DefaultGatewayIp"
          }
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv4DhcpServerAddress:FloatingIpV2ExternalSubnetIpConfigIpv4DhcpServerAddress"
          }
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnet:FloatingIpV2ExternalSubnetIpConfigIpv4IpSubnet"
          }
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv4PoolList:FloatingIpV2ExternalSubnetIpConfigIpv4PoolList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "defaultGatewayIps",
            "dhcpServerAddresses",
            "ipSubnets",
            "poolLists"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv4DefaultGatewayIp:FloatingIpV2ExternalSubnetIpConfigIpv4DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv4DhcpServerAddress:FloatingIpV2ExternalSubnetIpConfigIpv4DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv4IpSubnet:FloatingIpV2ExternalSubnetIpConfigIpv4IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp:FloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp:FloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv4PoolList:FloatingIpV2ExternalSubnetIpConfigIpv4PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv4PoolListEndIp:FloatingIpV2ExternalSubnetIpConfigIpv4PoolListEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv4PoolListStartIp:FloatingIpV2ExternalSubnetIpConfigIpv4PoolListStartIp"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endIps",
            "startIps"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv4PoolListEndIp:FloatingIpV2ExternalSubnetIpConfigIpv4PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv4PoolListStartIp:FloatingIpV2ExternalSubnetIpConfigIpv4PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv6:FloatingIpV2ExternalSubnetIpConfigIpv6": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv6DefaultGatewayIp:FloatingIpV2ExternalSubnetIpConfigIpv6DefaultGatewayIp"
          }
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv6DhcpServerAddress:FloatingIpV2ExternalSubnetIpConfigIpv6DhcpServerAddress"
          }
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnet:FloatingIpV2ExternalSubnetIpConfigIpv6IpSubnet"
          }
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv6PoolList:FloatingIpV2ExternalSubnetIpConfigIpv6PoolList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "defaultGatewayIps",
            "dhcpServerAddresses",
            "ipSubnets",
            "poolLists"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv6DefaultGatewayIp:FloatingIpV2ExternalSubnetIpConfigIpv6DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv6DhcpServerAddress:FloatingIpV2ExternalSubnetIpConfigIpv6DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv6IpSubnet:FloatingIpV2ExternalSubnetIpConfigIpv6IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp:FloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp:FloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv6PoolList:FloatingIpV2ExternalSubnetIpConfigIpv6PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv6PoolListEndIp:FloatingIpV2ExternalSubnetIpConfigIpv6PoolListEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpConfigIpv6PoolListStartIp:FloatingIpV2ExternalSubnetIpConfigIpv6PoolListStartIp"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endIps",
            "startIps"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv6PoolListEndIp:FloatingIpV2ExternalSubnetIpConfigIpv6PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpConfigIpv6PoolListStartIp:FloatingIpV2ExternalSubnetIpConfigIpv6PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpUsage:FloatingIpV2ExternalSubnetIpUsage": {
      "properties": {
        "ipPoolUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpUsageIpPoolUsage:FloatingIpV2ExternalSubnetIpUsageIpPoolUsage"
          }
        },
        "numAssignedIps": {
          "type": "integer"
        },
        "numFreeIps": {
          "type": "integer"
        },
        "numMacs": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipPoolUsages",
            "numAssignedIps",
            "numFreeIps",
            "numMacs"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpUsageIpPoolUsage:FloatingIpV2ExternalSubnetIpUsageIpPoolUsage": {
      "properties": {
        "numFreeIps": {
          "type": "integer"
        },
        "numTotalIps": {
          "type": "integer"
        },
        "ranges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRange:FloatingIpV2ExternalSubnetIpUsageIpPoolUsageRange"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "numFreeIps",
            "numTotalIps",
            "ranges"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpUsageIpPoolUsageRange:FloatingIpV2ExternalSubnetIpUsageIpPoolUsageRange": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeEndIp:FloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeStartIp:FloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeStartIp"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endIps",
            "startIps"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeEndIp:FloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeStartIp:FloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetLink:FloatingIpV2ExternalSubnetLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetReservedIpAddress:FloatingIpV2ExternalSubnetReservedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVirtualSwitch:FloatingIpV2ExternalSubnetVirtualSwitch": {
      "properties": {
        "bondMode": {
          "type": "boolean"
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVirtualSwitchCluster:FloatingIpV2ExternalSubnetVirtualSwitchCluster"
          }
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string"
        },
        "hasDeploymentError": {
          "type": "boolean"
        },
        "isDefault": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVirtualSwitchLink:FloatingIpV2ExternalSubnetVirtualSwitchLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVirtualSwitchMetadata:FloatingIpV2ExternalSubnetVirtualSwitchMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "mtu": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bondMode",
            "clusters",
            "description",
            "extId",
            "hasDeploymentError",
            "isDefault",
            "links",
            "metadatas",
            "mtu",
            "name",
            "tenantId"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVirtualSwitchCluster:FloatingIpV2ExternalSubnetVirtualSwitchCluster": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "gatewayIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVirtualSwitchClusterGatewayIpAddress:FloatingIpV2ExternalSubnetVirtualSwitchClusterGatewayIpAddress"
          }
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVirtualSwitchClusterHost:FloatingIpV2ExternalSubnetVirtualSwitchClusterHost"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "gatewayIpAddresses",
            "hosts"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVirtualSwitchClusterGatewayIpAddress:FloatingIpV2ExternalSubnetVirtualSwitchClusterGatewayIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVirtualSwitchClusterHost:FloatingIpV2ExternalSubnetVirtualSwitchClusterHost": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "hostNics": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "internalBridgeName": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddress:FloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddress"
          }
        },
        "routeTable": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "hostNics",
            "internalBridgeName",
            "ipAddresses",
            "routeTable"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddress:FloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddress": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp:FloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp:FloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVirtualSwitchLink:FloatingIpV2ExternalSubnetVirtualSwitchLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVirtualSwitchMetadata:FloatingIpV2ExternalSubnetVirtualSwitchMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryIds",
            "ownerReferenceId",
            "ownerUserName",
            "projectName",
            "projectReferenceId"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpc:FloatingIpV2ExternalSubnetVpc": {
      "properties": {
        "commonDhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcCommonDhcpOption:FloatingIpV2ExternalSubnetVpcCommonDhcpOption"
          }
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string"
        },
        "externalRoutingDomainReference": {
          "type": "string"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternalSubnet:FloatingIpV2ExternalSubnetVpcExternalSubnet"
          }
        },
        "externallyRoutablePrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix:FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcLink:FloatingIpV2ExternalSubnetVpcLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcMetadata:FloatingIpV2ExternalSubnetVpcMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "snatIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcSnatIp:FloatingIpV2ExternalSubnetVpcSnatIp"
          }
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        },
        "vpcType": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "commonDhcpOptions",
            "description",
            "extId",
            "externalRoutingDomainReference",
            "externalSubnets",
            "externallyRoutablePrefixes",
            "links",
            "metadatas",
            "name",
            "snatIps",
            "tenantId",
            "vpcType"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcCommonDhcpOption:FloatingIpV2ExternalSubnetVpcCommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServer:FloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "domainNameServers"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServer:FloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4:FloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6:FloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4:FloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6:FloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternalSubnet:FloatingIpV2ExternalSubnetVpcExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNode:FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNode"
          }
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIp:FloatingIpV2ExternalSubnetVpcExternalSubnetExternalIp"
          }
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnetReference": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "activeGatewayCount",
            "activeGatewayNodes",
            "externalIps",
            "gatewayNodes",
            "subnetReference"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNode:FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress:FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "nodeId",
            "nodeIpAddresses"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress:FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:FloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternalSubnetExternalIp:FloatingIpV2ExternalSubnetVpcExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv4:FloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv6:FloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv4:FloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv6:FloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix:FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4:FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6:FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4:FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip:FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip:FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6:FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip:FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip:FloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcLink:FloatingIpV2ExternalSubnetVpcLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcMetadata:FloatingIpV2ExternalSubnetVpcMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryIds",
            "ownerReferenceId",
            "ownerUserName",
            "projectName",
            "projectReferenceId"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcSnatIp:FloatingIpV2ExternalSubnetVpcSnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcSnatIpIpv4:FloatingIpV2ExternalSubnetVpcSnatIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnetVpcSnatIpIpv6:FloatingIpV2ExternalSubnetVpcSnatIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcSnatIpIpv4:FloatingIpV2ExternalSubnetVpcSnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2ExternalSubnetVpcSnatIpIpv6:FloatingIpV2ExternalSubnetVpcSnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2FloatingIp:FloatingIpV2FloatingIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2FloatingIpIpv4:FloatingIpV2FloatingIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2FloatingIpIpv6:FloatingIpV2FloatingIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2FloatingIpIpv4:FloatingIpV2FloatingIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2FloatingIpIpv6:FloatingIpV2FloatingIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2Link:FloatingIpV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/FloatingIpV2Metadata:FloatingIpV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryIds",
            "ownerReferenceId",
            "ownerUserName",
            "projectName",
            "projectReferenceId"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VmNic:FloatingIpV2VmNic": {
      "properties": {
        "privateIp": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/FloatingIpV2Vpc:FloatingIpV2Vpc": {
      "properties": {
        "commonDhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcCommonDhcpOption:FloatingIpV2VpcCommonDhcpOption"
          }
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string"
        },
        "externalRoutingDomainReference": {
          "type": "string"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternalSubnet:FloatingIpV2VpcExternalSubnet"
          }
        },
        "externallyRoutablePrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternallyRoutablePrefix:FloatingIpV2VpcExternallyRoutablePrefix"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcLink:FloatingIpV2VpcLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcMetadata:FloatingIpV2VpcMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "snatIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcSnatIp:FloatingIpV2VpcSnatIp"
          }
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        },
        "vpcType": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "commonDhcpOptions",
            "description",
            "extId",
            "externalRoutingDomainReference",
            "externalSubnets",
            "externallyRoutablePrefixes",
            "links",
            "metadatas",
            "name",
            "snatIps",
            "tenantId",
            "vpcType"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcCommonDhcpOption:FloatingIpV2VpcCommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcCommonDhcpOptionDomainNameServer:FloatingIpV2VpcCommonDhcpOptionDomainNameServer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "domainNameServers"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcCommonDhcpOptionDomainNameServer:FloatingIpV2VpcCommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv4:FloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv6:FloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv4:FloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv6:FloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternalSubnet:FloatingIpV2VpcExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternalSubnetActiveGatewayNode:FloatingIpV2VpcExternalSubnetActiveGatewayNode"
          }
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternalSubnetExternalIp:FloatingIpV2VpcExternalSubnetExternalIp"
          }
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnetReference": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "activeGatewayCount",
            "activeGatewayNodes",
            "externalIps",
            "gatewayNodes",
            "subnetReference"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternalSubnetActiveGatewayNode:FloatingIpV2VpcExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress:FloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "nodeId",
            "nodeIpAddresses"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress:FloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:FloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:FloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:FloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:FloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternalSubnetExternalIp:FloatingIpV2VpcExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternalSubnetExternalIpIpv4:FloatingIpV2VpcExternalSubnetExternalIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternalSubnetExternalIpIpv6:FloatingIpV2VpcExternalSubnetExternalIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternalSubnetExternalIpIpv4:FloatingIpV2VpcExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternalSubnetExternalIpIpv6:FloatingIpV2VpcExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternallyRoutablePrefix:FloatingIpV2VpcExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternallyRoutablePrefixIpv4:FloatingIpV2VpcExternallyRoutablePrefixIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternallyRoutablePrefixIpv6:FloatingIpV2VpcExternallyRoutablePrefixIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternallyRoutablePrefixIpv4:FloatingIpV2VpcExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip:FloatingIpV2VpcExternallyRoutablePrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternallyRoutablePrefixIpv4Ip:FloatingIpV2VpcExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternallyRoutablePrefixIpv6:FloatingIpV2VpcExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip:FloatingIpV2VpcExternallyRoutablePrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcExternallyRoutablePrefixIpv6Ip:FloatingIpV2VpcExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcLink:FloatingIpV2VpcLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcMetadata:FloatingIpV2VpcMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryIds",
            "ownerReferenceId",
            "ownerUserName",
            "projectName",
            "projectReferenceId"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcSnatIp:FloatingIpV2VpcSnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcSnatIpIpv4:FloatingIpV2VpcSnatIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VpcSnatIpIpv6:FloatingIpV2VpcSnatIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcSnatIpIpv4:FloatingIpV2VpcSnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FloatingIpV2VpcSnatIpIpv6:FloatingIpV2VpcSnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterClusterStatus:FoundationCentralImageClusterClusterStatus": {
      "properties": {
        "aggregatePercentComplete": {
          "type": "number"
        },
        "clusterCreationStarted": {
          "type": "boolean"
        },
        "clusterProgressDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterClusterStatusClusterProgressDetail:FoundationCentralImageClusterClusterStatusClusterProgressDetail"
          }
        },
        "currentFoundationIp": {
          "type": "string"
        },
        "foundationSessionId": {
          "type": "string"
        },
        "imagingStopped": {
          "type": "boolean"
        },
        "intentPickedUp": {
          "type": "boolean"
        },
        "nodeProgressDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterClusterStatusNodeProgressDetail:FoundationCentralImageClusterClusterStatusNodeProgressDetail"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "aggregatePercentComplete",
            "clusterCreationStarted",
            "clusterProgressDetails",
            "currentFoundationIp",
            "foundationSessionId",
            "imagingStopped",
            "intentPickedUp",
            "nodeProgressDetails"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterClusterStatusClusterProgressDetail:FoundationCentralImageClusterClusterStatusClusterProgressDetail": {
      "properties": {
        "clusterName": {
          "type": "string",
          "description": "Name of the cluster.\n"
        },
        "messageLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "percentComplete": {
          "type": "number"
        },
        "status": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "clusterName",
            "messageLists",
            "percentComplete",
            "status"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterClusterStatusNodeProgressDetail:FoundationCentralImageClusterClusterStatusNodeProgressDetail": {
      "properties": {
        "imagedNodeUuid": {
          "type": "string",
          "description": "UUID of the node.\n"
        },
        "imagingStopped": {
          "type": "boolean"
        },
        "intentPickedUp": {
          "type": "boolean"
        },
        "messageLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "percentComplete": {
          "type": "number"
        },
        "status": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imagedNodeUuid",
            "imagingStopped",
            "intentPickedUp",
            "messageLists",
            "percentComplete",
            "status"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterCommonNetworkSettings:FoundationCentralImageClusterCommonNetworkSettings": {
      "properties": {
        "cvmDnsServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of dns servers for the cvms in the cluster.\n"
        },
        "cvmNtpServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of ntp servers for the cvms in the cluster.\n"
        },
        "hypervisorDnsServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of dns servers for the hypervisors in the cluster.\n"
        },
        "hypervisorNtpServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of ntp servers for the hypervisors in the cluster.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cvmDnsServers",
            "cvmNtpServers",
            "hypervisorDnsServers",
            "hypervisorNtpServers"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterFoundationInitConfig:FoundationCentralImageClusterFoundationInitConfig": {
      "properties": {
        "blocks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterFoundationInitConfigBlock:FoundationCentralImageClusterFoundationInitConfigBlock"
          }
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterFoundationInitConfigCluster:FoundationCentralImageClusterFoundationInitConfigCluster"
          }
        },
        "cvmGateway": {
          "type": "string",
          "description": "Gateway of the cvm.\n"
        },
        "cvmNetmask": {
          "type": "string",
          "description": "Netmask of the cvm.\n"
        },
        "dnsServers": {
          "type": "string"
        },
        "hypervProductKey": {
          "type": "string",
          "description": "Product key for hyperv isos. Required only if the hypervisor type is hyperv and product key is mandatory (ex: for volume license).\n"
        },
        "hypervSku": {
          "type": "string",
          "description": "SKU of hyperv to be installed if<span pulumi-lang-nodejs=\" hypervisorType \" pulumi-lang-dotnet=\" HypervisorType \" pulumi-lang-go=\" hypervisorType \" pulumi-lang-python=\" hypervisor_type \" pulumi-lang-yaml=\" hypervisorType \" pulumi-lang-java=\" hypervisorType \"> hypervisor_type </span>is hyperv.\n"
        },
        "hypervisorGateway": {
          "type": "string",
          "description": "Gateway of the hypervisor.\n"
        },
        "hypervisorIsoUrl": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "hypervisorIsos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterFoundationInitConfigHypervisorIso:FoundationCentralImageClusterFoundationInitConfigHypervisorIso"
          },
          "description": "Details of the hypervisor iso. Required for deploying node with AOS >= 6.8\n"
        },
        "hypervisorNetmask": {
          "type": "string",
          "description": "Netmask of the hypervisor.\n"
        },
        "ipmiGateway": {
          "type": "string",
          "description": "Gateway of the ipmi.\n"
        },
        "ipmiNetmask": {
          "type": "string",
          "description": "Netmask of the ipmi.\n"
        },
        "nosPackageUrls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterFoundationInitConfigNosPackageUrl:FoundationCentralImageClusterFoundationInitConfigNosPackageUrl"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "blocks",
            "clusters",
            "cvmGateway",
            "cvmNetmask",
            "dnsServers",
            "hypervProductKey",
            "hypervSku",
            "hypervisorGateway",
            "hypervisorIsoUrl",
            "hypervisorIsos",
            "hypervisorNetmask",
            "ipmiGateway",
            "ipmiNetmask",
            "nosPackageUrls"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterFoundationInitConfigBlock:FoundationCentralImageClusterFoundationInitConfigBlock": {
      "properties": {
        "blockId": {
          "type": "string"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterFoundationInitConfigBlockNode:FoundationCentralImageClusterFoundationInitConfigBlockNode"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "blockId",
            "nodes"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterFoundationInitConfigBlockNode:FoundationCentralImageClusterFoundationInitConfigBlockNode": {
      "properties": {
        "cvmIp": {
          "type": "string",
          "description": "IP address to be set for the cvm on the node.\n"
        },
        "cvmVlanId": {
          "type": "integer",
          "description": "Vlan tag of the cvm, if the cvm is on a vlan.\n"
        },
        "fcImagedNodeUuid": {
          "type": "string"
        },
        "hardwareAttributesOverride": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Hardware attributes override json for the node.\n"
        },
        "hypervisor": {
          "type": "string"
        },
        "hypervisorHostname": {
          "type": "string",
          "description": "Name to be set for the hypervisor host.\n"
        },
        "hypervisorIp": {
          "type": "string",
          "description": "IP address to be set for the hypervisor on the node.\n"
        },
        "imageNow": {
          "type": "boolean",
          "description": "True, if the node should be imaged, False, otherwise.\n"
        },
        "ipmiIp": {
          "type": "string",
          "description": "IP address to be set for the ipmi of the node.\n"
        },
        "ipv6Address": {
          "type": "string"
        },
        "nodePosition": {
          "type": "string"
        },
        "nodeSerial": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cvmIp",
            "cvmVlanId",
            "fcImagedNodeUuid",
            "hardwareAttributesOverride",
            "hypervisor",
            "hypervisorHostname",
            "hypervisorIp",
            "imageNow",
            "ipmiIp",
            "ipv6Address",
            "nodePosition",
            "nodeSerial"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterFoundationInitConfigCluster:FoundationCentralImageClusterFoundationInitConfigCluster": {
      "properties": {
        "clusterExternalIp": {
          "type": "string",
          "description": "External management ip of the cluster.\n"
        },
        "clusterInitNow": {
          "type": "boolean"
        },
        "clusterInitSuccessful": {
          "type": "boolean"
        },
        "clusterMembers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clusterName": {
          "type": "string",
          "description": "Name of the cluster.\n"
        },
        "cvmDnsServers": {
          "type": "string",
          "description": "List of dns servers for the cvms in the cluster.\n"
        },
        "cvmNtpServers": {
          "type": "string",
          "description": "List of ntp servers for the cvms in the cluster.\n"
        },
        "redundancyFactor": {
          "type": "integer",
          "description": "Redundancy factor of the cluster.\n"
        },
        "timezone": {
          "type": "string",
          "description": "Timezone to be set on the cluster.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "clusterExternalIp",
            "clusterInitNow",
            "clusterInitSuccessful",
            "clusterMembers",
            "clusterName",
            "cvmDnsServers",
            "cvmNtpServers",
            "redundancyFactor",
            "timezone"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterFoundationInitConfigHypervisorIso:FoundationCentralImageClusterFoundationInitConfigHypervisorIso": {
      "properties": {
        "hypervisorType": {
          "type": "string"
        },
        "sha256sum": {
          "type": "string",
          "description": "sha256sum of the hypervisor iso.\n"
        },
        "url": {
          "type": "string",
          "description": "URL to download hypervisor iso. Required only if imaging is needed.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "hypervisorType",
            "sha256sum",
            "url"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterFoundationInitConfigNosPackageUrl:FoundationCentralImageClusterFoundationInitConfigNosPackageUrl": {
      "properties": {
        "sha256sum": {
          "type": "string",
          "description": "sha256sum of the hypervisor iso.\n"
        },
        "url": {
          "type": "string",
          "description": "URL to download hypervisor iso. Required only if imaging is needed.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "sha256sum",
            "url"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterHypervisorIsoDetails:FoundationCentralImageClusterHypervisorIsoDetails": {
      "properties": {
        "hypervProductKey": {
          "type": "string",
          "description": "Product key for hyperv isos. Required only if the hypervisor type is hyperv and product key is mandatory (ex: for volume license).\n"
        },
        "hypervSku": {
          "type": "string",
          "description": "SKU of hyperv to be installed if<span pulumi-lang-nodejs=\" hypervisorType \" pulumi-lang-dotnet=\" HypervisorType \" pulumi-lang-go=\" hypervisorType \" pulumi-lang-python=\" hypervisor_type \" pulumi-lang-yaml=\" hypervisorType \" pulumi-lang-java=\" hypervisorType \"> hypervisor_type </span>is hyperv.\n"
        },
        "sha256sum": {
          "type": "string",
          "description": "sha256sum of the hypervisor iso.\n"
        },
        "url": {
          "type": "string",
          "description": "URL to download hypervisor iso. Required only if imaging is needed.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "hypervProductKey",
            "hypervSku",
            "sha256sum"
          ]
        }
      }
    },
    "nutanix:index/FoundationCentralImageClusterHypervisorIsos:FoundationCentralImageClusterHypervisorIsos": {
      "properties": {
        "hypervProductKey": {
          "type": "string",
          "description": "Product key for hyperv isos. Required only if the hypervisor type is hyperv and product key is mandatory (ex: for volume license).\n"
        },
        "hypervSku": {
          "type": "string",
          "description": "SKU of hyperv to be installed if<span pulumi-lang-nodejs=\" hypervisorType \" pulumi-lang-dotnet=\" HypervisorType \" pulumi-lang-go=\" hypervisorType \" pulumi-lang-python=\" hypervisor_type \" pulumi-lang-yaml=\" hypervisorType \" pulumi-lang-java=\" hypervisorType \"> hypervisor_type </span>is hyperv.\n"
        },
        "hypervisorType": {
          "type": "string"
        },
        "sha256sum": {
          "type": "string",
          "description": "sha256sum of the hypervisor iso.\n"
        },
        "url": {
          "type": "string",
          "description": "URL to download hypervisor iso. Required only if imaging is needed.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/FoundationCentralImageClusterNodeList:FoundationCentralImageClusterNodeList": {
      "properties": {
        "cvmGateway": {
          "type": "string",
          "description": "Gateway of the cvm.\n"
        },
        "cvmIp": {
          "type": "string",
          "description": "IP address to be set for the cvm on the node.\n"
        },
        "cvmNetmask": {
          "type": "string",
          "description": "Netmask of the cvm.\n"
        },
        "cvmRamGb": {
          "type": "integer",
          "description": "Amount of memory to be assigned for the cvm.\n"
        },
        "cvmVlanId": {
          "type": "integer",
          "description": "Vlan tag of the cvm, if the cvm is on a vlan.\n"
        },
        "hardwareAttributesOverride": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Hardware attributes override json for the node.\n"
        },
        "hypervisorGateway": {
          "type": "string",
          "description": "Gateway of the hypervisor.\n"
        },
        "hypervisorHostname": {
          "type": "string",
          "description": "Name to be set for the hypervisor host.\n"
        },
        "hypervisorIp": {
          "type": "string",
          "description": "IP address to be set for the hypervisor on the node.\n"
        },
        "hypervisorNetmask": {
          "type": "string",
          "description": "Netmask of the hypervisor.\n"
        },
        "hypervisorType": {
          "type": "string"
        },
        "imageNow": {
          "type": "boolean",
          "description": "True, if the node should be imaged, False, otherwise.\n"
        },
        "imagedNodeUuid": {
          "type": "string",
          "description": "UUID of the node.\n"
        },
        "ipmiGateway": {
          "type": "string",
          "description": "Gateway of the ipmi.\n"
        },
        "ipmiIp": {
          "type": "string",
          "description": "IP address to be set for the ipmi of the node.\n"
        },
        "ipmiNetmask": {
          "type": "string",
          "description": "Netmask of the ipmi.\n"
        },
        "rdmaPassthrough": {
          "type": "boolean",
          "description": "Passthrough RDMA nic to CVM if possible, default to false.\n"
        },
        "useExistingNetworkSettings": {
          "type": "boolean",
          "description": "Decides whether to use the existing network settings for the node. If True, the existing network settings of the node will be used during cluster creation. If False, then client must provide new network settings. If all nodes are booted in phoenix, this field is, by default, considered to be False.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cvmGateway",
            "cvmIp",
            "cvmVlanId",
            "hardwareAttributesOverride",
            "hypervisorGateway",
            "hypervisorHostname",
            "hypervisorIp",
            "hypervisorNetmask",
            "imageNow",
            "imagedNodeUuid",
            "ipmiGateway",
            "ipmiIp"
          ]
        }
      }
    },
    "nutanix:index/FoundationImageNodesBlock:FoundationImageNodesBlock": {
      "properties": {
        "blockId": {
          "type": "string",
          "description": "- Block ID.\n",
          "willReplaceOnChanges": true
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationImageNodesBlockNode:FoundationImageNodesBlockNode"
          },
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "nodes"
      ]
    },
    "nutanix:index/FoundationImageNodesBlockNode:FoundationImageNodesBlockNode": {
      "properties": {
        "bondLacpRate": {
          "type": "string",
          "description": "- (Required if node is lacp configured) slow or fast if lacp if being used at the switch\n",
          "willReplaceOnChanges": true
        },
        "bondMode": {
          "type": "string",
          "description": "- (Required if node is capable) dynamic if using LACP, static for LAG\n",
          "willReplaceOnChanges": true
        },
        "bondUplinks": {
          "type": "string",
          "description": "- MAC Addresses of NICs in a team/bond\n",
          "willReplaceOnChanges": true
        },
        "clusterId": {
          "type": "string",
          "description": "- ID of cluster.\n",
          "willReplaceOnChanges": true
        },
        "currentCvmVlanTag": {
          "type": "integer",
          "description": "- Current CVM vlan tag. 0 Value with remove vlan tag.\n",
          "willReplaceOnChanges": true
        },
        "currentNetworkInterface": {
          "type": "string",
          "description": "- CVM current network interface.\n",
          "willReplaceOnChanges": true
        },
        "cvmGbRam": {
          "type": "integer",
          "description": "- RAM capacity of CVM in GB.\n",
          "willReplaceOnChanges": true
        },
        "cvmIp": {
          "type": "string",
          "willReplaceOnChanges": true
        },
        "cvmNumVcpus": {
          "type": "integer",
          "description": "- Number of CVM vcpus.\n",
          "willReplaceOnChanges": true
        },
        "deviceHint": {
          "type": "string",
          "description": "- use <span pulumi-lang-nodejs=\"\"vmInstaller\"\" pulumi-lang-dotnet=\"\"VmInstaller\"\" pulumi-lang-go=\"\"vmInstaller\"\" pulumi-lang-python=\"\"vm_installer\"\" pulumi-lang-yaml=\"\"vmInstaller\"\" pulumi-lang-java=\"\"vmInstaller\"\">\"vm_installer\"</span> to enable CVM imaging from standalone.\n",
          "willReplaceOnChanges": true
        },
        "exludeBootSerial": {
          "type": "string",
          "description": "- serial of boot device to be excluded (used by NX G6 platforms)\n",
          "willReplaceOnChanges": true
        },
        "hypervisor": {
          "type": "string",
          "willReplaceOnChanges": true
        },
        "hypervisorHostname": {
          "type": "string",
          "description": "- (Required) Hypervisor Hostname.\n",
          "willReplaceOnChanges": true
        },
        "hypervisorIp": {
          "type": "string",
          "description": "- (Required) Hypervisor IP address.\n",
          "willReplaceOnChanges": true
        },
        "imageDelay": {
          "type": "integer",
          "description": "- Imaging delay.\n",
          "willReplaceOnChanges": true
        },
        "imageNow": {
          "type": "boolean",
          "description": "- (Optional, Default = true) If the node should be imaged now.\n",
          "willReplaceOnChanges": true
        },
        "imageSuccessful": {
          "type": "boolean",
          "willReplaceOnChanges": true
        },
        "ipmiConfigureNow": {
          "type": "boolean",
          "description": "- Whether IPMI should be configured.\n",
          "willReplaceOnChanges": true
        },
        "ipmiGateway": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or outside blocks) IPMI gateway for this node\n",
          "willReplaceOnChanges": true
        },
        "ipmiIp": {
          "type": "string",
          "description": "- (Required) IPMI IP address.\n",
          "willReplaceOnChanges": true
        },
        "ipmiMac": {
          "type": "string",
          "description": "- IPMI MAC address.\n",
          "willReplaceOnChanges": true
        },
        "ipmiNetmask": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or outside blocks) IPMI netmask for this node\n",
          "willReplaceOnChanges": true
        },
        "ipmiPassword": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or outside blocks) IPMI username\n",
          "willReplaceOnChanges": true
        },
        "ipmiUser": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or outside blocks) IPMI password\n",
          "willReplaceOnChanges": true
        },
        "ipv6Address": {
          "type": "string",
          "description": "- (Required when<span pulumi-lang-nodejs=\" deviceHint \" pulumi-lang-dotnet=\" DeviceHint \" pulumi-lang-go=\" deviceHint \" pulumi-lang-python=\" device_hint \" pulumi-lang-yaml=\" deviceHint \" pulumi-lang-java=\" deviceHint \"> device_hint </span>= <span pulumi-lang-nodejs=\"\"vmInstaller\"\" pulumi-lang-dotnet=\"\"VmInstaller\"\" pulumi-lang-go=\"\"vmInstaller\"\" pulumi-lang-python=\"\"vm_installer\"\" pulumi-lang-yaml=\"\"vmInstaller\"\" pulumi-lang-java=\"\"vmInstaller\"\">\"vm_installer\"</span> for imaging using node's existing cvm for imaging) IPV6 address.\n",
          "willReplaceOnChanges": true
        },
        "ipv6Interface": {
          "type": "string",
          "description": "- (Required when<span pulumi-lang-nodejs=\" deviceHint \" pulumi-lang-dotnet=\" DeviceHint \" pulumi-lang-go=\" deviceHint \" pulumi-lang-python=\" device_hint \" pulumi-lang-yaml=\" deviceHint \" pulumi-lang-java=\" deviceHint \"> device_hint </span>= <span pulumi-lang-nodejs=\"\"vmInstaller\"\" pulumi-lang-dotnet=\"\"VmInstaller\"\" pulumi-lang-go=\"\"vmInstaller\"\" pulumi-lang-python=\"\"vm_installer\"\" pulumi-lang-yaml=\"\"vmInstaller\"\" pulumi-lang-java=\"\"vmInstaller\"\">\"vm_installer\"</span> for imaging using node's existing cvm for imaging) ipv6 interface.\n",
          "willReplaceOnChanges": true
        },
        "mitigateLowBootSpace": {
          "type": "boolean",
          "description": "- relocate bootbank files to make space for phoenix files.\n",
          "willReplaceOnChanges": true
        },
        "nodePosition": {
          "type": "string",
          "description": "- (Required) Position of the node in the block.\n",
          "willReplaceOnChanges": true
        },
        "nodeSerial": {
          "type": "string",
          "description": "- serial number of the node.\n",
          "willReplaceOnChanges": true
        },
        "rdmaMacAddr": {
          "type": "string",
          "description": "- mac address of nic to be used for rdma\n",
          "willReplaceOnChanges": true
        },
        "rdmaPassthrough": {
          "type": "boolean",
          "description": "- (Required if node is capable) passthru RDMA nic to CVM if possible, default to false\n",
          "willReplaceOnChanges": true
        },
        "ucsmManagedMode": {
          "type": "string",
          "description": "- UCSM Managed mode.\n",
          "willReplaceOnChanges": true
        },
        "ucsmNodeSerial": {
          "type": "string",
          "description": "- UCSM node serial.\n",
          "willReplaceOnChanges": true
        },
        "ucsmParams": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesBlockNodeUcsmParams:FoundationImageNodesBlockNodeUcsmParams",
          "description": "- Object of UCSM parameters.\n* `ucsm_params.native_vlan` :- If the vlan is native.\n* `ucsm_params.keep_ucsm_settings` :- Whether UCSM settings should be kept.\n* `ucsm_params.mac_pool` :- Mac address pool.\n* `ucsm_params.vlan_name` :- Name of vlan.\n",
          "willReplaceOnChanges": true
        },
        "vswitches": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationImageNodesBlockNodeVswitch:FoundationImageNodesBlockNodeVswitch"
          },
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "hypervisorHostname",
        "hypervisorIp",
        "nodePosition"
      ]
    },
    "nutanix:index/FoundationImageNodesBlockNodeUcsmParams:FoundationImageNodesBlockNodeUcsmParams": {
      "properties": {
        "keepUcsmSettings": {
          "type": "boolean",
          "willReplaceOnChanges": true
        },
        "macPool": {
          "type": "string",
          "willReplaceOnChanges": true
        },
        "nativeVlan": {
          "type": "boolean",
          "willReplaceOnChanges": true
        },
        "vlanName": {
          "type": "string",
          "willReplaceOnChanges": true
        }
      },
      "type": "object"
    },
    "nutanix:index/FoundationImageNodesBlockNodeVswitch:FoundationImageNodesBlockNodeVswitch": {
      "properties": {
        "bondMode": {
          "type": "string",
          "description": "- (Required if node is capable) dynamic if using LACP, static for LAG\n",
          "willReplaceOnChanges": true
        },
        "lacp": {
          "type": "string",
          "willReplaceOnChanges": true
        },
        "mtu": {
          "type": "integer",
          "willReplaceOnChanges": true
        },
        "name": {
          "type": "string",
          "willReplaceOnChanges": true
        },
        "otherConfigs": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "willReplaceOnChanges": true
        },
        "uplinks": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "willReplaceOnChanges": true
        }
      },
      "type": "object"
    },
    "nutanix:index/FoundationImageNodesCluster:FoundationImageNodesCluster": {
      "properties": {
        "backplaneNetmask": {
          "type": "string",
          "description": "- Backplane netmask.\n",
          "willReplaceOnChanges": true
        },
        "backplaneSubnet": {
          "type": "string",
          "description": "- Backplane subnet address.\n",
          "willReplaceOnChanges": true
        },
        "backplaneVlan": {
          "type": "string",
          "description": "- Backplane vlan.\n",
          "willReplaceOnChanges": true
        },
        "clusterExternalIp": {
          "type": "string",
          "description": "- External IP of the cluster.\n",
          "willReplaceOnChanges": true
        },
        "clusterInitNow": {
          "type": "boolean",
          "description": "- (Optional, Default = true) If cluster should be created.\n",
          "willReplaceOnChanges": true
        },
        "clusterInitSuccessful": {
          "type": "boolean",
          "description": "- If cluster initialization was successful.\n",
          "willReplaceOnChanges": true
        },
        "clusterMembers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Required) Members in the cluster.\n",
          "willReplaceOnChanges": true
        },
        "clusterName": {
          "type": "string",
          "description": "- (Required) Name of the cluster.\n",
          "willReplaceOnChanges": true
        },
        "cvmDnsServers": {
          "type": "string",
          "description": "- DNS servers of CVM.\n",
          "willReplaceOnChanges": true
        },
        "cvmNtpServers": {
          "type": "string",
          "description": "- NTP servers of CVM.\n",
          "willReplaceOnChanges": true
        },
        "enableNs": {
          "type": "boolean",
          "description": "- If network segmentation should be enabled.\n",
          "willReplaceOnChanges": true
        },
        "hypervisorNtpServers": {
          "type": "string",
          "description": "- NTP servers of hypervisor.\n",
          "willReplaceOnChanges": true
        },
        "redundancyFactor": {
          "type": "integer",
          "description": "- (Required) Cluster Redundancy Factor.\n",
          "willReplaceOnChanges": true
        },
        "singleNodeCluster": {
          "type": "boolean",
          "description": "- If it is a single node cluster.\n",
          "willReplaceOnChanges": true
        },
        "timezone": {
          "type": "string",
          "description": "- Set timezone for every CVM\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "clusterMembers",
        "clusterName",
        "redundancyFactor"
      ]
    },
    "nutanix:index/FoundationImageNodesClusterUrl:FoundationImageNodesClusterUrl": {
      "properties": {
        "clusterName": {
          "type": "string",
          "description": "- (Required) Name of the cluster.\n"
        },
        "clusterUrl": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "clusterName",
            "clusterUrl"
          ]
        }
      }
    },
    "nutanix:index/FoundationImageNodesEosMetadata:FoundationImageNodesEosMetadata": {
      "properties": {
        "accountNames": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- arrya of account names\n",
          "willReplaceOnChanges": true
        },
        "configId": {
          "type": "string",
          "description": "- Id of the Eos config uploaded in foundation GUI.\n",
          "willReplaceOnChanges": true
        },
        "email": {
          "type": "string",
          "description": "- Email address of the user who downloaded Eos config.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object"
    },
    "nutanix:index/FoundationImageNodesFcSettings:FoundationImageNodesFcSettings": {
      "properties": {
        "fcMetadata": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesFcSettingsFcMetadata:FoundationImageNodesFcSettingsFcMetadata",
          "description": "- Foundation Central metadata which will be transferred to the newly imaged node.\n* `fc_metadata.fc_ip` :- IP address of foundation central.\n* `fc_metadata.api_key` :-<span pulumi-lang-nodejs=\" apiKey \" pulumi-lang-dotnet=\" ApiKey \" pulumi-lang-go=\" apiKey \" pulumi-lang-python=\" api_key \" pulumi-lang-yaml=\" apiKey \" pulumi-lang-java=\" apiKey \"> api_key </span>which the node uses to register itself with foundation central.\n",
          "willReplaceOnChanges": true
        },
        "foundationCentral": {
          "type": "boolean",
          "description": "- If this attribute is set to True, FC workflow will be invoked.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "fcMetadata",
        "foundationCentral"
      ]
    },
    "nutanix:index/FoundationImageNodesFcSettingsFcMetadata:FoundationImageNodesFcSettingsFcMetadata": {
      "properties": {
        "apiKey": {
          "type": "string",
          "willReplaceOnChanges": true
        },
        "fcIp": {
          "type": "string",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "apiKey",
        "fcIp"
      ]
    },
    "nutanix:index/FoundationImageNodesHypervisorIso:FoundationImageNodesHypervisorIso": {
      "properties": {
        "esx": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesHypervisorIsoEsx:FoundationImageNodesHypervisorIsoEsx",
          "description": "- Details of hypervisor ISO of type esx.\n"
        },
        "hyperv": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesHypervisorIsoHyperv:FoundationImageNodesHypervisorIsoHyperv",
          "description": "- Details of hypervisor ISO of type hyperv.\n",
          "willReplaceOnChanges": true
        },
        "kvm": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesHypervisorIsoKvm:FoundationImageNodesHypervisorIsoKvm",
          "description": "- Details of hypervisor ISO of type kvm.\n",
          "willReplaceOnChanges": true
        },
        "xen": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesHypervisorIsoXen:FoundationImageNodesHypervisorIsoXen",
          "description": "- Details of hypervisor ISO of type xen.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object"
    },
    "nutanix:index/FoundationImageNodesHypervisorIsoEsx:FoundationImageNodesHypervisorIsoEsx": {
      "properties": {
        "checksum": {
          "type": "string",
          "description": "- (Required) Filename of hypervisor ISO.\n",
          "willReplaceOnChanges": true
        },
        "filename": {
          "type": "string",
          "description": "- (Required) Checksum for ISO file.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "checksum",
        "filename"
      ]
    },
    "nutanix:index/FoundationImageNodesHypervisorIsoHyperv:FoundationImageNodesHypervisorIsoHyperv": {
      "properties": {
        "checksum": {
          "type": "string",
          "description": "- (Required) Filename of hypervisor ISO.\n",
          "willReplaceOnChanges": true
        },
        "filename": {
          "type": "string",
          "description": "- (Required) Checksum for ISO file.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "checksum",
        "filename"
      ]
    },
    "nutanix:index/FoundationImageNodesHypervisorIsoKvm:FoundationImageNodesHypervisorIsoKvm": {
      "properties": {
        "checksum": {
          "type": "string",
          "description": "- (Required) Filename of hypervisor ISO.\n",
          "willReplaceOnChanges": true
        },
        "filename": {
          "type": "string",
          "description": "- (Required) Checksum for ISO file.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "checksum",
        "filename"
      ]
    },
    "nutanix:index/FoundationImageNodesHypervisorIsoXen:FoundationImageNodesHypervisorIsoXen": {
      "properties": {
        "checksum": {
          "type": "string",
          "description": "- (Required) Filename of hypervisor ISO.\n",
          "willReplaceOnChanges": true
        },
        "filename": {
          "type": "string",
          "description": "- (Required) Checksum for ISO file.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "checksum",
        "filename"
      ]
    },
    "nutanix:index/FoundationImageNodesTests:FoundationImageNodesTests": {
      "properties": {
        "runNcc": {
          "type": "boolean",
          "description": "- Whether NCC checks should run.\n",
          "willReplaceOnChanges": true
        },
        "runSyscheck": {
          "type": "boolean",
          "description": "- Whether system checks should run.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object"
    },
    "nutanix:index/FoundationIpmiConfigBlock:FoundationIpmiConfigBlock": {
      "properties": {
        "blockId": {
          "type": "string",
          "description": "- (Optional) Block Id\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationIpmiConfigBlockNode:FoundationIpmiConfigBlockNode"
          },
          "description": "- (Required) array of nodes for ipmi config.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "nodes"
      ]
    },
    "nutanix:index/FoundationIpmiConfigBlockNode:FoundationIpmiConfigBlockNode": {
      "properties": {
        "ipmiConfigureNow": {
          "type": "boolean",
          "description": "- (Required) Whether IPMI should be configured. Should be kept true to configure\n",
          "willReplaceOnChanges": true
        },
        "ipmiConfigureSuccessful": {
          "type": "boolean",
          "description": "- Whether IPMI was successfully configured.\n"
        },
        "ipmiIp": {
          "type": "string",
          "description": "- IPMI IP address.\n",
          "willReplaceOnChanges": true
        },
        "ipmiMac": {
          "type": "string",
          "description": "- (Required) IPMI mac address.\n",
          "willReplaceOnChanges": true
        },
        "ipmiMessage": {
          "type": "string",
          "description": "- IPMI configuration status message if any.\n"
        }
      },
      "type": "object",
      "required": [
        "ipmiConfigureNow",
        "ipmiIp",
        "ipmiMac"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipmiConfigureNow",
            "ipmiConfigureSuccessful",
            "ipmiIp",
            "ipmiMac",
            "ipmiMessage"
          ]
        }
      }
    },
    "nutanix:index/ImageCategory:ImageCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name for the image.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/ImageClusterReference:ImageClusterReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the image.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ImageCurrentClusterReferenceList:ImageCurrentClusterReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the image.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ImageDataSourceReference:ImageDataSourceReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ImagePlacementPolicyV2ClusterEntityFilter:ImagePlacementPolicyV2ClusterEntityFilter": {
      "properties": {
        "categoryExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Array of strings\n\n\nSee detailed information in [Nutanix Create Image Placement Policies V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/ImagePlacementPolicies/operation/createPlacementPolicy)\n"
        },
        "type": {
          "type": "string",
          "description": "Filter matching type. Valid values \"CATEGORIES_MATCH_ALL\", \"CATEGORIES_MATCH_ANY\"\n"
        }
      },
      "type": "object",
      "required": [
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryExtIds",
            "type"
          ]
        }
      }
    },
    "nutanix:index/ImagePlacementPolicyV2ImageEntityFilter:ImagePlacementPolicyV2ImageEntityFilter": {
      "properties": {
        "categoryExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Array of strings\n"
        },
        "type": {
          "type": "string",
          "description": "Filter matching type. Valid values \"CATEGORIES_MATCH_ALL\", \"CATEGORIES_MATCH_ANY\"\n"
        }
      },
      "type": "object",
      "required": [
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryExtIds",
            "type"
          ]
        }
      }
    },
    "nutanix:index/ImagesV2Checksum:ImagesV2Checksum": {
      "properties": {
        "hexDigest": {
          "type": "string"
        },
        "objectType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "hexDigest",
        "objectType"
      ]
    },
    "nutanix:index/ImagesV2PlacementPolicyStatus:ImagesV2PlacementPolicyStatus": {
      "properties": {
        "complianceStatus": {
          "type": "string"
        },
        "conflictingPolicyExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "enforcedClusterExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "enforcementMode": {
          "type": "string"
        },
        "placementPolicyExtId": {
          "type": "string"
        },
        "policyClusterExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "complianceStatus",
            "conflictingPolicyExtIds",
            "enforcedClusterExtIds",
            "enforcementMode",
            "placementPolicyExtId",
            "policyClusterExtIds"
          ]
        }
      }
    },
    "nutanix:index/ImagesV2Source:ImagesV2Source": {
      "properties": {
        "objectLiteSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagesV2SourceObjectLiteSource:ImagesV2SourceObjectLiteSource"
          }
        },
        "urlSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagesV2SourceUrlSource:ImagesV2SourceUrlSource"
          }
        },
        "vmDiskSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagesV2SourceVmDiskSource:ImagesV2SourceVmDiskSource"
          }
        }
      },
      "type": "object"
    },
    "nutanix:index/ImagesV2SourceObjectLiteSource:ImagesV2SourceObjectLiteSource": {
      "properties": {
        "key": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "key"
      ]
    },
    "nutanix:index/ImagesV2SourceUrlSource:ImagesV2SourceUrlSource": {
      "properties": {
        "basicAuths": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagesV2SourceUrlSourceBasicAuth:ImagesV2SourceUrlSourceBasicAuth"
          }
        },
        "shouldAllowInsecureUrl": {
          "type": "boolean"
        },
        "url": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "url"
      ]
    },
    "nutanix:index/ImagesV2SourceUrlSourceBasicAuth:ImagesV2SourceUrlSourceBasicAuth": {
      "properties": {
        "password": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ]
    },
    "nutanix:index/ImagesV2SourceVmDiskSource:ImagesV2SourceVmDiskSource": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ]
    },
    "nutanix:index/KarbonClusterActivePassiveConfig:KarbonClusterActivePassiveConfig": {
      "properties": {
        "externalIpv4Address": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "externalIpv4Address"
      ]
    },
    "nutanix:index/KarbonClusterCniConfig:KarbonClusterCniConfig": {
      "properties": {
        "calicoConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterCniConfigCalicoConfig:KarbonClusterCniConfigCalicoConfig",
          "description": "- (Optional) Configuration of the calico CNI provider.\n* `calico_config.ip_pool_config`: - (Optional) List of IP pools to be configured/managed by calico.\n* `calico_config.ip_pool_config.cidr`: - (Optional) IP range to use for this pool, it should fall within pod cidr.\n",
          "willReplaceOnChanges": true
        },
        "flannelConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterCniConfigFlannelConfig:KarbonClusterCniConfigFlannelConfig"
          },
          "description": "- (Optional) Configuration of the flannel container network interface (CNI) provider.\n",
          "willReplaceOnChanges": true
        },
        "nodeCidrMaskSize": {
          "type": "integer",
          "description": "- (Optional) The size of the subnet from the<span pulumi-lang-nodejs=\" podIpv4Cidr \" pulumi-lang-dotnet=\" PodIpv4Cidr \" pulumi-lang-go=\" podIpv4Cidr \" pulumi-lang-python=\" pod_ipv4_cidr \" pulumi-lang-yaml=\" podIpv4Cidr \" pulumi-lang-java=\" podIpv4Cidr \"> pod_ipv4_cidr </span>assigned to each host. A value of 24 would allow up to 255 pods per node.\n"
        },
        "podIpv4Cidr": {
          "type": "string",
          "description": "- (Optional) CIDR for pods in the cluster.\n"
        },
        "serviceIpv4Cidr": {
          "type": "string",
          "description": "- (Optional) Classless inter-domain routing (CIDR) for k8s services in the cluster.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/KarbonClusterCniConfigCalicoConfig:KarbonClusterCniConfigCalicoConfig": {
      "properties": {
        "ipPoolConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterCniConfigCalicoConfigIpPoolConfig:KarbonClusterCniConfigCalicoConfigIpPoolConfig"
          },
          "willReplaceOnChanges": true
        }
      },
      "type": "object"
    },
    "nutanix:index/KarbonClusterCniConfigCalicoConfigIpPoolConfig:KarbonClusterCniConfigCalicoConfigIpPoolConfig": {
      "properties": {
        "cidr": {
          "type": "string",
          "willReplaceOnChanges": true
        }
      },
      "type": "object"
    },
    "nutanix:index/KarbonClusterCniConfigFlannelConfig:KarbonClusterCniConfigFlannelConfig": {
      "type": "object"
    },
    "nutanix:index/KarbonClusterEtcdNodePool:KarbonClusterEtcdNodePool": {
      "properties": {
        "ahvConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterEtcdNodePoolAhvConfig:KarbonClusterEtcdNodePoolAhvConfig",
          "description": "- (Optional) VM configuration in AHV. **Note:** Updates to this attribute forces new resource creation.\n* `ahv_config.cpu`: - (Required) The number of VCPUs allocated for each VM on the PE cluster.\n* `ahv_config.disk_mib`: - (Optional) Size of local storage for each VM on the PE cluster in MiB.\n* `ahv_config.memory_mib`: - (Optional) Memory allocated for each VM on the PE cluster in MiB.\n* `ahv_config.network_uuid`: - (Required) The UUID of the network for the VMs deployed with this resource configuration.\n* `ahv_config.prism_element_cluster_uuid`: - (Required) The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.\n",
          "willReplaceOnChanges": true
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Unique name of the node pool. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "nodeOsVersion": {
          "type": "string",
          "description": "- (Required) The version of the node OS image. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterEtcdNodePoolNode:KarbonClusterEtcdNodePoolNode"
          },
          "description": "- List of the deployed nodes in the node pool.\n* `nodes.hostname`: - Hostname of the deployed node.\n* `nodes.ipv4_address`: - IP of the deployed node.\n"
        },
        "numInstances": {
          "type": "integer",
          "description": "- (Required) Number of nodes in the node pool. **Note:** Updates to etcd or master node pool forces new resource creation.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "nodeOsVersion",
        "numInstances"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "nodeOsVersion",
            "nodes",
            "numInstances"
          ]
        }
      }
    },
    "nutanix:index/KarbonClusterEtcdNodePoolAhvConfig:KarbonClusterEtcdNodePoolAhvConfig": {
      "properties": {
        "cpu": {
          "type": "integer"
        },
        "diskMib": {
          "type": "integer"
        },
        "memoryMib": {
          "type": "integer"
        },
        "networkUuid": {
          "type": "string"
        },
        "prismElementClusterUuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "networkUuid",
        "prismElementClusterUuid"
      ]
    },
    "nutanix:index/KarbonClusterEtcdNodePoolNode:KarbonClusterEtcdNodePoolNode": {
      "properties": {
        "hostname": {
          "type": "string"
        },
        "ipv4Address": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "hostname",
            "ipv4Address"
          ]
        }
      }
    },
    "nutanix:index/KarbonClusterExternalLbConfig:KarbonClusterExternalLbConfig": {
      "properties": {
        "externalIpv4Address": {
          "type": "string"
        },
        "masterNodesConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterExternalLbConfigMasterNodesConfig:KarbonClusterExternalLbConfigMasterNodesConfig"
          }
        }
      },
      "type": "object",
      "required": [
        "externalIpv4Address",
        "masterNodesConfigs"
      ]
    },
    "nutanix:index/KarbonClusterExternalLbConfigMasterNodesConfig:KarbonClusterExternalLbConfigMasterNodesConfig": {
      "properties": {
        "ipv4Address": {
          "type": "string"
        },
        "nodePoolName": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ipv4Address"
      ]
    },
    "nutanix:index/KarbonClusterMasterNodePool:KarbonClusterMasterNodePool": {
      "properties": {
        "ahvConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterMasterNodePoolAhvConfig:KarbonClusterMasterNodePoolAhvConfig",
          "description": "- (Optional) VM configuration in AHV. **Note:** Updates to this attribute forces new resource creation.\n* `ahv_config.cpu`: - (Required) The number of VCPUs allocated for each VM on the PE cluster.\n* `ahv_config.disk_mib`: - (Optional) Size of local storage for each VM on the PE cluster in MiB.\n* `ahv_config.memory_mib`: - (Optional) Memory allocated for each VM on the PE cluster in MiB.\n* `ahv_config.network_uuid`: - (Required) The UUID of the network for the VMs deployed with this resource configuration.\n* `ahv_config.prism_element_cluster_uuid`: - (Required) The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.\n",
          "willReplaceOnChanges": true
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Unique name of the node pool. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "nodeOsVersion": {
          "type": "string",
          "description": "- (Required) The version of the node OS image. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterMasterNodePoolNode:KarbonClusterMasterNodePoolNode"
          },
          "description": "- List of the deployed nodes in the node pool.\n* `nodes.hostname`: - Hostname of the deployed node.\n* `nodes.ipv4_address`: - IP of the deployed node.\n"
        },
        "numInstances": {
          "type": "integer",
          "description": "- (Required) Number of nodes in the node pool. **Note:** Updates to etcd or master node pool forces new resource creation.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "nodeOsVersion",
        "numInstances"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "nodeOsVersion",
            "nodes",
            "numInstances"
          ]
        }
      }
    },
    "nutanix:index/KarbonClusterMasterNodePoolAhvConfig:KarbonClusterMasterNodePoolAhvConfig": {
      "properties": {
        "cpu": {
          "type": "integer"
        },
        "diskMib": {
          "type": "integer"
        },
        "memoryMib": {
          "type": "integer"
        },
        "networkUuid": {
          "type": "string"
        },
        "prismElementClusterUuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "networkUuid",
        "prismElementClusterUuid"
      ]
    },
    "nutanix:index/KarbonClusterMasterNodePoolNode:KarbonClusterMasterNodePoolNode": {
      "properties": {
        "hostname": {
          "type": "string"
        },
        "ipv4Address": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "hostname",
            "ipv4Address"
          ]
        }
      }
    },
    "nutanix:index/KarbonClusterPrivateRegistry:KarbonClusterPrivateRegistry": {
      "properties": {
        "registryName": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "registryName"
      ]
    },
    "nutanix:index/KarbonClusterSingleMasterConfig:KarbonClusterSingleMasterConfig": {
      "type": "object"
    },
    "nutanix:index/KarbonClusterStorageClassConfig:KarbonClusterStorageClassConfig": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name of the storage class.\n",
          "willReplaceOnChanges": true
        },
        "reclaimPolicy": {
          "type": "string",
          "description": "Reclaim policy for persistent volumes provisioned using the specified storage class.\n* `volumes_config.#.file_system` - (Optional) Karbon uses either the ext4 or xfs file-system on the volume disk.\n* `volumes_config.#.flash_mode` - (Optional) Pins the persistent volumes to the flash tier in case of a <span pulumi-lang-nodejs=\"`true`\" pulumi-lang-dotnet=\"`True`\" pulumi-lang-go=\"`true`\" pulumi-lang-python=\"`true`\" pulumi-lang-yaml=\"`true`\" pulumi-lang-java=\"`true`\">`true`</span> value.\n* `volumes_config.#.password` - (Required) The password of the Prism Element user that the API calls use to provision volumes.\n* `volumes_config.#.prism_element_cluster_uuid` - (Required) The universally unique identifier (UUID) of the Prism Element cluster.\n* `volumes_config.#.storage_container` - (Required) Name of the storage container the storage container uses to provision volumes.\n* `volumes_config.#.username` - (Required) Username of the Prism Element user that the API calls use to provision volumes.\n\n**Note:** Updates to this attribute forces new resource creation.\n"
        },
        "volumesConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterStorageClassConfigVolumesConfig:KarbonClusterStorageClassConfigVolumesConfig",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "volumesConfig"
      ]
    },
    "nutanix:index/KarbonClusterStorageClassConfigVolumesConfig:KarbonClusterStorageClassConfigVolumesConfig": {
      "properties": {
        "fileSystem": {
          "type": "string"
        },
        "flashMode": {
          "type": "boolean"
        },
        "password": {
          "type": "string",
          "secret": true
        },
        "prismElementClusterUuid": {
          "type": "string"
        },
        "storageContainer": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "password",
        "prismElementClusterUuid",
        "storageContainer",
        "username"
      ]
    },
    "nutanix:index/KarbonClusterWorkerNodePool:KarbonClusterWorkerNodePool": {
      "properties": {
        "ahvConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterWorkerNodePoolAhvConfig:KarbonClusterWorkerNodePoolAhvConfig",
          "description": "- (Optional) VM configuration in AHV. **Note:** Updates to this attribute forces new resource creation.\n* `ahv_config.cpu`: - (Required) The number of VCPUs allocated for each VM on the PE cluster.\n* `ahv_config.disk_mib`: - (Optional) Size of local storage for each VM on the PE cluster in MiB.\n* `ahv_config.memory_mib`: - (Optional) Memory allocated for each VM on the PE cluster in MiB.\n* `ahv_config.network_uuid`: - (Required) The UUID of the network for the VMs deployed with this resource configuration.\n* `ahv_config.prism_element_cluster_uuid`: - (Required) The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.\n",
          "willReplaceOnChanges": true
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Unique name of the node pool. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "nodeOsVersion": {
          "type": "string",
          "description": "- (Required) The version of the node OS image. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterWorkerNodePoolNode:KarbonClusterWorkerNodePoolNode"
          },
          "description": "- List of the deployed nodes in the node pool.\n* `nodes.hostname`: - Hostname of the deployed node.\n* `nodes.ipv4_address`: - IP of the deployed node.\n"
        },
        "numInstances": {
          "type": "integer",
          "description": "- (Required) Number of nodes in the node pool. **Note:** Updates to etcd or master node pool forces new resource creation.\n"
        }
      },
      "type": "object",
      "required": [
        "nodeOsVersion",
        "numInstances"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "nodeOsVersion",
            "nodes",
            "numInstances"
          ]
        }
      }
    },
    "nutanix:index/KarbonClusterWorkerNodePoolAhvConfig:KarbonClusterWorkerNodePoolAhvConfig": {
      "properties": {
        "cpu": {
          "type": "integer"
        },
        "diskMib": {
          "type": "integer"
        },
        "memoryMib": {
          "type": "integer"
        },
        "networkUuid": {
          "type": "string"
        },
        "prismElementClusterUuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "networkUuid",
        "prismElementClusterUuid"
      ]
    },
    "nutanix:index/KarbonClusterWorkerNodePoolNode:KarbonClusterWorkerNodePoolNode": {
      "properties": {
        "hostname": {
          "type": "string"
        },
        "ipv4Address": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "hostname",
            "ipv4Address"
          ]
        }
      }
    },
    "nutanix:index/KarbonWorkerNodepoolAhvConfig:KarbonWorkerNodepoolAhvConfig": {
      "properties": {
        "cpu": {
          "type": "integer",
          "description": "- (Required) The number of VCPUs allocated for each VM on the PE cluster.\n"
        },
        "diskMib": {
          "type": "integer",
          "description": "- (Optional) Size of local storage for each VM on the PE cluster in MiB.\n"
        },
        "iscsiNetworkUuid": {
          "type": "string",
          "description": "VM network UUID for isolating iscsi data traffic.\n"
        },
        "memoryMib": {
          "type": "integer",
          "description": "- (Optional) Memory allocated for each VM on the PE cluster in MiB.\n"
        },
        "networkUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the network for the VMs deployed with this resource configuration.\n"
        },
        "prismElementClusterUuid": {
          "type": "string",
          "description": "- (Optional) The unique universal identifier (UUID) of the Prism Element\n"
        }
      },
      "type": "object",
      "required": [
        "networkUuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "iscsiNetworkUuid",
            "networkUuid",
            "prismElementClusterUuid"
          ]
        }
      }
    },
    "nutanix:index/KarbonWorkerNodepoolNode:KarbonWorkerNodepoolNode": {
      "properties": {
        "hostname": {
          "type": "string",
          "description": "hostname of node\n"
        },
        "ipv4Address": {
          "type": "string",
          "description": "ipv4 address of node\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "hostname",
            "ipv4Address"
          ]
        }
      }
    },
    "nutanix:index/LcmPrechecksV2EntityUpdateSpec:LcmPrechecksV2EntityUpdateSpec": {
      "properties": {
        "entityUuid": {
          "type": "string",
          "description": "UUID of the LCM entity.\n"
        },
        "toVersion": {
          "type": "string",
          "description": "Version to upgrade to.\n\nSee detailed information in [Nutanix LCM Prechecks v4](https://developers.nutanix.com/api-reference?namespace=lifecycle&version=v4.0#tag/Prechecks/operation/performPrechecks)\n"
        }
      },
      "type": "object",
      "required": [
        "entityUuid",
        "toVersion"
      ]
    },
    "nutanix:index/LcmPrechecksV2ManagementServer:LcmPrechecksV2ManagementServer": {
      "properties": {
        "hypervisorType": {
          "type": "string",
          "description": "Type of Hypervisor present in the cluster. Enum Values:\n* \"HYPERV\" : Hyper-V Hypervisor.\n* \"ESX\" : ESX Hypervisor.\n* \"AHV\" : Nutanix AHV Hypervisor.\n"
        },
        "ip": {
          "type": "string",
          "description": "IP address of the management server.\n"
        },
        "password": {
          "type": "string",
          "description": "Password to login to the management server.\n"
        },
        "username": {
          "type": "string",
          "description": "Username to login to the management server.\n"
        }
      },
      "type": "object",
      "required": [
        "hypervisorType",
        "ip",
        "password",
        "username"
      ]
    },
    "nutanix:index/LcmUpgradeV2EntityUpdateSpec:LcmUpgradeV2EntityUpdateSpec": {
      "properties": {
        "entityUuid": {
          "type": "string",
          "description": "UUID of the LCM entity.\n"
        },
        "toVersion": {
          "type": "string",
          "description": "Version to upgrade to.\n\n\nSee detailed information in [Nutanix LCM Upgrade v4](https://developers.nutanix.com/api-reference?namespace=lifecycle&version=v4.0#tag/Upgrades/operation/performUpgrade).\n"
        }
      },
      "type": "object",
      "required": [
        "entityUuid",
        "toVersion"
      ]
    },
    "nutanix:index/LcmUpgradeV2ManagementServer:LcmUpgradeV2ManagementServer": {
      "properties": {
        "hypervisorType": {
          "type": "string",
          "description": "Type of Hypervisor present in the cluster. Enum Values:\n* \"HYPERV\" : Hyper-V Hypervisor.\n* \"ESX\" : ESX Hypervisor.\n* \"AHV\" : Nutanix AHV Hypervisor.\n"
        },
        "ip": {
          "type": "string",
          "description": "IP address of the management server.\n"
        },
        "password": {
          "type": "string",
          "description": "Password to login to the management server.\n"
        },
        "username": {
          "type": "string",
          "description": "Username to login to the management server.\n"
        }
      },
      "type": "object",
      "required": [
        "hypervisorType",
        "ip",
        "password",
        "username"
      ]
    },
    "nutanix:index/NdbCloneActionargument:NdbCloneActionargument": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) name of argument\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ]
    },
    "nutanix:index/NdbCloneDatabaseNode:NdbCloneDatabaseNode": {
      "properties": {
        "accessLevel": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "databaseId": {
          "type": "string"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "dbserver": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverId": {
          "type": "string",
          "description": "Specify if you want to create a database server. This value can be set to true or false as required.\n"
        },
        "description": {
          "type": "string",
          "description": "database instance description\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneDatabaseNodeInfo:NdbCloneDatabaseNodeInfo"
          },
          "description": "info of clone\n"
        },
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "primary": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneDatabaseNodeProperty:NdbCloneDatabaseNodeProperty"
          },
          "description": "List of all the properties\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "protectionDomains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneDatabaseNodeProtectionDomain:NdbCloneDatabaseNodeProtectionDomain"
          }
        },
        "softwareInstallationId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneDatabaseNodeTag:NdbCloneDatabaseNodeTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "databaseId",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "dbserver",
            "dbserverId",
            "description",
            "id",
            "infos",
            "name",
            "primary",
            "properties",
            "protectionDomainId",
            "protectionDomains",
            "softwareInstallationId",
            "status",
            "tags"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneDatabaseNodeInfo:NdbCloneDatabaseNodeInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "info of clone\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneDatabaseNodeProperty:NdbCloneDatabaseNodeProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "database instance description\n"
        },
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneDatabaseNodeProtectionDomain:NdbCloneDatabaseNodeProtectionDomain": {
      "properties": {
        "assocEntities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "cloudId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "database instance description\n"
        },
        "eraCreated": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "primaryHost": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneDatabaseNodeProtectionDomainProperty:NdbCloneDatabaseNodeProtectionDomainProperty"
          },
          "description": "List of all the properties\n"
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "type": {
          "type": "string",
          "description": "type of clone\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "assocEntities",
            "cloudId",
            "dateCreated",
            "dateModified",
            "description",
            "eraCreated",
            "id",
            "name",
            "ownerId",
            "primaryHost",
            "properties",
            "status",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneDatabaseNodeProtectionDomainProperty:NdbCloneDatabaseNodeProtectionDomainProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "database instance description\n"
        },
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneDatabaseNodeTag:NdbCloneDatabaseNodeTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneInfo:NdbCloneInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneInfoBpgConfig:NdbCloneInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgConfigs",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneInfoBpgConfig:NdbCloneInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneInfoBpgConfigBpgDbParam:NdbCloneInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneInfoBpgConfigStorage:NdbCloneInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneInfoBpgConfigVmProperty:NdbCloneInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgDbParams",
            "storages",
            "vmProperties"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneInfoBpgConfigBpgDbParam:NdbCloneInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "effectiveCacheSize",
            "maintenanceWorkMem",
            "maxParallelWorkersPerGather",
            "maxWorkerProcesses",
            "sharedBuffers",
            "workMem"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneInfoBpgConfigStorage:NdbCloneInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneInfoBpgConfigStorageArchiveStorage:NdbCloneInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneInfoBpgConfigStorageDataDisk:NdbCloneInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneInfoBpgConfigStorageLogDisk:NdbCloneInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "archiveStorages",
            "dataDisks",
            "logDisks"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneInfoBpgConfigStorageArchiveStorage:NdbCloneInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneInfoBpgConfigStorageDataDisk:NdbCloneInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneInfoBpgConfigStorageLogDisk:NdbCloneInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count",
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneInfoBpgConfigVmProperty:NdbCloneInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dirtyBackgroundRatio",
            "dirtyExpireCentisecs",
            "dirtyRatio",
            "dirtyWritebackCentisecs",
            "nrHugepages",
            "overcommitMemory",
            "swappiness"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneLcmConfig:NdbCloneLcmConfig": {
      "properties": {
        "databaseLcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneLcmConfigDatabaseLcmConfig:NdbCloneLcmConfigDatabaseLcmConfig"
          }
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbCloneLcmConfigDatabaseLcmConfig:NdbCloneLcmConfigDatabaseLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneLcmConfigDatabaseLcmConfigExpiryDetail:NdbCloneLcmConfigDatabaseLcmConfigExpiryDetail"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneLcmConfigDatabaseLcmConfigRefreshDetail:NdbCloneLcmConfigDatabaseLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbCloneLcmConfigDatabaseLcmConfigExpiryDetail:NdbCloneLcmConfigDatabaseLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "expiryDateTimezone"
      ]
    },
    "nutanix:index/NdbCloneLcmConfigDatabaseLcmConfigRefreshDetail:NdbCloneLcmConfigDatabaseLcmConfigRefreshDetail": {
      "properties": {
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbCloneLinkedDatabase:NdbCloneLinkedDatabase": {
      "properties": {
        "databaseName": {
          "type": "string",
          "description": "database name\n"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "database instance description\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneLinkedDatabaseInfo:NdbCloneLinkedDatabaseInfo"
          },
          "description": "info of clone\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "parentDatabaseId": {
          "type": "string"
        },
        "parentLinkedDatabaseId": {
          "type": "string"
        },
        "snapshotId": {
          "type": "string",
          "description": "snapshot id from where clone is created\n"
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "databaseName",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "infos",
            "metric",
            "name",
            "parentDatabaseId",
            "parentLinkedDatabaseId",
            "snapshotId",
            "status",
            "timezone"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneLinkedDatabaseInfo:NdbCloneLinkedDatabaseInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "info of clone\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneNode:NdbCloneNode": {
      "properties": {
        "computeProfileId": {
          "type": "string",
          "description": "specify compute profile id\n"
        },
        "dbserverId": {
          "type": "string",
          "description": "dberver id\n"
        },
        "networkProfileId": {
          "type": "string",
          "description": "specify network profile id\n"
        },
        "newDbServerTimeZone": {
          "type": "string",
          "description": "dbserver time zone\n"
        },
        "nxClusterId": {
          "type": "string",
          "description": "cluster id\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneNodeProperty:NdbCloneNodeProperty"
          },
          "description": "properties of vm\n"
        },
        "vmName": {
          "type": "string",
          "description": "name for the database server VM.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbCloneNodeProperty:NdbCloneNodeProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbClonePostgresqlInfo:NdbClonePostgresqlInfo": {
      "properties": {
        "dbPassword": {
          "type": "string",
          "description": "password of the postgres superuser.\n",
          "secret": true
        },
        "dbserverDescription": {
          "type": "string",
          "description": "description for the dbserver.\n"
        },
        "postCloneCmd": {
          "type": "string",
          "description": "OS command that you want to run after the instance is created.\n"
        },
        "preCloneCmd": {
          "type": "string",
          "description": "OS command that you want to run before the instance is created.\n"
        },
        "vmName": {
          "type": "string",
          "description": "name for the database server VM.\n"
        }
      },
      "type": "object",
      "required": [
        "dbPassword",
        "vmName"
      ]
    },
    "nutanix:index/NdbCloneProperty:NdbCloneProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTag:NdbCloneTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachine:NdbCloneTimeMachine": {
      "properties": {
        "accessLevel": {
          "type": "string"
        },
        "clone": {
          "type": "boolean",
          "description": "cloned or not\n"
        },
        "clones": {
          "type": "string"
        },
        "clustered": {
          "type": "boolean",
          "description": "clone will be clustered or not\n"
        },
        "database": {
          "type": "string"
        },
        "databaseId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "database instance description\n"
        },
        "eaStatus": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "metric": {
          "type": "string",
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachineProperty:NdbCloneTimeMachineProperty"
          },
          "description": "List of all the properties\n"
        },
        "scheduleId": {
          "type": "string"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachineSchedule:NdbCloneTimeMachineSchedule"
          }
        },
        "scope": {
          "type": "string"
        },
        "slaId": {
          "type": "string"
        },
        "slaUpdateInProgress": {
          "type": "boolean"
        },
        "slaUpdateMetadata": {
          "type": "string"
        },
        "slas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachineSla:NdbCloneTimeMachineSla"
          }
        },
        "sourceNxClusters": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachineTag:NdbCloneTimeMachineTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "type": {
          "type": "string",
          "description": "type of clone\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "clone",
            "clones",
            "clustered",
            "database",
            "databaseId",
            "dateCreated",
            "dateModified",
            "description",
            "eaStatus",
            "id",
            "metric",
            "name",
            "properties",
            "scheduleId",
            "schedules",
            "scope",
            "slaId",
            "slaUpdateInProgress",
            "slaUpdateMetadata",
            "slas",
            "sourceNxClusters",
            "status",
            "tags",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachineProperty:NdbCloneTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "database instance description\n"
        },
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachineSchedule:NdbCloneTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachineScheduleContinuousSchedule:NdbCloneTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachineScheduleDailySchedule:NdbCloneTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "database instance description\n"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachineScheduleMonthlySchedule:NdbCloneTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachineScheduleQuartelySchedule:NdbCloneTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachineScheduleSnapshotTimeOfDay:NdbCloneTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string",
          "description": "timezone\n"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachineScheduleWeeklySchedule:NdbCloneTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachineScheduleYearlySchedule:NdbCloneTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousSchedules",
            "dailySchedules",
            "dateCreated",
            "dateModified",
            "description",
            "globalPolicy",
            "id",
            "monthlySchedules",
            "name",
            "ownerId",
            "quartelySchedules",
            "referenceCount",
            "snapshotTimeOfDays",
            "startTime",
            "systemPolicy",
            "timeZone",
            "uniqueName",
            "weeklySchedules",
            "yearlySchedules"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachineScheduleContinuousSchedule:NdbCloneTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled",
            "logBackupInterval",
            "snapshotsPerDay"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachineScheduleDailySchedule:NdbCloneTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachineScheduleMonthlySchedule:NdbCloneTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachineScheduleQuartelySchedule:NdbCloneTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "startMonth",
            "startMonthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachineScheduleSnapshotTimeOfDay:NdbCloneTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extra",
            "hours",
            "minutes",
            "seconds"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachineScheduleWeeklySchedule:NdbCloneTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfWeek",
            "dayOfWeekValue",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachineScheduleYearlySchedule:NdbCloneTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "month",
            "monthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachineSla:NdbCloneTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "database instance description\n"
        },
        "id": {
          "type": "string"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousRetention",
            "currentActiveFrequency",
            "dailyRetention",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "monthlyRetention",
            "name",
            "ownerId",
            "pitrEnabled",
            "quarterlyRetention",
            "referenceCount",
            "systemSla",
            "uniqueName",
            "weeklyRetention",
            "yearlyRetention"
          ]
        }
      }
    },
    "nutanix:index/NdbCloneTimeMachineTag:NdbCloneTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterAgentNetworkInfo:NdbClusterAgentNetworkInfo": {
      "properties": {
        "dns": {
          "type": "string",
          "description": "string of DNS servers(comma separted).\n"
        },
        "ntp": {
          "type": "string",
          "description": "string of NTP servers(comma separted).\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbClusterEntityCount:NdbClusterEntityCount": {
      "properties": {
        "dbServers": {
          "type": "integer"
        },
        "engineCounts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCount:NdbClusterEntityCountEngineCount"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dbServers",
            "engineCounts"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCount:NdbClusterEntityCountEngineCount": {
      "properties": {
        "mariadbDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountMariadbDatabase:NdbClusterEntityCountEngineCountMariadbDatabase"
          }
        },
        "mongodbDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountMongodbDatabase:NdbClusterEntityCountEngineCountMongodbDatabase"
          }
        },
        "mysqlDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountMysqlDatabase:NdbClusterEntityCountEngineCountMysqlDatabase"
          }
        },
        "oracleDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountOracleDatabase:NdbClusterEntityCountEngineCountOracleDatabase"
          }
        },
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountPostgresDatabase:NdbClusterEntityCountEngineCountPostgresDatabase"
          }
        },
        "saphanaDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountSaphanaDatabase:NdbClusterEntityCountEngineCountSaphanaDatabase"
          }
        },
        "sqlserverDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountSqlserverDatabase:NdbClusterEntityCountEngineCountSqlserverDatabase"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "mariadbDatabases",
            "mongodbDatabases",
            "mysqlDatabases",
            "oracleDatabases",
            "postgresDatabases",
            "saphanaDatabases",
            "sqlserverDatabases"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountMariadbDatabase:NdbClusterEntityCountEngineCountMariadbDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountMariadbDatabaseProfile:NdbClusterEntityCountEngineCountMariadbDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "profiles",
            "timeMachines"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountMariadbDatabaseProfile:NdbClusterEntityCountEngineCountMariadbDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "compute",
            "databaseParameter",
            "network",
            "software",
            "storage",
            "windowsDomain"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountMongodbDatabase:NdbClusterEntityCountEngineCountMongodbDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountMongodbDatabaseProfile:NdbClusterEntityCountEngineCountMongodbDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "profiles",
            "timeMachines"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountMongodbDatabaseProfile:NdbClusterEntityCountEngineCountMongodbDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "compute",
            "databaseParameter",
            "network",
            "software",
            "storage",
            "windowsDomain"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountMysqlDatabase:NdbClusterEntityCountEngineCountMysqlDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountMysqlDatabaseProfile:NdbClusterEntityCountEngineCountMysqlDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "profiles",
            "timeMachines"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountMysqlDatabaseProfile:NdbClusterEntityCountEngineCountMysqlDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "compute",
            "databaseParameter",
            "network",
            "software",
            "storage",
            "windowsDomain"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountOracleDatabase:NdbClusterEntityCountEngineCountOracleDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountOracleDatabaseProfile:NdbClusterEntityCountEngineCountOracleDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "profiles",
            "timeMachines"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountOracleDatabaseProfile:NdbClusterEntityCountEngineCountOracleDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "compute",
            "databaseParameter",
            "network",
            "software",
            "storage",
            "windowsDomain"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountPostgresDatabase:NdbClusterEntityCountEngineCountPostgresDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountPostgresDatabaseProfile:NdbClusterEntityCountEngineCountPostgresDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "profiles",
            "timeMachines"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountPostgresDatabaseProfile:NdbClusterEntityCountEngineCountPostgresDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "compute",
            "databaseParameter",
            "network",
            "software",
            "storage",
            "windowsDomain"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountSaphanaDatabase:NdbClusterEntityCountEngineCountSaphanaDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountSaphanaDatabaseProfile:NdbClusterEntityCountEngineCountSaphanaDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "profiles",
            "timeMachines"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountSaphanaDatabaseProfile:NdbClusterEntityCountEngineCountSaphanaDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "compute",
            "databaseParameter",
            "network",
            "software",
            "storage",
            "windowsDomain"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountSqlserverDatabase:NdbClusterEntityCountEngineCountSqlserverDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCountEngineCountSqlserverDatabaseProfile:NdbClusterEntityCountEngineCountSqlserverDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "profiles",
            "timeMachines"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterEntityCountEngineCountSqlserverDatabaseProfile:NdbClusterEntityCountEngineCountSqlserverDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "compute",
            "databaseParameter",
            "network",
            "software",
            "storage",
            "windowsDomain"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterNetworksInfo:NdbClusterNetworksInfo": {
      "properties": {
        "accessTypes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "VLAN access types for which you want to configure network segmentation. Supports [PRISM, DSIP, DBSERVER ]. \nPrism Element: Select this VLAN access type to configure a VLAN that the NDB agent VM can use to communicate with Prism.\nPrism iSCSI Data Service. Select this VLAN access type to configure a VLAN that the agent VM can use to make connection requests to the iSCSI data services IP.\nDBServer Access from NDB server. Select this VLAN access type to configure a VLAN that is used for communications between the NDB agent VM and the database server VM on the newly registered NDB server cluster.\n"
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterNetworksInfoNetworkInfo:NdbClusterNetworksInfoNetworkInfo"
          },
          "description": "network segmentation to segment the network traffic\n"
        },
        "type": {
          "type": "string",
          "description": "type of vlan. Supported [DHCP, Static, IPAM]\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbClusterNetworksInfoNetworkInfo:NdbClusterNetworksInfoNetworkInfo": {
      "properties": {
        "gateway": {
          "type": "string",
          "description": "gateway of agent network\n"
        },
        "staticIp": {
          "type": "string",
          "description": "static ip of agent network\n"
        },
        "subnetMask": {
          "type": "string",
          "description": "subnet mask of agent network\n"
        },
        "vlanName": {
          "type": "string",
          "description": "vlan name\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbClusterProperty:NdbClusterProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of cluster\n"
        },
        "name": {
          "type": "string",
          "description": "name of the cluster to be registered\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbClusterResourceConfig:NdbClusterResourceConfig": {
      "properties": {
        "memoryThresholdPercentage": {
          "type": "number"
        },
        "storageThresholdPercentage": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "memoryThresholdPercentage",
            "storageThresholdPercentage"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseActionargument:NdbDatabaseActionargument": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) name of argument\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ]
    },
    "nutanix:index/NdbDatabaseClusterInfo:NdbDatabaseClusterInfo": {
      "properties": {
        "clusterIpInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseClusterInfoClusterIpInfo:NdbDatabaseClusterInfoClusterIpInfo"
          }
        }
      },
      "type": "object",
      "required": [
        "clusterIpInfos"
      ]
    },
    "nutanix:index/NdbDatabaseClusterInfoClusterIpInfo:NdbDatabaseClusterInfoClusterIpInfo": {
      "properties": {
        "ipInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseClusterInfoClusterIpInfoIpInfo:NdbDatabaseClusterInfoClusterIpInfoIpInfo"
          },
          "description": "- (Optional) IP infos for custom network profile.\n"
        },
        "nxClusterId": {
          "type": "string",
          "description": "- (Optional) cluster id.\n"
        }
      },
      "type": "object",
      "required": [
        "nxClusterId"
      ]
    },
    "nutanix:index/NdbDatabaseClusterInfoClusterIpInfoIpInfo:NdbDatabaseClusterInfoClusterIpInfoIpInfo": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ipType": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbDatabaseDatabaseNode:NdbDatabaseDatabaseNode": {
      "properties": {
        "accessLevel": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "databaseId": {
          "type": "string"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "dbserver": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverId": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseDatabaseNodeInfo:NdbDatabaseDatabaseNodeInfo"
          }
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "primary": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseDatabaseNodeProperty:NdbDatabaseDatabaseNodeProperty"
          },
          "description": "List of all the properties\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "protectionDomains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseDatabaseNodeProtectionDomain:NdbDatabaseDatabaseNodeProtectionDomain"
          }
        },
        "softwareInstallationId": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseDatabaseNodeTag:NdbDatabaseDatabaseNodeTag"
          },
          "description": "- (Optional) tags\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "databaseId",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "dbserver",
            "dbserverId",
            "description",
            "id",
            "infos",
            "name",
            "primary",
            "properties",
            "protectionDomainId",
            "protectionDomains",
            "softwareInstallationId",
            "status",
            "tags"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseDatabaseNodeInfo:NdbDatabaseDatabaseNodeInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseDatabaseNodeProperty:NdbDatabaseDatabaseNodeProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "- (Optional) The description\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseDatabaseNodeProtectionDomain:NdbDatabaseDatabaseNodeProtectionDomain": {
      "properties": {
        "assocEntities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "cloudId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description\n"
        },
        "eraCreated": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "ownerId": {
          "type": "string"
        },
        "primaryHost": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseDatabaseNodeProtectionDomainProperty:NdbDatabaseDatabaseNodeProtectionDomainProperty"
          },
          "description": "List of all the properties\n"
        },
        "status": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "assocEntities",
            "cloudId",
            "dateCreated",
            "dateModified",
            "description",
            "eraCreated",
            "id",
            "name",
            "ownerId",
            "primaryHost",
            "properties",
            "status",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseDatabaseNodeProtectionDomainProperty:NdbDatabaseDatabaseNodeProtectionDomainProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "- (Optional) The description\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseDatabaseNodeTag:NdbDatabaseDatabaseNodeTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseInfo:NdbDatabaseInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseInfoBpgConfig:NdbDatabaseInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgConfigs",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseInfoBpgConfig:NdbDatabaseInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseInfoBpgConfigBpgDbParam:NdbDatabaseInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseInfoBpgConfigStorage:NdbDatabaseInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseInfoBpgConfigVmProperty:NdbDatabaseInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgDbParams",
            "storages",
            "vmProperties"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseInfoBpgConfigBpgDbParam:NdbDatabaseInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "effectiveCacheSize",
            "maintenanceWorkMem",
            "maxParallelWorkersPerGather",
            "maxWorkerProcesses",
            "sharedBuffers",
            "workMem"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseInfoBpgConfigStorage:NdbDatabaseInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseInfoBpgConfigStorageArchiveStorage:NdbDatabaseInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseInfoBpgConfigStorageDataDisk:NdbDatabaseInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseInfoBpgConfigStorageLogDisk:NdbDatabaseInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "archiveStorages",
            "dataDisks",
            "logDisks"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseInfoBpgConfigStorageArchiveStorage:NdbDatabaseInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseInfoBpgConfigStorageDataDisk:NdbDatabaseInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseInfoBpgConfigStorageLogDisk:NdbDatabaseInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count",
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseInfoBpgConfigVmProperty:NdbDatabaseInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dirtyBackgroundRatio",
            "dirtyExpireCentisecs",
            "dirtyRatio",
            "dirtyWritebackCentisecs",
            "nrHugepages",
            "overcommitMemory",
            "swappiness"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseLcmConfig:NdbDatabaseLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseLcmConfigExpiryDetail:NdbDatabaseLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseLcmConfigPostDeleteCommand:NdbDatabaseLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseLcmConfigPreDeleteCommand:NdbDatabaseLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseLcmConfigRefreshDetail:NdbDatabaseLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "expiryDetails",
            "postDeleteCommands",
            "preDeleteCommands",
            "refreshDetails"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseLcmConfigExpiryDetail:NdbDatabaseLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean",
          "description": "- (Optional) Delete the database's Time Machine (snapshots/logs) from the NDB. Default value is true\n"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deleteDatabase",
            "deleteTimeMachine",
            "deleteVm",
            "effectiveTimestamp",
            "expireInDays",
            "expiryDateTimezone",
            "expiryTimestamp",
            "remindBeforeInDays",
            "userCreated"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseLcmConfigPostDeleteCommand:NdbDatabaseLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseLcmConfigPreDeleteCommand:NdbDatabaseLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseLcmConfigRefreshDetail:NdbDatabaseLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "lastRefreshDate",
            "nextRefreshDate",
            "refreshDateTimezone",
            "refreshInDays",
            "refreshInHours",
            "refreshInMonths",
            "refreshTime"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseLinkedDatabase:NdbDatabaseLinkedDatabase": {
      "properties": {
        "databaseName": {
          "type": "string"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseLinkedDatabaseInfo:NdbDatabaseLinkedDatabaseInfo"
          }
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "parentDatabaseId": {
          "type": "string"
        },
        "parentLinkedDatabaseId": {
          "type": "string"
        },
        "snapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "databaseName",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "infos",
            "metric",
            "name",
            "parentDatabaseId",
            "parentLinkedDatabaseId",
            "snapshotId",
            "status",
            "timezone"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseLinkedDatabaseInfo:NdbDatabaseLinkedDatabaseInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseMaintenanceTasks:NdbDatabaseMaintenanceTasks": {
      "properties": {
        "maintenanceWindowId": {
          "type": "string"
        },
        "tasks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseMaintenanceTasksTask:NdbDatabaseMaintenanceTasksTask"
          }
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbDatabaseMaintenanceTasksTask:NdbDatabaseMaintenanceTasksTask": {
      "properties": {
        "postCommand": {
          "type": "string"
        },
        "preCommand": {
          "type": "string"
        },
        "taskType": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbDatabaseNode:NdbDatabaseNode": {
      "properties": {
        "computeprofileid": {
          "type": "string",
          "description": "- (Optional) compute profile id\n"
        },
        "dbserverid": {
          "type": "string",
          "description": "- (Optional) Database server ID required for existing VM\n"
        },
        "ipInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseNodeIpInfo:NdbDatabaseNodeIpInfo"
          },
          "description": "- (Optional) IP infos for custom network profile.\n"
        },
        "networkprofileid": {
          "type": "string",
          "description": "- (Required) network profile ID\n"
        },
        "nxClusterId": {
          "type": "string",
          "description": "- (Optional) cluster id.\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseNodeProperty:NdbDatabaseNodeProperty"
          },
          "description": "- (Optional) list of additional properties\n"
        },
        "vmname": {
          "type": "string",
          "description": "- (Required) name of vm\n"
        }
      },
      "type": "object",
      "required": [
        "vmname"
      ]
    },
    "nutanix:index/NdbDatabaseNodeIpInfo:NdbDatabaseNodeIpInfo": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ipType": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbDatabaseNodeProperty:NdbDatabaseNodeProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ]
    },
    "nutanix:index/NdbDatabasePostgresqlInfo:NdbDatabasePostgresqlInfo": {
      "properties": {
        "allocatePgHugepage": {
          "type": "boolean",
          "description": "- (Optional) allocate huge page. Default: false\n"
        },
        "authMethod": {
          "type": "string",
          "description": "- (Optional) auth methods. Default: md5\n"
        },
        "autoTuneStagingDrive": {
          "type": "boolean",
          "description": "- (Optional) enable auto tuning of staging drive. Default: false\n"
        },
        "clusterDatabase": {
          "type": "boolean",
          "description": "- (Optional) if clustered database. Default: false\n"
        },
        "databaseNames": {
          "type": "string",
          "description": "- (Required) name of initial database to be created\n"
        },
        "databaseSize": {
          "type": "string",
          "description": "- (Required) initial database size\n"
        },
        "dbPassword": {
          "type": "string",
          "description": "- (Required) database instance password\n",
          "secret": true
        },
        "haInstance": {
          "$ref": "#/types/nutanix:index%2FNdbDatabasePostgresqlInfoHaInstance:NdbDatabasePostgresqlInfoHaInstance",
          "description": "- (Optional) High Availability instance\n"
        },
        "listenerPort": {
          "type": "string",
          "description": "- (Required) listener port for database instance\n"
        },
        "postCreateScript": {
          "type": "string",
          "description": "- (Optional) post instance create script\n"
        },
        "preCreateScript": {
          "type": "string",
          "description": "- (Optional) pre instance create script\n"
        }
      },
      "type": "object",
      "required": [
        "databaseNames",
        "databaseSize",
        "dbPassword",
        "listenerPort"
      ]
    },
    "nutanix:index/NdbDatabasePostgresqlInfoHaInstance:NdbDatabasePostgresqlInfoHaInstance": {
      "properties": {
        "archiveWalExpireDays": {
          "type": "integer",
          "description": "- (Optional) archive wal expire days. Default is set to -1\n"
        },
        "backupPolicy": {
          "type": "string",
          "description": "- (Optional) backup policy for instance. Default is <span pulumi-lang-nodejs=\"\"primaryOnly\"\" pulumi-lang-dotnet=\"\"PrimaryOnly\"\" pulumi-lang-go=\"\"primaryOnly\"\" pulumi-lang-python=\"\"primary_only\"\" pulumi-lang-yaml=\"\"primaryOnly\"\" pulumi-lang-java=\"\"primaryOnly\"\">\"primary_only\"</span>\n"
        },
        "clusterDescription": {
          "type": "string"
        },
        "clusterName": {
          "type": "string",
          "description": "- (Required) cluster name\n"
        },
        "deployHaproxy": {
          "type": "boolean",
          "description": "- (Optional) HA proxy node. Default is set to false\n"
        },
        "enablePeerAuth": {
          "type": "boolean",
          "description": "- (Optional) enable peer auth . Default is set to false.\n"
        },
        "enableSynchronousMode": {
          "type": "boolean",
          "description": "- (Optional) enable synchronous mode. Default is set to true\n"
        },
        "failoverMode": {
          "type": "string",
          "description": "- (Optional) failover mode of nodes.\n"
        },
        "nodeType": {
          "type": "string",
          "description": "- (Optional) node type of instance. Default is set to database\n"
        },
        "patroniClusterName": {
          "type": "string",
          "description": "- (Required) patroni cluster name\n"
        },
        "provisionVirtualIp": {
          "type": "boolean",
          "description": "- (Optional) provisional virtual ip. Default is set to true\n"
        },
        "proxyReadPort": {
          "type": "string",
          "description": "-  (Required) proxy read port\n"
        },
        "proxyWritePort": {
          "type": "string",
          "description": "- (Required) proxy write port\n"
        }
      },
      "type": "object",
      "required": [
        "clusterName",
        "patroniClusterName",
        "proxyReadPort",
        "proxyWritePort"
      ]
    },
    "nutanix:index/NdbDatabaseProperty:NdbDatabaseProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreDatabaseNode:NdbDatabaseRestoreDatabaseNode": {
      "properties": {
        "accessLevel": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "databaseId": {
          "type": "string",
          "description": "database id\n"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "dbserver": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverId": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreDatabaseNodeInfo:NdbDatabaseRestoreDatabaseNodeInfo"
          },
          "description": "info of instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "primary": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreDatabaseNodeProperty:NdbDatabaseRestoreDatabaseNodeProperty"
          },
          "description": "properties of database created\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "protectionDomains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreDatabaseNodeProtectionDomain:NdbDatabaseRestoreDatabaseNodeProtectionDomain"
          }
        },
        "softwareInstallationId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreDatabaseNodeTag:NdbDatabaseRestoreDatabaseNodeTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "databaseId",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "dbserver",
            "dbserverId",
            "description",
            "id",
            "infos",
            "name",
            "primary",
            "properties",
            "protectionDomainId",
            "protectionDomains",
            "softwareInstallationId",
            "status",
            "tags"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreDatabaseNodeInfo:NdbDatabaseRestoreDatabaseNodeInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "info of instance\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreDatabaseNodeProperty:NdbDatabaseRestoreDatabaseNodeProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreDatabaseNodeProtectionDomain:NdbDatabaseRestoreDatabaseNodeProtectionDomain": {
      "properties": {
        "assocEntities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "cloudId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "eraCreated": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "primaryHost": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreDatabaseNodeProtectionDomainProperty:NdbDatabaseRestoreDatabaseNodeProtectionDomainProperty"
          },
          "description": "properties of database created\n"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "assocEntities",
            "cloudId",
            "dateCreated",
            "dateModified",
            "description",
            "eraCreated",
            "id",
            "name",
            "ownerId",
            "primaryHost",
            "properties",
            "status",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreDatabaseNodeProtectionDomainProperty:NdbDatabaseRestoreDatabaseNodeProtectionDomainProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreDatabaseNodeTag:NdbDatabaseRestoreDatabaseNodeTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreInfo:NdbDatabaseRestoreInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreInfoBpgConfig:NdbDatabaseRestoreInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgConfigs",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreInfoBpgConfig:NdbDatabaseRestoreInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreInfoBpgConfigBpgDbParam:NdbDatabaseRestoreInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreInfoBpgConfigStorage:NdbDatabaseRestoreInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreInfoBpgConfigVmProperty:NdbDatabaseRestoreInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgDbParams",
            "storages",
            "vmProperties"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreInfoBpgConfigBpgDbParam:NdbDatabaseRestoreInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "effectiveCacheSize",
            "maintenanceWorkMem",
            "maxParallelWorkersPerGather",
            "maxWorkerProcesses",
            "sharedBuffers",
            "workMem"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreInfoBpgConfigStorage:NdbDatabaseRestoreInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreInfoBpgConfigStorageArchiveStorage:NdbDatabaseRestoreInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreInfoBpgConfigStorageDataDisk:NdbDatabaseRestoreInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreInfoBpgConfigStorageLogDisk:NdbDatabaseRestoreInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "archiveStorages",
            "dataDisks",
            "logDisks"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreInfoBpgConfigStorageArchiveStorage:NdbDatabaseRestoreInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreInfoBpgConfigStorageDataDisk:NdbDatabaseRestoreInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreInfoBpgConfigStorageLogDisk:NdbDatabaseRestoreInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count",
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreInfoBpgConfigVmProperty:NdbDatabaseRestoreInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dirtyBackgroundRatio",
            "dirtyExpireCentisecs",
            "dirtyRatio",
            "dirtyWritebackCentisecs",
            "nrHugepages",
            "overcommitMemory",
            "swappiness"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreLcmConfig:NdbDatabaseRestoreLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreLcmConfigExpiryDetail:NdbDatabaseRestoreLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreLcmConfigPostDeleteCommand:NdbDatabaseRestoreLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreLcmConfigPreDeleteCommand:NdbDatabaseRestoreLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreLcmConfigRefreshDetail:NdbDatabaseRestoreLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "expiryDetails",
            "postDeleteCommands",
            "preDeleteCommands",
            "refreshDetails"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreLcmConfigExpiryDetail:NdbDatabaseRestoreLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deleteDatabase",
            "deleteTimeMachine",
            "deleteVm",
            "effectiveTimestamp",
            "expireInDays",
            "expiryDateTimezone",
            "expiryTimestamp",
            "remindBeforeInDays",
            "userCreated"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreLcmConfigPostDeleteCommand:NdbDatabaseRestoreLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreLcmConfigPreDeleteCommand:NdbDatabaseRestoreLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreLcmConfigRefreshDetail:NdbDatabaseRestoreLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "lastRefreshDate",
            "nextRefreshDate",
            "refreshDateTimezone",
            "refreshInDays",
            "refreshInHours",
            "refreshInMonths",
            "refreshTime"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreLinkedDatabase:NdbDatabaseRestoreLinkedDatabase": {
      "properties": {
        "databaseName": {
          "type": "string",
          "description": "name of database\n"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreLinkedDatabaseInfo:NdbDatabaseRestoreLinkedDatabaseInfo"
          },
          "description": "info of instance\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "parent database id\n"
        },
        "parentLinkedDatabaseId": {
          "type": "string"
        },
        "snapshotId": {
          "type": "string",
          "description": "snapshot id from you want to use for restoring the instance\n"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "databaseName",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "infos",
            "metric",
            "name",
            "parentDatabaseId",
            "parentLinkedDatabaseId",
            "snapshotId",
            "status",
            "timezone"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreLinkedDatabaseInfo:NdbDatabaseRestoreLinkedDatabaseInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "info of instance\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreProperty:NdbDatabaseRestoreProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTag:NdbDatabaseRestoreTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachine:NdbDatabaseRestoreTimeMachine": {
      "properties": {
        "accessLevel": {
          "type": "string"
        },
        "clone": {
          "type": "boolean",
          "description": "whether instance is cloned or not\n"
        },
        "clones": {
          "type": "string"
        },
        "clustered": {
          "type": "boolean"
        },
        "database": {
          "type": "string"
        },
        "databaseId": {
          "type": "string",
          "description": "database id\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "eaStatus": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "metric": {
          "type": "string",
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachineProperty:NdbDatabaseRestoreTimeMachineProperty"
          },
          "description": "properties of database created\n"
        },
        "scheduleId": {
          "type": "string"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachineSchedule:NdbDatabaseRestoreTimeMachineSchedule"
          }
        },
        "scope": {
          "type": "string"
        },
        "slaId": {
          "type": "string"
        },
        "slaUpdateInProgress": {
          "type": "boolean"
        },
        "slaUpdateMetadata": {
          "type": "string"
        },
        "slas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachineSla:NdbDatabaseRestoreTimeMachineSla"
          }
        },
        "sourceNxClusters": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachineTag:NdbDatabaseRestoreTimeMachineTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "clone",
            "clones",
            "clustered",
            "database",
            "databaseId",
            "dateCreated",
            "dateModified",
            "description",
            "eaStatus",
            "id",
            "metric",
            "name",
            "properties",
            "scheduleId",
            "schedules",
            "scope",
            "slaId",
            "slaUpdateInProgress",
            "slaUpdateMetadata",
            "slas",
            "sourceNxClusters",
            "status",
            "tags",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachineProperty:NdbDatabaseRestoreTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachineSchedule:NdbDatabaseRestoreTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachineScheduleContinuousSchedule:NdbDatabaseRestoreTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachineScheduleDailySchedule:NdbDatabaseRestoreTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachineScheduleMonthlySchedule:NdbDatabaseRestoreTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachineScheduleQuartelySchedule:NdbDatabaseRestoreTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachineScheduleSnapshotTimeOfDay:NdbDatabaseRestoreTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string",
          "description": "timezone on which instance is created xw\n"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachineScheduleWeeklySchedule:NdbDatabaseRestoreTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachineScheduleYearlySchedule:NdbDatabaseRestoreTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousSchedules",
            "dailySchedules",
            "dateCreated",
            "dateModified",
            "description",
            "globalPolicy",
            "id",
            "monthlySchedules",
            "name",
            "ownerId",
            "quartelySchedules",
            "referenceCount",
            "snapshotTimeOfDays",
            "startTime",
            "systemPolicy",
            "timeZone",
            "uniqueName",
            "weeklySchedules",
            "yearlySchedules"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachineScheduleContinuousSchedule:NdbDatabaseRestoreTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled",
            "logBackupInterval",
            "snapshotsPerDay"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachineScheduleDailySchedule:NdbDatabaseRestoreTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachineScheduleMonthlySchedule:NdbDatabaseRestoreTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachineScheduleQuartelySchedule:NdbDatabaseRestoreTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "startMonth",
            "startMonthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachineScheduleSnapshotTimeOfDay:NdbDatabaseRestoreTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extra",
            "hours",
            "minutes",
            "seconds"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachineScheduleWeeklySchedule:NdbDatabaseRestoreTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfWeek",
            "dayOfWeekValue",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachineScheduleYearlySchedule:NdbDatabaseRestoreTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "month",
            "monthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachineSla:NdbDatabaseRestoreTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "id": {
          "type": "string"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousRetention",
            "currentActiveFrequency",
            "dailyRetention",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "monthlyRetention",
            "name",
            "ownerId",
            "pitrEnabled",
            "quarterlyRetention",
            "referenceCount",
            "systemSla",
            "uniqueName",
            "weeklyRetention",
            "yearlyRetention"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseRestoreTimeMachineTag:NdbDatabaseRestoreTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleDatabaseNode:NdbDatabaseScaleDatabaseNode": {
      "properties": {
        "accessLevel": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "databaseId": {
          "type": "string"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "dbserver": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverId": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleDatabaseNodeInfo:NdbDatabaseScaleDatabaseNodeInfo"
          },
          "description": "info of instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "primary": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleDatabaseNodeProperty:NdbDatabaseScaleDatabaseNodeProperty"
          },
          "description": "properties of database created\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "protectionDomains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleDatabaseNodeProtectionDomain:NdbDatabaseScaleDatabaseNodeProtectionDomain"
          }
        },
        "softwareInstallationId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleDatabaseNodeTag:NdbDatabaseScaleDatabaseNodeTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "databaseId",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "dbserver",
            "dbserverId",
            "description",
            "id",
            "infos",
            "name",
            "primary",
            "properties",
            "protectionDomainId",
            "protectionDomains",
            "softwareInstallationId",
            "status",
            "tags"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleDatabaseNodeInfo:NdbDatabaseScaleDatabaseNodeInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "info of instance\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleDatabaseNodeProperty:NdbDatabaseScaleDatabaseNodeProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleDatabaseNodeProtectionDomain:NdbDatabaseScaleDatabaseNodeProtectionDomain": {
      "properties": {
        "assocEntities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "cloudId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "eraCreated": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "primaryHost": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleDatabaseNodeProtectionDomainProperty:NdbDatabaseScaleDatabaseNodeProtectionDomainProperty"
          },
          "description": "properties of database created\n"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "assocEntities",
            "cloudId",
            "dateCreated",
            "dateModified",
            "description",
            "eraCreated",
            "id",
            "name",
            "ownerId",
            "primaryHost",
            "properties",
            "status",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleDatabaseNodeProtectionDomainProperty:NdbDatabaseScaleDatabaseNodeProtectionDomainProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleDatabaseNodeTag:NdbDatabaseScaleDatabaseNodeTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleInfo:NdbDatabaseScaleInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleInfoBpgConfig:NdbDatabaseScaleInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgConfigs",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleInfoBpgConfig:NdbDatabaseScaleInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleInfoBpgConfigBpgDbParam:NdbDatabaseScaleInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleInfoBpgConfigStorage:NdbDatabaseScaleInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleInfoBpgConfigVmProperty:NdbDatabaseScaleInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgDbParams",
            "storages",
            "vmProperties"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleInfoBpgConfigBpgDbParam:NdbDatabaseScaleInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "effectiveCacheSize",
            "maintenanceWorkMem",
            "maxParallelWorkersPerGather",
            "maxWorkerProcesses",
            "sharedBuffers",
            "workMem"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleInfoBpgConfigStorage:NdbDatabaseScaleInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleInfoBpgConfigStorageArchiveStorage:NdbDatabaseScaleInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleInfoBpgConfigStorageDataDisk:NdbDatabaseScaleInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleInfoBpgConfigStorageLogDisk:NdbDatabaseScaleInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "archiveStorages",
            "dataDisks",
            "logDisks"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleInfoBpgConfigStorageArchiveStorage:NdbDatabaseScaleInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleInfoBpgConfigStorageDataDisk:NdbDatabaseScaleInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleInfoBpgConfigStorageLogDisk:NdbDatabaseScaleInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count",
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleInfoBpgConfigVmProperty:NdbDatabaseScaleInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dirtyBackgroundRatio",
            "dirtyExpireCentisecs",
            "dirtyRatio",
            "dirtyWritebackCentisecs",
            "nrHugepages",
            "overcommitMemory",
            "swappiness"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleLcmConfig:NdbDatabaseScaleLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleLcmConfigExpiryDetail:NdbDatabaseScaleLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleLcmConfigPostDeleteCommand:NdbDatabaseScaleLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleLcmConfigPreDeleteCommand:NdbDatabaseScaleLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleLcmConfigRefreshDetail:NdbDatabaseScaleLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "expiryDetails",
            "postDeleteCommands",
            "preDeleteCommands",
            "refreshDetails"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleLcmConfigExpiryDetail:NdbDatabaseScaleLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deleteDatabase",
            "deleteTimeMachine",
            "deleteVm",
            "effectiveTimestamp",
            "expireInDays",
            "expiryDateTimezone",
            "expiryTimestamp",
            "remindBeforeInDays",
            "userCreated"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleLcmConfigPostDeleteCommand:NdbDatabaseScaleLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleLcmConfigPreDeleteCommand:NdbDatabaseScaleLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleLcmConfigRefreshDetail:NdbDatabaseScaleLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "lastRefreshDate",
            "nextRefreshDate",
            "refreshDateTimezone",
            "refreshInDays",
            "refreshInHours",
            "refreshInMonths",
            "refreshTime"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleLinkedDatabase:NdbDatabaseScaleLinkedDatabase": {
      "properties": {
        "databaseName": {
          "type": "string",
          "description": "name of database\n"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleLinkedDatabaseInfo:NdbDatabaseScaleLinkedDatabaseInfo"
          },
          "description": "info of instance\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "parent database id\n"
        },
        "parentLinkedDatabaseId": {
          "type": "string"
        },
        "snapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "databaseName",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "infos",
            "metric",
            "name",
            "parentDatabaseId",
            "parentLinkedDatabaseId",
            "snapshotId",
            "status",
            "timezone"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleLinkedDatabaseInfo:NdbDatabaseScaleLinkedDatabaseInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "info of instance\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleProperty:NdbDatabaseScaleProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTag:NdbDatabaseScaleTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachine:NdbDatabaseScaleTimeMachine": {
      "properties": {
        "accessLevel": {
          "type": "string"
        },
        "clone": {
          "type": "boolean",
          "description": "whether instance is cloned or not\n"
        },
        "clones": {
          "type": "string"
        },
        "clustered": {
          "type": "boolean"
        },
        "database": {
          "type": "string"
        },
        "databaseId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "eaStatus": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "metric": {
          "type": "string",
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachineProperty:NdbDatabaseScaleTimeMachineProperty"
          },
          "description": "properties of database created\n"
        },
        "scheduleId": {
          "type": "string"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachineSchedule:NdbDatabaseScaleTimeMachineSchedule"
          }
        },
        "scope": {
          "type": "string"
        },
        "slaId": {
          "type": "string"
        },
        "slaUpdateInProgress": {
          "type": "boolean"
        },
        "slaUpdateMetadata": {
          "type": "string"
        },
        "slas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachineSla:NdbDatabaseScaleTimeMachineSla"
          }
        },
        "sourceNxClusters": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachineTag:NdbDatabaseScaleTimeMachineTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "clone",
            "clones",
            "clustered",
            "database",
            "databaseId",
            "dateCreated",
            "dateModified",
            "description",
            "eaStatus",
            "id",
            "metric",
            "name",
            "properties",
            "scheduleId",
            "schedules",
            "scope",
            "slaId",
            "slaUpdateInProgress",
            "slaUpdateMetadata",
            "slas",
            "sourceNxClusters",
            "status",
            "tags",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachineProperty:NdbDatabaseScaleTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachineSchedule:NdbDatabaseScaleTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachineScheduleContinuousSchedule:NdbDatabaseScaleTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachineScheduleDailySchedule:NdbDatabaseScaleTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachineScheduleMonthlySchedule:NdbDatabaseScaleTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachineScheduleQuartelySchedule:NdbDatabaseScaleTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachineScheduleSnapshotTimeOfDay:NdbDatabaseScaleTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string",
          "description": "timezone on which instance is created xw\n"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachineScheduleWeeklySchedule:NdbDatabaseScaleTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachineScheduleYearlySchedule:NdbDatabaseScaleTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousSchedules",
            "dailySchedules",
            "dateCreated",
            "dateModified",
            "description",
            "globalPolicy",
            "id",
            "monthlySchedules",
            "name",
            "ownerId",
            "quartelySchedules",
            "referenceCount",
            "snapshotTimeOfDays",
            "startTime",
            "systemPolicy",
            "timeZone",
            "uniqueName",
            "weeklySchedules",
            "yearlySchedules"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachineScheduleContinuousSchedule:NdbDatabaseScaleTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled",
            "logBackupInterval",
            "snapshotsPerDay"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachineScheduleDailySchedule:NdbDatabaseScaleTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachineScheduleMonthlySchedule:NdbDatabaseScaleTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachineScheduleQuartelySchedule:NdbDatabaseScaleTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "startMonth",
            "startMonthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachineScheduleSnapshotTimeOfDay:NdbDatabaseScaleTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extra",
            "hours",
            "minutes",
            "seconds"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachineScheduleWeeklySchedule:NdbDatabaseScaleTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfWeek",
            "dayOfWeekValue",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachineScheduleYearlySchedule:NdbDatabaseScaleTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "month",
            "monthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachineSla:NdbDatabaseScaleTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "id": {
          "type": "string"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousRetention",
            "currentActiveFrequency",
            "dailyRetention",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "monthlyRetention",
            "name",
            "ownerId",
            "pitrEnabled",
            "quarterlyRetention",
            "referenceCount",
            "systemSla",
            "uniqueName",
            "weeklyRetention",
            "yearlyRetention"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseScaleTimeMachineTag:NdbDatabaseScaleTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseSnapshotLcmConfig:NdbDatabaseSnapshotLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseSnapshotLcmConfigExpiryDetail:NdbDatabaseSnapshotLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseSnapshotLcmConfigPostDeleteCommand:NdbDatabaseSnapshotLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseSnapshotLcmConfigPreDeleteCommand:NdbDatabaseSnapshotLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseSnapshotLcmConfigRefreshDetail:NdbDatabaseSnapshotLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "expiryDetails",
            "postDeleteCommands",
            "preDeleteCommands",
            "refreshDetails"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseSnapshotLcmConfigExpiryDetail:NdbDatabaseSnapshotLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string",
          "description": "Default is set to Asia/Calcutta\n"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deleteDatabase",
            "deleteTimeMachine",
            "deleteVm",
            "effectiveTimestamp",
            "expireInDays",
            "expiryDateTimezone",
            "expiryTimestamp",
            "remindBeforeInDays",
            "userCreated"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseSnapshotLcmConfigPostDeleteCommand:NdbDatabaseSnapshotLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseSnapshotLcmConfigPreDeleteCommand:NdbDatabaseSnapshotLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseSnapshotLcmConfigRefreshDetail:NdbDatabaseSnapshotLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "lastRefreshDate",
            "nextRefreshDate",
            "refreshDateTimezone",
            "refreshInDays",
            "refreshInHours",
            "refreshInMonths",
            "refreshTime"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseSnapshotProperty:NdbDatabaseSnapshotProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of snapshot\n"
        },
        "name": {
          "type": "string",
          "description": "Snapshot name. Default value is era_manual_snapshot.\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseSnapshotTag:NdbDatabaseSnapshotTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTag:NdbDatabaseTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachine:NdbDatabaseTimeMachine": {
      "properties": {
        "accessLevel": {
          "type": "string"
        },
        "clone": {
          "type": "boolean"
        },
        "clones": {
          "type": "string"
        },
        "clustered": {
          "type": "boolean",
          "description": "- (Optional) If clustered database. Default: false\n"
        },
        "database": {
          "type": "string"
        },
        "databaseId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description\n"
        },
        "eaStatus": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "metric": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachineProperty:NdbDatabaseTimeMachineProperty"
          },
          "description": "List of all the properties\n"
        },
        "scheduleId": {
          "type": "string"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachineSchedule:NdbDatabaseTimeMachineSchedule"
          },
          "description": "- (Optional) schedule for snapshots\n"
        },
        "scope": {
          "type": "string"
        },
        "slaId": {
          "type": "string"
        },
        "slaUpdateInProgress": {
          "type": "boolean"
        },
        "slaUpdateMetadata": {
          "type": "string"
        },
        "slas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachineSla:NdbDatabaseTimeMachineSla"
          }
        },
        "sourceNxClusters": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "status": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachineTag:NdbDatabaseTimeMachineTag"
          },
          "description": "- (Optional) tags\n"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "clone",
            "clones",
            "clustered",
            "database",
            "databaseId",
            "dateCreated",
            "dateModified",
            "description",
            "eaStatus",
            "id",
            "metric",
            "name",
            "properties",
            "scheduleId",
            "schedules",
            "scope",
            "slaId",
            "slaUpdateInProgress",
            "slaUpdateMetadata",
            "slas",
            "sourceNxClusters",
            "status",
            "tags",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachineProperty:NdbDatabaseTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "- (Optional) The description\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachineSchedule:NdbDatabaseTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachineScheduleContinuousSchedule:NdbDatabaseTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachineScheduleDailySchedule:NdbDatabaseTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description\n"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachineScheduleMonthlySchedule:NdbDatabaseTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachineScheduleQuartelySchedule:NdbDatabaseTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachineScheduleSnapshotTimeOfDay:NdbDatabaseTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachineScheduleWeeklySchedule:NdbDatabaseTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachineScheduleYearlySchedule:NdbDatabaseTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousSchedules",
            "dailySchedules",
            "dateCreated",
            "dateModified",
            "description",
            "globalPolicy",
            "id",
            "monthlySchedules",
            "name",
            "ownerId",
            "quartelySchedules",
            "referenceCount",
            "snapshotTimeOfDays",
            "startTime",
            "systemPolicy",
            "timeZone",
            "uniqueName",
            "weeklySchedules",
            "yearlySchedules"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachineScheduleContinuousSchedule:NdbDatabaseTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled",
            "logBackupInterval",
            "snapshotsPerDay"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachineScheduleDailySchedule:NdbDatabaseTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachineScheduleMonthlySchedule:NdbDatabaseTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachineScheduleQuartelySchedule:NdbDatabaseTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "startMonth",
            "startMonthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachineScheduleSnapshotTimeOfDay:NdbDatabaseTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer",
          "description": "- (Required) hours\n"
        },
        "minutes": {
          "type": "integer",
          "description": "- (Required) minutes\n"
        },
        "seconds": {
          "type": "integer",
          "description": "- (Required) seconds\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extra",
            "hours",
            "minutes",
            "seconds"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachineScheduleWeeklySchedule:NdbDatabaseTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfWeek",
            "dayOfWeekValue",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachineScheduleYearlySchedule:NdbDatabaseTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string",
          "description": "- (Required) month for snapshot\n"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "month",
            "monthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachineSla:NdbDatabaseTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description\n"
        },
        "id": {
          "type": "string"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousRetention",
            "currentActiveFrequency",
            "dailyRetention",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "monthlyRetention",
            "name",
            "ownerId",
            "pitrEnabled",
            "quarterlyRetention",
            "referenceCount",
            "systemSla",
            "uniqueName",
            "weeklyRetention",
            "yearlyRetention"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimeMachineTag:NdbDatabaseTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimemachineinfo:NdbDatabaseTimemachineinfo": {
      "properties": {
        "autotunelogdrive": {
          "type": "boolean",
          "description": "- (Optional) enable auto tune log drive. Default: true\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) description of time machine\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) name of time machine\n"
        },
        "schedule": {
          "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfoSchedule:NdbDatabaseTimemachineinfoSchedule",
          "description": "- (Optional) schedule for snapshots\n"
        },
        "slaDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfoSlaDetail:NdbDatabaseTimemachineinfoSlaDetail"
          },
          "description": "-  (optional) SLA details for HA instance\n"
        },
        "slaid": {
          "type": "string",
          "description": "- (Optional) SLA ID for single instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfoTag:NdbDatabaseTimemachineinfoTag"
          },
          "description": "- (Optional) tags\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "schedule"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "schedule",
            "tags"
          ]
        }
      }
    },
    "nutanix:index/NdbDatabaseTimemachineinfoSchedule:NdbDatabaseTimemachineinfoSchedule": {
      "properties": {
        "continuousschedule": {
          "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfoScheduleContinuousschedule:NdbDatabaseTimemachineinfoScheduleContinuousschedule",
          "description": "- (Optional) snapshot freq and log config\n"
        },
        "monthlyschedule": {
          "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfoScheduleMonthlyschedule:NdbDatabaseTimemachineinfoScheduleMonthlyschedule",
          "description": "- (Optional) monthly snapshot config\n"
        },
        "quartelyschedule": {
          "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfoScheduleQuartelyschedule:NdbDatabaseTimemachineinfoScheduleQuartelyschedule",
          "description": "- (Optional) quaterly snapshot config\n"
        },
        "snapshottimeofday": {
          "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfoScheduleSnapshottimeofday:NdbDatabaseTimemachineinfoScheduleSnapshottimeofday",
          "description": "- (Optional) daily snapshot config\n"
        },
        "weeklyschedule": {
          "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfoScheduleWeeklyschedule:NdbDatabaseTimemachineinfoScheduleWeeklyschedule",
          "description": "- (Optional) weekly snapshot config\n"
        },
        "yearlyschedule": {
          "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfoScheduleYearlyschedule:NdbDatabaseTimemachineinfoScheduleYearlyschedule",
          "description": "- (Optional) yearly snapshot config\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbDatabaseTimemachineinfoScheduleContinuousschedule:NdbDatabaseTimemachineinfoScheduleContinuousschedule": {
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "- (Required) to enable\n"
        },
        "logbackupinterval": {
          "type": "integer",
          "description": "- (Required) log catchup interval for database\n"
        },
        "snapshotsperday": {
          "type": "integer",
          "description": "- (Required) num of snapshots per day\n"
        }
      },
      "type": "object",
      "required": [
        "enabled",
        "logbackupinterval",
        "snapshotsperday"
      ]
    },
    "nutanix:index/NdbDatabaseTimemachineinfoScheduleMonthlyschedule:NdbDatabaseTimemachineinfoScheduleMonthlyschedule": {
      "properties": {
        "dayofmonth": {
          "type": "integer",
          "description": "- (Required) day of month to take snapshot\n"
        },
        "enabled": {
          "type": "boolean",
          "description": "- (Required) to enable\n"
        }
      },
      "type": "object",
      "required": [
        "dayofmonth",
        "enabled"
      ]
    },
    "nutanix:index/NdbDatabaseTimemachineinfoScheduleQuartelyschedule:NdbDatabaseTimemachineinfoScheduleQuartelyschedule": {
      "properties": {
        "dayofmonth": {
          "type": "integer",
          "description": "- (Required) month's day for snapshot\n"
        },
        "enabled": {
          "type": "boolean",
          "description": "- (Required) to enable\n"
        },
        "startmonth": {
          "type": "string",
          "description": "- (Required) quarter start month\n"
        }
      },
      "type": "object",
      "required": [
        "dayofmonth",
        "enabled",
        "startmonth"
      ]
    },
    "nutanix:index/NdbDatabaseTimemachineinfoScheduleSnapshottimeofday:NdbDatabaseTimemachineinfoScheduleSnapshottimeofday": {
      "properties": {
        "hours": {
          "type": "integer",
          "description": "- (Required) hours\n"
        },
        "minutes": {
          "type": "integer",
          "description": "- (Required) minutes\n"
        },
        "seconds": {
          "type": "integer",
          "description": "- (Required) seconds\n"
        }
      },
      "type": "object",
      "required": [
        "hours",
        "minutes",
        "seconds"
      ]
    },
    "nutanix:index/NdbDatabaseTimemachineinfoScheduleWeeklyschedule:NdbDatabaseTimemachineinfoScheduleWeeklyschedule": {
      "properties": {
        "dayofweek": {
          "type": "string",
          "description": "- (Required) day of week to take snaphsot. Eg. \"WEDNESDAY\"\n"
        },
        "enabled": {
          "type": "boolean",
          "description": "- (Required) to enable\n"
        }
      },
      "type": "object",
      "required": [
        "dayofweek",
        "enabled"
      ]
    },
    "nutanix:index/NdbDatabaseTimemachineinfoScheduleYearlyschedule:NdbDatabaseTimemachineinfoScheduleYearlyschedule": {
      "properties": {
        "dayofmonth": {
          "type": "integer",
          "description": "- (Required) day of month to take snapshot\n"
        },
        "enabled": {
          "type": "boolean",
          "description": "- (Required) to enable\n"
        },
        "month": {
          "type": "string",
          "description": "- (Required) month for snapshot\n"
        }
      },
      "type": "object",
      "required": [
        "dayofmonth",
        "enabled",
        "month"
      ]
    },
    "nutanix:index/NdbDatabaseTimemachineinfoSlaDetail:NdbDatabaseTimemachineinfoSlaDetail": {
      "properties": {
        "primarySlas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfoSlaDetailPrimarySla:NdbDatabaseTimemachineinfoSlaDetailPrimarySla"
          },
          "description": "- (Required) primary sla details\n* `primary_sla.sla_id` :- (Required) sla id\n* `primary_sla.nx_cluster_ids` -: (Optioanl) cluster ids\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbDatabaseTimemachineinfoSlaDetailPrimarySla:NdbDatabaseTimemachineinfoSlaDetailPrimarySla": {
      "properties": {
        "nxClusterIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "slaId": {
          "type": "string",
          "description": "description of SLA ID.\n"
        }
      },
      "type": "object",
      "required": [
        "slaId"
      ]
    },
    "nutanix:index/NdbDatabaseTimemachineinfoTag:NdbDatabaseTimemachineinfoTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDbserverVmCredential:NdbDbserverVmCredential": {
      "properties": {
        "label": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ]
    },
    "nutanix:index/NdbDbserverVmMaintenanceTasks:NdbDbserverVmMaintenanceTasks": {
      "properties": {
        "maintenanceWindowId": {
          "type": "string",
          "description": "Associate an existing maintenance window id. NDB starts OS patching or database patching as per the schedule defined in the maintenance window.\n"
        },
        "tasks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDbserverVmMaintenanceTasksTask:NdbDbserverVmMaintenanceTasksTask"
          },
          "description": "Tasks for the maintenance.\n* `tasks.task_type`: use this option if you want NDB to perform database patching or OS patching automatically. Supports [ OS_PATCHING, DB_PATCHING ].\n* `tasks.pre_command`: add pre (operating system and database patching) commands.\n* `tasks.post_command`:add post (operating system and database patching) commands.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbDbserverVmMaintenanceTasksTask:NdbDbserverVmMaintenanceTasksTask": {
      "properties": {
        "postCommand": {
          "type": "string"
        },
        "preCommand": {
          "type": "string"
        },
        "taskType": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbDbserverVmPostgresDatabase:NdbDbserverVmPostgresDatabase": {
      "properties": {
        "clientPublicKey": {
          "type": "string",
          "description": "use SSH public keys to access the database server VM.\n"
        },
        "vmName": {
          "type": "string",
          "description": "name for the database server VM.\n"
        }
      },
      "type": "object",
      "required": [
        "vmName"
      ]
    },
    "nutanix:index/NdbDbserverVmProperty:NdbDbserverVmProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "name of the dbserver vm\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbDbserverVmTag:NdbDbserverVmTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbLinkedDatabasesInfo:NdbLinkedDatabasesInfo": {
      "properties": {
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbLinkedDatabasesInfoInfo:NdbLinkedDatabasesInfoInfo"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "infos",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbLinkedDatabasesInfoInfo:NdbLinkedDatabasesInfoInfo": {
      "properties": {
        "createdBy": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "createdBy"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceTaskEntityTaskAssociation:NdbMaintenanceTaskEntityTaskAssociation": {
      "properties": {
        "accessLevel": {
          "type": "string",
          "description": "access level of tasks\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "created date of task\n"
        },
        "dateModified": {
          "type": "string",
          "description": "modified date of task\n"
        },
        "description": {
          "type": "string",
          "description": "description of maintenance window\n"
        },
        "entity": {
          "type": "string"
        },
        "entityId": {
          "type": "string",
          "description": "entity id\n"
        },
        "entityType": {
          "type": "string",
          "description": "type of the entity. i.e. DBSERVER\n"
        },
        "id": {
          "type": "string",
          "description": "id of maintenance window\n"
        },
        "maintenanceWindowId": {
          "type": "string",
          "description": "maintenance window id which has to be associated\n"
        },
        "maintenanceWindowOwnerId": {
          "type": "string",
          "description": "maintenance window owner id\n"
        },
        "name": {
          "type": "string",
          "description": "name of of maintenance window\n"
        },
        "ownerId": {
          "type": "string",
          "description": "owner id of task\n"
        },
        "payloads": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceTaskEntityTaskAssociationPayload:NdbMaintenanceTaskEntityTaskAssociationPayload"
          },
          "description": "list of pre post commands of OS or DB task\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceTaskEntityTaskAssociationProperty:NdbMaintenanceTaskEntityTaskAssociationProperty"
          },
          "description": "properties of task\n"
        },
        "status": {
          "type": "string",
          "description": "status of task\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceTaskEntityTaskAssociationTag:NdbMaintenanceTaskEntityTaskAssociationTag"
          },
          "description": "tags of task\n"
        },
        "taskType": {
          "type": "string",
          "description": "type of the task. OS or DB\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "dateCreated",
            "dateModified",
            "description",
            "entity",
            "entityId",
            "entityType",
            "id",
            "maintenanceWindowId",
            "maintenanceWindowOwnerId",
            "name",
            "ownerId",
            "payloads",
            "properties",
            "status",
            "tags",
            "taskType"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceTaskEntityTaskAssociationPayload:NdbMaintenanceTaskEntityTaskAssociationPayload": {
      "properties": {
        "prePostCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceTaskEntityTaskAssociationPayloadPrePostCommand:NdbMaintenanceTaskEntityTaskAssociationPayloadPrePostCommand"
          },
          "description": "Pre Post command of Task\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prePostCommands"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceTaskEntityTaskAssociationPayloadPrePostCommand:NdbMaintenanceTaskEntityTaskAssociationPayloadPrePostCommand": {
      "properties": {
        "postCommand": {
          "type": "string",
          "description": "post command of task\n"
        },
        "preCommand": {
          "type": "string",
          "description": "pre command of task\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "postCommand",
            "preCommand"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceTaskEntityTaskAssociationProperty:NdbMaintenanceTaskEntityTaskAssociationProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "name of of maintenance window\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceTaskEntityTaskAssociationTag:NdbMaintenanceTaskEntityTaskAssociationTag": {
      "properties": {
        "entityId": {
          "type": "string",
          "description": "entity id\n"
        },
        "entityType": {
          "type": "string",
          "description": "type of the entity. i.e. DBSERVER\n"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceTaskTask:NdbMaintenanceTaskTask": {
      "properties": {
        "postCommand": {
          "type": "string",
          "description": "command that you want to run after patching the OS/DB\n"
        },
        "preCommand": {
          "type": "string",
          "description": "command that you want to run before patching the OS/DB\n"
        },
        "taskType": {
          "type": "string",
          "description": "type of task. Supports [ \"OS_PATCHING\", \"DB_PATCHING\" ]\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbMaintenanceWindowEntityTaskAssoc:NdbMaintenanceWindowEntityTaskAssoc": {
      "properties": {
        "accessLevel": {
          "type": "string",
          "description": "access level\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "created date of maintenance window\n"
        },
        "dateModified": {
          "type": "string",
          "description": "modified date of maintenance window\n"
        },
        "description": {
          "type": "string",
          "description": "Description for maintenance window\n"
        },
        "entity": {
          "type": "string"
        },
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "maintenanceWindowId": {
          "type": "string"
        },
        "maintenanceWindowOwnerId": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name for the maintenance window.\n"
        },
        "ownerId": {
          "type": "string",
          "description": "owner id of maintenance window\n"
        },
        "payloads": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowEntityTaskAssocPayload:NdbMaintenanceWindowEntityTaskAssocPayload"
          }
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowEntityTaskAssocProperty:NdbMaintenanceWindowEntityTaskAssocProperty"
          },
          "description": "properties of maintenance window\n"
        },
        "status": {
          "type": "string",
          "description": "status of maintennace window\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowEntityTaskAssocTag:NdbMaintenanceWindowEntityTaskAssocTag"
          },
          "description": "tags of maintenance window\n"
        },
        "taskType": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "dateCreated",
            "dateModified",
            "description",
            "entity",
            "entityId",
            "entityType",
            "id",
            "maintenanceWindowId",
            "maintenanceWindowOwnerId",
            "name",
            "ownerId",
            "payloads",
            "properties",
            "status",
            "tags",
            "taskType"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceWindowEntityTaskAssocPayload:NdbMaintenanceWindowEntityTaskAssocPayload": {
      "properties": {
        "prePostCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowEntityTaskAssocPayloadPrePostCommand:NdbMaintenanceWindowEntityTaskAssocPayloadPrePostCommand"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prePostCommands"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceWindowEntityTaskAssocPayloadPrePostCommand:NdbMaintenanceWindowEntityTaskAssocPayloadPrePostCommand": {
      "properties": {
        "postCommand": {
          "type": "string"
        },
        "preCommand": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "postCommand",
            "preCommand"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceWindowEntityTaskAssocProperty:NdbMaintenanceWindowEntityTaskAssocProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name for the maintenance window.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceWindowEntityTaskAssocTag:NdbMaintenanceWindowEntityTaskAssocTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceWindowProperty:NdbMaintenanceWindowProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name for the maintenance window.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceWindowSchedule:NdbMaintenanceWindowSchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string",
          "description": "Day of the week to trigger maintenance window. Supports [ MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY ]\n"
        },
        "duration": {
          "type": "integer",
          "description": "duration in hours. Default is 2\n"
        },
        "hour": {
          "type": "integer"
        },
        "minute": {
          "type": "integer"
        },
        "recurrence": {
          "type": "string",
          "description": "Supported values [ MONTHLY, WEEKLY ]\n"
        },
        "startTime": {
          "type": "string",
          "description": "start time for maintenance window to trigger\n"
        },
        "threshold": {
          "type": "string"
        },
        "timezone": {
          "type": "string",
          "description": "timezone . Default is Asia/Calcutta .\n"
        },
        "weekOfMonth": {
          "type": "integer",
          "description": "week of the month. Supports [1, 2, 3, 4] .\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfWeek",
            "duration",
            "hour",
            "minute",
            "recurrence",
            "threshold",
            "timezone",
            "weekOfMonth"
          ]
        }
      }
    },
    "nutanix:index/NdbMaintenanceWindowTag:NdbMaintenanceWindowTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbNetworkIpPool:NdbNetworkIpPool": {
      "properties": {
        "addresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbNetworkIpPoolAddress:NdbNetworkIpPoolAddress"
          }
        },
        "endIp": {
          "type": "string",
          "description": "ending IP address range for new database servers\n"
        },
        "id": {
          "type": "string"
        },
        "modifiedBy": {
          "type": "string"
        },
        "startIp": {
          "type": "string",
          "description": "starting IP address range for new database servers\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "addresses",
            "endIp",
            "id",
            "modifiedBy",
            "startIp"
          ]
        }
      }
    },
    "nutanix:index/NdbNetworkIpPoolAddress:NdbNetworkIpPoolAddress": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ip",
            "status"
          ]
        }
      }
    },
    "nutanix:index/NdbNetworkPropertiesMap:NdbNetworkPropertiesMap": {
      "properties": {
        "vlanGateway": {
          "type": "string"
        },
        "vlanPrimaryDns": {
          "type": "string"
        },
        "vlanSecondaryDns": {
          "type": "string"
        },
        "vlanSubnetMask": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "vlanGateway",
            "vlanPrimaryDns",
            "vlanSecondaryDns",
            "vlanSubnetMask"
          ]
        }
      }
    },
    "nutanix:index/NdbNetworkProperty:NdbNetworkProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the vlan to be attached in NDB\n"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbProfileClusterAvailability:NdbProfileClusterAvailability": {
      "properties": {
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "nxClusterId": {
          "type": "string",
          "description": "cluster on which profile created\n"
        },
        "ownerId": {
          "type": "string"
        },
        "profileId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of profile\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dateCreated",
            "dateModified",
            "nxClusterId",
            "ownerId",
            "profileId",
            "status"
          ]
        }
      }
    },
    "nutanix:index/NdbProfileComputeProfile:NdbProfileComputeProfile": {
      "properties": {
        "corePerCpu": {
          "type": "string",
          "description": "number of cores per vCPU for the database server VM.\n"
        },
        "cpus": {
          "type": "string",
          "description": "number of vCPUs for the database server VM.\n"
        },
        "memorySize": {
          "type": "string",
          "description": "amount of memory for the database server VM.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbProfileDatabaseParameterProfile:NdbProfileDatabaseParameterProfile": {
      "properties": {
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileDatabaseParameterProfilePostgresDatabase:NdbProfileDatabaseParameterProfilePostgresDatabase"
          },
          "description": "Database parameters suuported for postgress.\n* `postgres_database.max_connections`: (Optional) Determines the maximum number of concurrent connections to the database server. The default is set to 100\n* `postgres_database.max_replication_slots`: (Optional) Specifies the maximum number of replication slots that the server can support. The default is zero.<span pulumi-lang-nodejs=\" walLevel \" pulumi-lang-dotnet=\" WalLevel \" pulumi-lang-go=\" walLevel \" pulumi-lang-python=\" wal_level \" pulumi-lang-yaml=\" walLevel \" pulumi-lang-java=\" walLevel \"> wal_level </span>must be set to archive or higher to allow replication slots to be used. Setting it to a lower value than the number of currently existing replication slots will prevent the server from starting.\n* `postgres_database.effective_io_concurrency`: (Optional) Sets the number of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously. Raising this value will increase the number of I/O operations that any individual PostgreSQL session attempts to initiate in parallel.\n* `postgres_database.timezone`: (Optional) Sets the time zone for displaying and interpreting time stamps. Defult is UTC .\n* `postgres_database.max_prepared_transactions`: (Optional) Sets the maximum number of transactions that can be in the prepared state simultaneously. Setting this parameter to zero (which is the default) disables the prepared-transaction feature.\n* `postgres_database.max_locks_per_transaction`: (Optional) This parameter controls the average number of object locks allocated for each transaction; individual transactions can lock more objects as long as the locks of all transactions fit in the lock table. Default is 64.\n* `postgres_database.max_wal_senders`: (Optional) Specifies the maximum number of concurrent connections from standby servers or streaming base backup clients (i.e., the maximum number of simultaneously running WAL sender processes). The default is 10.\n* `postgres_database.max_worker_processes`: (Optional) Sets the maximum number of background processes that the system can support. The default is 8.\n* `postgres_database.min_wal_size`: (Optional) As long as WAL disk usage stays below this setting, old WAL files are always recycled for future use at a checkpoint, rather than removed. This can be used to ensure that enough WAL space is reserved to handle spikes in WAL usage, for example when running large batch jobs. The default is 80 MB.\n* `postgres_database.max_wal_size`: (Optional) Maximum size to let the WAL grow to between automatic WAL checkpoints. The default is 1 GB\n* `postgres_database.checkpoint_timeout`: (Optional) Sets the maximum time between automatic WAL checkpoints . High Value gives Good Performance, but takes More Recovery Time, Reboot time. can reduce the I/O load on your system, especially when using large values for shared_buffers. Default is 5min\n* `postgres_database.autovacuum`: (Optional) Controls whether the server should run the autovacuum launcher daemon. This is on by default; however,<span pulumi-lang-nodejs=\" trackCounts \" pulumi-lang-dotnet=\" TrackCounts \" pulumi-lang-go=\" trackCounts \" pulumi-lang-python=\" track_counts \" pulumi-lang-yaml=\" trackCounts \" pulumi-lang-java=\" trackCounts \"> track_counts </span>must also be enabled for autovacuum to work.\n* `postgres_database.checkpoint_completion_target`: (Optional)\nSpecifies the target of checkpoint completion, as a fraction of total time between checkpoints. Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval . Formula - (checkpoint_timeout - 2min) / checkpoint_timeout. The default is 0.5.\n* `postgres_database.autovacuum_freeze_max_age`: (Optional) Age at which to autovacuum a table to prevent transaction ID wraparound. Default is 200000000\n* `postgres_database.autovacuum_vacuum_threshold`: (Optional) Min number of row updates before vacuum. Minimum number of tuple updates or deletes prior to vacuum. Take value in KB. Default is 50 .\n* `postgres_database.autovacuum_vacuum_scale_factor`: (Optional) Number of tuple updates or deletes prior to vacuum as a fraction of reltuples. Default is 0.2\n* `postgres_database.autovacuum_work_mem`: (Optional) Sets the maximum memory to be used by each autovacuum worker process. Unit is in KB. Default is -1\n* `postgres_database.autovacuum_max_workers`: (Optional) Sets the maximum number of simultaneously running autovacuum worker processes. Default is 3\n* `postgres_database.autovacuum_vacuum_cost_delay`: (Optional) Vacuum cost delay in milliseconds, for autovacuum. Specifies the cost delay value that will be used in automatic VACUUM operation. Default is 2ms\n* `postgres_database.wal_buffers`: (Optional)\nSets the number of disk-page buffers in shared memory for WAL. The amount of shared memory used for WAL data that has not yet been written to disk. The default is -1.\n* `postgres_database.synchronous_commit`: (Optional) Sets the current transaction's synchronization level. Specifies whether transaction commit will wait for WAL records to be written to disk before the command returns a success indication to the client. Default is on.\n* `postgres_database.random_page_cost`: (Optional) Sets the planner's estimate of the cost of a nonsequentially fetched disk page. Sets the planner's estimate of the cost of a non-sequentially-fetched disk page. The default is 4.0.\n* `postgres_database.wal_keep_segments`: (Optional) Sets the number of WAL files held for standby servers, Specifies the minimum number of past log file segments kept in the<span pulumi-lang-nodejs=\" pgWal \" pulumi-lang-dotnet=\" PgWal \" pulumi-lang-go=\" pgWal \" pulumi-lang-python=\" pg_wal \" pulumi-lang-yaml=\" pgWal \" pulumi-lang-java=\" pgWal \"> pg_wal </span>directory. Default is 700 .\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbProfileDatabaseParameterProfilePostgresDatabase:NdbProfileDatabaseParameterProfilePostgresDatabase": {
      "properties": {
        "autovacuum": {
          "type": "string"
        },
        "autovacuumFreezeMaxAge": {
          "type": "string"
        },
        "autovacuumMaxWorkers": {
          "type": "string"
        },
        "autovacuumVacuumCostDelay": {
          "type": "string"
        },
        "autovacuumVacuumScaleFactor": {
          "type": "string"
        },
        "autovacuumVacuumThreshold": {
          "type": "string"
        },
        "autovacuumWorkMem": {
          "type": "string"
        },
        "checkpointCompletionTarget": {
          "type": "string"
        },
        "checkpointTimeout": {
          "type": "string"
        },
        "effectiveIoConcurrency": {
          "type": "string"
        },
        "maxConnections": {
          "type": "string"
        },
        "maxLocksPerTransaction": {
          "type": "string"
        },
        "maxPreparedTransactions": {
          "type": "string"
        },
        "maxReplicationSlots": {
          "type": "string"
        },
        "maxWalSenders": {
          "type": "string"
        },
        "maxWalSize": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "minWalSize": {
          "type": "string"
        },
        "randomPageCost": {
          "type": "string"
        },
        "synchronousCommit": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        },
        "walBuffers": {
          "type": "string"
        },
        "walKeepSegments": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbProfileNetworkProfile:NdbProfileNetworkProfile": {
      "properties": {
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileNetworkProfilePostgresDatabase:NdbProfileNetworkProfilePostgresDatabase"
          },
          "description": "Postgres Info to create network profile\n\n* `postgres_database.single_instance`: (Optional) Info for postgres database to create single instance network profile.\n* `postgres_database.single_instance.vlan_name`: (Required) specify the VLAN to provide the IP address used to connect the database from the public network.\n* `postgres_database.single_instance.enable_ip_address_selection`: (Optional) If Advanced Network Segmentation is enabled, then this vLAN needs to be a static vLAN and needs to be true.\n\n* `postgres_database.ha_instance`: (Optional) Info for craeting Network profile for HA instance\n* `postgres_database.ha_instance.vlan_name`: (Required) specify the VLANs for network\n* `postgres_database.ha_instance.cluster_name`: (Required) specify the cluster name associated with given VLANs\n* `postgres_database.ha_instance.cluster_id`: (Optional) specify the cluster ids associated with given VLANs\n* `postgres_database.ha_instance.num_of_clusters`: (Required) number of cluster attached to network profile\n"
        },
        "topology": {
          "type": "string",
          "description": "Topology supported for network profile. Allowed values are \"cluster\" and \"single\"\n"
        },
        "versionClusterAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileNetworkProfileVersionClusterAssociation:NdbProfileNetworkProfileVersionClusterAssociation"
          },
          "description": "cluster associated with VLAN. this is used with Single instance for postgres database.\n* `version_cluster_association.nx_cluster_id`: (Required) cluster id for associated VLAN.\n"
        }
      },
      "type": "object",
      "required": [
        "topology"
      ]
    },
    "nutanix:index/NdbProfileNetworkProfilePostgresDatabase:NdbProfileNetworkProfilePostgresDatabase": {
      "properties": {
        "haInstances": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileNetworkProfilePostgresDatabaseHaInstance:NdbProfileNetworkProfilePostgresDatabaseHaInstance"
          }
        },
        "singleInstances": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileNetworkProfilePostgresDatabaseSingleInstance:NdbProfileNetworkProfilePostgresDatabaseSingleInstance"
          }
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbProfileNetworkProfilePostgresDatabaseHaInstance:NdbProfileNetworkProfilePostgresDatabaseHaInstance": {
      "properties": {
        "clusterIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clusterNames": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "numOfClusters": {
          "type": "string"
        },
        "vlanNames": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbProfileNetworkProfilePostgresDatabaseSingleInstance:NdbProfileNetworkProfilePostgresDatabaseSingleInstance": {
      "properties": {
        "enableIpAddressSelection": {
          "type": "string"
        },
        "vlanName": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbProfileNetworkProfileVersionClusterAssociation:NdbProfileNetworkProfileVersionClusterAssociation": {
      "properties": {
        "nxClusterId": {
          "type": "string",
          "description": "cluster on which profile created\n"
        }
      },
      "type": "object",
      "required": [
        "nxClusterId"
      ]
    },
    "nutanix:index/NdbProfileSoftwareProfile:NdbProfileSoftwareProfile": {
      "properties": {
        "availableClusterIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "specify Nutanix clusters where this profile is available.\n"
        },
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileSoftwareProfilePostgresDatabase:NdbProfileSoftwareProfilePostgresDatabase"
          },
          "description": "Software profile info about postgres database.\n* `postgres_database.source_dbserver_id`: source dbserver id where postgress software will be installed.\n* `postgres_database.base_profile_version_name`: name for the software profile version.\n* `postgres_database.base_profile_version_description`: description for the software profile version.\n* `postgres_database.os_notes`: a note to provide additional information about the operating system\n* `postgres_database.db_software_notes`: a note to provide additional information about the database software.\n"
        },
        "topology": {
          "type": "string",
          "description": "Topology of software profile. Allowed values are \"cluster\" and \"single\"\n"
        }
      },
      "type": "object",
      "required": [
        "topology"
      ]
    },
    "nutanix:index/NdbProfileSoftwareProfilePostgresDatabase:NdbProfileSoftwareProfilePostgresDatabase": {
      "properties": {
        "baseProfileVersionDescription": {
          "type": "string"
        },
        "baseProfileVersionName": {
          "type": "string"
        },
        "dbSoftwareNotes": {
          "type": "string"
        },
        "osNotes": {
          "type": "string"
        },
        "sourceDbserverId": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbProfileVersion:NdbProfileVersion": {
      "properties": {
        "dbVersion": {
          "type": "string"
        },
        "deprecated": {
          "type": "boolean"
        },
        "description": {
          "type": "string",
          "description": "Description of profile\n"
        },
        "engineType": {
          "type": "string",
          "description": "Engine Type of database\n"
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of profile\n"
        },
        "owner": {
          "type": "string",
          "description": "owner  of profile\n"
        },
        "profileId": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileVersionProperty:NdbProfileVersionProperty"
          }
        },
        "propertiesMap": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "published": {
          "type": "boolean",
          "description": "Publish for all users\n"
        },
        "status": {
          "type": "string",
          "description": "status of profile\n"
        },
        "systemProfile": {
          "type": "boolean"
        },
        "topology": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "version": {
          "type": "string"
        },
        "versionClusterAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileVersionVersionClusterAssociation:NdbProfileVersionVersionClusterAssociation"
          },
          "description": "cluster associated with VLAN. this is used with Single instance for postgres database.\n* `version_cluster_association.nx_cluster_id`: (Required) cluster id for associated VLAN.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dbVersion",
            "deprecated",
            "description",
            "engineType",
            "id",
            "name",
            "owner",
            "profileId",
            "properties",
            "propertiesMap",
            "published",
            "status",
            "systemProfile",
            "topology",
            "type",
            "version",
            "versionClusterAssociations"
          ]
        }
      }
    },
    "nutanix:index/NdbProfileVersionProperty:NdbProfileVersionProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of profile\n"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbProfileVersionVersionClusterAssociation:NdbProfileVersionVersionClusterAssociation": {
      "properties": {
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "nxClusterId": {
          "type": "string",
          "description": "cluster on which profile created\n"
        },
        "optimizedForProvisioning": {
          "type": "boolean"
        },
        "ownerId": {
          "type": "string"
        },
        "profileVersionId": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileVersionVersionClusterAssociationProperty:NdbProfileVersionVersionClusterAssociationProperty"
          }
        },
        "status": {
          "type": "string",
          "description": "status of profile\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dateCreated",
            "dateModified",
            "nxClusterId",
            "optimizedForProvisioning",
            "ownerId",
            "profileVersionId",
            "properties",
            "status"
          ]
        }
      }
    },
    "nutanix:index/NdbProfileVersionVersionClusterAssociationProperty:NdbProfileVersionVersionClusterAssociationProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of profile\n"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseActionargument:NdbRegisterDatabaseActionargument": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) name of argument\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ]
    },
    "nutanix:index/NdbRegisterDatabaseDatabaseNode:NdbRegisterDatabaseDatabaseNode": {
      "properties": {
        "accessLevel": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "databaseId": {
          "type": "string"
        },
        "databaseStatus": {
          "type": "string",
          "description": "status of database\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "dbserver": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverId": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "description\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseDatabaseNodeInfo:NdbRegisterDatabaseDatabaseNodeInfo"
          },
          "description": "info of instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "primary": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseDatabaseNodeProperty:NdbRegisterDatabaseDatabaseNodeProperty"
          },
          "description": "properties of database created\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "protectionDomains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseDatabaseNodeProtectionDomain:NdbRegisterDatabaseDatabaseNodeProtectionDomain"
          }
        },
        "softwareInstallationId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseDatabaseNodeTag:NdbRegisterDatabaseDatabaseNodeTag"
          },
          "description": "tags\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "databaseId",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "dbserver",
            "dbserverId",
            "description",
            "id",
            "infos",
            "name",
            "primary",
            "properties",
            "protectionDomainId",
            "protectionDomains",
            "softwareInstallationId",
            "status",
            "tags"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseDatabaseNodeInfo:NdbRegisterDatabaseDatabaseNodeInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "info of instance\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseDatabaseNodeProperty:NdbRegisterDatabaseDatabaseNodeProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseDatabaseNodeProtectionDomain:NdbRegisterDatabaseDatabaseNodeProtectionDomain": {
      "properties": {
        "assocEntities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "cloudId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description\n"
        },
        "eraCreated": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "primaryHost": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseDatabaseNodeProtectionDomainProperty:NdbRegisterDatabaseDatabaseNodeProtectionDomainProperty"
          },
          "description": "properties of database created\n"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "assocEntities",
            "cloudId",
            "dateCreated",
            "dateModified",
            "description",
            "eraCreated",
            "id",
            "name",
            "ownerId",
            "primaryHost",
            "properties",
            "status",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseDatabaseNodeProtectionDomainProperty:NdbRegisterDatabaseDatabaseNodeProtectionDomainProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseDatabaseNodeTag:NdbRegisterDatabaseDatabaseNodeTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseInfo:NdbRegisterDatabaseInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseInfoBpgConfig:NdbRegisterDatabaseInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgConfigs",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseInfoBpgConfig:NdbRegisterDatabaseInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseInfoBpgConfigBpgDbParam:NdbRegisterDatabaseInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseInfoBpgConfigStorage:NdbRegisterDatabaseInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseInfoBpgConfigVmProperty:NdbRegisterDatabaseInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgDbParams",
            "storages",
            "vmProperties"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseInfoBpgConfigBpgDbParam:NdbRegisterDatabaseInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "effectiveCacheSize",
            "maintenanceWorkMem",
            "maxParallelWorkersPerGather",
            "maxWorkerProcesses",
            "sharedBuffers",
            "workMem"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseInfoBpgConfigStorage:NdbRegisterDatabaseInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseInfoBpgConfigStorageArchiveStorage:NdbRegisterDatabaseInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseInfoBpgConfigStorageDataDisk:NdbRegisterDatabaseInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseInfoBpgConfigStorageLogDisk:NdbRegisterDatabaseInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "archiveStorages",
            "dataDisks",
            "logDisks"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseInfoBpgConfigStorageArchiveStorage:NdbRegisterDatabaseInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseInfoBpgConfigStorageDataDisk:NdbRegisterDatabaseInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseInfoBpgConfigStorageLogDisk:NdbRegisterDatabaseInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count",
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseInfoBpgConfigVmProperty:NdbRegisterDatabaseInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dirtyBackgroundRatio",
            "dirtyExpireCentisecs",
            "dirtyRatio",
            "dirtyWritebackCentisecs",
            "nrHugepages",
            "overcommitMemory",
            "swappiness"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseLcmConfig:NdbRegisterDatabaseLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseLcmConfigExpiryDetail:NdbRegisterDatabaseLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseLcmConfigPostDeleteCommand:NdbRegisterDatabaseLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseLcmConfigPreDeleteCommand:NdbRegisterDatabaseLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseLcmConfigRefreshDetail:NdbRegisterDatabaseLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "expiryDetails",
            "postDeleteCommands",
            "preDeleteCommands",
            "refreshDetails"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseLcmConfigExpiryDetail:NdbRegisterDatabaseLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean",
          "description": "- (Optional) Delete the database's Time Machine (snapshots/logs) from the NDB. Default value is true\n"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deleteDatabase",
            "deleteTimeMachine",
            "deleteVm",
            "effectiveTimestamp",
            "expireInDays",
            "expiryDateTimezone",
            "expiryTimestamp",
            "remindBeforeInDays",
            "userCreated"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseLcmConfigPostDeleteCommand:NdbRegisterDatabaseLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseLcmConfigPreDeleteCommand:NdbRegisterDatabaseLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseLcmConfigRefreshDetail:NdbRegisterDatabaseLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "lastRefreshDate",
            "nextRefreshDate",
            "refreshDateTimezone",
            "refreshInDays",
            "refreshInHours",
            "refreshInMonths",
            "refreshTime"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseLinkedDatabase:NdbRegisterDatabaseLinkedDatabase": {
      "properties": {
        "databaseName": {
          "type": "string",
          "description": "name of database\n"
        },
        "databaseStatus": {
          "type": "string",
          "description": "status of database\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseLinkedDatabaseInfo:NdbRegisterDatabaseLinkedDatabaseInfo"
          },
          "description": "info of instance\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "parent database id\n"
        },
        "parentLinkedDatabaseId": {
          "type": "string"
        },
        "snapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "databaseName",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "infos",
            "metric",
            "name",
            "parentDatabaseId",
            "parentLinkedDatabaseId",
            "snapshotId",
            "status",
            "timezone"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseLinkedDatabaseInfo:NdbRegisterDatabaseLinkedDatabaseInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "info of instance\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabasePostgressInfo:NdbRegisterDatabasePostgressInfo": {
      "properties": {
        "allowMultipleDatabases": {
          "type": "boolean",
          "description": "allow multiple databases. Default is true\n"
        },
        "backupPolicy": {
          "type": "string",
          "description": "backup policy of database. Default is prefer_secondary.\n"
        },
        "dbName": {
          "type": "string",
          "description": "name of the database server VM on which the instance you want to register is running.\n"
        },
        "dbPassword": {
          "type": "string",
          "description": "database password\n",
          "secret": true
        },
        "dbUser": {
          "type": "string",
          "description": "username of the NDB drive user account that has sudo access.\n"
        },
        "listenerPort": {
          "type": "string",
          "description": "listner port of database\n"
        },
        "postgresSoftwareHome": {
          "type": "string",
          "description": "path to the PostgreSQL home directory in which the PostgreSQL software is installed.\n"
        },
        "softwareHome": {
          "type": "string",
          "description": "path to the directory in which the PostgreSQL software is installed.\n"
        },
        "switchLog": {
          "type": "boolean",
          "description": "switch log of database. Default is true\n"
        },
        "vmIp": {
          "type": "string",
          "description": "VM IP of the database server VM on which the instance you want to register is running.\n"
        }
      },
      "type": "object",
      "required": [
        "dbName",
        "dbPassword",
        "listenerPort",
        "postgresSoftwareHome"
      ]
    },
    "nutanix:index/NdbRegisterDatabaseProperty:NdbRegisterDatabaseProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTag:NdbRegisterDatabaseTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachine:NdbRegisterDatabaseTimeMachine": {
      "properties": {
        "accessLevel": {
          "type": "string"
        },
        "clone": {
          "type": "boolean",
          "description": "whether instance is cloned or not\n"
        },
        "clones": {
          "type": "string"
        },
        "clustered": {
          "type": "boolean",
          "description": "clustered or not. Default is false\n"
        },
        "database": {
          "type": "string"
        },
        "databaseId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description\n"
        },
        "eaStatus": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "metric": {
          "type": "string",
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineProperty:NdbRegisterDatabaseTimeMachineProperty"
          },
          "description": "properties of database created\n"
        },
        "scheduleId": {
          "type": "string"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineSchedule:NdbRegisterDatabaseTimeMachineSchedule"
          },
          "description": "- (Optional) schedule for snapshots\n"
        },
        "scope": {
          "type": "string"
        },
        "slaId": {
          "type": "string"
        },
        "slaUpdateInProgress": {
          "type": "boolean"
        },
        "slaUpdateMetadata": {
          "type": "string"
        },
        "slas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineSla:NdbRegisterDatabaseTimeMachineSla"
          }
        },
        "sourceNxClusters": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineTag:NdbRegisterDatabaseTimeMachineTag"
          },
          "description": "tags\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "clone",
            "clones",
            "clustered",
            "database",
            "databaseId",
            "dateCreated",
            "dateModified",
            "description",
            "eaStatus",
            "id",
            "metric",
            "name",
            "properties",
            "scheduleId",
            "schedules",
            "scope",
            "slaId",
            "slaUpdateInProgress",
            "slaUpdateMetadata",
            "slas",
            "sourceNxClusters",
            "status",
            "tags",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineInfo:NdbRegisterDatabaseTimeMachineInfo": {
      "properties": {
        "autotunelogdrive": {
          "type": "boolean",
          "description": "- (Optional) enable auto tune log drive. Default: true\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) description of time machine\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) name of time machine\n"
        },
        "schedule": {
          "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfoSchedule:NdbRegisterDatabaseTimeMachineInfoSchedule",
          "description": "- (Optional) schedule for snapshots\n"
        },
        "slaDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfoSlaDetail:NdbRegisterDatabaseTimeMachineInfoSlaDetail"
          },
          "description": "-  (optional) SLA details for HA instance\n"
        },
        "slaid": {
          "type": "string",
          "description": "- (Optional) SLA ID for single instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfoTag:NdbRegisterDatabaseTimeMachineInfoTag"
          },
          "description": "- (Optional) tags\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "schedule"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "schedule",
            "tags"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineInfoSchedule:NdbRegisterDatabaseTimeMachineInfoSchedule": {
      "properties": {
        "continuousschedule": {
          "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfoScheduleContinuousschedule:NdbRegisterDatabaseTimeMachineInfoScheduleContinuousschedule",
          "description": "- (Optional) snapshot freq and log config\n"
        },
        "monthlyschedule": {
          "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfoScheduleMonthlyschedule:NdbRegisterDatabaseTimeMachineInfoScheduleMonthlyschedule",
          "description": "- (Optional) monthly snapshot config\n"
        },
        "quartelyschedule": {
          "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfoScheduleQuartelyschedule:NdbRegisterDatabaseTimeMachineInfoScheduleQuartelyschedule",
          "description": "- (Optional) quaterly snapshot config\n"
        },
        "snapshottimeofday": {
          "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfoScheduleSnapshottimeofday:NdbRegisterDatabaseTimeMachineInfoScheduleSnapshottimeofday",
          "description": "- (Optional) daily snapshot config\n"
        },
        "weeklyschedule": {
          "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfoScheduleWeeklyschedule:NdbRegisterDatabaseTimeMachineInfoScheduleWeeklyschedule",
          "description": "- (Optional) weekly snapshot config\n"
        },
        "yearlyschedule": {
          "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfoScheduleYearlyschedule:NdbRegisterDatabaseTimeMachineInfoScheduleYearlyschedule",
          "description": "- (Optional) yearly snapshot config\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineInfoScheduleContinuousschedule:NdbRegisterDatabaseTimeMachineInfoScheduleContinuousschedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logbackupinterval": {
          "type": "integer"
        },
        "snapshotsperday": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "enabled",
        "logbackupinterval",
        "snapshotsperday"
      ]
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineInfoScheduleMonthlyschedule:NdbRegisterDatabaseTimeMachineInfoScheduleMonthlyschedule": {
      "properties": {
        "dayofmonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayofmonth",
        "enabled"
      ]
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineInfoScheduleQuartelyschedule:NdbRegisterDatabaseTimeMachineInfoScheduleQuartelyschedule": {
      "properties": {
        "dayofmonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startmonth": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayofmonth",
        "enabled",
        "startmonth"
      ]
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineInfoScheduleSnapshottimeofday:NdbRegisterDatabaseTimeMachineInfoScheduleSnapshottimeofday": {
      "properties": {
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "hours",
        "minutes",
        "seconds"
      ]
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineInfoScheduleWeeklyschedule:NdbRegisterDatabaseTimeMachineInfoScheduleWeeklyschedule": {
      "properties": {
        "dayofweek": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayofweek",
        "enabled"
      ]
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineInfoScheduleYearlyschedule:NdbRegisterDatabaseTimeMachineInfoScheduleYearlyschedule": {
      "properties": {
        "dayofmonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayofmonth",
        "enabled",
        "month"
      ]
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineInfoSlaDetail:NdbRegisterDatabaseTimeMachineInfoSlaDetail": {
      "properties": {
        "primarySlas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfoSlaDetailPrimarySla:NdbRegisterDatabaseTimeMachineInfoSlaDetailPrimarySla"
          },
          "description": "- (Required) primary sla details\n* `primary_sla.sla_id` :- (Required) sla id\n* `primary_sla.nx_cluster_ids` -: (Optioanl) cluster ids\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineInfoSlaDetailPrimarySla:NdbRegisterDatabaseTimeMachineInfoSlaDetailPrimarySla": {
      "properties": {
        "nxClusterIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "slaId": {
          "type": "string",
          "description": "description of SLA ID.\n"
        }
      },
      "type": "object",
      "required": [
        "slaId"
      ]
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineInfoTag:NdbRegisterDatabaseTimeMachineInfoTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineProperty:NdbRegisterDatabaseTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineSchedule:NdbRegisterDatabaseTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineScheduleContinuousSchedule:NdbRegisterDatabaseTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineScheduleDailySchedule:NdbRegisterDatabaseTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description\n"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineScheduleMonthlySchedule:NdbRegisterDatabaseTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineScheduleQuartelySchedule:NdbRegisterDatabaseTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineScheduleSnapshotTimeOfDay:NdbRegisterDatabaseTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string",
          "description": "timezone on which instance is created xw\n"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineScheduleWeeklySchedule:NdbRegisterDatabaseTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineScheduleYearlySchedule:NdbRegisterDatabaseTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousSchedules",
            "dailySchedules",
            "dateCreated",
            "dateModified",
            "description",
            "globalPolicy",
            "id",
            "monthlySchedules",
            "name",
            "ownerId",
            "quartelySchedules",
            "referenceCount",
            "snapshotTimeOfDays",
            "startTime",
            "systemPolicy",
            "timeZone",
            "uniqueName",
            "weeklySchedules",
            "yearlySchedules"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineScheduleContinuousSchedule:NdbRegisterDatabaseTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled",
            "logBackupInterval",
            "snapshotsPerDay"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineScheduleDailySchedule:NdbRegisterDatabaseTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineScheduleMonthlySchedule:NdbRegisterDatabaseTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineScheduleQuartelySchedule:NdbRegisterDatabaseTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "startMonth",
            "startMonthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineScheduleSnapshotTimeOfDay:NdbRegisterDatabaseTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extra",
            "hours",
            "minutes",
            "seconds"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineScheduleWeeklySchedule:NdbRegisterDatabaseTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfWeek",
            "dayOfWeekValue",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineScheduleYearlySchedule:NdbRegisterDatabaseTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "month",
            "monthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineSla:NdbRegisterDatabaseTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description\n"
        },
        "id": {
          "type": "string"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousRetention",
            "currentActiveFrequency",
            "dailyRetention",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "monthlyRetention",
            "name",
            "ownerId",
            "pitrEnabled",
            "quarterlyRetention",
            "referenceCount",
            "systemSla",
            "uniqueName",
            "weeklyRetention",
            "yearlyRetention"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDatabaseTimeMachineTag:NdbRegisterDatabaseTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "- (Required) value for argument\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDbserverCredential:NdbRegisterDbserverCredential": {
      "properties": {
        "label": {
          "type": "string"
        },
        "password": {
          "type": "string",
          "description": "password of the NDB drive user account. Conflicts with ssh_key.\n"
        },
        "username": {
          "type": "string",
          "description": "username of the NDB drive user account that has sudo access\n"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ]
    },
    "nutanix:index/NdbRegisterDbserverPostgresDatabase:NdbRegisterDbserverPostgresDatabase": {
      "properties": {
        "listenerPort": {
          "type": "string",
          "description": "listener port of db server\n"
        },
        "postgresSoftwareHome": {
          "type": "string",
          "description": "path to the PostgreSQL home directory in which the PostgreSQL software is installed\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbRegisterDbserverProperty:NdbRegisterDbserverProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of db server vm. Should be used in Update Method only.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbRegisterDbserverTag:NdbRegisterDbserverTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseDatabaseNode:NdbScaleDatabaseDatabaseNode": {
      "properties": {
        "accessLevel": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "databaseId": {
          "type": "string"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "dbserver": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverId": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseDatabaseNodeInfo:NdbScaleDatabaseDatabaseNodeInfo"
          },
          "description": "info of instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "primary": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseDatabaseNodeProperty:NdbScaleDatabaseDatabaseNodeProperty"
          },
          "description": "properties of database created\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "protectionDomains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseDatabaseNodeProtectionDomain:NdbScaleDatabaseDatabaseNodeProtectionDomain"
          }
        },
        "softwareInstallationId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseDatabaseNodeTag:NdbScaleDatabaseDatabaseNodeTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "databaseId",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "dbserver",
            "dbserverId",
            "description",
            "id",
            "infos",
            "name",
            "primary",
            "properties",
            "protectionDomainId",
            "protectionDomains",
            "softwareInstallationId",
            "status",
            "tags"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseDatabaseNodeInfo:NdbScaleDatabaseDatabaseNodeInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "info of instance\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseDatabaseNodeProperty:NdbScaleDatabaseDatabaseNodeProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseDatabaseNodeProtectionDomain:NdbScaleDatabaseDatabaseNodeProtectionDomain": {
      "properties": {
        "assocEntities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "cloudId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "eraCreated": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "primaryHost": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseDatabaseNodeProtectionDomainProperty:NdbScaleDatabaseDatabaseNodeProtectionDomainProperty"
          },
          "description": "properties of database created\n"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "assocEntities",
            "cloudId",
            "dateCreated",
            "dateModified",
            "description",
            "eraCreated",
            "id",
            "name",
            "ownerId",
            "primaryHost",
            "properties",
            "status",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseDatabaseNodeProtectionDomainProperty:NdbScaleDatabaseDatabaseNodeProtectionDomainProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseDatabaseNodeTag:NdbScaleDatabaseDatabaseNodeTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseInfo:NdbScaleDatabaseInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseInfoBpgConfig:NdbScaleDatabaseInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgConfigs",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseInfoBpgConfig:NdbScaleDatabaseInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseInfoBpgConfigBpgDbParam:NdbScaleDatabaseInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseInfoBpgConfigStorage:NdbScaleDatabaseInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseInfoBpgConfigVmProperty:NdbScaleDatabaseInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bpgDbParams",
            "storages",
            "vmProperties"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseInfoBpgConfigBpgDbParam:NdbScaleDatabaseInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "effectiveCacheSize",
            "maintenanceWorkMem",
            "maxParallelWorkersPerGather",
            "maxWorkerProcesses",
            "sharedBuffers",
            "workMem"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseInfoBpgConfigStorage:NdbScaleDatabaseInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseInfoBpgConfigStorageArchiveStorage:NdbScaleDatabaseInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseInfoBpgConfigStorageDataDisk:NdbScaleDatabaseInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseInfoBpgConfigStorageLogDisk:NdbScaleDatabaseInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "archiveStorages",
            "dataDisks",
            "logDisks"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseInfoBpgConfigStorageArchiveStorage:NdbScaleDatabaseInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseInfoBpgConfigStorageDataDisk:NdbScaleDatabaseInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseInfoBpgConfigStorageLogDisk:NdbScaleDatabaseInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "count",
            "size"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseInfoBpgConfigVmProperty:NdbScaleDatabaseInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dirtyBackgroundRatio",
            "dirtyExpireCentisecs",
            "dirtyRatio",
            "dirtyWritebackCentisecs",
            "nrHugepages",
            "overcommitMemory",
            "swappiness"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseLcmConfig:NdbScaleDatabaseLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseLcmConfigExpiryDetail:NdbScaleDatabaseLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseLcmConfigPostDeleteCommand:NdbScaleDatabaseLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseLcmConfigPreDeleteCommand:NdbScaleDatabaseLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseLcmConfigRefreshDetail:NdbScaleDatabaseLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "expiryDetails",
            "postDeleteCommands",
            "preDeleteCommands",
            "refreshDetails"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseLcmConfigExpiryDetail:NdbScaleDatabaseLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deleteDatabase",
            "deleteTimeMachine",
            "deleteVm",
            "effectiveTimestamp",
            "expireInDays",
            "expiryDateTimezone",
            "expiryTimestamp",
            "remindBeforeInDays",
            "userCreated"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseLcmConfigPostDeleteCommand:NdbScaleDatabaseLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseLcmConfigPreDeleteCommand:NdbScaleDatabaseLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "command"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseLcmConfigRefreshDetail:NdbScaleDatabaseLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "lastRefreshDate",
            "nextRefreshDate",
            "refreshDateTimezone",
            "refreshInDays",
            "refreshInHours",
            "refreshInMonths",
            "refreshTime"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseLinkedDatabase:NdbScaleDatabaseLinkedDatabase": {
      "properties": {
        "databaseName": {
          "type": "string",
          "description": "name of database\n"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseLinkedDatabaseInfo:NdbScaleDatabaseLinkedDatabaseInfo"
          },
          "description": "info of instance\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "parent database id\n"
        },
        "parentLinkedDatabaseId": {
          "type": "string"
        },
        "snapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "databaseName",
            "databaseStatus",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "infos",
            "metric",
            "name",
            "parentDatabaseId",
            "parentLinkedDatabaseId",
            "snapshotId",
            "status",
            "timezone"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseLinkedDatabaseInfo:NdbScaleDatabaseLinkedDatabaseInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "info of instance\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "info",
            "secureInfo"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseProperty:NdbScaleDatabaseProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTag:NdbScaleDatabaseTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachine:NdbScaleDatabaseTimeMachine": {
      "properties": {
        "accessLevel": {
          "type": "string"
        },
        "clone": {
          "type": "boolean",
          "description": "whether instance is cloned or not\n"
        },
        "clones": {
          "type": "string"
        },
        "clustered": {
          "type": "boolean"
        },
        "database": {
          "type": "string"
        },
        "databaseId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "eaStatus": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "metric": {
          "type": "string",
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachineProperty:NdbScaleDatabaseTimeMachineProperty"
          },
          "description": "properties of database created\n"
        },
        "scheduleId": {
          "type": "string"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachineSchedule:NdbScaleDatabaseTimeMachineSchedule"
          }
        },
        "scope": {
          "type": "string"
        },
        "slaId": {
          "type": "string"
        },
        "slaUpdateInProgress": {
          "type": "boolean"
        },
        "slaUpdateMetadata": {
          "type": "string"
        },
        "slas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachineSla:NdbScaleDatabaseTimeMachineSla"
          }
        },
        "sourceNxClusters": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachineTag:NdbScaleDatabaseTimeMachineTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessLevel",
            "clone",
            "clones",
            "clustered",
            "database",
            "databaseId",
            "dateCreated",
            "dateModified",
            "description",
            "eaStatus",
            "id",
            "metric",
            "name",
            "properties",
            "scheduleId",
            "schedules",
            "scope",
            "slaId",
            "slaUpdateInProgress",
            "slaUpdateMetadata",
            "slas",
            "sourceNxClusters",
            "status",
            "tags",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachineProperty:NdbScaleDatabaseTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "refId",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachineSchedule:NdbScaleDatabaseTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachineScheduleContinuousSchedule:NdbScaleDatabaseTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachineScheduleDailySchedule:NdbScaleDatabaseTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachineScheduleMonthlySchedule:NdbScaleDatabaseTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachineScheduleQuartelySchedule:NdbScaleDatabaseTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachineScheduleSnapshotTimeOfDay:NdbScaleDatabaseTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string",
          "description": "timezone on which instance is created xw\n"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachineScheduleWeeklySchedule:NdbScaleDatabaseTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachineScheduleYearlySchedule:NdbScaleDatabaseTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousSchedules",
            "dailySchedules",
            "dateCreated",
            "dateModified",
            "description",
            "globalPolicy",
            "id",
            "monthlySchedules",
            "name",
            "ownerId",
            "quartelySchedules",
            "referenceCount",
            "snapshotTimeOfDays",
            "startTime",
            "systemPolicy",
            "timeZone",
            "uniqueName",
            "weeklySchedules",
            "yearlySchedules"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachineScheduleContinuousSchedule:NdbScaleDatabaseTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled",
            "logBackupInterval",
            "snapshotsPerDay"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachineScheduleDailySchedule:NdbScaleDatabaseTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachineScheduleMonthlySchedule:NdbScaleDatabaseTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachineScheduleQuartelySchedule:NdbScaleDatabaseTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "startMonth",
            "startMonthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachineScheduleSnapshotTimeOfDay:NdbScaleDatabaseTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extra",
            "hours",
            "minutes",
            "seconds"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachineScheduleWeeklySchedule:NdbScaleDatabaseTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfWeek",
            "dayOfWeekValue",
            "enabled"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachineScheduleYearlySchedule:NdbScaleDatabaseTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dayOfMonth",
            "enabled",
            "month",
            "monthValue"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachineSla:NdbScaleDatabaseTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "id": {
          "type": "string"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "continuousRetention",
            "currentActiveFrequency",
            "dailyRetention",
            "dateCreated",
            "dateModified",
            "description",
            "id",
            "monthlyRetention",
            "name",
            "ownerId",
            "pitrEnabled",
            "quarterlyRetention",
            "referenceCount",
            "systemSla",
            "uniqueName",
            "weeklyRetention",
            "yearlyRetention"
          ]
        }
      }
    },
    "nutanix:index/NdbScaleDatabaseTimeMachineTag:NdbScaleDatabaseTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityId",
            "entityType",
            "tagId",
            "tagName",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbSoftwareVersionProfilePostgresDatabase:NdbSoftwareVersionProfilePostgresDatabase": {
      "properties": {
        "dbSoftwareNotes": {
          "type": "string",
          "description": "db software notes\n"
        },
        "osNotes": {
          "type": "string",
          "description": "os notes for software profile\n"
        },
        "sourceDbserverId": {
          "type": "string",
          "description": "source dbserver id\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/NdbSoftwareVersionProfileProperty:NdbSoftwareVersionProfileProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of profile\n"
        },
        "secure": {
          "type": "boolean",
          "description": "secure or not\n"
        },
        "value": {
          "type": "string",
          "description": "value of property\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbSoftwareVersionProfileVersionClusterAssociation:NdbSoftwareVersionProfileVersionClusterAssociation": {
      "properties": {
        "dateCreated": {
          "type": "string",
          "description": "date created of profile\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified of profile\n"
        },
        "nxClusterId": {
          "type": "string",
          "description": "nutanix cluster id\n"
        },
        "optimizedForProvisioning": {
          "type": "boolean",
          "description": "version optimized for provisioning\n"
        },
        "ownerId": {
          "type": "string",
          "description": "owner id\n"
        },
        "profileVersionId": {
          "type": "string",
          "description": "profile version id\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbSoftwareVersionProfileVersionClusterAssociationProperty:NdbSoftwareVersionProfileVersionClusterAssociationProperty"
          },
          "description": "properties of software profile\n"
        },
        "status": {
          "type": "string",
          "description": "status of profile. Allowed Values are \"deprecated\", \"published\", \"unpublished\"\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dateCreated",
            "dateModified",
            "nxClusterId",
            "optimizedForProvisioning",
            "ownerId",
            "profileVersionId",
            "properties",
            "status"
          ]
        }
      }
    },
    "nutanix:index/NdbSoftwareVersionProfileVersionClusterAssociationProperty:NdbSoftwareVersionProfileVersionClusterAssociationProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of profile\n"
        },
        "secure": {
          "type": "boolean",
          "description": "secure or not\n"
        },
        "value": {
          "type": "string",
          "description": "value of property\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NdbStretchedVlanMetadata:NdbStretchedVlanMetadata": {
      "properties": {
        "gateway": {
          "type": "string"
        },
        "subnetMask": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "gateway",
            "subnetMask"
          ]
        }
      }
    },
    "nutanix:index/NdbStretchedVlanVlansList:NdbStretchedVlanVlansList": {
      "properties": {
        "clusterId": {
          "type": "string",
          "description": "cluster id where network is present\n"
        },
        "id": {
          "type": "string",
          "description": "network id\n"
        },
        "managed": {
          "type": "boolean",
          "description": "network managed by NDB or not\n"
        },
        "name": {
          "type": "string",
          "description": "name for the stretched VLAN\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbStretchedVlanVlansListProperty:NdbStretchedVlanVlansListProperty"
          },
          "description": "properties of network\n"
        },
        "propertiesMaps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbStretchedVlanVlansListPropertiesMap:NdbStretchedVlanVlansListPropertiesMap"
          },
          "description": "properties map of network\n"
        },
        "stretchedVlanId": {
          "type": "string",
          "description": "stretched vlan id\n"
        },
        "type": {
          "type": "string",
          "description": "type of vlan. static VLANs that are managed in NDB can be added to a stretched VLAN.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "clusterId",
            "id",
            "managed",
            "name",
            "properties",
            "propertiesMaps",
            "stretchedVlanId",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NdbStretchedVlanVlansListPropertiesMap:NdbStretchedVlanVlansListPropertiesMap": {
      "properties": {
        "vlanGateway": {
          "type": "string",
          "description": "gateway of vlan\n"
        },
        "vlanPrimaryDns": {
          "type": "string",
          "description": "primary dns of vlan\n"
        },
        "vlanSecondaryDns": {
          "type": "string",
          "description": "secondary dns of vlan\n"
        },
        "vlanSubnetMask": {
          "type": "string",
          "description": "subnet mask of vlan\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "vlanGateway",
            "vlanPrimaryDns",
            "vlanSecondaryDns",
            "vlanSubnetMask"
          ]
        }
      }
    },
    "nutanix:index/NdbStretchedVlanVlansListProperty:NdbStretchedVlanVlansListProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "name for the stretched VLAN\n"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "secure",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityPolicyV2Link:NetworkSecurityPolicyV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityPolicyV2Rule:NetworkSecurityPolicyV2Rule": {
      "properties": {
        "description": {
          "type": "string",
          "description": "A user defined annotation for a rule.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleLink:NetworkSecurityPolicyV2RuleLink"
          },
          "description": "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.\n"
        },
        "specs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpec:NetworkSecurityPolicyV2RuleSpec"
          },
          "description": "Spec for rules.\n"
        },
        "type": {
          "type": "string",
          "description": "The type for a rule—the value chosen here restricts which specification can be chosen. Acceptable values are \"QUARANTINE\", \"TWO_ENV_ISOLATION\", \"APPLICATION\", \"INTRA_GROUP\".\n"
        }
      },
      "type": "object",
      "required": [
        "specs",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "extId",
            "links",
            "specs",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleLink:NetworkSecurityPolicyV2RuleLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpec:NetworkSecurityPolicyV2RuleSpec": {
      "properties": {
        "applicationRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecApplicationRuleSpec:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpec"
          },
          "description": "Application Rule Spec.\n"
        },
        "intraEntityGroupRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecIntraEntityGroupRuleSpec:NetworkSecurityPolicyV2RuleSpecIntraEntityGroupRuleSpec"
          },
          "description": "Intra entity group Rule Spec\n"
        },
        "multiEnvIsolationRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpec:NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpec"
          },
          "description": "Multi Environment Isolation Rule Spec.\n"
        },
        "twoEnvIsolationRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpec:NetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpec"
          },
          "description": "Two Environment Isolation Rule Spec.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "intraEntityGroupRuleSpecs",
            "multiEnvIsolationRuleSpecs"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecApplicationRuleSpec:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpec": {
      "properties": {
        "destAddressGroupReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of address group references.\n"
        },
        "destAllowSpec": {
          "type": "string",
          "description": "A specification to how allow mode traffic should be applied, either ALL or NONE.\n"
        },
        "destCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of categories that define a set of network endpoints as outbound.\n"
        },
        "destSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecDestSubnet:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecDestSubnet"
          },
          "description": "destination subnet value\n"
        },
        "icmpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecIcmpService:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecIcmpService"
          },
          "description": "icmp services\n"
        },
        "isAllProtocolAllowed": {
          "type": "boolean",
          "description": "Denotes if rule allows traffic for all protocol.\n"
        },
        "networkFunctionChainReference": {
          "type": "string",
          "description": "A reference to the network function chain in the rule.\n"
        },
        "securedGroupCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A set of network endpoints which is protected by a Network Security Policy and defined as a list of categories.\n"
        },
        "serviceGroupReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of service group references.\n"
        },
        "srcAddressGroupReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of address group references.\n"
        },
        "srcAllowSpec": {
          "type": "string",
          "description": "A specification to how allow mode traffic should be applied, either ALL or NONE.\n"
        },
        "srcCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of categories that define a set of network endpoints as inbound.\n"
        },
        "srcSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecSrcSubnet:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecSrcSubnet"
          },
          "description": "source subnet value\n"
        },
        "tcpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecTcpService:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecTcpService"
          },
          "description": "tcp services\n"
        },
        "udpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecUdpService:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecUdpService"
          },
          "description": "udp services\n"
        }
      },
      "type": "object",
      "required": [
        "securedGroupCategoryReferences"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "destAddressGroupReferences",
            "destAllowSpec",
            "destCategoryReferences",
            "destSubnets",
            "isAllProtocolAllowed",
            "networkFunctionChainReference",
            "securedGroupCategoryReferences",
            "serviceGroupReferences",
            "srcAddressGroupReferences",
            "srcAllowSpec",
            "srcCategoryReferences",
            "srcSubnets"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecDestSubnet:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecDestSubnet": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecIcmpService:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecIcmpService": {
      "properties": {
        "code": {
          "type": "integer",
          "description": "Icmp service Code. Ignore this field if Code has to be ANY.\n"
        },
        "isAllAllowed": {
          "type": "boolean",
          "description": "Set this field to true if both Type and Code is ANY.\n"
        },
        "type": {
          "type": "integer",
          "description": "Icmp service Type. Ignore this field if Type has to be ANY.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "code",
            "isAllAllowed",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecSrcSubnet:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecSrcSubnet": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecTcpService:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecTcpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ]
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecUdpService:NetworkSecurityPolicyV2RuleSpecApplicationRuleSpecUdpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ]
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecIntraEntityGroupRuleSpec:NetworkSecurityPolicyV2RuleSpecIntraEntityGroupRuleSpec": {
      "properties": {
        "securedGroupAction": {
          "type": "string",
          "description": "List of secured group action.\n"
        },
        "securedGroupCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A specification to whether traffic between intra secured group entities should be allowed or denied.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "securedGroupAction",
            "securedGroupCategoryReferences"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpec:NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpec": {
      "properties": {
        "specs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpec:NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpec"
          },
          "description": "Multi Environment Isolation Rule Spec.\n"
        }
      },
      "type": "object",
      "required": [
        "specs"
      ]
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpec:NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpec": {
      "properties": {
        "allToAllIsolationGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup:NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup"
          },
          "description": "all to all isolation groups\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "allToAllIsolationGroups"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup:NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup": {
      "properties": {
        "isolationGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup:NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup"
          },
          "description": "Denotes the list of secured groups that will be used in All to All mutual isolation.\n"
        }
      },
      "type": "object",
      "required": [
        "isolationGroups"
      ]
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup:NetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup": {
      "properties": {
        "groupCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "External identifiers of categories belonging to the isolation group.\n"
        }
      },
      "type": "object",
      "required": [
        "groupCategoryReferences"
      ]
    },
    "nutanix:index/NetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpec:NetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpec": {
      "properties": {
        "firstIsolationGroups": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Denotes the first group of category uuids that will be used in an isolation policy.\n"
        },
        "secondIsolationGroups": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Denotes the second group of category uuids that will be used in an isolation policy.\n"
        }
      },
      "type": "object",
      "required": [
        "firstIsolationGroups",
        "secondIsolationGroups"
      ]
    },
    "nutanix:index/NetworkSecurityRuleAdRuleInboundAllowList:NetworkSecurityRuleAdRuleInboundAllowList": {
      "properties": {
        "addressGroupInclusionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleInboundAllowListAddressGroupInclusionList:NetworkSecurityRuleAdRuleInboundAllowListAddressGroupInclusionList"
          }
        },
        "expirationTime": {
          "type": "string"
        },
        "filterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "filterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleInboundAllowListFilterParam:NetworkSecurityRuleAdRuleInboundAllowListFilterParam"
          }
        },
        "filterType": {
          "type": "string"
        },
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleInboundAllowListIcmpTypeCodeList:NetworkSecurityRuleAdRuleInboundAllowListIcmpTypeCodeList"
          }
        },
        "ipSubnet": {
          "type": "string"
        },
        "ipSubnetPrefixLength": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "peerSpecificationType": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "serviceGroupLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleInboundAllowListServiceGroupList:NetworkSecurityRuleAdRuleInboundAllowListServiceGroupList"
          }
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleInboundAllowListTcpPortRangeList:NetworkSecurityRuleAdRuleInboundAllowListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleInboundAllowListUdpPortRangeList:NetworkSecurityRuleAdRuleInboundAllowListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "addressGroupInclusionLists",
            "expirationTime",
            "filterKindLists",
            "filterParams",
            "filterType",
            "icmpTypeCodeLists",
            "ipSubnet",
            "ipSubnetPrefixLength",
            "networkFunctionChainReference",
            "peerSpecificationType",
            "protocol",
            "serviceGroupLists",
            "tcpPortRangeLists",
            "udpPortRangeLists"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleInboundAllowListAddressGroupInclusionList:NetworkSecurityRuleAdRuleInboundAllowListAddressGroupInclusionList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleInboundAllowListFilterParam:NetworkSecurityRuleAdRuleInboundAllowListFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ]
    },
    "nutanix:index/NetworkSecurityRuleAdRuleInboundAllowListIcmpTypeCodeList:NetworkSecurityRuleAdRuleInboundAllowListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "code",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleInboundAllowListServiceGroupList:NetworkSecurityRuleAdRuleInboundAllowListServiceGroupList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleInboundAllowListTcpPortRangeList:NetworkSecurityRuleAdRuleInboundAllowListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleInboundAllowListUdpPortRangeList:NetworkSecurityRuleAdRuleInboundAllowListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleOutboundAllowList:NetworkSecurityRuleAdRuleOutboundAllowList": {
      "properties": {
        "addressGroupInclusionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionList:NetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionList"
          }
        },
        "expirationTime": {
          "type": "string"
        },
        "filterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "filterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleOutboundAllowListFilterParam:NetworkSecurityRuleAdRuleOutboundAllowListFilterParam"
          }
        },
        "filterType": {
          "type": "string"
        },
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleOutboundAllowListIcmpTypeCodeList:NetworkSecurityRuleAdRuleOutboundAllowListIcmpTypeCodeList"
          }
        },
        "ipSubnet": {
          "type": "string"
        },
        "ipSubnetPrefixLength": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "peerSpecificationType": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "serviceGroupLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleOutboundAllowListServiceGroupList:NetworkSecurityRuleAdRuleOutboundAllowListServiceGroupList"
          }
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleOutboundAllowListTcpPortRangeList:NetworkSecurityRuleAdRuleOutboundAllowListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleOutboundAllowListUdpPortRangeList:NetworkSecurityRuleAdRuleOutboundAllowListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "addressGroupInclusionLists",
            "expirationTime",
            "filterKindLists",
            "filterParams",
            "filterType",
            "icmpTypeCodeLists",
            "ipSubnet",
            "ipSubnetPrefixLength",
            "networkFunctionChainReference",
            "peerSpecificationType",
            "protocol",
            "serviceGroupLists",
            "tcpPortRangeLists",
            "udpPortRangeLists"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionList:NetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleOutboundAllowListFilterParam:NetworkSecurityRuleAdRuleOutboundAllowListFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ]
    },
    "nutanix:index/NetworkSecurityRuleAdRuleOutboundAllowListIcmpTypeCodeList:NetworkSecurityRuleAdRuleOutboundAllowListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "code",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleOutboundAllowListServiceGroupList:NetworkSecurityRuleAdRuleOutboundAllowListServiceGroupList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleOutboundAllowListTcpPortRangeList:NetworkSecurityRuleAdRuleOutboundAllowListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleOutboundAllowListUdpPortRangeList:NetworkSecurityRuleAdRuleOutboundAllowListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAdRuleTargetGroupFilterParam:NetworkSecurityRuleAdRuleTargetGroupFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ]
    },
    "nutanix:index/NetworkSecurityRuleAppRuleInboundAllowList:NetworkSecurityRuleAppRuleInboundAllowList": {
      "properties": {
        "addressGroupInclusionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleInboundAllowListAddressGroupInclusionList:NetworkSecurityRuleAppRuleInboundAllowListAddressGroupInclusionList"
          }
        },
        "expirationTime": {
          "type": "string"
        },
        "filterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "filterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleInboundAllowListFilterParam:NetworkSecurityRuleAppRuleInboundAllowListFilterParam"
          }
        },
        "filterType": {
          "type": "string"
        },
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleInboundAllowListIcmpTypeCodeList:NetworkSecurityRuleAppRuleInboundAllowListIcmpTypeCodeList"
          }
        },
        "ipSubnet": {
          "type": "string"
        },
        "ipSubnetPrefixLength": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "peerSpecificationType": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "serviceGroupLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleInboundAllowListServiceGroupList:NetworkSecurityRuleAppRuleInboundAllowListServiceGroupList"
          }
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleInboundAllowListTcpPortRangeList:NetworkSecurityRuleAppRuleInboundAllowListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleInboundAllowListUdpPortRangeList:NetworkSecurityRuleAppRuleInboundAllowListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "addressGroupInclusionLists",
            "expirationTime",
            "filterKindLists",
            "filterParams",
            "filterType",
            "icmpTypeCodeLists",
            "ipSubnet",
            "ipSubnetPrefixLength",
            "networkFunctionChainReference",
            "peerSpecificationType",
            "protocol",
            "serviceGroupLists",
            "tcpPortRangeLists",
            "udpPortRangeLists"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleInboundAllowListAddressGroupInclusionList:NetworkSecurityRuleAppRuleInboundAllowListAddressGroupInclusionList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleInboundAllowListFilterParam:NetworkSecurityRuleAppRuleInboundAllowListFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ]
    },
    "nutanix:index/NetworkSecurityRuleAppRuleInboundAllowListIcmpTypeCodeList:NetworkSecurityRuleAppRuleInboundAllowListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "code",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleInboundAllowListServiceGroupList:NetworkSecurityRuleAppRuleInboundAllowListServiceGroupList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleInboundAllowListTcpPortRangeList:NetworkSecurityRuleAppRuleInboundAllowListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleInboundAllowListUdpPortRangeList:NetworkSecurityRuleAppRuleInboundAllowListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleOutboundAllowList:NetworkSecurityRuleAppRuleOutboundAllowList": {
      "properties": {
        "addressGroupInclusionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleOutboundAllowListAddressGroupInclusionList:NetworkSecurityRuleAppRuleOutboundAllowListAddressGroupInclusionList"
          }
        },
        "expirationTime": {
          "type": "string"
        },
        "filterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "filterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleOutboundAllowListFilterParam:NetworkSecurityRuleAppRuleOutboundAllowListFilterParam"
          }
        },
        "filterType": {
          "type": "string"
        },
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleOutboundAllowListIcmpTypeCodeList:NetworkSecurityRuleAppRuleOutboundAllowListIcmpTypeCodeList"
          }
        },
        "ipSubnet": {
          "type": "string"
        },
        "ipSubnetPrefixLength": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "peerSpecificationType": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "serviceGroupLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleOutboundAllowListServiceGroupList:NetworkSecurityRuleAppRuleOutboundAllowListServiceGroupList"
          }
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleOutboundAllowListTcpPortRangeList:NetworkSecurityRuleAppRuleOutboundAllowListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleOutboundAllowListUdpPortRangeList:NetworkSecurityRuleAppRuleOutboundAllowListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "addressGroupInclusionLists",
            "expirationTime",
            "filterKindLists",
            "filterParams",
            "filterType",
            "icmpTypeCodeLists",
            "ipSubnet",
            "ipSubnetPrefixLength",
            "networkFunctionChainReference",
            "peerSpecificationType",
            "protocol",
            "serviceGroupLists",
            "tcpPortRangeLists",
            "udpPortRangeLists"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleOutboundAllowListAddressGroupInclusionList:NetworkSecurityRuleAppRuleOutboundAllowListAddressGroupInclusionList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleOutboundAllowListFilterParam:NetworkSecurityRuleAppRuleOutboundAllowListFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ]
    },
    "nutanix:index/NetworkSecurityRuleAppRuleOutboundAllowListIcmpTypeCodeList:NetworkSecurityRuleAppRuleOutboundAllowListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "code",
            "type"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleOutboundAllowListServiceGroupList:NetworkSecurityRuleAppRuleOutboundAllowListServiceGroupList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleOutboundAllowListTcpPortRangeList:NetworkSecurityRuleAppRuleOutboundAllowListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleOutboundAllowListUdpPortRangeList:NetworkSecurityRuleAppRuleOutboundAllowListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleAppRuleTargetGroupFilterParam:NetworkSecurityRuleAppRuleTargetGroupFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ]
    },
    "nutanix:index/NetworkSecurityRuleCategory:NetworkSecurityRuleCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/NetworkSecurityRuleIsolationRuleFirstEntityFilterParam:NetworkSecurityRuleIsolationRuleFirstEntityFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ]
    },
    "nutanix:index/NetworkSecurityRuleIsolationRuleSecondEntityFilterParam:NetworkSecurityRuleIsolationRuleSecondEntityFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ]
    },
    "nutanix:index/NgtInstallationV2Credential:NgtInstallationV2Credential": {
      "properties": {
        "password": {
          "type": "string",
          "description": "- (Required) password to sign in to server\n"
        },
        "username": {
          "type": "string",
          "description": "- (Required) username to sign in to server\n"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ]
    },
    "nutanix:index/NgtInstallationV2RebootPreference:NgtInstallationV2RebootPreference": {
      "properties": {
        "schedule": {
          "$ref": "#/types/nutanix:index%2FNgtInstallationV2RebootPreferenceSchedule:NgtInstallationV2RebootPreferenceSchedule",
          "description": "- Restart schedule.\n"
        },
        "scheduleType": {
          "type": "string",
          "description": "- Schedule type for restart.\n* `LATER` : Schedule a restart for a specific time.\n* `SKIP` : Do not schedule a restart.\n* `IMMEDIATE` : Schedule an immediate restart.\n"
        }
      },
      "type": "object",
      "required": [
        "scheduleType"
      ]
    },
    "nutanix:index/NgtInstallationV2RebootPreferenceSchedule:NgtInstallationV2RebootPreferenceSchedule": {
      "properties": {
        "startTime": {
          "type": "string",
          "description": "- The start time for a scheduled restart.\n"
        }
      },
      "type": "object",
      "required": [
        "startTime"
      ]
    },
    "nutanix:index/NgtUpgradeV2RebootPreference:NgtUpgradeV2RebootPreference": {
      "properties": {
        "schedule": {
          "$ref": "#/types/nutanix:index%2FNgtUpgradeV2RebootPreferenceSchedule:NgtUpgradeV2RebootPreferenceSchedule",
          "description": "- Restart schedule.\n"
        },
        "scheduleType": {
          "type": "string",
          "description": "- Schedule type for restart.\n* `LATER` : Schedule a restart for a specific time.\n* `SKIP` : Do not schedule a restart.\n* `IMMEDIATE` : Schedule an immediate restart.\n"
        }
      },
      "type": "object",
      "required": [
        "scheduleType"
      ]
    },
    "nutanix:index/NgtUpgradeV2RebootPreferenceSchedule:NgtUpgradeV2RebootPreferenceSchedule": {
      "properties": {
        "startTime": {
          "type": "string",
          "description": "- The start time for a scheduled restart.\n"
        }
      },
      "type": "object",
      "required": [
        "startTime"
      ]
    },
    "nutanix:index/ObjectStoreCertificateV2AlternateFqdn:ObjectStoreCertificateV2AlternateFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/ObjectStoreCertificateV2AlternateIp:ObjectStoreCertificateV2AlternateIp": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FObjectStoreCertificateV2AlternateIpIpv4:ObjectStoreCertificateV2AlternateIpIpv4"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FObjectStoreCertificateV2AlternateIpIpv6:ObjectStoreCertificateV2AlternateIpIpv6"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4",
            "ipv6"
          ]
        }
      }
    },
    "nutanix:index/ObjectStoreCertificateV2AlternateIpIpv4:ObjectStoreCertificateV2AlternateIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ObjectStoreCertificateV2AlternateIpIpv6:ObjectStoreCertificateV2AlternateIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ObjectStoreCertificateV2Link:ObjectStoreCertificateV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/ObjectStoreCertificateV2Metadata:ObjectStoreCertificateV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryIds",
            "ownerReferenceId",
            "ownerUserName",
            "projectName",
            "projectReferenceId"
          ]
        }
      }
    },
    "nutanix:index/ObjectStoreV2Link:ObjectStoreV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/ObjectStoreV2Metadata:ObjectStoreV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "-(Optional) A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "-(Optional) The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "-(Optional) The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "-(Optional) A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryIds",
            "ownerReferenceId",
            "ownerUserName",
            "projectName",
            "projectReferenceId"
          ]
        }
      }
    },
    "nutanix:index/ObjectStoreV2PublicNetworkIp:ObjectStoreV2PublicNetworkIp": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FObjectStoreV2PublicNetworkIpIpv4:ObjectStoreV2PublicNetworkIpIpv4",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FObjectStoreV2PublicNetworkIpIpv6:ObjectStoreV2PublicNetworkIpIpv6",
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4",
            "ipv6"
          ]
        }
      }
    },
    "nutanix:index/ObjectStoreV2PublicNetworkIpIpv4:ObjectStoreV2PublicNetworkIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ObjectStoreV2PublicNetworkIpIpv6:ObjectStoreV2PublicNetworkIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ObjectStoreV2StorageNetworkDnsIp:ObjectStoreV2StorageNetworkDnsIp": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FObjectStoreV2StorageNetworkDnsIpIpv4:ObjectStoreV2StorageNetworkDnsIpIpv4",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FObjectStoreV2StorageNetworkDnsIpIpv6:ObjectStoreV2StorageNetworkDnsIpIpv6",
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4",
            "ipv6"
          ]
        }
      }
    },
    "nutanix:index/ObjectStoreV2StorageNetworkDnsIpIpv4:ObjectStoreV2StorageNetworkDnsIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ObjectStoreV2StorageNetworkDnsIpIpv6:ObjectStoreV2StorageNetworkDnsIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ObjectStoreV2StorageNetworkVip:ObjectStoreV2StorageNetworkVip": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FObjectStoreV2StorageNetworkVipIpv4:ObjectStoreV2StorageNetworkVipIpv4",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FObjectStoreV2StorageNetworkVipIpv6:ObjectStoreV2StorageNetworkVipIpv6",
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4",
            "ipv6"
          ]
        }
      }
    },
    "nutanix:index/ObjectStoreV2StorageNetworkVipIpv4:ObjectStoreV2StorageNetworkVipIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ObjectStoreV2StorageNetworkVipIpv6:ObjectStoreV2StorageNetworkVipIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PbrDestination:PbrDestination": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer"
        },
        "subnetIp": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/PbrProtocolParameters:PbrProtocolParameters": {
      "properties": {
        "icmp": {
          "$ref": "#/types/nutanix:index%2FPbrProtocolParametersIcmp:PbrProtocolParametersIcmp"
        },
        "protocolNumber": {
          "type": "string"
        },
        "tcp": {
          "$ref": "#/types/nutanix:index%2FPbrProtocolParametersTcp:PbrProtocolParametersTcp"
        },
        "udp": {
          "$ref": "#/types/nutanix:index%2FPbrProtocolParametersUdp:PbrProtocolParametersUdp"
        }
      },
      "type": "object"
    },
    "nutanix:index/PbrProtocolParametersIcmp:PbrProtocolParametersIcmp": {
      "properties": {
        "icmpCode": {
          "type": "integer"
        },
        "icmpType": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "icmpCode",
        "icmpType"
      ]
    },
    "nutanix:index/PbrProtocolParametersTcp:PbrProtocolParametersTcp": {
      "properties": {
        "destinationPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrProtocolParametersTcpDestinationPortRangeList:PbrProtocolParametersTcpDestinationPortRangeList"
          }
        },
        "sourcePortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrProtocolParametersTcpSourcePortRangeList:PbrProtocolParametersTcpSourcePortRangeList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "destinationPortRangeLists",
            "sourcePortRangeLists"
          ]
        }
      }
    },
    "nutanix:index/PbrProtocolParametersTcpDestinationPortRangeList:PbrProtocolParametersTcpDestinationPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/PbrProtocolParametersTcpSourcePortRangeList:PbrProtocolParametersTcpSourcePortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/PbrProtocolParametersUdp:PbrProtocolParametersUdp": {
      "properties": {
        "destinationPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrProtocolParametersUdpDestinationPortRangeList:PbrProtocolParametersUdpDestinationPortRangeList"
          }
        },
        "sourcePortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrProtocolParametersUdpSourcePortRangeList:PbrProtocolParametersUdpSourcePortRangeList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "destinationPortRangeLists",
            "sourcePortRangeLists"
          ]
        }
      }
    },
    "nutanix:index/PbrProtocolParametersUdpDestinationPortRangeList:PbrProtocolParametersUdpDestinationPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/PbrProtocolParametersUdpSourcePortRangeList:PbrProtocolParametersUdpSourcePortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endPort",
            "startPort"
          ]
        }
      }
    },
    "nutanix:index/PbrSource:PbrSource": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer"
        },
        "subnetIp": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/PbrV2Link:PbrV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/PbrV2Metadata:PbrV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryIds",
            "ownerReferenceId",
            "ownerUserName",
            "projectName",
            "projectReferenceId"
          ]
        }
      }
    },
    "nutanix:index/PbrV2Policy:PbrV2Policy": {
      "properties": {
        "isBidirectional": {
          "type": "boolean"
        },
        "policyActions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyAction:PbrV2PolicyPolicyAction"
          }
        },
        "policyMatches": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatch:PbrV2PolicyPolicyMatch"
          }
        }
      },
      "type": "object",
      "required": [
        "policyActions",
        "policyMatches"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isBidirectional",
            "policyActions",
            "policyMatches"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyAction:PbrV2PolicyPolicyAction": {
      "properties": {
        "actionType": {
          "type": "string"
        },
        "nexthopIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionNexthopIpAddress:PbrV2PolicyPolicyActionNexthopIpAddress"
          }
        },
        "rerouteParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionRerouteParam:PbrV2PolicyPolicyActionRerouteParam"
          }
        }
      },
      "type": "object",
      "required": [
        "actionType"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "actionType",
            "nexthopIpAddresses",
            "rerouteParams"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionNexthopIpAddress:PbrV2PolicyPolicyActionNexthopIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionNexthopIpAddressIpv4:PbrV2PolicyPolicyActionNexthopIpAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionNexthopIpAddressIpv6:PbrV2PolicyPolicyActionNexthopIpAddressIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionNexthopIpAddressIpv4:PbrV2PolicyPolicyActionNexthopIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionNexthopIpAddressIpv6:PbrV2PolicyPolicyActionNexthopIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionRerouteParam:PbrV2PolicyPolicyActionRerouteParam": {
      "properties": {
        "egressServiceIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionRerouteParamEgressServiceIp:PbrV2PolicyPolicyActionRerouteParamEgressServiceIp"
          }
        },
        "ingressServiceIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionRerouteParamIngressServiceIp:PbrV2PolicyPolicyActionRerouteParamIngressServiceIp"
          }
        },
        "rerouteFallbackAction": {
          "type": "string"
        },
        "serviceIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionRerouteParamServiceIp:PbrV2PolicyPolicyActionRerouteParamServiceIp"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "egressServiceIps",
            "ingressServiceIps",
            "rerouteFallbackAction",
            "serviceIps"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionRerouteParamEgressServiceIp:PbrV2PolicyPolicyActionRerouteParamEgressServiceIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4:PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6:PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4:PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6:PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionRerouteParamIngressServiceIp:PbrV2PolicyPolicyActionRerouteParamIngressServiceIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4:PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6:PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4:PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6:PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionRerouteParamServiceIp:PbrV2PolicyPolicyActionRerouteParamServiceIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionRerouteParamServiceIpIpv4:PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyActionRerouteParamServiceIpIpv6:PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4:PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6:PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatch:PbrV2PolicyPolicyMatch": {
      "properties": {
        "destinations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchDestination:PbrV2PolicyPolicyMatchDestination"
          }
        },
        "protocolParameters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchProtocolParameter:PbrV2PolicyPolicyMatchProtocolParameter"
          }
        },
        "protocolType": {
          "type": "string"
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchSource:PbrV2PolicyPolicyMatchSource"
          }
        }
      },
      "type": "object",
      "required": [
        "destinations",
        "protocolType",
        "sources"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "destinations",
            "protocolParameters",
            "protocolType",
            "sources"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchDestination:PbrV2PolicyPolicyMatchDestination": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "subnetPrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchDestinationSubnetPrefix:PbrV2PolicyPolicyMatchDestinationSubnetPrefix"
          }
        }
      },
      "type": "object",
      "required": [
        "addressType"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "addressType",
            "subnetPrefixes"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchDestinationSubnetPrefix:PbrV2PolicyPolicyMatchDestinationSubnetPrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4:PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6:PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4:PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip:PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip:PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6:PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip:PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip:PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchProtocolParameter:PbrV2PolicyPolicyMatchProtocolParameter": {
      "properties": {
        "icmpObjects": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchProtocolParameterIcmpObject:PbrV2PolicyPolicyMatchProtocolParameterIcmpObject"
          }
        },
        "layerFourProtocolObjects": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject:PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject"
          }
        },
        "protocolNumberObjects": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject:PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "icmpObjects",
            "layerFourProtocolObjects",
            "protocolNumberObjects"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchProtocolParameterIcmpObject:PbrV2PolicyPolicyMatchProtocolParameterIcmpObject": {
      "properties": {
        "icmpCode": {
          "type": "integer"
        },
        "icmpType": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "icmpCode",
            "icmpType"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject:PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject": {
      "properties": {
        "destinationPortRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange:PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange"
          }
        },
        "sourcePortRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange:PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "destinationPortRanges",
            "sourcePortRanges"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange:PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ]
    },
    "nutanix:index/PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange:PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ]
    },
    "nutanix:index/PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject:PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject": {
      "properties": {
        "protocolNumber": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "protocolNumber"
      ]
    },
    "nutanix:index/PbrV2PolicyPolicyMatchSource:PbrV2PolicyPolicyMatchSource": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "subnetPrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchSourceSubnetPrefix:PbrV2PolicyPolicyMatchSourceSubnetPrefix"
          }
        }
      },
      "type": "object",
      "required": [
        "addressType"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "addressType",
            "subnetPrefixes"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchSourceSubnetPrefix:PbrV2PolicyPolicyMatchSourceSubnetPrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4:PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6:PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4:PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip:PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip:PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6:PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip:PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip:PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/PbrV2Vpc:PbrV2Vpc": {
      "properties": {
        "name": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name"
          ]
        }
      }
    },
    "nutanix:index/PcBackupTargetV2Link:PcBackupTargetV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/PcBackupTargetV2Location:PcBackupTargetV2Location": {
      "properties": {
        "clusterLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcBackupTargetV2LocationClusterLocation:PcBackupTargetV2LocationClusterLocation"
          },
          "description": "-(Optional) A boolean value indicating whether to enable lockdown mode for a cluster.\n"
        },
        "objectStoreLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcBackupTargetV2LocationObjectStoreLocation:PcBackupTargetV2LocationObjectStoreLocation"
          },
          "description": "-(Optional) Currently representing the build information to be used for the cluster creation.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/PcBackupTargetV2LocationClusterLocation:PcBackupTargetV2LocationClusterLocation": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcBackupTargetV2LocationClusterLocationConfig:PcBackupTargetV2LocationClusterLocationConfig"
          },
          "description": "-(Required) Cluster reference of the remote cluster to be connected.\n"
        }
      },
      "type": "object",
      "required": [
        "configs"
      ]
    },
    "nutanix:index/PcBackupTargetV2LocationClusterLocationConfig:PcBackupTargetV2LocationClusterLocationConfig": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "-(Required) Cluster UUID of a remote cluster.\n"
        },
        "name": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "name"
          ]
        }
      }
    },
    "nutanix:index/PcBackupTargetV2LocationObjectStoreLocation:PcBackupTargetV2LocationObjectStoreLocation": {
      "properties": {
        "backupPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcBackupTargetV2LocationObjectStoreLocationBackupPolicy:PcBackupTargetV2LocationObjectStoreLocationBackupPolicy"
          },
          "description": "-(Optional) Backup policy for the object store provided.\n"
        },
        "providerConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcBackupTargetV2LocationObjectStoreLocationProviderConfig:PcBackupTargetV2LocationObjectStoreLocationProviderConfig"
          },
          "description": "-(Required) The base model of S3 object store endpoint where domain manager is backed up.\n"
        }
      },
      "type": "object",
      "required": [
        "providerConfigs"
      ]
    },
    "nutanix:index/PcBackupTargetV2LocationObjectStoreLocationBackupPolicy:PcBackupTargetV2LocationObjectStoreLocationBackupPolicy": {
      "properties": {
        "rpoInMinutes": {
          "type": "integer",
          "description": "-(Required) RPO interval in minutes at which the backup will be taken. The Value should be in the range of 60 to 1440.\n\nSee detailed information in [Nutanix Create Backup Target V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/createBackupTarget).\n"
        }
      },
      "type": "object",
      "required": [
        "rpoInMinutes"
      ]
    },
    "nutanix:index/PcBackupTargetV2LocationObjectStoreLocationProviderConfig:PcBackupTargetV2LocationObjectStoreLocationProviderConfig": {
      "properties": {
        "bucketName": {
          "type": "string",
          "description": "-(Required) The bucket name of the object store endpoint where backup data of domain manager is to be stored.\n"
        },
        "credentials": {
          "$ref": "#/types/nutanix:index%2FPcBackupTargetV2LocationObjectStoreLocationProviderConfigCredentials:PcBackupTargetV2LocationObjectStoreLocationProviderConfigCredentials",
          "description": "-(Optional) Secret credentials model for the object store containing access key ID and secret access key.\n"
        },
        "region": {
          "type": "string",
          "description": "-(Optional) The region name of the object store endpoint where backup data of domain manager is stored. Default is `us-east-1`.\n"
        }
      },
      "type": "object",
      "required": [
        "bucketName"
      ]
    },
    "nutanix:index/PcBackupTargetV2LocationObjectStoreLocationProviderConfigCredentials:PcBackupTargetV2LocationObjectStoreLocationProviderConfigCredentials": {
      "properties": {
        "accessKeyId": {
          "type": "string",
          "description": "-(Required) Access key ID for the object store provided for backup target.\n"
        },
        "secretAccessKey": {
          "type": "string",
          "description": "-(Required) Secret access key for the object store provided for backup target.\n"
        }
      },
      "type": "object",
      "required": [
        "accessKeyId",
        "secretAccessKey"
      ]
    },
    "nutanix:index/PcDeployV2Config:PcDeployV2Config": {
      "properties": {
        "bootstrapConfig": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigBootstrapConfig:PcDeployV2ConfigBootstrapConfig",
          "description": "- (Optional) Bootstrap configuration details for the domain manager (Prism Central).\n"
        },
        "buildInfo": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigBuildInfo:PcDeployV2ConfigBuildInfo",
          "description": "-(Required) Currently representing the build information to be used for the cluster creation.\n"
        },
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigCredential:PcDeployV2ConfigCredential"
          },
          "description": "- (Optional) The credentials consist of a username and password for a particular user like admin. Users can pass the credentials of admin users currently which will be configured in the create domain manager operation.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Required) Name of the domain manager (Prism Central).\n"
        },
        "resourceConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigResourceConfig:PcDeployV2ConfigResourceConfig"
          },
          "description": "-(Optional) This configuration is used to provide the resource-related details like container external identifiers, number of VCPUs, memory size, data disk size of the domain manager (Prism Central). In the case of a multi-node setup, the sum of resources like number of VCPUs, memory size and data disk size are provided.\n"
        },
        "shouldEnableLockdownMode": {
          "type": "boolean",
          "description": "-(Optional) A boolean value indicating whether to enable lockdown mode for a cluster.\n"
        },
        "size": {
          "type": "string",
          "description": "- (Required) Domain manager (Prism Central) size is an enumeration of starter, small, large, or extra large starter values. The allowed values are:\n- `SMALL` : Domain manager (Prism Central) of size small.\n- `LARGE` : Domain manager (Prism Central) of size large.\n- `EXTRALARGE` : Domain manager (Prism Central) of size extra large.\n- `STARTER` : Domain manager (Prism Central) of size starter.\n"
        }
      },
      "type": "object",
      "required": [
        "buildInfo",
        "name",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootstrapConfig",
            "buildInfo",
            "name",
            "resourceConfigs",
            "shouldEnableLockdownMode",
            "size"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2ConfigBootstrapConfig:PcDeployV2ConfigBootstrapConfig": {
      "properties": {
        "cloudInitConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigBootstrapConfigCloudInitConfig:PcDeployV2ConfigBootstrapConfigCloudInitConfig"
          },
          "description": "-(Optional) Cloud-init configuration for the domain manager (Prism Central) cluster.\n"
        },
        "environmentInfo": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigBootstrapConfigEnvironmentInfo:PcDeployV2ConfigBootstrapConfigEnvironmentInfo",
          "description": "-(Optional) Environment information for the domain manager (Prism Central) cluster.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "environmentInfo"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2ConfigBootstrapConfigCloudInitConfig:PcDeployV2ConfigBootstrapConfigCloudInitConfig": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScript:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScript"
          },
          "description": "-(Optional) The script to use for cloud-init.\n- `cloud_init_script.user_data`: -(Optional) user data object\n- `cloud_init_script.custom_keys`: -(Optional) The list of the individual KeyValuePair elements.\n"
        },
        "datasourceType": {
          "type": "string",
          "description": "-(Optional) Type of datasource. Default: CONFIG_DRIVE_V2\n"
        },
        "metadata": {
          "type": "string",
          "description": "-(Optional)The contents of the<span pulumi-lang-nodejs=\" metaData \" pulumi-lang-dotnet=\" MetaData \" pulumi-lang-go=\" metaData \" pulumi-lang-python=\" meta_data \" pulumi-lang-yaml=\" metaData \" pulumi-lang-java=\" metaData \"> meta_data </span>configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded. Default value is 'CONFIG_DRIVE_V2'.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInitScripts",
            "metadata"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScript:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "userDatas"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string",
          "description": "-(Required) Name of the domain manager (Prism Central).\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData:PcDeployV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2ConfigBootstrapConfigEnvironmentInfo:PcDeployV2ConfigBootstrapConfigEnvironmentInfo": {
      "properties": {
        "providerType": {
          "type": "string",
          "description": "-(Optional) Enums denoting the provider type of the PC, that is, AHV or ESXi.\nFollowing are the supported provider types:\n- `VSPHERE` : Vsphere cloud provider.\n- `AZURE` : Azure cloud provider.\n- `NTNX` : Nutanix cloud provider.\n- `GCP` : GCP cloud provider.\n- `AWS` : AWS cloud provider.\n"
        },
        "provisioningType": {
          "type": "string",
          "description": "-(Optional) Enums denoting the instance type of the cloud PC. It indicates whether the PC is created on bare-metal or on a cloud-provisioned VM. Hence, it supports two possible values:\n- `NTNX` : Nutanix instance.\n- `NATIVE` : Native instance.\n"
        },
        "type": {
          "type": "string",
          "description": "-(Optional) Enums denoting the environment type of the PC, that is, on-prem PC or cloud PC.\nFollowing are the supported entity types:\n- `ONPREM` : On-prem environment.\n- `NTNX_CLOUD` : Nutanix cloud environment.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "providerType",
            "provisioningType",
            "type"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2ConfigBuildInfo:PcDeployV2ConfigBuildInfo": {
      "properties": {
        "version": {
          "type": "string",
          "description": "-(Required) Software version.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "version"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2ConfigCredential:PcDeployV2ConfigCredential": {
      "properties": {
        "password": {
          "type": "string",
          "description": "-(Required) Password required for the basic auth scheme.\n",
          "secret": true
        },
        "username": {
          "type": "string",
          "description": "-(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.\n"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ]
    },
    "nutanix:index/PcDeployV2ConfigResourceConfig:PcDeployV2ConfigResourceConfig": {
      "properties": {
        "containerExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) The external identifier of the container that will be used to create the domain manager (Prism Central) cluster.\n"
        },
        "dataDiskSizeBytes": {
          "type": "integer"
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "numVcpus": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "containerExtIds",
            "dataDiskSizeBytes",
            "memorySizeBytes",
            "numVcpus"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2Network:PcDeployV2Network": {
      "properties": {
        "externalAddress": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalAddress:PcDeployV2NetworkExternalAddress",
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "externalNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetwork:PcDeployV2NetworkExternalNetwork"
          },
          "description": "-(Required) This configuration is used to manage Prism Central.\n"
        },
        "fqdn": {
          "type": "string"
        },
        "internalNetworks": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworks:PcDeployV2NetworkInternalNetworks",
          "description": "-(Required) This configuration is used to internally manage Prism Central network.\n"
        },
        "nameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkNameServer:PcDeployV2NetworkNameServer"
          },
          "description": "-(Required) List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkNtpServer:PcDeployV2NetworkNtpServer"
          },
          "description": "-(Required) List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        }
      },
      "type": "object",
      "required": [
        "nameServers",
        "ntpServers"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "externalNetworks",
            "fqdn",
            "internalNetworks",
            "nameServers",
            "ntpServers"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkExternalAddress:PcDeployV2NetworkExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalAddressIpv4:PcDeployV2NetworkExternalAddressIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalAddressIpv6:PcDeployV2NetworkExternalAddressIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkExternalAddressIpv4:PcDeployV2NetworkExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalAddressIpv6:PcDeployV2NetworkExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalNetwork:PcDeployV2NetworkExternalNetwork": {
      "properties": {
        "defaultGateway": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkDefaultGateway:PcDeployV2NetworkExternalNetworkDefaultGateway",
          "description": "-(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkIpRange:PcDeployV2NetworkExternalNetworkIpRange"
          },
          "description": "-(Required) Range of IPs used for Prism Central network setup.\n"
        },
        "networkExtId": {
          "type": "string",
          "description": "-(Required) The network external identifier to which Domain Manager (Prism Central) is to be deployed or is already configured.\n"
        },
        "subnetMask": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkSubnetMask:PcDeployV2NetworkExternalNetworkSubnetMask",
          "description": "-(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        }
      },
      "type": "object",
      "required": [
        "defaultGateway",
        "ipRanges",
        "networkExtId",
        "subnetMask"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkDefaultGateway:PcDeployV2NetworkExternalNetworkDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkDefaultGatewayFqdn:PcDeployV2NetworkExternalNetworkDefaultGatewayFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkDefaultGatewayIpv4:PcDeployV2NetworkExternalNetworkDefaultGatewayIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkDefaultGatewayIpv6:PcDeployV2NetworkExternalNetworkDefaultGatewayIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkDefaultGatewayFqdn:PcDeployV2NetworkExternalNetworkDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Deploy PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/createDomainManager).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkDefaultGatewayIpv4:PcDeployV2NetworkExternalNetworkDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkDefaultGatewayIpv6:PcDeployV2NetworkExternalNetworkDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkIpRange:PcDeployV2NetworkExternalNetworkIpRange": {
      "properties": {
        "begin": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkIpRangeBegin:PcDeployV2NetworkExternalNetworkIpRangeBegin",
          "description": "-(Optional) The beginning IP address of the range.\n"
        },
        "end": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkIpRangeEnd:PcDeployV2NetworkExternalNetworkIpRangeEnd",
          "description": "-(Optional) The ending IP address of the range.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "begin",
            "end"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkIpRangeBegin:PcDeployV2NetworkExternalNetworkIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkIpRangeBeginIpv4:PcDeployV2NetworkExternalNetworkIpRangeBeginIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkIpRangeBeginIpv6:PcDeployV2NetworkExternalNetworkIpRangeBeginIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkIpRangeBeginIpv4:PcDeployV2NetworkExternalNetworkIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkIpRangeBeginIpv6:PcDeployV2NetworkExternalNetworkIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkIpRangeEnd:PcDeployV2NetworkExternalNetworkIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkIpRangeEndIpv4:PcDeployV2NetworkExternalNetworkIpRangeEndIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkIpRangeEndIpv6:PcDeployV2NetworkExternalNetworkIpRangeEndIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkIpRangeEndIpv4:PcDeployV2NetworkExternalNetworkIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkIpRangeEndIpv6:PcDeployV2NetworkExternalNetworkIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkSubnetMask:PcDeployV2NetworkExternalNetworkSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkSubnetMaskFqdn:PcDeployV2NetworkExternalNetworkSubnetMaskFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkSubnetMaskIpv4:PcDeployV2NetworkExternalNetworkSubnetMaskIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkExternalNetworkSubnetMaskIpv6:PcDeployV2NetworkExternalNetworkSubnetMaskIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkSubnetMaskFqdn:PcDeployV2NetworkExternalNetworkSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Deploy PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/createDomainManager).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkSubnetMaskIpv4:PcDeployV2NetworkExternalNetworkSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkExternalNetworkSubnetMaskIpv6:PcDeployV2NetworkExternalNetworkSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworks:PcDeployV2NetworkInternalNetworks": {
      "properties": {
        "defaultGateway": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksDefaultGateway:PcDeployV2NetworkInternalNetworksDefaultGateway",
          "description": "-(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksIpRange:PcDeployV2NetworkInternalNetworksIpRange"
          },
          "description": "-(Required) Range of IPs used for Prism Central network setup.\n"
        },
        "subnetMask": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksSubnetMask:PcDeployV2NetworkInternalNetworksSubnetMask",
          "description": "-(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        }
      },
      "type": "object",
      "required": [
        "defaultGateway",
        "ipRanges",
        "subnetMask"
      ]
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksDefaultGateway:PcDeployV2NetworkInternalNetworksDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksDefaultGatewayFqdn:PcDeployV2NetworkInternalNetworksDefaultGatewayFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksDefaultGatewayIpv4:PcDeployV2NetworkInternalNetworksDefaultGatewayIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksDefaultGatewayIpv6:PcDeployV2NetworkInternalNetworksDefaultGatewayIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksDefaultGatewayFqdn:PcDeployV2NetworkInternalNetworksDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Deploy PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/createDomainManager).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksDefaultGatewayIpv4:PcDeployV2NetworkInternalNetworksDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksDefaultGatewayIpv6:PcDeployV2NetworkInternalNetworksDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksIpRange:PcDeployV2NetworkInternalNetworksIpRange": {
      "properties": {
        "begin": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksIpRangeBegin:PcDeployV2NetworkInternalNetworksIpRangeBegin",
          "description": "-(Optional) The beginning IP address of the range.\n"
        },
        "end": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksIpRangeEnd:PcDeployV2NetworkInternalNetworksIpRangeEnd",
          "description": "-(Optional) The ending IP address of the range.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "begin",
            "end"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksIpRangeBegin:PcDeployV2NetworkInternalNetworksIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksIpRangeBeginIpv4:PcDeployV2NetworkInternalNetworksIpRangeBeginIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksIpRangeBeginIpv6:PcDeployV2NetworkInternalNetworksIpRangeBeginIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksIpRangeBeginIpv4:PcDeployV2NetworkInternalNetworksIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksIpRangeBeginIpv6:PcDeployV2NetworkInternalNetworksIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksIpRangeEnd:PcDeployV2NetworkInternalNetworksIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksIpRangeEndIpv4:PcDeployV2NetworkInternalNetworksIpRangeEndIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksIpRangeEndIpv6:PcDeployV2NetworkInternalNetworksIpRangeEndIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksIpRangeEndIpv4:PcDeployV2NetworkInternalNetworksIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksIpRangeEndIpv6:PcDeployV2NetworkInternalNetworksIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksSubnetMask:PcDeployV2NetworkInternalNetworksSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksSubnetMaskFqdn:PcDeployV2NetworkInternalNetworksSubnetMaskFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksSubnetMaskIpv4:PcDeployV2NetworkInternalNetworksSubnetMaskIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkInternalNetworksSubnetMaskIpv6:PcDeployV2NetworkInternalNetworksSubnetMaskIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksSubnetMaskFqdn:PcDeployV2NetworkInternalNetworksSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Deploy PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/createDomainManager).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksSubnetMaskIpv4:PcDeployV2NetworkInternalNetworksSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkInternalNetworksSubnetMaskIpv6:PcDeployV2NetworkInternalNetworksSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkNameServer:PcDeployV2NetworkNameServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkNameServerFqdn:PcDeployV2NetworkNameServerFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkNameServerIpv4:PcDeployV2NetworkNameServerIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkNameServerIpv6:PcDeployV2NetworkNameServerIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkNameServerFqdn:PcDeployV2NetworkNameServerFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Deploy PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/createDomainManager).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkNameServerIpv4:PcDeployV2NetworkNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkNameServerIpv6:PcDeployV2NetworkNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkNtpServer:PcDeployV2NetworkNtpServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkNtpServerFqdn:PcDeployV2NetworkNtpServerFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkNtpServerIpv4:PcDeployV2NetworkNtpServerIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2NetworkNtpServerIpv6:PcDeployV2NetworkNtpServerIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcDeployV2NetworkNtpServerFqdn:PcDeployV2NetworkNtpServerFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Deploy PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/createDomainManager).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkNtpServerIpv4:PcDeployV2NetworkNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcDeployV2NetworkNtpServerIpv6:PcDeployV2NetworkNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2Config:PcRegistrationV2Config": {
      "properties": {
        "bootstrapConfig": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigBootstrapConfig:PcRegistrationV2ConfigBootstrapConfig"
        },
        "buildInfo": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigBuildInfo:PcRegistrationV2ConfigBuildInfo"
        },
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigCredential:PcRegistrationV2ConfigCredential"
          },
          "description": "-(Required)  Credentials to connect to a remote cluster.\n"
        },
        "name": {
          "type": "string"
        },
        "resourceConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigResourceConfig:PcRegistrationV2ConfigResourceConfig"
          }
        },
        "shouldEnableLockdownMode": {
          "type": "boolean"
        },
        "size": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "buildInfo",
        "name",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootstrapConfig",
            "buildInfo",
            "name",
            "resourceConfigs",
            "shouldEnableLockdownMode",
            "size"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2ConfigBootstrapConfig:PcRegistrationV2ConfigBootstrapConfig": {
      "properties": {
        "cloudInitConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigBootstrapConfigCloudInitConfig:PcRegistrationV2ConfigBootstrapConfigCloudInitConfig"
          }
        },
        "environmentInfo": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigBootstrapConfigEnvironmentInfo:PcRegistrationV2ConfigBootstrapConfigEnvironmentInfo"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "environmentInfo"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2ConfigBootstrapConfigCloudInitConfig:PcRegistrationV2ConfigBootstrapConfigCloudInitConfig": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScript:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScript"
          }
        },
        "datasourceType": {
          "type": "string"
        },
        "metadata": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInitScripts",
            "metadata"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScript:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "userDatas"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData:PcRegistrationV2ConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2ConfigBootstrapConfigEnvironmentInfo:PcRegistrationV2ConfigBootstrapConfigEnvironmentInfo": {
      "properties": {
        "providerType": {
          "type": "string"
        },
        "provisioningType": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "providerType",
            "provisioningType",
            "type"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2ConfigBuildInfo:PcRegistrationV2ConfigBuildInfo": {
      "properties": {
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "version"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2ConfigCredential:PcRegistrationV2ConfigCredential": {
      "properties": {
        "password": {
          "type": "string",
          "description": "-(Required)  Password required for the basic auth scheme.\n\nSee detailed information in [Nutanix Register a PC Docs](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/register).\n",
          "secret": true
        },
        "username": {
          "type": "string",
          "description": "-(Required)  Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.\n"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ]
    },
    "nutanix:index/PcRegistrationV2ConfigResourceConfig:PcRegistrationV2ConfigResourceConfig": {
      "properties": {
        "containerExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "dataDiskSizeBytes": {
          "type": "integer"
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "numVcpus": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "containerExtIds",
            "dataDiskSizeBytes",
            "memorySizeBytes",
            "numVcpus"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2Link:PcRegistrationV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2Network:PcRegistrationV2Network": {
      "properties": {
        "externalAddress": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalAddress:PcRegistrationV2NetworkExternalAddress"
        },
        "externalNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetwork:PcRegistrationV2NetworkExternalNetwork"
          }
        },
        "fqdn": {
          "type": "string",
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "internalNetworks": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworks:PcRegistrationV2NetworkInternalNetworks"
        },
        "nameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkNameServer:PcRegistrationV2NetworkNameServer"
          }
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkNtpServer:PcRegistrationV2NetworkNtpServer"
          }
        }
      },
      "type": "object",
      "required": [
        "nameServers",
        "ntpServers"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "externalNetworks",
            "fqdn",
            "internalNetworks",
            "nameServers",
            "ntpServers"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkExternalAddress:PcRegistrationV2NetworkExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalAddressIpv4:PcRegistrationV2NetworkExternalAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalAddressIpv6:PcRegistrationV2NetworkExternalAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkExternalAddressIpv4:PcRegistrationV2NetworkExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalAddressIpv6:PcRegistrationV2NetworkExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetwork:PcRegistrationV2NetworkExternalNetwork": {
      "properties": {
        "defaultGateway": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkDefaultGateway:PcRegistrationV2NetworkExternalNetworkDefaultGateway"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkIpRange:PcRegistrationV2NetworkExternalNetworkIpRange"
          }
        },
        "networkExtId": {
          "type": "string"
        },
        "subnetMask": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkSubnetMask:PcRegistrationV2NetworkExternalNetworkSubnetMask"
        }
      },
      "type": "object",
      "required": [
        "defaultGateway",
        "ipRanges",
        "networkExtId",
        "subnetMask"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkDefaultGateway:PcRegistrationV2NetworkExternalNetworkDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkDefaultGatewayFqdn:PcRegistrationV2NetworkExternalNetworkDefaultGatewayFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv4:PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv6:PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkDefaultGatewayFqdn:PcRegistrationV2NetworkExternalNetworkDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv4:PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv6:PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkIpRange:PcRegistrationV2NetworkExternalNetworkIpRange": {
      "properties": {
        "begin": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkIpRangeBegin:PcRegistrationV2NetworkExternalNetworkIpRangeBegin"
        },
        "end": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkIpRangeEnd:PcRegistrationV2NetworkExternalNetworkIpRangeEnd"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "begin",
            "end"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkIpRangeBegin:PcRegistrationV2NetworkExternalNetworkIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv4:PcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv6:PcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv4:PcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv6:PcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkIpRangeEnd:PcRegistrationV2NetworkExternalNetworkIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkIpRangeEndIpv4:PcRegistrationV2NetworkExternalNetworkIpRangeEndIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkIpRangeEndIpv6:PcRegistrationV2NetworkExternalNetworkIpRangeEndIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkIpRangeEndIpv4:PcRegistrationV2NetworkExternalNetworkIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkIpRangeEndIpv6:PcRegistrationV2NetworkExternalNetworkIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkSubnetMask:PcRegistrationV2NetworkExternalNetworkSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkSubnetMaskFqdn:PcRegistrationV2NetworkExternalNetworkSubnetMaskFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkSubnetMaskIpv4:PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkExternalNetworkSubnetMaskIpv6:PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkSubnetMaskFqdn:PcRegistrationV2NetworkExternalNetworkSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv4:PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv6:PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworks:PcRegistrationV2NetworkInternalNetworks": {
      "properties": {
        "defaultGateway": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksDefaultGateway:PcRegistrationV2NetworkInternalNetworksDefaultGateway"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksIpRange:PcRegistrationV2NetworkInternalNetworksIpRange"
          }
        },
        "subnetMask": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksSubnetMask:PcRegistrationV2NetworkInternalNetworksSubnetMask"
        }
      },
      "type": "object",
      "required": [
        "defaultGateway",
        "ipRanges",
        "subnetMask"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksDefaultGateway:PcRegistrationV2NetworkInternalNetworksDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksDefaultGatewayFqdn:PcRegistrationV2NetworkInternalNetworksDefaultGatewayFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksDefaultGatewayIpv4:PcRegistrationV2NetworkInternalNetworksDefaultGatewayIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksDefaultGatewayIpv6:PcRegistrationV2NetworkInternalNetworksDefaultGatewayIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksDefaultGatewayFqdn:PcRegistrationV2NetworkInternalNetworksDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksDefaultGatewayIpv4:PcRegistrationV2NetworkInternalNetworksDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksDefaultGatewayIpv6:PcRegistrationV2NetworkInternalNetworksDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksIpRange:PcRegistrationV2NetworkInternalNetworksIpRange": {
      "properties": {
        "begin": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksIpRangeBegin:PcRegistrationV2NetworkInternalNetworksIpRangeBegin"
        },
        "end": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksIpRangeEnd:PcRegistrationV2NetworkInternalNetworksIpRangeEnd"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "begin",
            "end"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksIpRangeBegin:PcRegistrationV2NetworkInternalNetworksIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksIpRangeBeginIpv4:PcRegistrationV2NetworkInternalNetworksIpRangeBeginIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksIpRangeBeginIpv6:PcRegistrationV2NetworkInternalNetworksIpRangeBeginIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksIpRangeBeginIpv4:PcRegistrationV2NetworkInternalNetworksIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksIpRangeBeginIpv6:PcRegistrationV2NetworkInternalNetworksIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksIpRangeEnd:PcRegistrationV2NetworkInternalNetworksIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksIpRangeEndIpv4:PcRegistrationV2NetworkInternalNetworksIpRangeEndIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksIpRangeEndIpv6:PcRegistrationV2NetworkInternalNetworksIpRangeEndIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksIpRangeEndIpv4:PcRegistrationV2NetworkInternalNetworksIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksIpRangeEndIpv6:PcRegistrationV2NetworkInternalNetworksIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksSubnetMask:PcRegistrationV2NetworkInternalNetworksSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksSubnetMaskFqdn:PcRegistrationV2NetworkInternalNetworksSubnetMaskFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksSubnetMaskIpv4:PcRegistrationV2NetworkInternalNetworksSubnetMaskIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkInternalNetworksSubnetMaskIpv6:PcRegistrationV2NetworkInternalNetworksSubnetMaskIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksSubnetMaskFqdn:PcRegistrationV2NetworkInternalNetworksSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksSubnetMaskIpv4:PcRegistrationV2NetworkInternalNetworksSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkInternalNetworksSubnetMaskIpv6:PcRegistrationV2NetworkInternalNetworksSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkNameServer:PcRegistrationV2NetworkNameServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkNameServerFqdn:PcRegistrationV2NetworkNameServerFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkNameServerIpv4:PcRegistrationV2NetworkNameServerIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkNameServerIpv6:PcRegistrationV2NetworkNameServerIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkNameServerFqdn:PcRegistrationV2NetworkNameServerFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkNameServerIpv4:PcRegistrationV2NetworkNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkNameServerIpv6:PcRegistrationV2NetworkNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkNtpServer:PcRegistrationV2NetworkNtpServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkNtpServerFqdn:PcRegistrationV2NetworkNtpServerFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkNtpServerIpv4:PcRegistrationV2NetworkNtpServerIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2NetworkNtpServerIpv6:PcRegistrationV2NetworkNtpServerIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2NetworkNtpServerFqdn:PcRegistrationV2NetworkNtpServerFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkNtpServerIpv4:PcRegistrationV2NetworkNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2NetworkNtpServerIpv6:PcRegistrationV2NetworkNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteCluster:PcRegistrationV2RemoteCluster": {
      "properties": {
        "aosRemoteClusterSpec": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterAosRemoteClusterSpec:PcRegistrationV2RemoteClusterAosRemoteClusterSpec",
          "description": "- The registration request consists of the remote cluster details.\n"
        },
        "clusterReference": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterClusterReference:PcRegistrationV2RemoteClusterClusterReference",
          "description": "- The registration request consists of the remote cluster details. using the cluster reference.\n"
        },
        "domainManagerRemoteClusterSpec": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpec:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpec",
          "description": "- The registration request consists of the remote cluster details. and cloud type.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/PcRegistrationV2RemoteClusterAosRemoteClusterSpec:PcRegistrationV2RemoteClusterAosRemoteClusterSpec": {
      "properties": {
        "remoteCluster": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteCluster:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteCluster",
          "description": "-(Required)  Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.\n"
        }
      },
      "type": "object",
      "required": [
        "remoteCluster"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteCluster:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteCluster": {
      "properties": {
        "addresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddress:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddress"
          },
          "description": "-(Required)  An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "credentials": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentials:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentials",
          "description": "-(Required)  Credentials to connect to a remote cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "addresses",
        "credentials"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddress:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddress": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdn:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdn:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentials:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentials": {
      "properties": {
        "authentication": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthentication:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthentication",
          "description": "-(Required)  An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.\n"
        }
      },
      "type": "object",
      "required": [
        "authentication"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthentication:PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthentication": {
      "properties": {
        "password": {
          "type": "string",
          "description": "-(Required)  Password required for the basic auth scheme.\n\nSee detailed information in [Nutanix Register a PC Docs](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/register).\n"
        },
        "username": {
          "type": "string",
          "description": "-(Required)  Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.\n"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterClusterReference:PcRegistrationV2RemoteClusterClusterReference": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "-(Required)  Cluster UUID of a remote cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpec:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpec": {
      "properties": {
        "cloudType": {
          "type": "string",
          "description": "-(Required)  Enum denoting whether the domain manager (Prism Central) instance is reachable with its physical address or reachable through the My Nutanix portal. Based on the above description, the allowed enum values are:\n* `NUTANIX_HOSTED_CLOUD` : Domain manager (Prism Central) reachable through My Nutanix portal.\n* `ONPREM_CLOUD`: Domain manager (Prism Central) reachable on it's physical address.\n"
        },
        "remoteCluster": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteCluster:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteCluster",
          "description": "-(Required)  Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.\n"
        }
      },
      "type": "object",
      "required": [
        "cloudType",
        "remoteCluster"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteCluster:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteCluster": {
      "properties": {
        "addresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddress:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddress"
          },
          "description": "-(Required)  An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "credentials": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentials:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentials",
          "description": "-(Required)  Credentials to connect to a remote cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "addresses",
        "credentials"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddress:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddress": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdn:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdn:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentials:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentials": {
      "properties": {
        "authentication": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthentication:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthentication",
          "description": "-(Required)  An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.\n"
        }
      },
      "type": "object",
      "required": [
        "authentication"
      ]
    },
    "nutanix:index/PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthentication:PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthentication": {
      "properties": {
        "password": {
          "type": "string",
          "description": "-(Required)  Password required for the basic auth scheme.\n\nSee detailed information in [Nutanix Register a PC Docs](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/register).\n"
        },
        "username": {
          "type": "string",
          "description": "-(Required)  Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.\n"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ]
    },
    "nutanix:index/PcRestoreSourceV2Link:PcRestoreSourceV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreSourceV2Location:PcRestoreSourceV2Location": {
      "properties": {
        "clusterLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreSourceV2LocationClusterLocation:PcRestoreSourceV2LocationClusterLocation"
          },
          "description": "-(Optional) A boolean value indicating whether to enable lockdown mode for a cluster.\n"
        },
        "objectStoreLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreSourceV2LocationObjectStoreLocation:PcRestoreSourceV2LocationObjectStoreLocation"
          },
          "description": "-(Optional) Currently representing the build information to be used for the cluster creation.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/PcRestoreSourceV2LocationClusterLocation:PcRestoreSourceV2LocationClusterLocation": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreSourceV2LocationClusterLocationConfig:PcRestoreSourceV2LocationClusterLocationConfig"
          },
          "description": "-(Required) Cluster reference of the remote cluster to be connected.\n"
        }
      },
      "type": "object",
      "required": [
        "configs"
      ]
    },
    "nutanix:index/PcRestoreSourceV2LocationClusterLocationConfig:PcRestoreSourceV2LocationClusterLocationConfig": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "-(Required) Cluster UUID of a remote cluster.\n"
        },
        "name": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "name"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreSourceV2LocationObjectStoreLocation:PcRestoreSourceV2LocationObjectStoreLocation": {
      "properties": {
        "backupPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreSourceV2LocationObjectStoreLocationBackupPolicy:PcRestoreSourceV2LocationObjectStoreLocationBackupPolicy"
          },
          "description": "-(Optional) Backup policy for the object store provided.\n"
        },
        "providerConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreSourceV2LocationObjectStoreLocationProviderConfig:PcRestoreSourceV2LocationObjectStoreLocationProviderConfig"
          },
          "description": "-(Required) The base model of S3 object store endpoint where domain manager is backed up.\n"
        }
      },
      "type": "object",
      "required": [
        "providerConfigs"
      ]
    },
    "nutanix:index/PcRestoreSourceV2LocationObjectStoreLocationBackupPolicy:PcRestoreSourceV2LocationObjectStoreLocationBackupPolicy": {
      "properties": {
        "rpoInMinutes": {
          "type": "integer",
          "description": "-(Required) RPO interval in minutes at which the backup will be taken. The Value should be in the range of 60 to 1440.\n\nSee detailed information in [Nutanix Restore Source V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/createRestoreSource).\n"
        }
      },
      "type": "object",
      "required": [
        "rpoInMinutes"
      ]
    },
    "nutanix:index/PcRestoreSourceV2LocationObjectStoreLocationProviderConfig:PcRestoreSourceV2LocationObjectStoreLocationProviderConfig": {
      "properties": {
        "bucketName": {
          "type": "string",
          "description": "-(Required) The bucket name of the object store endpoint where backup data of domain manager is to be stored.\n"
        },
        "credentials": {
          "$ref": "#/types/nutanix:index%2FPcRestoreSourceV2LocationObjectStoreLocationProviderConfigCredentials:PcRestoreSourceV2LocationObjectStoreLocationProviderConfigCredentials",
          "description": "-(Optional) Secret credentials model for the object store containing access key ID and secret access key.\n"
        },
        "region": {
          "type": "string",
          "description": "-(Optional) The region name of the object store endpoint where backup data of domain manager is stored. Default is `us-east-1`.\n"
        }
      },
      "type": "object",
      "required": [
        "bucketName"
      ]
    },
    "nutanix:index/PcRestoreSourceV2LocationObjectStoreLocationProviderConfigCredentials:PcRestoreSourceV2LocationObjectStoreLocationProviderConfigCredentials": {
      "properties": {
        "accessKeyId": {
          "type": "string",
          "description": "-(Required) Access key ID for the object store provided for backup target.\n"
        },
        "secretAccessKey": {
          "type": "string",
          "description": "-(Required) Secret access key for the object store provided for backup target.\n"
        }
      },
      "type": "object",
      "required": [
        "accessKeyId",
        "secretAccessKey"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManager:PcRestoreV2DomainManager": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfig:PcRestoreV2DomainManagerConfig"
          },
          "description": "-(Required) Domain manager (Prism Central) cluster configuration details.\n"
        },
        "hostingClusterExtId": {
          "type": "string"
        },
        "isRegisteredWithHostingCluster": {
          "type": "boolean"
        },
        "networks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetwork:PcRestoreV2DomainManagerNetwork"
          },
          "description": "-(Required) Domain manager (Prism Central) network configuration details.\n"
        },
        "nodeExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "shouldEnableHighAvailability": {
          "type": "boolean",
          "description": "-(Optional) This configuration enables Prism Central to be deployed in scale-out mode. Default is <span pulumi-lang-nodejs=\"`false`\" pulumi-lang-dotnet=\"`False`\" pulumi-lang-go=\"`false`\" pulumi-lang-python=\"`false`\" pulumi-lang-yaml=\"`false`\" pulumi-lang-java=\"`false`\">`false`</span>.\n"
        }
      },
      "type": "object",
      "required": [
        "configs",
        "networks"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "configs",
            "hostingClusterExtId",
            "isRegisteredWithHostingCluster",
            "networks",
            "nodeExtIds",
            "shouldEnableHighAvailability"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfig:PcRestoreV2DomainManagerConfig": {
      "properties": {
        "bootstrapConfig": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigBootstrapConfig:PcRestoreV2DomainManagerConfigBootstrapConfig",
          "description": "- (Optional) Bootstrap configuration details for the domain manager (Prism Central).\n"
        },
        "buildInfo": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigBuildInfo:PcRestoreV2DomainManagerConfigBuildInfo",
          "description": "-(Required) Currently representing the build information to be used for the cluster creation.\n"
        },
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigCredential:PcRestoreV2DomainManagerConfigCredential"
          },
          "description": "- (Optional) The credentials consist of a username and password for a particular user like admin. Users can pass the credentials of admin users currently which will be configured in the create domain manager operation.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Required) Name of the domain manager (Prism Central).\n"
        },
        "resourceConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigResourceConfig:PcRestoreV2DomainManagerConfigResourceConfig"
          },
          "description": "-(Optional) This configuration is used to provide the resource-related details like container external identifiers, number of VCPUs, memory size, data disk size of the domain manager (Prism Central). In the case of a multi-node setup, the sum of resources like number of VCPUs, memory size and data disk size are provided.\n"
        },
        "shouldEnableLockdownMode": {
          "type": "boolean",
          "description": "-(Optional) A boolean value indicating whether to enable lockdown mode for a cluster.\n"
        },
        "size": {
          "type": "string",
          "description": "- (Required) Domain manager (Prism Central) size is an enumeration of starter, small, large, or extra large starter values. The allowed values are:\n- `SMALL` : Domain manager (Prism Central) of size small.\n- `LARGE` : Domain manager (Prism Central) of size large.\n- `EXTRALARGE` : Domain manager (Prism Central) of size extra large.\n- `STARTER` : Domain manager (Prism Central) of size starter.\n"
        }
      },
      "type": "object",
      "required": [
        "buildInfo",
        "name",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootstrapConfig",
            "buildInfo",
            "name",
            "resourceConfigs",
            "shouldEnableLockdownMode",
            "size"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigBootstrapConfig:PcRestoreV2DomainManagerConfigBootstrapConfig": {
      "properties": {
        "cloudInitConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfig:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfig"
          },
          "description": "-(Optional) Cloud-init configuration for the domain manager (Prism Central) cluster.\n"
        },
        "environmentInfo": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigBootstrapConfigEnvironmentInfo:PcRestoreV2DomainManagerConfigBootstrapConfigEnvironmentInfo",
          "description": "-(Optional) Environment information for the domain manager (Prism Central) cluster.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "environmentInfo"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfig:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfig": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript"
          },
          "description": "-(Optional) The script to use for cloud-init.\n- `cloud_init_script.user_data`: -(Optional) user data object\n- `cloud_init_script.custom_keys`: -(Optional) The list of the individual KeyValuePair elements.\n"
        },
        "datasourceType": {
          "type": "string",
          "description": "-(Optional) Type of datasource. Default: CONFIG_DRIVE_V2\n"
        },
        "metadata": {
          "type": "string",
          "description": "-(Optional)The contents of the<span pulumi-lang-nodejs=\" metaData \" pulumi-lang-dotnet=\" MetaData \" pulumi-lang-go=\" metaData \" pulumi-lang-python=\" meta_data \" pulumi-lang-yaml=\" metaData \" pulumi-lang-java=\" metaData \"> meta_data </span>configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded. Default value is 'CONFIG_DRIVE_V2'.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInitScripts",
            "metadata"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "userDatas"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string",
          "description": "-(Required) Name of the domain manager (Prism Central).\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData:PcRestoreV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigBootstrapConfigEnvironmentInfo:PcRestoreV2DomainManagerConfigBootstrapConfigEnvironmentInfo": {
      "properties": {
        "providerType": {
          "type": "string",
          "description": "-(Optional) Enums denoting the provider type of the PC, that is, AHV or ESXi.\nFollowing are the supported provider types:\n- `VSPHERE` : Vsphere cloud provider.\n- `AZURE` : Azure cloud provider.\n- `NTNX` : Nutanix cloud provider.\n- `GCP` : GCP cloud provider.\n- `AWS` : AWS cloud provider.\n"
        },
        "provisioningType": {
          "type": "string",
          "description": "-(Optional) Enums denoting the instance type of the cloud PC. It indicates whether the PC is created on bare-metal or on a cloud-provisioned VM. Hence, it supports two possible values:\n- `NTNX` : Nutanix instance.\n- `NATIVE` : Native instance.\n"
        },
        "type": {
          "type": "string",
          "description": "-(Optional) Enums denoting the environment type of the PC, that is, on-prem PC or cloud PC.\nFollowing are the supported entity types:\n- `ONPREM` : On-prem environment.\n- `NTNX_CLOUD` : Nutanix cloud environment.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "providerType",
            "provisioningType",
            "type"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigBuildInfo:PcRestoreV2DomainManagerConfigBuildInfo": {
      "properties": {
        "version": {
          "type": "string",
          "description": "-(Optional) Software version.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "version"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigCredential:PcRestoreV2DomainManagerConfigCredential": {
      "properties": {
        "password": {
          "type": "string",
          "description": "-(Required) Password required for the basic auth scheme.\n",
          "secret": true
        },
        "username": {
          "type": "string",
          "description": "-(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.\n"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerConfigResourceConfig:PcRestoreV2DomainManagerConfigResourceConfig": {
      "properties": {
        "containerExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) The external identifier of the container that will be used to create the domain manager (Prism Central) cluster.\n"
        },
        "dataDiskSizeBytes": {
          "type": "integer"
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "numVcpus": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "containerExtIds",
            "dataDiskSizeBytes",
            "memorySizeBytes",
            "numVcpus"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetwork:PcRestoreV2DomainManagerNetwork": {
      "properties": {
        "externalAddress": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalAddress:PcRestoreV2DomainManagerNetworkExternalAddress",
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "externalNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetwork:PcRestoreV2DomainManagerNetworkExternalNetwork"
          },
          "description": "-(Required) This configuration is used to manage Prism Central.\n"
        },
        "fqdn": {
          "type": "string"
        },
        "internalNetworks": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworks:PcRestoreV2DomainManagerNetworkInternalNetworks",
          "description": "-(Required) This configuration is used to internally manage Prism Central network.\n"
        },
        "nameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkNameServer:PcRestoreV2DomainManagerNetworkNameServer"
          },
          "description": "-(Required) List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkNtpServer:PcRestoreV2DomainManagerNetworkNtpServer"
          },
          "description": "-(Required) List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        }
      },
      "type": "object",
      "required": [
        "nameServers",
        "ntpServers"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "externalNetworks",
            "fqdn",
            "internalNetworks",
            "nameServers",
            "ntpServers"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalAddress:PcRestoreV2DomainManagerNetworkExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalAddressIpv4:PcRestoreV2DomainManagerNetworkExternalAddressIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalAddressIpv6:PcRestoreV2DomainManagerNetworkExternalAddressIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalAddressIpv4:PcRestoreV2DomainManagerNetworkExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalAddressIpv6:PcRestoreV2DomainManagerNetworkExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetwork:PcRestoreV2DomainManagerNetworkExternalNetwork": {
      "properties": {
        "defaultGateway": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkDefaultGateway:PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGateway",
          "description": "-(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkIpRange:PcRestoreV2DomainManagerNetworkExternalNetworkIpRange"
          },
          "description": "-(Required) Range of IPs used for Prism Central network setup.\n"
        },
        "networkExtId": {
          "type": "string",
          "description": "-(Required) The network external identifier to which Domain Manager (Prism Central) is to be deployed or is already configured.\n"
        },
        "subnetMask": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkSubnetMask:PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMask",
          "description": "-(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        }
      },
      "type": "object",
      "required": [
        "defaultGateway",
        "ipRanges",
        "networkExtId",
        "subnetMask"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGateway:PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayFqdn:PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv4:PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv6:PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayFqdn:PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Restore PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/restore).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv4:PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv6:PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkIpRange:PcRestoreV2DomainManagerNetworkExternalNetworkIpRange": {
      "properties": {
        "begin": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBegin:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBegin",
          "description": "-(Optional) The beginning IP address of the range.\n"
        },
        "end": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEnd:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEnd",
          "description": "-(Optional) The ending IP address of the range.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "begin",
            "end"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBegin:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv4:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv6:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv4:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv6:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEnd:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEndIpv4:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEndIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEndIpv6:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEndIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEndIpv4:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEndIpv6:PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMask:PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskFqdn:PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskIpv4:PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskIpv6:PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskFqdn:PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Restore PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/restore).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskIpv4:PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskIpv6:PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworks:PcRestoreV2DomainManagerNetworkInternalNetworks": {
      "properties": {
        "defaultGateway": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksDefaultGateway:PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGateway",
          "description": "-(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksIpRange:PcRestoreV2DomainManagerNetworkInternalNetworksIpRange"
          },
          "description": "-(Required) Range of IPs used for Prism Central network setup.\n"
        },
        "subnetMask": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksSubnetMask:PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMask",
          "description": "-(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        }
      },
      "type": "object",
      "required": [
        "defaultGateway",
        "ipRanges",
        "subnetMask"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGateway:PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayFqdn:PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv4:PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv6:PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayFqdn:PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Restore PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/restore).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv4:PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv6:PcRestoreV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksIpRange:PcRestoreV2DomainManagerNetworkInternalNetworksIpRange": {
      "properties": {
        "begin": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBegin:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBegin",
          "description": "-(Optional) The beginning IP address of the range.\n"
        },
        "end": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEnd:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEnd",
          "description": "-(Optional) The ending IP address of the range.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "begin",
            "end"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBegin:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv4:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv6:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv4:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv6:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEnd:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEndIpv4:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEndIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEndIpv6:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEndIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEndIpv4:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEndIpv6:PcRestoreV2DomainManagerNetworkInternalNetworksIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMask:PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskFqdn:PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskIpv4:PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskIpv6:PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskFqdn:PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Restore PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/restore).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskIpv4:PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskIpv6:PcRestoreV2DomainManagerNetworkInternalNetworksSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkNameServer:PcRestoreV2DomainManagerNetworkNameServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkNameServerFqdn:PcRestoreV2DomainManagerNetworkNameServerFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkNameServerIpv4:PcRestoreV2DomainManagerNetworkNameServerIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkNameServerIpv6:PcRestoreV2DomainManagerNetworkNameServerIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkNameServerFqdn:PcRestoreV2DomainManagerNetworkNameServerFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Restore PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/restore).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkNameServerIpv4:PcRestoreV2DomainManagerNetworkNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkNameServerIpv6:PcRestoreV2DomainManagerNetworkNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkNtpServer:PcRestoreV2DomainManagerNetworkNtpServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkNtpServerFqdn:PcRestoreV2DomainManagerNetworkNtpServerFqdn"
          },
          "description": "-(Optional) A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkNtpServerIpv4:PcRestoreV2DomainManagerNetworkNtpServerIpv4"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManagerNetworkNtpServerIpv6:PcRestoreV2DomainManagerNetworkNtpServerIpv6"
          },
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkNtpServerFqdn:PcRestoreV2DomainManagerNetworkNtpServerFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "-(Optional) The fully qualified domain name of the host.\n\nSee detailed information in [Nutanix Restore PC V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/restore).\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkNtpServerIpv4:PcRestoreV2DomainManagerNetworkNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/PcRestoreV2DomainManagerNetworkNtpServerIpv6:PcRestoreV2DomainManagerNetworkNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/ProjectAccountReferenceList:ProjectAccountReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectAcp:ProjectAcp": {
      "properties": {
        "contextFilterLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectAcpContextFilterList:ProjectAcpContextFilterList"
          },
          "description": "The list of context filters. These are OR filters. The scope-expression-list defines the context, and the filter works in conjunction with the entity-expression-list.\n"
        },
        "description": {
          "type": "string",
          "description": "A description for project.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "roleReference": {
          "$ref": "#/types/nutanix:index%2FProjectAcpRoleReference:ProjectAcpRoleReference",
          "description": "Reference to role.\n"
        },
        "userGroupReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectAcpUserGroupReferenceList:ProjectAcpUserGroupReferenceList"
          },
          "description": "List of Reference of users groups.\n"
        },
        "userReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectAcpUserReferenceList:ProjectAcpUserReferenceList"
          },
          "description": "List of Reference of users.\n"
        }
      },
      "type": "object",
      "required": [
        "roleReference"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "contextFilterLists",
            "metadata",
            "name",
            "roleReference"
          ]
        }
      }
    },
    "nutanix:index/ProjectAcpContextFilterList:ProjectAcpContextFilterList": {
      "properties": {
        "entityFilterExpressionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectAcpContextFilterListEntityFilterExpressionList:ProjectAcpContextFilterListEntityFilterExpressionList"
          },
          "description": "(Required) A list of Entity filter expressions.\n"
        },
        "scopeFilterExpressionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectAcpContextFilterListScopeFilterExpressionList:ProjectAcpContextFilterListScopeFilterExpressionList"
          },
          "description": "- (Optional) Filter the scope of an Access Control Policy.\n"
        }
      },
      "type": "object",
      "required": [
        "entityFilterExpressionLists"
      ]
    },
    "nutanix:index/ProjectAcpContextFilterListEntityFilterExpressionList:ProjectAcpContextFilterListEntityFilterExpressionList": {
      "properties": {
        "leftHandSideEntityType": {
          "type": "string",
          "description": "- (Optional)  The LHS of the filter expression - the entity type.\n"
        },
        "operator": {
          "type": "string",
          "description": "- (Required) The operator in the filter expression.\n"
        },
        "rightHandSide": {
          "$ref": "#/types/nutanix:index%2FProjectAcpContextFilterListEntityFilterExpressionListRightHandSide:ProjectAcpContextFilterListEntityFilterExpressionListRightHandSide",
          "description": "- (Required) The right hand side (RHS) of an scope expression.\n"
        }
      },
      "type": "object",
      "required": [
        "operator",
        "rightHandSide"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "leftHandSideEntityType",
            "operator",
            "rightHandSide"
          ]
        }
      }
    },
    "nutanix:index/ProjectAcpContextFilterListEntityFilterExpressionListRightHandSide:ProjectAcpContextFilterListEntityFilterExpressionListRightHandSide": {
      "properties": {
        "categories": {
          "$ref": "#/types/nutanix:index%2FProjectAcpContextFilterListEntityFilterExpressionListRightHandSideCategories:ProjectAcpContextFilterListEntityFilterExpressionListRightHandSideCategories",
          "description": "- (Optional) The category values represented as a dictionary of key > list of values.\n"
        },
        "collection": {
          "type": "string",
          "description": "- (Optional)  A representative term for supported groupings of entities. ALL = All the entities of a given kind.\n"
        },
        "uuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) The explicit list of UUIDs for the given kind.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categories",
            "collection",
            "uuidLists"
          ]
        }
      }
    },
    "nutanix:index/ProjectAcpContextFilterListEntityFilterExpressionListRightHandSideCategories:ProjectAcpContextFilterListEntityFilterExpressionListRightHandSideCategories": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/ProjectAcpContextFilterListScopeFilterExpressionList:ProjectAcpContextFilterListScopeFilterExpressionList": {
      "properties": {
        "leftHandSide": {
          "type": "string",
          "description": "- (Optional)  The LHS of the filter expression - the scope type.\n"
        },
        "operator": {
          "type": "string",
          "description": "- (Required) The operator in the filter expression.\n"
        },
        "rightHandSide": {
          "$ref": "#/types/nutanix:index%2FProjectAcpContextFilterListScopeFilterExpressionListRightHandSide:ProjectAcpContextFilterListScopeFilterExpressionListRightHandSide",
          "description": "- (Required) The right hand side (RHS) of an scope expression.\n"
        }
      },
      "type": "object",
      "required": [
        "leftHandSide",
        "operator",
        "rightHandSide"
      ]
    },
    "nutanix:index/ProjectAcpContextFilterListScopeFilterExpressionListRightHandSide:ProjectAcpContextFilterListScopeFilterExpressionListRightHandSide": {
      "properties": {
        "categories": {
          "$ref": "#/types/nutanix:index%2FProjectAcpContextFilterListScopeFilterExpressionListRightHandSideCategories:ProjectAcpContextFilterListScopeFilterExpressionListRightHandSideCategories",
          "description": "- (Optional) The category values represented as a dictionary of key > list of values.\n"
        },
        "collection": {
          "type": "string",
          "description": "- (Optional)  A representative term for supported groupings of entities. ALL = All the entities of a given kind.\n"
        },
        "uuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) The explicit list of UUIDs for the given kind.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categories",
            "collection",
            "uuidLists"
          ]
        }
      }
    },
    "nutanix:index/ProjectAcpContextFilterListScopeFilterExpressionListRightHandSideCategories:ProjectAcpContextFilterListScopeFilterExpressionListRightHandSideCategories": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/ProjectAcpRoleReference:ProjectAcpRoleReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectAcpUserGroupReferenceList:ProjectAcpUserGroupReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ]
    },
    "nutanix:index/ProjectAcpUserReferenceList:ProjectAcpUserReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ]
    },
    "nutanix:index/ProjectCategory:ProjectCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/ProjectClusterReferenceList:ProjectClusterReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectDefaultEnvironmentReference:ProjectDefaultEnvironmentReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectDefaultSubnetReference:ProjectDefaultSubnetReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectEnvironmentReferenceList:ProjectEnvironmentReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectExternalNetworkList:ProjectExternalNetworkList": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectExternalUserGroupReferenceList:ProjectExternalUserGroupReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectResourceDomain:ProjectResourceDomain": {
      "properties": {
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectResourceDomainResource:ProjectResourceDomainResource"
          }
        }
      },
      "type": "object",
      "required": [
        "resources"
      ]
    },
    "nutanix:index/ProjectResourceDomainResource:ProjectResourceDomainResource": {
      "properties": {
        "limit": {
          "type": "integer"
        },
        "resourceType": {
          "type": "string"
        },
        "units": {
          "type": "string"
        },
        "value": {
          "type": "integer",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "limit",
        "resourceType"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "limit",
            "resourceType",
            "units",
            "value"
          ]
        }
      }
    },
    "nutanix:index/ProjectSubnetReferenceList:ProjectSubnetReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectTunnelReferenceList:ProjectTunnelReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectUserGroupList:ProjectUserGroupList": {
      "properties": {
        "directoryServiceOus": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectUserGroupListDirectoryServiceOus:ProjectUserGroupListDirectoryServiceOus"
          }
        },
        "directoryServiceUserGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectUserGroupListDirectoryServiceUserGroup:ProjectUserGroupListDirectoryServiceUserGroup"
          }
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "samlUserGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectUserGroupListSamlUserGroup:ProjectUserGroupListSamlUserGroup"
          }
        }
      },
      "type": "object"
    },
    "nutanix:index/ProjectUserGroupListDirectoryServiceOus:ProjectUserGroupListDirectoryServiceOus": {
      "properties": {
        "distinguishedName": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "distinguishedName"
      ]
    },
    "nutanix:index/ProjectUserGroupListDirectoryServiceUserGroup:ProjectUserGroupListDirectoryServiceUserGroup": {
      "properties": {
        "distinguishedName": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "distinguishedName"
      ]
    },
    "nutanix:index/ProjectUserGroupListSamlUserGroup:ProjectUserGroupListSamlUserGroup": {
      "properties": {
        "idpUuid": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        }
      },
      "type": "object",
      "required": [
        "idpUuid",
        "name"
      ]
    },
    "nutanix:index/ProjectUserList:ProjectUserList": {
      "properties": {
        "directoryServiceUser": {
          "$ref": "#/types/nutanix:index%2FProjectUserListDirectoryServiceUser:ProjectUserListDirectoryServiceUser"
        },
        "identityProviderUser": {
          "$ref": "#/types/nutanix:index%2FProjectUserListIdentityProviderUser:ProjectUserListIdentityProviderUser"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "directoryServiceUser",
            "identityProviderUser"
          ]
        }
      }
    },
    "nutanix:index/ProjectUserListDirectoryServiceUser:ProjectUserListDirectoryServiceUser": {
      "properties": {
        "defaultUserPrincipalName": {
          "type": "string"
        },
        "directoryServiceReference": {
          "$ref": "#/types/nutanix:index%2FProjectUserListDirectoryServiceUserDirectoryServiceReference:ProjectUserListDirectoryServiceUserDirectoryServiceReference"
        },
        "userPrincipalName": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "directoryServiceReference"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "defaultUserPrincipalName",
            "directoryServiceReference",
            "userPrincipalName"
          ]
        }
      }
    },
    "nutanix:index/ProjectUserListDirectoryServiceUserDirectoryServiceReference:ProjectUserListDirectoryServiceUserDirectoryServiceReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectUserListIdentityProviderUser:ProjectUserListIdentityProviderUser": {
      "properties": {
        "identityProviderReference": {
          "$ref": "#/types/nutanix:index%2FProjectUserListIdentityProviderUserIdentityProviderReference:ProjectUserListIdentityProviderUserIdentityProviderReference"
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "identityProviderReference"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "identityProviderReference",
            "username"
          ]
        }
      }
    },
    "nutanix:index/ProjectUserListIdentityProviderUserIdentityProviderReference:ProjectUserListIdentityProviderUserIdentityProviderReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectUserReferenceList:ProjectUserReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProjectVpcReferenceList:ProjectVpcReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/ProtectionPolicyV2Link:ProtectionPolicyV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/ProtectionPolicyV2ReplicationConfiguration:ProtectionPolicyV2ReplicationConfiguration": {
      "properties": {
        "remoteLocationLabel": {
          "type": "string",
          "description": "-(Optional) Label of the source location from the replication locations list, where the entity will be replicated.\n"
        },
        "schedule": {
          "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationConfigurationSchedule:ProtectionPolicyV2ReplicationConfigurationSchedule",
          "description": "-(Required) Schedule for protection. The schedule specifies the recovery point objective and the retention policy for the participating locations.\n"
        },
        "sourceLocationLabel": {
          "type": "string",
          "description": "-(Required) Label of the source location from the replication locations list, where the entity is running. The location of type MST can not be specified as the replication source.\n"
        }
      },
      "type": "object",
      "required": [
        "schedule",
        "sourceLocationLabel"
      ]
    },
    "nutanix:index/ProtectionPolicyV2ReplicationConfigurationSchedule:ProtectionPolicyV2ReplicationConfigurationSchedule": {
      "properties": {
        "recoveryPointObjectiveTimeSeconds": {
          "type": "integer",
          "description": "-(Required) The Recovery point objective of the schedule in seconds and specified in multiple of 60 seconds. Only following RPO values can be provided for rollup retention type:\n- Minute(s): 1, 2, 3, 4, 5, 6, 10, 12, 15\n- Hour(s): 1, 2, 3, 4, 6, 8, 12\n- Day(s): 1\n- Week(s): 1, 2\n"
        },
        "recoveryPointType": {
          "type": "string",
          "description": "-(Optional) Type of recovery point.\n* `CRASH_CONSISTENT`: Crash-consistent Recovery points capture all the VM and application level details.\n* `APP_CONSISTENT`: Application-consistent Recovery points can capture all the data stored in the memory and also the in-progress transaction details.\n"
        },
        "retention": {
          "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationConfigurationScheduleRetention:ProtectionPolicyV2ReplicationConfigurationScheduleRetention",
          "description": "-(Optional) Specifies the retention policy for the recovery point schedule.\n"
        },
        "startTime": {
          "type": "string",
          "description": "-(Optional) Represents the protection start time for the new entities added to the policy after the policy is created in h:m format. The values must be between 00h:00m and 23h:59m and in UTC timezone. It specifies the time when the first snapshot is taken and replicated for any entity added to the policy. If this is not specified, the snapshot is taken immediately and replicated for any new entity added to the policy.\n"
        },
        "syncReplicationAutoSuspendTimeoutSeconds": {
          "type": "integer",
          "description": "-(Optional) Auto suspend timeout if there is a connection failure between locations for synchronous replication. If this value is not set, then the policy will not be suspended.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/ProtectionPolicyV2ReplicationConfigurationScheduleRetention:ProtectionPolicyV2ReplicationConfigurationScheduleRetention": {
      "properties": {
        "autoRollupRetention": {
          "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetention:ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetention",
          "description": "-(Optional) Auto rollup retention policy.\n"
        },
        "linearRetention": {
          "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetention:ProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetention",
          "description": "-(Optional) Linear retention policy.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetention:ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetention": {
      "properties": {
        "local": {
          "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal:ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal",
          "description": "-(Required) Specifies the auto rollup retention details.\n"
        },
        "remote": {
          "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote:ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote",
          "description": "-(Optional) Specifies the auto rollup retention details.\n"
        }
      },
      "type": "object",
      "required": [
        "local"
      ]
    },
    "nutanix:index/ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal:ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal": {
      "properties": {
        "frequency": {
          "type": "integer",
          "description": "-(Required) Multiplier to 'snapshotIntervalType'. For example, if 'snapshotIntervalType' is 'YEARLY' and 'multiple' is 5, then 5 years worth of rollup snapshots will be retained.\n\n\n\nSee detailed information in [Nutanix Protection Policy v4](https://developers.nutanix.com/api-reference?namespace=datapolicies&version=v4.0#tag/ProtectionPolicies/operation/createProtectionPolicy).\n"
        },
        "snapshotIntervalType": {
          "type": "string",
          "description": "-(Required) Snapshot interval period.\n* `YEARLY`: Specifies the number of latest yearly recovery points to retain.\n* `WEEKLY`: Specifies the number of latest weekly recovery points to retain.\n* `DAILY`: Specifies the number of latest daily recovery points to retain.\n* `MONTHLY`: Specifies the number of latest monthly recovery points to retain.\n* `HOURLY`: Specifies the number of latest hourly recovery points to retain.\n"
        }
      },
      "type": "object",
      "required": [
        "frequency"
      ]
    },
    "nutanix:index/ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote:ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote": {
      "properties": {
        "frequency": {
          "type": "integer",
          "description": "-(Required) Multiplier to 'snapshotIntervalType'. For example, if 'snapshotIntervalType' is 'YEARLY' and 'multiple' is 5, then 5 years worth of rollup snapshots will be retained.\n\n\n\nSee detailed information in [Nutanix Protection Policy v4](https://developers.nutanix.com/api-reference?namespace=datapolicies&version=v4.0#tag/ProtectionPolicies/operation/createProtectionPolicy).\n"
        },
        "snapshotIntervalType": {
          "type": "string",
          "description": "-(Required) Snapshot interval period.\n* `YEARLY`: Specifies the number of latest yearly recovery points to retain.\n* `WEEKLY`: Specifies the number of latest weekly recovery points to retain.\n* `DAILY`: Specifies the number of latest daily recovery points to retain.\n* `MONTHLY`: Specifies the number of latest monthly recovery points to retain.\n* `HOURLY`: Specifies the number of latest hourly recovery points to retain.\n"
        }
      },
      "type": "object",
      "required": [
        "frequency"
      ]
    },
    "nutanix:index/ProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetention:ProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetention": {
      "properties": {
        "local": {
          "type": "integer",
          "description": "-(Required) Specifies the number of recovery points to retain on the local location.\n"
        },
        "remote": {
          "type": "integer",
          "description": "-(Optional) Specifies the number of recovery points to retain on the remote location.\n"
        }
      },
      "type": "object",
      "required": [
        "local"
      ]
    },
    "nutanix:index/ProtectionPolicyV2ReplicationLocation:ProtectionPolicyV2ReplicationLocation": {
      "properties": {
        "domainManagerExtId": {
          "type": "string",
          "description": "-(Required) External identifier of the domain manager.\n"
        },
        "isPrimary": {
          "type": "boolean",
          "description": "-(Optional) One of the locations must be specified as the primary location. All the other locations must be connected to the primary location.\n"
        },
        "label": {
          "type": "string",
          "description": "-(Required) This is a unique user defined label of the replication location. It is used to identify the location in the replication configurations.\n"
        },
        "replicationSubLocation": {
          "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationLocationReplicationSubLocation:ProtectionPolicyV2ReplicationLocationReplicationSubLocation",
          "description": "-(Optional) Specifies the replication sub-locations where recovery points can be created or replicated.\n"
        }
      },
      "type": "object",
      "required": [
        "domainManagerExtId",
        "label"
      ]
    },
    "nutanix:index/ProtectionPolicyV2ReplicationLocationReplicationSubLocation:ProtectionPolicyV2ReplicationLocationReplicationSubLocation": {
      "properties": {
        "clusterExtIds": {
          "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIds:ProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIds",
          "description": "-(Optional) External identifier of the clusters.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterExtIds"
      ]
    },
    "nutanix:index/ProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIds:ProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIds": {
      "properties": {
        "clusterExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) External identifier of the clusters.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterExtIds"
      ]
    },
    "nutanix:index/ProtectionRuleAvailabilityZoneConnectivityList:ProtectionRuleAvailabilityZoneConnectivityList": {
      "properties": {
        "destinationAvailabilityZoneIndex": {
          "type": "integer"
        },
        "snapshotScheduleLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleList:ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleList"
          }
        },
        "sourceAvailabilityZoneIndex": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "destinationAvailabilityZoneIndex",
            "snapshotScheduleLists",
            "sourceAvailabilityZoneIndex"
          ]
        }
      }
    },
    "nutanix:index/ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleList:ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleList": {
      "properties": {
        "autoSuspendTimeoutSecs": {
          "type": "integer"
        },
        "localSnapshotRetentionPolicy": {
          "$ref": "#/types/nutanix:index%2FProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy:ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy"
        },
        "recoveryPointObjectiveSecs": {
          "type": "integer"
        },
        "remoteSnapshotRetentionPolicy": {
          "$ref": "#/types/nutanix:index%2FProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy:ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy"
        },
        "snapshotType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "recoveryPointObjectiveSecs"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "autoSuspendTimeoutSecs",
            "localSnapshotRetentionPolicy",
            "recoveryPointObjectiveSecs",
            "remoteSnapshotRetentionPolicy",
            "snapshotType"
          ]
        }
      }
    },
    "nutanix:index/ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy:ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy": {
      "properties": {
        "numSnapshots": {
          "type": "integer"
        },
        "rollupRetentionPolicyMultiple": {
          "type": "integer"
        },
        "rollupRetentionPolicySnapshotIntervalType": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "numSnapshots",
            "rollupRetentionPolicyMultiple",
            "rollupRetentionPolicySnapshotIntervalType"
          ]
        }
      }
    },
    "nutanix:index/ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy:ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy": {
      "properties": {
        "numSnapshots": {
          "type": "integer"
        },
        "rollupRetentionPolicyMultiple": {
          "type": "integer"
        },
        "rollupRetentionPolicySnapshotIntervalType": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "numSnapshots",
            "rollupRetentionPolicyMultiple",
            "rollupRetentionPolicySnapshotIntervalType"
          ]
        }
      }
    },
    "nutanix:index/ProtectionRuleCategory:ProtectionRuleCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The name for the protection rule.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/ProtectionRuleCategoryFilter:ProtectionRuleCategoryFilter": {
      "properties": {
        "kindLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "params": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionRuleCategoryFilterParam:ProtectionRuleCategoryFilterParam"
          }
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kindLists",
            "params",
            "type"
          ]
        }
      }
    },
    "nutanix:index/ProtectionRuleCategoryFilterParam:ProtectionRuleCategoryFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The name for the protection rule.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ]
    },
    "nutanix:index/ProtectionRuleOrderedAvailabilityZoneList:ProtectionRuleOrderedAvailabilityZoneList": {
      "properties": {
        "availabilityZoneUrl": {
          "type": "string"
        },
        "clusterUuid": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "availabilityZoneUrl",
            "clusterUuid"
          ]
        }
      }
    },
    "nutanix:index/ProtectionRuleOwnerReference:ProtectionRuleOwnerReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the protection rule.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/ProtectionRuleProjectReference:ProtectionRuleProjectReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the protection rule.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/RecoveryPlanCategory:RecoveryPlanCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanOwnerReference:RecoveryPlanOwnerReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/RecoveryPlanParameters:RecoveryPlanParameters": {
      "properties": {
        "floatingIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersFloatingIpAssignmentList:RecoveryPlanParametersFloatingIpAssignmentList"
          }
        },
        "networkMappingLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingList:RecoveryPlanParametersNetworkMappingList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "floatingIpAssignmentLists",
            "networkMappingLists"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersFloatingIpAssignmentList:RecoveryPlanParametersFloatingIpAssignmentList": {
      "properties": {
        "availabilityZoneUrl": {
          "type": "string"
        },
        "vmIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentList:RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentList"
          }
        }
      },
      "type": "object",
      "required": [
        "availabilityZoneUrl",
        "vmIpAssignmentLists"
      ]
    },
    "nutanix:index/RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentList:RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentList": {
      "properties": {
        "recoveryFloatingIpConfig": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig:RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig"
        },
        "testFloatingIpConfig": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig:RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig"
        },
        "vmNicInformation": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListVmNicInformation:RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListVmNicInformation"
        },
        "vmReference": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListVmReference:RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListVmReference"
        }
      },
      "type": "object",
      "required": [
        "vmNicInformation",
        "vmReference"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "recoveryFloatingIpConfig",
            "testFloatingIpConfig",
            "vmNicInformation",
            "vmReference"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig:RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "shouldAllocateDynamically": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ip",
            "shouldAllocateDynamically"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig:RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "shouldAllocateDynamically": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ip",
            "shouldAllocateDynamically"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListVmNicInformation:RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListVmNicInformation": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ip",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListVmReference:RecoveryPlanParametersFloatingIpAssignmentListVmIpAssignmentListVmReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingList:RecoveryPlanParametersNetworkMappingList": {
      "properties": {
        "areNetworksStretched": {
          "type": "boolean"
        },
        "availabilityZoneNetworkMappingLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "areNetworksStretched",
            "availabilityZoneNetworkMappingLists"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingList": {
      "properties": {
        "availabilityZoneUrl": {
          "type": "string"
        },
        "clusterReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList"
          }
        },
        "recoveryIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList"
          }
        },
        "recoveryNetwork": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork"
        },
        "testIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList"
          }
        },
        "testNetwork": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "availabilityZoneUrl",
            "clusterReferenceLists",
            "recoveryIpAssignmentLists",
            "recoveryNetwork",
            "testIpAssignmentLists",
            "testNetwork"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList": {
      "properties": {
        "ipConfigLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList"
          }
        },
        "vmReference": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference"
        }
      },
      "type": "object",
      "required": [
        "ipConfigLists",
        "vmReference"
      ]
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList": {
      "properties": {
        "ipAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ipAddress"
      ]
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "subnetLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList"
          }
        },
        "useVpcReference": {
          "type": "boolean"
        },
        "virtualNetworkReference": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference"
        },
        "vpcReference": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "subnetLists",
            "useVpcReference",
            "virtualNetworkReference",
            "vpcReference"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList": {
      "properties": {
        "externalConnectivityState": {
          "type": "string"
        },
        "gatewayIp": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "gatewayIp",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "externalConnectivityState",
            "gatewayIp",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList": {
      "properties": {
        "ipConfigLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList"
          }
        },
        "vmReference": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference"
        }
      },
      "type": "object",
      "required": [
        "ipConfigLists",
        "vmReference"
      ]
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList": {
      "properties": {
        "ipAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ipAddress"
      ]
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "subnetLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList"
          }
        },
        "useVpcReference": {
          "type": "boolean"
        },
        "virtualNetworkReference": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference"
        },
        "vpcReference": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "subnetLists",
            "useVpcReference",
            "virtualNetworkReference",
            "vpcReference"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList": {
      "properties": {
        "externalConnectivityState": {
          "type": "string"
        },
        "gatewayIp": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "gatewayIp",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "externalConnectivityState",
            "gatewayIp",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference:RecoveryPlanParametersNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanProjectReference:RecoveryPlanProjectReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/RecoveryPlanStageList:RecoveryPlanStageList": {
      "properties": {
        "delayTimeSecs": {
          "type": "integer"
        },
        "stageUuid": {
          "type": "string"
        },
        "stageWork": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanStageListStageWork:RecoveryPlanStageListStageWork"
        }
      },
      "type": "object",
      "required": [
        "stageWork"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "delayTimeSecs",
            "stageUuid",
            "stageWork"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanStageListStageWork:RecoveryPlanStageListStageWork": {
      "properties": {
        "recoverEntities": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanStageListStageWorkRecoverEntities:RecoveryPlanStageListStageWorkRecoverEntities"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "recoverEntities"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanStageListStageWorkRecoverEntities:RecoveryPlanStageListStageWorkRecoverEntities": {
      "properties": {
        "entityInfoLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoList:RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityInfoLists"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoList:RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoList": {
      "properties": {
        "anyEntityReferenceKind": {
          "type": "string"
        },
        "anyEntityReferenceName": {
          "type": "string"
        },
        "anyEntityReferenceUuid": {
          "type": "string"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListCategory:RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListCategory"
          }
        },
        "scriptLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListScriptList:RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListScriptList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "scriptLists"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListCategory:RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListScriptList:RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListScriptList": {
      "properties": {
        "enableScriptExec": {
          "type": "boolean"
        },
        "timeout": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "enableScriptExec"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "enableScriptExec",
            "timeout"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPointRestoreV2VmRecoveryPointRestoreOverride:RecoveryPointRestoreV2VmRecoveryPointRestoreOverride": {
      "properties": {
        "vmRecoveryPointExtId": {
          "type": "string",
          "description": "-(Required) External identifier of a VM recovery point, that is a part of the top-level recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "vmRecoveryPointExtId"
      ]
    },
    "nutanix:index/RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverride:RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverride": {
      "properties": {
        "volumeGroupOverrideSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideVolumeGroupOverrideSpec:RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideVolumeGroupOverrideSpec"
          },
          "description": "-(Optional) Protected resource/recovery point restore that overrides the volume group configuration. The specified properties will be overridden for the restored volume group.\n"
        },
        "volumeGroupRecoveryPointExtId": {
          "type": "string",
          "description": "-(Required) External identifier of a volume group recovery point, that is a part of the top-level recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "volumeGroupRecoveryPointExtId"
      ]
    },
    "nutanix:index/RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideVolumeGroupOverrideSpec:RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideVolumeGroupOverrideSpec": {
      "properties": {
        "name": {
          "type": "string",
          "description": "-(Optional) The name of the restored volume group.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/RecoveryPointsV2Link:RecoveryPointsV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPointsV2LocationReference:RecoveryPointsV2LocationReference": {
      "properties": {
        "locationExtId": {
          "type": "string",
          "description": "External identifier of the cluster where the recovery point is present.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "locationExtId"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPointsV2VmRecoveryPoint:RecoveryPointsV2VmRecoveryPoint": {
      "properties": {
        "applicationConsistentProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointsV2VmRecoveryPointApplicationConsistentProperty:RecoveryPointsV2VmRecoveryPointApplicationConsistentProperty"
          },
          "description": "User-defined application-consistent properties for the recovery point.\n"
        },
        "consistencyGroupExtId": {
          "type": "string",
          "description": "External identifier of the Consistency group which the entity was part of at the time of recovery point creation.\n"
        },
        "creationTime": {
          "type": "string",
          "description": "The UTC date and time in ISO-8601 format when the Recovery point is created.\n"
        },
        "diskRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointsV2VmRecoveryPointDiskRecoveryPoint:RecoveryPointsV2VmRecoveryPointDiskRecoveryPoint"
          },
          "description": "array of disk recovery points.\n"
        },
        "expirationTime": {
          "type": "string",
          "description": "The UTC date and time in ISO-8601 format when the current Recovery point expires and will be garbage collected.\n"
        },
        "extId": {
          "type": "string",
          "description": "recovery point UUID\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointsV2VmRecoveryPointLink:RecoveryPointsV2VmRecoveryPointLink"
          },
          "description": "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.\n"
        },
        "locationAgnosticId": {
          "type": "string",
          "description": "Location agnostic identifier of the recovery point. This identifier is used to identify the same instances of a recovery point across different sites.\n"
        },
        "name": {
          "type": "string",
          "description": "The name of the Recovery point.\n"
        },
        "recoveryPointType": {
          "type": "string",
          "description": "Type of the Recovery point.\n"
        },
        "status": {
          "type": "string",
          "description": "The status of the Recovery point, which indicates whether this Recovery point is fit to be consumed.\n* supported values:\n* `COMPLETE`: - The Recovery point is in a complete state and ready to be consumed.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity\n"
        },
        "vmCategories": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Category key-value pairs associated with the VM at the time of recovery point creation. The category key and value are separated by '/'. For example, a category with key 'dept' and value 'hr' is displayed as 'dept/hr'.\n"
        },
        "vmExtId": {
          "type": "string",
          "description": "VM external identifier which is captured as a part of this recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "vmExtId"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "applicationConsistentProperties",
            "consistencyGroupExtId",
            "creationTime",
            "diskRecoveryPoints",
            "expirationTime",
            "extId",
            "links",
            "locationAgnosticId",
            "name",
            "recoveryPointType",
            "status",
            "tenantId",
            "vmCategories",
            "vmExtId"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPointsV2VmRecoveryPointApplicationConsistentProperty:RecoveryPointsV2VmRecoveryPointApplicationConsistentProperty": {
      "properties": {
        "backupType": {
          "type": "string",
          "description": "-(Required) The backup type specifies the criteria for identifying the files to be backed up. This property should be specified to the application-consistent recovery points for Windows VMs/agents. The following backup types are supported for the application-consistent recovery points:\n* supported values:\n* `FULL_BACKUP`: -  All the files are backed up irrespective of their last backup date/time or state. Also, this backup type updates the backup history of each file that participated in the recovery point. If not explicitly specified, this is the default backup type.\n* `COPY_BACKUP`: -  this backup type does not update the backup history of individual files involved in the recovery point.\n"
        },
        "objectType": {
          "type": "string",
          "description": "-(Required) value: `dataprotection.v4.common.VssProperties`\n"
        },
        "shouldIncludeWriters": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether the given set of VSS writers' UUIDs should be included or excluded from the application consistent recovery point. By default, the value is set to false, indicating that all listed VSS writers' UUIDs will be excluded.\n"
        },
        "shouldStoreVssMetadata": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether to store the VSS metadata if the user is interested in application-specific backup/restore. The VSS metadata consists of VSS writers and requester metadata details. These are compressed into a cabinet file(.cab file) during a VSS backup operation. This cabinet file must be saved to the backup media during a backup operation, as it is required during the restore operation.\n"
        },
        "writers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) List of VSS writer UUIDs that are used in an application consistent recovery point. The default values are the system and the registry writer UUIDs.\n"
        }
      },
      "type": "object",
      "required": [
        "backupType",
        "objectType"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backupType",
            "objectType",
            "shouldIncludeWriters",
            "shouldStoreVssMetadata",
            "writers"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPointsV2VmRecoveryPointDiskRecoveryPoint:RecoveryPointsV2VmRecoveryPointDiskRecoveryPoint": {
      "properties": {
        "diskExtId": {
          "type": "string",
          "description": "External identifier of the disk.\n"
        },
        "diskRecoveryPointExtId": {
          "type": "string",
          "description": "External identifier of the disk recovery point.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskExtId",
            "diskRecoveryPointExtId"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPointsV2VmRecoveryPointLink:RecoveryPointsV2VmRecoveryPointLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPointsV2VolumeGroupRecoveryPoint:RecoveryPointsV2VolumeGroupRecoveryPoint": {
      "properties": {
        "consistencyGroupExtId": {
          "type": "string",
          "description": "External identifier of the Consistency group which the entity was part of at the time of recovery point creation.\n"
        },
        "diskRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointsV2VolumeGroupRecoveryPointDiskRecoveryPoint:RecoveryPointsV2VolumeGroupRecoveryPointDiskRecoveryPoint"
          },
          "description": "array of disk recovery points.\n"
        },
        "extId": {
          "type": "string",
          "description": "recovery point UUID\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointsV2VolumeGroupRecoveryPointLink:RecoveryPointsV2VolumeGroupRecoveryPointLink"
          },
          "description": "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.\n"
        },
        "locationAgnosticId": {
          "type": "string",
          "description": "Location agnostic identifier of the recovery point. This identifier is used to identify the same instances of a recovery point across different sites.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity\n"
        },
        "volumeGroupCategories": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Category key-value pairs associated with the volume group at the time of recovery point creation. The category key and value are separated by '/'. For example, a category with key 'dept' and value 'hr' will be represented as 'dept/hr'.\n"
        },
        "volumeGroupExtId": {
          "type": "string",
          "description": "Volume Group external identifier which is captured as part of this recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "volumeGroupExtId"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "consistencyGroupExtId",
            "diskRecoveryPoints",
            "extId",
            "links",
            "locationAgnosticId",
            "tenantId",
            "volumeGroupCategories",
            "volumeGroupExtId"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPointsV2VolumeGroupRecoveryPointDiskRecoveryPoint:RecoveryPointsV2VolumeGroupRecoveryPointDiskRecoveryPoint": {
      "properties": {
        "diskExtId": {
          "type": "string",
          "description": "External identifier of the disk.\n"
        },
        "diskRecoveryPointExtId": {
          "type": "string",
          "description": "External identifier of the disk recovery point.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskExtId",
            "diskRecoveryPointExtId"
          ]
        }
      }
    },
    "nutanix:index/RecoveryPointsV2VolumeGroupRecoveryPointLink:RecoveryPointsV2VolumeGroupRecoveryPointLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/RoleCategory:RoleCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the role.\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/RoleOwnerReference:RoleOwnerReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the role.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/RolePermissionReferenceList:RolePermissionReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the role.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/RoleProjectReference:RoleProjectReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the role.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/RolesV2Link:RolesV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/RoutesV2Destination:RoutesV2Destination": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FRoutesV2DestinationIpv4:RoutesV2DestinationIpv4",
          "description": "IPv4 Subnet Object\n* `ipv4.ip`: (Required) An unique address that identifies a device on the internet or a local network in IPv4 format.\n* `ipv4.ip.value`: (Required) The IPv4 address of the host.\n* `ipv4.ip.prefix_length`: (Optional) The prefix length of the network to which this host IPv4 address belongs.\n* `ipv4.prefix_length`: (Required) The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FRoutesV2DestinationIpv6:RoutesV2DestinationIpv6",
          "description": "IPv6 Subnet Object\n* `ipv6.ip`: (Required) IP address format\n* `ipv6.ip.value`: (Required) The IPv6 address of the host.\n* `ipv6.ip.prefix_length`: (Optional) The prefix length of the network to which this host IPv6 address belongs.\n* `ipv6.prefix_length`: (Required) The prefix length of the network to which this host IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4",
            "ipv6"
          ]
        }
      }
    },
    "nutanix:index/RoutesV2DestinationIpv4:RoutesV2DestinationIpv4": {
      "properties": {
        "ip": {
          "$ref": "#/types/nutanix:index%2FRoutesV2DestinationIpv4Ip:RoutesV2DestinationIpv4Ip"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ip"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ip",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/RoutesV2DestinationIpv4Ip:RoutesV2DestinationIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of IP address\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/RoutesV2DestinationIpv6:RoutesV2DestinationIpv6": {
      "properties": {
        "ip": {
          "$ref": "#/types/nutanix:index%2FRoutesV2DestinationIpv6Ip:RoutesV2DestinationIpv6Ip"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ip"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ip",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/RoutesV2DestinationIpv6Ip:RoutesV2DestinationIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of IP address\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/RoutesV2Link:RoutesV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/RoutesV2Metadata:RoutesV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryIds",
            "ownerReferenceId",
            "ownerUserName",
            "projectName",
            "projectReferenceId"
          ]
        }
      }
    },
    "nutanix:index/RoutesV2NextHop:RoutesV2NextHop": {
      "properties": {
        "nextHopIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRoutesV2NextHopNextHopIpAddress:RoutesV2NextHopNextHopIpAddress"
          }
        },
        "nextHopName": {
          "type": "string"
        },
        "nextHopReference": {
          "type": "string"
        },
        "nextHopType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "nextHopType"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "nextHopIpAddresses",
            "nextHopName",
            "nextHopReference",
            "nextHopType"
          ]
        }
      }
    },
    "nutanix:index/RoutesV2NextHopNextHopIpAddress:RoutesV2NextHopNextHopIpAddress": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FRoutesV2NextHopNextHopIpAddressIpv4:RoutesV2NextHopNextHopIpAddressIpv4",
          "description": "IPv4 Address\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FRoutesV2NextHopNextHopIpAddressIpv6:RoutesV2NextHopNextHopIpAddressIpv6",
          "description": "IPv6 Address\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ]
    },
    "nutanix:index/RoutesV2NextHopNextHopIpAddressIpv4:RoutesV2NextHopNextHopIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of IP address\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/RoutesV2NextHopNextHopIpAddressIpv6:RoutesV2NextHopNextHopIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of IP address\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SamlIdentityProvidersV2IdpMetadata:SamlIdentityProvidersV2IdpMetadata": {
      "properties": {
        "certificate": {
          "type": "string"
        },
        "entityId": {
          "type": "string"
        },
        "errorUrl": {
          "type": "string"
        },
        "loginUrl": {
          "type": "string"
        },
        "logoutUrl": {
          "type": "string"
        },
        "nameIdPolicyFormat": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "certificate",
        "entityId",
        "loginUrl"
      ]
    },
    "nutanix:index/SelfServiceAppPatchCategory:SelfServiceAppPatchCategory": {
      "properties": {
        "operation": {
          "type": "string",
          "description": "- (Optional) The operation to perform on the category. (e.g. \"add\", \"delete\")\n"
        },
        "value": {
          "type": "string",
          "description": "- (Optional, string) The value of the category. A Key:Value pair (e.g. \"AppType:Oracle_DB\"). There should not be any space in value.\n"
        }
      },
      "type": "object",
      "required": [
        "operation"
      ]
    },
    "nutanix:index/SelfServiceAppPatchDisk:SelfServiceAppPatchDisk": {
      "properties": {
        "diskSizeMib": {
          "type": "integer",
          "description": "- (Optional, integer) The size of the disk to allocate (in MiB).\n"
        },
        "operation": {
          "type": "string",
          "description": "- (Optional) The operation to perform on the category. (e.g. \"add\", \"delete\")\n"
        }
      },
      "type": "object",
      "required": [
        "operation"
      ]
    },
    "nutanix:index/SelfServiceAppPatchNic:SelfServiceAppPatchNic": {
      "properties": {
        "index": {
          "type": "integer",
          "description": "- (Optional, string) The index of the NIC. A dummy string for now.\n"
        },
        "operation": {
          "type": "string",
          "description": "- (Optional) The operation to perform on the category. (e.g. \"add\", \"delete\")\n"
        },
        "subnetUuid": {
          "type": "string",
          "description": "- (Optional, string) The UUID of the subnet to which the NIC should be attached.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/SelfServiceAppPatchVmConfig:SelfServiceAppPatchVmConfig": {
      "properties": {
        "memorySizeMib": {
          "type": "integer",
          "description": "- (Optional, integer) The amount of memory (in MiB) to allocate for the VM.\n"
        },
        "numSockets": {
          "type": "integer",
          "description": "- (Optional, integer) The number of vCPUs to assign.\n"
        },
        "numVcpusPerSocket": {
          "type": "integer",
          "description": "- (Optional, integer) The number of cores per vCPU to assign to the VM.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/SelfServiceAppProvisionAction:SelfServiceAppProvisionAction": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "description",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionAppSummary:SelfServiceAppProvisionAppSummary": {
      "properties": {
        "applicationProfile": {
          "type": "string",
          "description": "The profile assigned to the application.\n"
        },
        "applicationUuid": {
          "type": "string",
          "description": "The UUID of the application.\n"
        },
        "blueprint": {
          "type": "string",
          "description": "The blueprint associated with the application.\n"
        },
        "createdOn": {
          "type": "string",
          "description": "The timestamp when the application was created.\n"
        },
        "lastUpdatedOn": {
          "type": "string",
          "description": "The timestamp when the application was last updated.\n"
        },
        "owner": {
          "type": "string",
          "description": "The owner of the application.\n"
        },
        "project": {
          "type": "string",
          "description": "The project associated with the application.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "applicationProfile",
            "applicationUuid",
            "blueprint",
            "createdOn",
            "lastUpdatedOn",
            "owner",
            "project"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditable:SelfServiceAppProvisionRuntimeEditable": {
      "properties": {
        "actionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditableActionList:SelfServiceAppProvisionRuntimeEditableActionList"
          },
          "description": "-  A list of actions associated with the blueprint. Each action contains runtime specifications (defined in RuntimeSpec).\n"
        },
        "appProfile": {
          "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditableAppProfile:SelfServiceAppProvisionRuntimeEditableAppProfile",
          "description": "-  A list of application profiles associated with the blueprint. Each application profile contains runtime specifications (defined in RuntimeSpec).\n"
        },
        "credentialLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditableCredentialList:SelfServiceAppProvisionRuntimeEditableCredentialList"
          },
          "description": "-  A list of credentials associated with the blueprint. Each credential contains runtime specifications (defined in RuntimeSpec).\n"
        },
        "deploymentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditableDeploymentList:SelfServiceAppProvisionRuntimeEditableDeploymentList"
          },
          "description": "-  A list of deployments associated with the blueprint. Each deployment contains runtime specifications (defined in RuntimeSpec).\n"
        },
        "packageLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditablePackageList:SelfServiceAppProvisionRuntimeEditablePackageList"
          },
          "description": "-  A list of packages associated with the blueprint. Each package contains runtime specifications (defined in RuntimeSpec).\n"
        },
        "restoreConfigLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditableRestoreConfigList:SelfServiceAppProvisionRuntimeEditableRestoreConfigList"
          },
          "description": "-  A list of restore configurations associated with the blueprint. Each restore configuration contains runtime specifications (defined in RuntimeSpec).\n"
        },
        "serviceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditableServiceList:SelfServiceAppProvisionRuntimeEditableServiceList"
          },
          "description": "- A list of services associated with the blueprint. Each service contains runtime specifications (defined in RuntimeSpec).\n"
        },
        "snapshotConfigLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditableSnapshotConfigList:SelfServiceAppProvisionRuntimeEditableSnapshotConfigList"
          },
          "description": "- A list of snapshot configurations associated with the blueprint. Each snapshot configuration contains runtime specifications (defined in RuntimeSpec).\n"
        },
        "substrateLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditableSubstrateList:SelfServiceAppProvisionRuntimeEditableSubstrateList"
          },
          "description": "- A list of substrates associated with the blueprint. Each substrate contains runtime specifications (defined in RuntimeSpec).\n"
        },
        "taskLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditableTaskList:SelfServiceAppProvisionRuntimeEditableTaskList"
          },
          "description": "- A list of tasks associated with the blueprint. Each task contains runtime specifications (defined in RuntimeSpec).\n"
        },
        "variableLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditableVariableList:SelfServiceAppProvisionRuntimeEditableVariableList"
          },
          "description": "- A list of variables associated with the blueprint. Each variable contains runtime specifications (defined in RuntimeSpec).\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditableActionList:SelfServiceAppProvisionRuntimeEditableActionList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "context",
            "description",
            "name",
            "type",
            "uuid",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditableAppProfile:SelfServiceAppProvisionRuntimeEditableAppProfile": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "context",
            "description",
            "name",
            "type",
            "uuid",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditableCredentialList:SelfServiceAppProvisionRuntimeEditableCredentialList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "context",
            "description",
            "name",
            "type",
            "uuid",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditableDeploymentList:SelfServiceAppProvisionRuntimeEditableDeploymentList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "context",
            "description",
            "name",
            "type",
            "uuid",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditablePackageList:SelfServiceAppProvisionRuntimeEditablePackageList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "context",
            "description",
            "name",
            "type",
            "uuid",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditableRestoreConfigList:SelfServiceAppProvisionRuntimeEditableRestoreConfigList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "context",
            "description",
            "name",
            "type",
            "uuid",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditableServiceList:SelfServiceAppProvisionRuntimeEditableServiceList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "context",
            "description",
            "name",
            "type",
            "uuid",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditableSnapshotConfigList:SelfServiceAppProvisionRuntimeEditableSnapshotConfigList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "context",
            "description",
            "name",
            "type",
            "uuid",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditableSubstrateList:SelfServiceAppProvisionRuntimeEditableSubstrateList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "context",
            "description",
            "name",
            "type",
            "uuid",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditableTaskList:SelfServiceAppProvisionRuntimeEditableTaskList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "context",
            "description",
            "name",
            "type",
            "uuid",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionRuntimeEditableVariableList:SelfServiceAppProvisionRuntimeEditableVariableList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "description of the action\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        },
        "uuid": {
          "type": "string",
          "description": "UUID of the action.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "context",
            "description",
            "name",
            "type",
            "uuid",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionVm:SelfServiceAppProvisionVm": {
      "properties": {
        "categories": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "-  A map of categories applied to the VM. Each key is a category name, and the value is the category value.\n"
        },
        "clusterInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionVmClusterInfo:SelfServiceAppProvisionVmClusterInfo"
          },
          "description": "-  Cluster-related information for the VM.\n"
        },
        "configurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionVmConfiguration:SelfServiceAppProvisionVmConfiguration"
          },
          "description": "-  Configuration details for the VM.\n"
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionVmNic:SelfServiceAppProvisionVmNic"
          },
          "description": "-  A list of network interfaces attached to the VM.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categories",
            "clusterInfos",
            "configurations",
            "nics"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionVmClusterInfo:SelfServiceAppProvisionVmClusterInfo": {
      "properties": {
        "clusterName": {
          "type": "string",
          "description": "-   The name of the cluster.\n"
        },
        "clusterUuid": {
          "type": "string",
          "description": "-   The UUID of the cluster.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "clusterName",
            "clusterUuid"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionVmConfiguration:SelfServiceAppProvisionVmConfiguration": {
      "properties": {
        "cores": {
          "type": "number",
          "description": "-   Number of CPU cores.\n"
        },
        "image": {
          "type": "string",
          "description": "-   The VM image used.\n"
        },
        "ipAddress": {
          "type": "string",
          "description": "-   IP address of the VM.\n"
        },
        "memory": {
          "type": "number",
          "description": "-  Memory allocated to the VM.\n"
        },
        "name": {
          "type": "string",
          "description": "name of action.\n"
        },
        "vcpus": {
          "type": "number",
          "description": "-   Number of virtual CPUs assigned to the VM.\n"
        },
        "vmUuid": {
          "type": "string",
          "description": "-   The UUID of the VM.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cores",
            "image",
            "ipAddress",
            "memory",
            "name",
            "vcpus",
            "vmUuid"
          ]
        }
      }
    },
    "nutanix:index/SelfServiceAppProvisionVmNic:SelfServiceAppProvisionVmNic": {
      "properties": {
        "macAddress": {
          "type": "string",
          "description": "-   The MAC address of the VM's network interface.\n"
        },
        "subnet": {
          "type": "string",
          "description": "-   The subnet the VM's network interface is attached to.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "macAddress",
            "subnet",
            "type"
          ]
        }
      }
    },
    "nutanix:index/ServiceGroupServiceList:ServiceGroupServiceList": {
      "properties": {
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupServiceListIcmpTypeCodeList:ServiceGroupServiceListIcmpTypeCodeList"
          },
          "description": "- (Optional) ICMP type code list\n"
        },
        "protocol": {
          "type": "string",
          "description": "- (Optional) The UserPrincipalName of the user from the directory service.\n"
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupServiceListTcpPortRangeList:ServiceGroupServiceListTcpPortRangeList"
          },
          "description": "- (Optional) TCP Port range list\n"
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupServiceListUdpPortRangeList:ServiceGroupServiceListUdpPortRangeList"
          },
          "description": "- (Optional) UDP port range list\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/ServiceGroupServiceListIcmpTypeCodeList:ServiceGroupServiceListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string",
          "description": "- (Optional) Code as text\n"
        },
        "type": {
          "type": "string",
          "description": "- (Optional) Type as text\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/ServiceGroupServiceListTcpPortRangeList:ServiceGroupServiceListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object"
    },
    "nutanix:index/ServiceGroupServiceListUdpPortRangeList:ServiceGroupServiceListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object"
    },
    "nutanix:index/ServiceGroupsV2IcmpService:ServiceGroupsV2IcmpService": {
      "properties": {
        "code": {
          "type": "integer",
          "description": "Icmp service Code. Ignore this field if Code has to be ANY\n"
        },
        "isAllAllowed": {
          "type": "boolean",
          "description": "Set this field to true if both Type and Code is ANY. Default is False.\n"
        },
        "type": {
          "type": "integer",
          "description": "Icmp service Type. Ignore this field if Type has to be ANY.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isAllAllowed"
          ]
        }
      }
    },
    "nutanix:index/ServiceGroupsV2Link:ServiceGroupsV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/ServiceGroupsV2TcpService:ServiceGroupsV2TcpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ]
    },
    "nutanix:index/ServiceGroupsV2UdpService:ServiceGroupsV2UdpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ]
    },
    "nutanix:index/StaticRoutesDefaultRouteNexthop:StaticRoutesDefaultRouteNexthop": {
      "properties": {
        "externalSubnetReferenceUuid": {
          "type": "string",
          "description": "Reference to a subnet.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/StaticRoutesStaticRoutesList:StaticRoutesStaticRoutesList": {
      "properties": {
        "destination": {
          "type": "string",
          "description": "Destination ip with prefix.\n"
        },
        "externalSubnetReferenceUuid": {
          "type": "string",
          "description": "Reference to a subnet. Supported with 2022.x .\n"
        },
        "vpnConnectionReferenceUuid": {
          "type": "string",
          "description": "Reference to a vpn connection.\n"
        }
      },
      "type": "object",
      "required": [
        "destination"
      ]
    },
    "nutanix:index/StorageContainersV2Link:StorageContainersV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/StorageContainersV2NfsWhitelistAddress:StorageContainersV2NfsWhitelistAddress": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FStorageContainersV2NfsWhitelistAddressFqdn:StorageContainersV2NfsWhitelistAddressFqdn"
          },
          "description": "Reference to address configuration\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FStorageContainersV2NfsWhitelistAddressIpv4:StorageContainersV2NfsWhitelistAddressIpv4"
          },
          "description": "Reference to address configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FStorageContainersV2NfsWhitelistAddressIpv6:StorageContainersV2NfsWhitelistAddressIpv6"
          },
          "description": "Reference to address configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/StorageContainersV2NfsWhitelistAddressFqdn:StorageContainersV2NfsWhitelistAddressFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "value of fqdn address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/StorageContainersV2NfsWhitelistAddressIpv4:StorageContainersV2NfsWhitelistAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of fqdn address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/StorageContainersV2NfsWhitelistAddressIpv6:StorageContainersV2NfsWhitelistAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of fqdn address\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetCategory:SubnetCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Optional) Subnet name (Readonly).\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2DhcpOption:SubnetV2DhcpOption": {
      "properties": {
        "bootFileName": {
          "type": "string"
        },
        "domainName": {
          "type": "string"
        },
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DhcpOptionDomainNameServer:SubnetV2DhcpOptionDomainNameServer"
          }
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DhcpOptionNtpServer:SubnetV2DhcpOptionNtpServer"
          }
        },
        "searchDomains": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "tftpServerName": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootFileName",
            "domainName",
            "domainNameServers",
            "ntpServers",
            "searchDomains",
            "tftpServerName"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2DhcpOptionDomainNameServer:SubnetV2DhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DhcpOptionDomainNameServerIpv4:SubnetV2DhcpOptionDomainNameServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DhcpOptionDomainNameServerIpv6:SubnetV2DhcpOptionDomainNameServerIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2DhcpOptionDomainNameServerIpv4:SubnetV2DhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2DhcpOptionDomainNameServerIpv6:SubnetV2DhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2DhcpOptionNtpServer:SubnetV2DhcpOptionNtpServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DhcpOptionNtpServerIpv4:SubnetV2DhcpOptionNtpServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DhcpOptionNtpServerIpv6:SubnetV2DhcpOptionNtpServerIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2DhcpOptionNtpServerIpv4:SubnetV2DhcpOptionNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2DhcpOptionNtpServerIpv6:SubnetV2DhcpOptionNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2DynamicIpAddress:SubnetV2DynamicIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DynamicIpAddressIpv4:SubnetV2DynamicIpAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DynamicIpAddressIpv6:SubnetV2DynamicIpAddressIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2DynamicIpAddressIpv4:SubnetV2DynamicIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2DynamicIpAddressIpv6:SubnetV2DynamicIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfig:SubnetV2IpConfig": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv4:SubnetV2IpConfigIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv6:SubnetV2IpConfigIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv4:SubnetV2IpConfigIpv4": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv4DefaultGatewayIp:SubnetV2IpConfigIpv4DefaultGatewayIp"
          }
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv4DhcpServerAddress:SubnetV2IpConfigIpv4DhcpServerAddress"
          }
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv4IpSubnet:SubnetV2IpConfigIpv4IpSubnet"
          }
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv4PoolList:SubnetV2IpConfigIpv4PoolList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "defaultGatewayIps",
            "dhcpServerAddresses",
            "ipSubnets",
            "poolLists"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv4DefaultGatewayIp:SubnetV2IpConfigIpv4DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv4DhcpServerAddress:SubnetV2IpConfigIpv4DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv4IpSubnet:SubnetV2IpConfigIpv4IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv4IpSubnetIp:SubnetV2IpConfigIpv4IpSubnetIp"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv4IpSubnetIp:SubnetV2IpConfigIpv4IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv4PoolList:SubnetV2IpConfigIpv4PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv4PoolListEndIp:SubnetV2IpConfigIpv4PoolListEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv4PoolListStartIp:SubnetV2IpConfigIpv4PoolListStartIp"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endIps",
            "startIps"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv4PoolListEndIp:SubnetV2IpConfigIpv4PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv4PoolListStartIp:SubnetV2IpConfigIpv4PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv6:SubnetV2IpConfigIpv6": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv6DefaultGatewayIp:SubnetV2IpConfigIpv6DefaultGatewayIp"
          }
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv6DhcpServerAddress:SubnetV2IpConfigIpv6DhcpServerAddress"
          }
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv6IpSubnet:SubnetV2IpConfigIpv6IpSubnet"
          }
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv6PoolList:SubnetV2IpConfigIpv6PoolList"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "defaultGatewayIps",
            "dhcpServerAddresses",
            "ipSubnets",
            "poolLists"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv6DefaultGatewayIp:SubnetV2IpConfigIpv6DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv6DhcpServerAddress:SubnetV2IpConfigIpv6DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv6IpSubnet:SubnetV2IpConfigIpv6IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv6IpSubnetIp:SubnetV2IpConfigIpv6IpSubnetIp"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv6IpSubnetIp:SubnetV2IpConfigIpv6IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv6PoolList:SubnetV2IpConfigIpv6PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv6PoolListEndIp:SubnetV2IpConfigIpv6PoolListEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfigIpv6PoolListStartIp:SubnetV2IpConfigIpv6PoolListStartIp"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endIps",
            "startIps"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv6PoolListEndIp:SubnetV2IpConfigIpv6PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpConfigIpv6PoolListStartIp:SubnetV2IpConfigIpv6PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpUsage:SubnetV2IpUsage": {
      "properties": {
        "ipPoolUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpUsageIpPoolUsage:SubnetV2IpUsageIpPoolUsage"
          }
        },
        "numAssignedIps": {
          "type": "integer"
        },
        "numFreeIps": {
          "type": "integer"
        },
        "numMacs": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipPoolUsages",
            "numAssignedIps",
            "numFreeIps",
            "numMacs"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpUsageIpPoolUsage:SubnetV2IpUsageIpPoolUsage": {
      "properties": {
        "numFreeIps": {
          "type": "integer"
        },
        "numTotalIps": {
          "type": "integer"
        },
        "ranges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpUsageIpPoolUsageRange:SubnetV2IpUsageIpPoolUsageRange"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "numFreeIps",
            "numTotalIps",
            "ranges"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpUsageIpPoolUsageRange:SubnetV2IpUsageIpPoolUsageRange": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpUsageIpPoolUsageRangeEndIp:SubnetV2IpUsageIpPoolUsageRangeEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpUsageIpPoolUsageRangeStartIp:SubnetV2IpUsageIpPoolUsageRangeStartIp"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "endIps",
            "startIps"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpUsageIpPoolUsageRangeEndIp:SubnetV2IpUsageIpPoolUsageRangeEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2IpUsageIpPoolUsageRangeStartIp:SubnetV2IpUsageIpPoolUsageRangeStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2Link:SubnetV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/SubnetV2ReservedIpAddress:SubnetV2ReservedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VirtualSwitch:SubnetV2VirtualSwitch": {
      "properties": {
        "bondMode": {
          "type": "boolean"
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VirtualSwitchCluster:SubnetV2VirtualSwitchCluster"
          }
        },
        "description": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "hasDeploymentError": {
          "type": "boolean"
        },
        "isDefault": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VirtualSwitchLink:SubnetV2VirtualSwitchLink"
          }
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VirtualSwitchMetadata:SubnetV2VirtualSwitchMetadata"
          }
        },
        "mtu": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bondMode",
            "clusters",
            "description",
            "extId",
            "hasDeploymentError",
            "isDefault",
            "links",
            "metadatas",
            "mtu",
            "name",
            "tenantId"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VirtualSwitchCluster:SubnetV2VirtualSwitchCluster": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "gatewayIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VirtualSwitchClusterGatewayIpAddress:SubnetV2VirtualSwitchClusterGatewayIpAddress"
          }
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VirtualSwitchClusterHost:SubnetV2VirtualSwitchClusterHost"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "gatewayIpAddresses",
            "hosts"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VirtualSwitchClusterGatewayIpAddress:SubnetV2VirtualSwitchClusterGatewayIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VirtualSwitchClusterHost:SubnetV2VirtualSwitchClusterHost": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "hostNics": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "internalBridgeName": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VirtualSwitchClusterHostIpAddress:SubnetV2VirtualSwitchClusterHostIpAddress"
          }
        },
        "routeTable": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "hostNics",
            "internalBridgeName",
            "ipAddresses",
            "routeTable"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VirtualSwitchClusterHostIpAddress:SubnetV2VirtualSwitchClusterHostIpAddress": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VirtualSwitchClusterHostIpAddressIp:SubnetV2VirtualSwitchClusterHostIpAddressIp"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VirtualSwitchClusterHostIpAddressIp:SubnetV2VirtualSwitchClusterHostIpAddressIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VirtualSwitchLink:SubnetV2VirtualSwitchLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VirtualSwitchMetadata:SubnetV2VirtualSwitchMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryIds",
            "ownerReferenceId",
            "ownerUserName",
            "projectName",
            "projectReferenceId"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2Vpc:SubnetV2Vpc": {
      "properties": {
        "commonDhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcCommonDhcpOption:SubnetV2VpcCommonDhcpOption"
          }
        },
        "description": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "externalRoutingDomainReference": {
          "type": "string"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternalSubnet:SubnetV2VpcExternalSubnet"
          }
        },
        "externallyRoutablePrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternallyRoutablePrefix:SubnetV2VpcExternallyRoutablePrefix"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcLink:SubnetV2VpcLink"
          }
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcMetadata:SubnetV2VpcMetadata"
          }
        },
        "name": {
          "type": "string"
        },
        "snatIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcSnatIp:SubnetV2VpcSnatIp"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "vpcType": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "commonDhcpOptions",
            "description",
            "extId",
            "externalRoutingDomainReference",
            "externalSubnets",
            "externallyRoutablePrefixes",
            "links",
            "metadatas",
            "name",
            "snatIps",
            "tenantId",
            "vpcType"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcCommonDhcpOption:SubnetV2VpcCommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcCommonDhcpOptionDomainNameServer:SubnetV2VpcCommonDhcpOptionDomainNameServer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "domainNameServers"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcCommonDhcpOptionDomainNameServer:SubnetV2VpcCommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcCommonDhcpOptionDomainNameServerIpv4:SubnetV2VpcCommonDhcpOptionDomainNameServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcCommonDhcpOptionDomainNameServerIpv6:SubnetV2VpcCommonDhcpOptionDomainNameServerIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcCommonDhcpOptionDomainNameServerIpv4:SubnetV2VpcCommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcCommonDhcpOptionDomainNameServerIpv6:SubnetV2VpcCommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternalSubnet:SubnetV2VpcExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternalSubnetActiveGatewayNode:SubnetV2VpcExternalSubnetActiveGatewayNode"
          }
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternalSubnetExternalIp:SubnetV2VpcExternalSubnetExternalIp"
          }
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnetReference": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "activeGatewayCount",
            "activeGatewayNodes",
            "externalIps",
            "gatewayNodes",
            "subnetReference"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternalSubnetActiveGatewayNode:SubnetV2VpcExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress:SubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "nodeId",
            "nodeIpAddresses"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress:SubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:SubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:SubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:SubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:SubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternalSubnetExternalIp:SubnetV2VpcExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternalSubnetExternalIpIpv4:SubnetV2VpcExternalSubnetExternalIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternalSubnetExternalIpIpv6:SubnetV2VpcExternalSubnetExternalIpIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternalSubnetExternalIpIpv4:SubnetV2VpcExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternalSubnetExternalIpIpv6:SubnetV2VpcExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternallyRoutablePrefix:SubnetV2VpcExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternallyRoutablePrefixIpv4:SubnetV2VpcExternallyRoutablePrefixIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternallyRoutablePrefixIpv6:SubnetV2VpcExternallyRoutablePrefixIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternallyRoutablePrefixIpv4:SubnetV2VpcExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternallyRoutablePrefixIpv4Ip:SubnetV2VpcExternallyRoutablePrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternallyRoutablePrefixIpv4Ip:SubnetV2VpcExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternallyRoutablePrefixIpv6:SubnetV2VpcExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcExternallyRoutablePrefixIpv6Ip:SubnetV2VpcExternallyRoutablePrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcExternallyRoutablePrefixIpv6Ip:SubnetV2VpcExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcLink:SubnetV2VpcLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcMetadata:SubnetV2VpcMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryIds",
            "ownerReferenceId",
            "ownerUserName",
            "projectName",
            "projectReferenceId"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcSnatIp:SubnetV2VpcSnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcSnatIpIpv4:SubnetV2VpcSnatIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VpcSnatIpIpv6:SubnetV2VpcSnatIpIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcSnatIpIpv4:SubnetV2VpcSnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/SubnetV2VpcSnatIpIpv6:SubnetV2VpcSnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2CreatedBy:TemplateV2CreatedBy": {
      "properties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2CreatedByAdditionalAttribute:TemplateV2CreatedByAdditionalAttribute"
          }
        },
        "creationType": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "displayName": {
          "type": "string"
        },
        "emailId": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "firstName": {
          "type": "string"
        },
        "idpId": {
          "type": "string"
        },
        "isForceResetPasswordEnabled": {
          "type": "boolean"
        },
        "lastName": {
          "type": "string"
        },
        "locale": {
          "type": "string"
        },
        "middleInitial": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "userType": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "userType",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "additionalAttributes",
            "creationType",
            "description",
            "displayName",
            "emailId",
            "extId",
            "firstName",
            "idpId",
            "isForceResetPasswordEnabled",
            "lastName",
            "locale",
            "middleInitial",
            "password",
            "region",
            "status",
            "userType",
            "username"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2CreatedByAdditionalAttribute:TemplateV2CreatedByAdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2CreatedByAdditionalAttributeValue:TemplateV2CreatedByAdditionalAttributeValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2CreatedByAdditionalAttributeValue:TemplateV2CreatedByAdditionalAttributeValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2CreatedByAdditionalAttributeValueMapOfString:TemplateV2CreatedByAdditionalAttributeValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2CreatedByAdditionalAttributeValueMapOfString:TemplateV2CreatedByAdditionalAttributeValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2GuestUpdateStatus:TemplateV2GuestUpdateStatus": {
      "properties": {
        "deployedVmReference": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deployedVmReference"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2Link:TemplateV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpec:TemplateV2TemplateVersionSpec": {
      "properties": {
        "createTime": {
          "type": "string"
        },
        "createdBies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecCreatedBy:TemplateV2TemplateVersionSpecCreatedBy"
          }
        },
        "extId": {
          "type": "string"
        },
        "isActiveVersion": {
          "type": "boolean"
        },
        "isGcOverrideEnabled": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecLink:TemplateV2TemplateVersionSpecLink"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "versionDescription": {
          "type": "string"
        },
        "versionName": {
          "type": "string"
        },
        "versionSource": {
          "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSource:TemplateV2TemplateVersionSpecVersionSource"
        },
        "versionSourceDiscriminator": {
          "type": "string"
        },
        "vmSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpec:TemplateV2TemplateVersionSpecVmSpec"
          }
        }
      },
      "type": "object",
      "required": [
        "versionSource"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "createTime",
            "createdBies",
            "extId",
            "isGcOverrideEnabled",
            "links",
            "tenantId",
            "versionDescription",
            "versionName",
            "versionSource",
            "versionSourceDiscriminator",
            "vmSpecs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecCreatedBy:TemplateV2TemplateVersionSpecCreatedBy": {
      "properties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecCreatedByAdditionalAttribute:TemplateV2TemplateVersionSpecCreatedByAdditionalAttribute"
          }
        },
        "creationType": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "displayName": {
          "type": "string"
        },
        "emailId": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "firstName": {
          "type": "string"
        },
        "idpId": {
          "type": "string"
        },
        "isForceResetPasswordEnabled": {
          "type": "boolean"
        },
        "lastName": {
          "type": "string"
        },
        "locale": {
          "type": "string"
        },
        "middleInitial": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "userType": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "userType",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "additionalAttributes",
            "creationType",
            "description",
            "displayName",
            "emailId",
            "extId",
            "firstName",
            "idpId",
            "isForceResetPasswordEnabled",
            "lastName",
            "locale",
            "middleInitial",
            "password",
            "region",
            "status",
            "userType",
            "username"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecCreatedByAdditionalAttribute:TemplateV2TemplateVersionSpecCreatedByAdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValue:TemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValue:TemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString:TemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString:TemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecLink:TemplateV2TemplateVersionSpecLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSource:TemplateV2TemplateVersionSpecVersionSource": {
      "properties": {
        "templateVersionReference": {
          "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReference:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReference"
        },
        "templateVmReference": {
          "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReference:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReference"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "templateVersionReference",
            "templateVmReference"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReference:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReference": {
      "properties": {
        "overrideVmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfig:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfig"
          }
        },
        "versionId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "overrideVmConfigs"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "overrideVmConfigs",
            "versionId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfig:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfig": {
      "properties": {
        "guestCustomizations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomization:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomization"
          }
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNic:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNic"
          }
        },
        "numCoresPerSocket": {
          "type": "integer"
        },
        "numSockets": {
          "type": "integer"
        },
        "numThreadsPerCore": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "guestCustomizations",
            "name",
            "nics",
            "numCoresPerSocket",
            "numSockets",
            "numThreadsPerCore"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomization:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomization": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfig:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfig"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "configs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfig:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfig": {
      "properties": {
        "cloudInits": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInit:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInit"
          }
        },
        "syspreps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprep:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprep"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInits",
            "syspreps"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInit:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInit": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScript:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScript"
          }
        },
        "datasourceType": {
          "type": "string"
        },
        "metadata": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInitScripts",
            "datasourceType",
            "metadata"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScript:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptUserData:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "userDatas"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptUserData:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigCloudInitCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprep:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprep": {
      "properties": {
        "installType": {
          "type": "string"
        },
        "sysprepScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScript:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScript"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "installType",
            "sysprepScripts"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScript:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue"
          }
        },
        "unattendXmls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptUnattendXml:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptUnattendXml"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "unattendXmls"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptUnattendXml:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigGuestCustomizationConfigSysprepSysprepScriptUnattendXml": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNic:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNic": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicBackingInfo:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicBackingInfo"
          }
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicLink:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicLink"
          }
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfo:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfo"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingInfos",
            "extId",
            "links",
            "networkInfos",
            "tenantId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicBackingInfo:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicBackingInfo": {
      "properties": {
        "isConnected": {
          "type": "boolean"
        },
        "macAddress": {
          "type": "string"
        },
        "model": {
          "type": "string"
        },
        "numQueues": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "macAddress",
            "model"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicLink:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfo:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfo": {
      "properties": {
        "ipv4Configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4Config:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4Config"
          }
        },
        "ipv4Infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4Info:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4Info"
          }
        },
        "networkFunctionChains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoNetworkFunctionChain:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoNetworkFunctionChain"
          }
        },
        "networkFunctionNicType": {
          "type": "string"
        },
        "nicType": {
          "type": "string"
        },
        "shouldAllowUnknownMacs": {
          "type": "boolean"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoSubnet:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoSubnet"
          }
        },
        "trunkedVlans": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "vlanMode": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4Configs",
            "ipv4Infos",
            "networkFunctionChains",
            "networkFunctionNicType",
            "nicType",
            "shouldAllowUnknownMacs",
            "subnets",
            "trunkedVlans",
            "vlanMode"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4Config:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4Config": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4ConfigIpAddress:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4ConfigIpAddress"
          }
        },
        "secondaryIpAddressLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4ConfigSecondaryIpAddressList:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4ConfigSecondaryIpAddressList"
          }
        },
        "shouldAssignIp": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipAddresses",
            "secondaryIpAddressLists",
            "shouldAssignIp"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4ConfigIpAddress:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4ConfigIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4ConfigSecondaryIpAddressList:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4ConfigSecondaryIpAddressList": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4Info:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4Info": {
      "properties": {
        "learnedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4InfoLearnedIpAddress:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4InfoLearnedIpAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "learnedIpAddresses"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4InfoLearnedIpAddress:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoIpv4InfoLearnedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoNetworkFunctionChain:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoNetworkFunctionChain": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoSubnet:TemplateV2TemplateVersionSpecVersionSourceTemplateVersionReferenceOverrideVmConfigNicNetworkInfoSubnet": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReference:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "guestCustomizations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomization:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomization"
          }
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "guestCustomizations"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomization:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomization": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfig:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfig"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "configs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfig:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfig": {
      "properties": {
        "cloudInits": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInit:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInit"
          }
        },
        "syspreps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprep:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprep"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInits",
            "syspreps"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInit:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInit": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScript:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScript"
          }
        },
        "datasourceType": {
          "type": "string"
        },
        "metadata": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInitScripts",
            "datasourceType",
            "metadata"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScript:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptUserData:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "userDatas"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptUserData:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigCloudInitCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprep:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprep": {
      "properties": {
        "installType": {
          "type": "string"
        },
        "sysprepScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScript:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScript"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "installType",
            "sysprepScripts"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScript:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue"
          }
        },
        "unattendXmls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptUnattendXml:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptUnattendXml"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "unattendXmls"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptUnattendXml:TemplateV2TemplateVersionSpecVersionSourceTemplateVmReferenceGuestCustomizationConfigSysprepSysprepScriptUnattendXml": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpec:TemplateV2TemplateVersionSpecVmSpec": {
      "properties": {
        "apcConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecApcConfig:TemplateV2TemplateVersionSpecVmSpecApcConfig"
          }
        },
        "availabilityZones": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecAvailabilityZone:TemplateV2TemplateVersionSpecVmSpecAvailabilityZone"
          }
        },
        "biosUuid": {
          "type": "string"
        },
        "bootConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfig:TemplateV2TemplateVersionSpecVmSpecBootConfig"
          }
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCategory:TemplateV2TemplateVersionSpecVmSpecCategory"
          }
        },
        "cdRoms": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRom:TemplateV2TemplateVersionSpecVmSpecCdRom"
          }
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCluster:TemplateV2TemplateVersionSpecVmSpecCluster"
          }
        },
        "createTime": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "disks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDisk:TemplateV2TemplateVersionSpecVmSpecDisk"
          }
        },
        "enabledCpuFeatures": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "extId": {
          "type": "string"
        },
        "generationUuid": {
          "type": "string"
        },
        "gpuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGpus:TemplateV2TemplateVersionSpecVmSpecGpus"
          }
        },
        "guestCustomizations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomization:TemplateV2TemplateVersionSpecVmSpecGuestCustomization"
          }
        },
        "guestTools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestTool:TemplateV2TemplateVersionSpecVmSpecGuestTool"
          }
        },
        "hardwareClockTimezone": {
          "type": "string"
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecHost:TemplateV2TemplateVersionSpecVmSpecHost"
          }
        },
        "isAgentVm": {
          "type": "boolean"
        },
        "isBrandingEnabled": {
          "type": "boolean"
        },
        "isCpuHotplugEnabled": {
          "type": "boolean"
        },
        "isCpuPassthroughEnabled": {
          "type": "boolean"
        },
        "isCrossClusterMigrationInProgress": {
          "type": "boolean"
        },
        "isGpuConsoleEnabled": {
          "type": "boolean"
        },
        "isLiveMigrateCapable": {
          "type": "boolean"
        },
        "isMemoryOvercommitEnabled": {
          "type": "boolean"
        },
        "isScsiControllerEnabled": {
          "type": "boolean"
        },
        "isVcpuHardPinningEnabled": {
          "type": "boolean"
        },
        "isVgaConsoleEnabled": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecLink:TemplateV2TemplateVersionSpecVmSpecLink"
          }
        },
        "machineType": {
          "type": "string"
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecNic:TemplateV2TemplateVersionSpecVmSpecNic"
          }
        },
        "numCoresPerSocket": {
          "type": "integer"
        },
        "numNumaNodes": {
          "type": "integer"
        },
        "numSockets": {
          "type": "integer"
        },
        "numThreadsPerCore": {
          "type": "integer"
        },
        "ownershipInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecOwnershipInfo:TemplateV2TemplateVersionSpecVmSpecOwnershipInfo"
          }
        },
        "pciDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecPciDevice:TemplateV2TemplateVersionSpecVmSpecPciDevice"
          }
        },
        "powerState": {
          "type": "string"
        },
        "protectionPolicyStates": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecProtectionPolicyState:TemplateV2TemplateVersionSpecVmSpecProtectionPolicyState"
          }
        },
        "protectionType": {
          "type": "string"
        },
        "serialPorts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecSerialPort:TemplateV2TemplateVersionSpecVmSpecSerialPort"
          }
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecSource:TemplateV2TemplateVersionSpecVmSpecSource"
          }
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecStorageConfig:TemplateV2TemplateVersionSpecVmSpecStorageConfig"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "updateTime": {
          "type": "string"
        },
        "vtpmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecVtpmConfig:TemplateV2TemplateVersionSpecVmSpecVtpmConfig"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "apcConfigs",
            "availabilityZones",
            "biosUuid",
            "bootConfigs",
            "categories",
            "cdRoms",
            "clusters",
            "createTime",
            "description",
            "disks",
            "enabledCpuFeatures",
            "extId",
            "generationUuid",
            "gpuses",
            "guestCustomizations",
            "guestTools",
            "hardwareClockTimezone",
            "hosts",
            "isAgentVm",
            "isBrandingEnabled",
            "isCpuHotplugEnabled",
            "isCpuPassthroughEnabled",
            "isCrossClusterMigrationInProgress",
            "isGpuConsoleEnabled",
            "isLiveMigrateCapable",
            "isMemoryOvercommitEnabled",
            "isScsiControllerEnabled",
            "isVcpuHardPinningEnabled",
            "isVgaConsoleEnabled",
            "links",
            "machineType",
            "memorySizeBytes",
            "name",
            "nics",
            "numCoresPerSocket",
            "numNumaNodes",
            "numSockets",
            "numThreadsPerCore",
            "ownershipInfos",
            "pciDevices",
            "powerState",
            "protectionPolicyStates",
            "protectionType",
            "serialPorts",
            "sources",
            "storageConfigs",
            "tenantId",
            "updateTime",
            "vtpmConfigs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecApcConfig:TemplateV2TemplateVersionSpecVmSpecApcConfig": {
      "properties": {
        "cpuModels": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel:TemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel"
          }
        },
        "isApcEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cpuModels",
            "isApcEnabled"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel:TemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "name"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecAvailabilityZone:TemplateV2TemplateVersionSpecVmSpecAvailabilityZone": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfig:TemplateV2TemplateVersionSpecVmSpecBootConfig": {
      "properties": {
        "legacyBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBoot:TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBoot"
          }
        },
        "uefiBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBoot:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBoot"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "legacyBoots",
            "uefiBoots"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBoot:TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice:TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice"
          }
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDevices",
            "bootOrders"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice:TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk:TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk"
          }
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic:TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDeviceDisks",
            "bootDeviceNics"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk:TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic:TemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "macAddress"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBoot:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice"
          }
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "isSecureBootEnabled": {
          "type": "boolean"
        },
        "nvramDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDevices",
            "bootOrders",
            "isSecureBootEnabled",
            "nvramDevices"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk"
          }
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDeviceDisks",
            "bootDeviceNics"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "macAddress"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice": {
      "properties": {
        "backingStorageInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingStorageInfos"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dataSources",
            "diskExtId",
            "diskSizeBytes",
            "isMigrationInProgress",
            "storageConfigs",
            "storageContainers"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "references"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageReferences",
            "vmDiskReferences"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageExtId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses",
            "diskExtId",
            "vmReferences"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:TemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCategory:TemplateV2TemplateVersionSpecVmSpecCategory": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRom:TemplateV2TemplateVersionSpecVmSpecCdRom": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo"
          }
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress:TemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress"
          }
        },
        "extId": {
          "type": "string"
        },
        "isoType": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRomLink:TemplateV2TemplateVersionSpecVmSpecCdRomLink"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingInfos",
            "diskAddresses",
            "extId",
            "isoType",
            "links",
            "tenantId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dataSources",
            "diskExtId",
            "diskSizeBytes",
            "isMigrationInProgress",
            "storageConfigs",
            "storageContainers"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "references"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageReferences",
            "vmDiskReferences"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageExtId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses",
            "diskExtId",
            "vmReferences"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer:TemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress:TemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCdRomLink:TemplateV2TemplateVersionSpecVmSpecCdRomLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecCluster:TemplateV2TemplateVersionSpecVmSpecCluster": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDisk:TemplateV2TemplateVersionSpecVmSpecDisk": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskBackingInfo:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfo"
          }
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskDiskAddress:TemplateV2TemplateVersionSpecVmSpecDiskDiskAddress"
          }
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskLink:TemplateV2TemplateVersionSpecVmSpecDiskLink"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingInfos",
            "diskAddresses",
            "extId",
            "links",
            "tenantId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskBackingInfo:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfo": {
      "properties": {
        "adfsVolumeGroupReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference"
          }
        },
        "vmDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDisk:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDisk"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "adfsVolumeGroupReferences",
            "vmDisks"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference": {
      "properties": {
        "volumeGroupExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "volumeGroupExtId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDisk:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDisk": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dataSources",
            "diskExtId",
            "diskSizeBytes",
            "isMigrationInProgress",
            "storageConfigs",
            "storageContainers"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "references"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageReferences",
            "vmDiskReferences"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageExtId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses",
            "diskExtId",
            "vmReferences"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer:TemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskDiskAddress:TemplateV2TemplateVersionSpecVmSpecDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecDiskLink:TemplateV2TemplateVersionSpecVmSpecDiskLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGpus:TemplateV2TemplateVersionSpecVmSpecGpus": {
      "properties": {
        "deviceId": {
          "type": "integer"
        },
        "extId": {
          "type": "string"
        },
        "fraction": {
          "type": "integer"
        },
        "frameBufferSizeBytes": {
          "type": "integer"
        },
        "guestDriverVersion": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGpusLink:TemplateV2TemplateVersionSpecVmSpecGpusLink"
          }
        },
        "mode": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "numVirtualDisplayHeads": {
          "type": "integer"
        },
        "pciAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGpusPciAddress:TemplateV2TemplateVersionSpecVmSpecGpusPciAddress"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "vendor": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deviceId",
            "extId",
            "fraction",
            "frameBufferSizeBytes",
            "guestDriverVersion",
            "links",
            "mode",
            "name",
            "numVirtualDisplayHeads",
            "pciAddresses",
            "tenantId",
            "vendor"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGpusLink:TemplateV2TemplateVersionSpecVmSpecGpusLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGpusPciAddress:TemplateV2TemplateVersionSpecVmSpecGpusPciAddress": {
      "properties": {
        "bus": {
          "type": "integer"
        },
        "device": {
          "type": "integer"
        },
        "func": {
          "type": "integer"
        },
        "segment": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bus",
            "device",
            "func",
            "segment"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomization:TemplateV2TemplateVersionSpecVmSpecGuestCustomization": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfig:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfig"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "configs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfig:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfig": {
      "properties": {
        "cloudInits": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit"
          }
        },
        "syspreps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprep:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprep"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInits",
            "syspreps"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript"
          }
        },
        "datasourceType": {
          "type": "string"
        },
        "metadata": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInitScripts",
            "datasourceType",
            "metadata"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "userDatas"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprep:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprep": {
      "properties": {
        "installType": {
          "type": "string"
        },
        "sysprepScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "installType",
            "sysprepScripts"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue"
          }
        },
        "unattendXmls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "unattendXmls"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml:TemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecGuestTool:TemplateV2TemplateVersionSpecVmSpecGuestTool": {
      "properties": {
        "availableVersion": {
          "type": "string"
        },
        "capabilities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "guestOsVersion": {
          "type": "string"
        },
        "isEnabled": {
          "type": "boolean"
        },
        "isInstalled": {
          "type": "boolean"
        },
        "isIsoInserted": {
          "type": "boolean"
        },
        "isReachable": {
          "type": "boolean"
        },
        "isVmMobilityDriversInstalled": {
          "type": "boolean"
        },
        "isVssSnapshotCapable": {
          "type": "boolean"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "availableVersion",
            "capabilities",
            "guestOsVersion",
            "isEnabled",
            "isInstalled",
            "isIsoInserted",
            "isReachable",
            "isVmMobilityDriversInstalled",
            "isVssSnapshotCapable",
            "version"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecHost:TemplateV2TemplateVersionSpecVmSpecHost": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecLink:TemplateV2TemplateVersionSpecVmSpecLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecNic:TemplateV2TemplateVersionSpecVmSpecNic": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecNicBackingInfo:TemplateV2TemplateVersionSpecVmSpecNicBackingInfo"
          }
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecNicLink:TemplateV2TemplateVersionSpecVmSpecNicLink"
          }
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecNicNetworkInfo:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfo"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingInfos",
            "extId",
            "links",
            "networkInfos",
            "tenantId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecNicBackingInfo:TemplateV2TemplateVersionSpecVmSpecNicBackingInfo": {
      "properties": {
        "isConnected": {
          "type": "boolean"
        },
        "macAddress": {
          "type": "string"
        },
        "model": {
          "type": "string"
        },
        "numQueues": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "macAddress",
            "model"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecNicLink:TemplateV2TemplateVersionSpecVmSpecNicLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecNicNetworkInfo:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfo": {
      "properties": {
        "ipv4Configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config"
          }
        },
        "ipv4Infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info"
          }
        },
        "networkFunctionChains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain"
          }
        },
        "networkFunctionNicType": {
          "type": "string"
        },
        "nicType": {
          "type": "string"
        },
        "shouldAllowUnknownMacs": {
          "type": "boolean"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet"
          }
        },
        "trunkedVlans": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "vlanMode": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4Configs",
            "ipv4Infos",
            "networkFunctionChains",
            "networkFunctionNicType",
            "nicType",
            "shouldAllowUnknownMacs",
            "subnets",
            "trunkedVlans",
            "vlanMode"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress"
          }
        },
        "secondaryIpAddressLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList"
          }
        },
        "shouldAssignIp": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipAddresses",
            "secondaryIpAddressLists",
            "shouldAssignIp"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info": {
      "properties": {
        "learnedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "learnedIpAddresses"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet:TemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecOwnershipInfo:TemplateV2TemplateVersionSpecVmSpecOwnershipInfo": {
      "properties": {
        "owners": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecOwnershipInfoOwner:TemplateV2TemplateVersionSpecVmSpecOwnershipInfoOwner"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "owners"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecOwnershipInfoOwner:TemplateV2TemplateVersionSpecVmSpecOwnershipInfoOwner": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecPciDevice:TemplateV2TemplateVersionSpecVmSpecPciDevice": {
      "properties": {
        "assignedDeviceInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo:TemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo"
          }
        },
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfo:TemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfo"
          }
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecPciDeviceLink:TemplateV2TemplateVersionSpecVmSpecPciDeviceLink"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "assignedDeviceInfos",
            "backingInfos",
            "extId",
            "links",
            "tenantId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo:TemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo": {
      "properties": {
        "devices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice:TemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "devices"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice:TemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice": {
      "properties": {
        "deviceExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deviceExtId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfo:TemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfo": {
      "properties": {
        "pcieDeviceReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference:TemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "pcieDeviceReferences"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference:TemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference": {
      "properties": {
        "deviceExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deviceExtId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecPciDeviceLink:TemplateV2TemplateVersionSpecVmSpecPciDeviceLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecProtectionPolicyState:TemplateV2TemplateVersionSpecVmSpecProtectionPolicyState": {
      "properties": {
        "policies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecProtectionPolicyStatePolicy:TemplateV2TemplateVersionSpecVmSpecProtectionPolicyStatePolicy"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "policies"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecProtectionPolicyStatePolicy:TemplateV2TemplateVersionSpecVmSpecProtectionPolicyStatePolicy": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecSerialPort:TemplateV2TemplateVersionSpecVmSpecSerialPort": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        },
        "isConnected": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecSerialPortLink:TemplateV2TemplateVersionSpecVmSpecSerialPortLink"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "index",
            "isConnected",
            "links",
            "tenantId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecSerialPortLink:TemplateV2TemplateVersionSpecVmSpecSerialPortLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecSource:TemplateV2TemplateVersionSpecVmSpecSource": {
      "properties": {
        "entityType": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityType",
            "extId"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecStorageConfig:TemplateV2TemplateVersionSpecVmSpecStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        },
        "qosConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig:TemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled",
            "qosConfigs"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig:TemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig": {
      "properties": {
        "throttledIops": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "throttledIops"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2TemplateVersionSpecVmSpecVtpmConfig:TemplateV2TemplateVersionSpecVmSpecVtpmConfig": {
      "properties": {
        "isVtpmEnabled": {
          "type": "boolean"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isVtpmEnabled",
            "version"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2UpdatedBy:TemplateV2UpdatedBy": {
      "properties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2UpdatedByAdditionalAttribute:TemplateV2UpdatedByAdditionalAttribute"
          }
        },
        "creationType": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "displayName": {
          "type": "string"
        },
        "emailId": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "firstName": {
          "type": "string"
        },
        "idpId": {
          "type": "string"
        },
        "isForceResetPasswordEnabled": {
          "type": "boolean"
        },
        "lastName": {
          "type": "string"
        },
        "locale": {
          "type": "string"
        },
        "middleInitial": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "userType": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "userType",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "additionalAttributes",
            "creationType",
            "description",
            "displayName",
            "emailId",
            "extId",
            "firstName",
            "idpId",
            "isForceResetPasswordEnabled",
            "lastName",
            "locale",
            "middleInitial",
            "password",
            "region",
            "status",
            "userType",
            "username"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2UpdatedByAdditionalAttribute:TemplateV2UpdatedByAdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2UpdatedByAdditionalAttributeValue:TemplateV2UpdatedByAdditionalAttributeValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2UpdatedByAdditionalAttributeValue:TemplateV2UpdatedByAdditionalAttributeValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2UpdatedByAdditionalAttributeValueMapOfString:TemplateV2UpdatedByAdditionalAttributeValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/TemplateV2UpdatedByAdditionalAttributeValueMapOfString:TemplateV2UpdatedByAdditionalAttributeValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/UserAccessControlPolicyReferenceList:UserAccessControlPolicyReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/UserCategory:UserCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/UserDirectoryServiceUser:UserDirectoryServiceUser": {
      "properties": {
        "defaultUserPrincipalName": {
          "type": "string"
        },
        "directoryServiceReference": {
          "$ref": "#/types/nutanix:index%2FUserDirectoryServiceUserDirectoryServiceReference:UserDirectoryServiceUserDirectoryServiceReference",
          "description": "- (Optional) The reference to a directory service. See #reference for to look the supported attributes.\n"
        },
        "userPrincipalName": {
          "type": "string",
          "description": "- (Optional) The UserPrincipalName of the user from the directory service.\n"
        }
      },
      "type": "object",
      "required": [
        "directoryServiceReference"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "defaultUserPrincipalName",
            "directoryServiceReference",
            "userPrincipalName"
          ]
        }
      }
    },
    "nutanix:index/UserDirectoryServiceUserDirectoryServiceReference:UserDirectoryServiceUserDirectoryServiceReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/UserGroupsCategory:UserGroupsCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- subnet name.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/UserGroupsDirectoryServiceOus:UserGroupsDirectoryServiceOus": {
      "properties": {
        "distinguishedName": {
          "type": "string",
          "description": "- (Required) The Distinguished name for the user group.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "distinguishedName"
      ]
    },
    "nutanix:index/UserGroupsDirectoryServiceUserGroup:UserGroupsDirectoryServiceUserGroup": {
      "properties": {
        "distinguishedName": {
          "type": "string",
          "description": "- (Required) The Distinguished name for the user group.\n",
          "willReplaceOnChanges": true
        }
      },
      "type": "object",
      "required": [
        "distinguishedName"
      ]
    },
    "nutanix:index/UserGroupsSamlUserGroup:UserGroupsSamlUserGroup": {
      "properties": {
        "idpUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the Identity Provider that the group belongs to.\n",
          "willReplaceOnChanges": true
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name of the SAML group which the IDP provides.\n"
        }
      },
      "type": "object",
      "required": [
        "idpUuid",
        "name"
      ]
    },
    "nutanix:index/UserIdentityProviderUser:UserIdentityProviderUser": {
      "properties": {
        "identityProviderReference": {
          "$ref": "#/types/nutanix:index%2FUserIdentityProviderUserIdentityProviderReference:UserIdentityProviderUserIdentityProviderReference",
          "description": "- (Optional) The reference to a identity provider. See #reference for to look the supported attributes.\n"
        },
        "username": {
          "type": "string",
          "description": "- (Optional) The username from identity provider. Name ID for SAML Identity Provider.\n"
        }
      },
      "type": "object",
      "required": [
        "identityProviderReference"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "identityProviderReference",
            "username"
          ]
        }
      }
    },
    "nutanix:index/UserIdentityProviderUserIdentityProviderReference:UserIdentityProviderUserIdentityProviderReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/UserKeyRevokeV2ArgumentsMap:UserKeyRevokeV2ArgumentsMap": {
      "properties": {
        "propertyName": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "propertyName"
          ]
        }
      }
    },
    "nutanix:index/UserKeyV2KeyDetail:UserKeyV2KeyDetail": {
      "properties": {
        "apiKeyDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserKeyV2KeyDetailApiKeyDetail:UserKeyV2KeyDetailApiKeyDetail"
          }
        },
        "objectKeyDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserKeyV2KeyDetailObjectKeyDetail:UserKeyV2KeyDetailObjectKeyDetail"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "apiKeyDetails",
            "objectKeyDetails"
          ]
        }
      }
    },
    "nutanix:index/UserKeyV2KeyDetailApiKeyDetail:UserKeyV2KeyDetailApiKeyDetail": {
      "properties": {
        "apiKey": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "apiKey"
          ]
        }
      }
    },
    "nutanix:index/UserKeyV2KeyDetailObjectKeyDetail:UserKeyV2KeyDetailObjectKeyDetail": {
      "properties": {
        "accessKey": {
          "type": "string"
        },
        "secretKey": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessKey",
            "secretKey"
          ]
        }
      }
    },
    "nutanix:index/UserKeyV2Link:UserKeyV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/UserProjectReferenceList:UserProjectReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "kind",
            "name",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/UsersV2AdditionalAttribute:UsersV2AdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "value": {
          "type": "integer",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/UsersV2BucketsAccessKey:UsersV2BucketsAccessKey": {
      "properties": {
        "accessKeyName": {
          "type": "string",
          "description": "- Name of the Bucket Access Key.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- Creation time for the Bucket Access Key.\n"
        },
        "extId": {
          "type": "string",
          "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUsersV2BucketsAccessKeyLink:UsersV2BucketsAccessKeyLink"
          },
          "description": "- 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.\n"
        },
        "secretAccessKey": {
          "type": "string",
          "description": "- Secret Access Key, it will be returned only during Bucket Access Key creation.\n"
        },
        "userId": {
          "type": "string",
          "description": "- User Identifier who owns the Bucket Access Key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "accessKeyName",
            "createdTime",
            "extId",
            "links",
            "secretAccessKey",
            "userId"
          ]
        }
      }
    },
    "nutanix:index/UsersV2BucketsAccessKeyLink:UsersV2BucketsAccessKeyLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/UsersV2Link:UsersV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineCategory:VirtualMachineCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Required) The name for the vm.\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineDiskList:VirtualMachineDiskList": {
      "properties": {
        "dataSourceReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to a data source.\n\nThe<span pulumi-lang-nodejs=\" diskSize \" pulumi-lang-dotnet=\" DiskSize \" pulumi-lang-go=\" diskSize \" pulumi-lang-python=\" disk_size \" pulumi-lang-yaml=\" diskSize \" pulumi-lang-java=\" diskSize \"> disk_size </span>(the disk<span pulumi-lang-nodejs=\" sizeMib \" pulumi-lang-dotnet=\" SizeMib \" pulumi-lang-go=\" sizeMib \" pulumi-lang-python=\" size_mib \" pulumi-lang-yaml=\" sizeMib \" pulumi-lang-java=\" sizeMib \"> size_mib </span>and the<span pulumi-lang-nodejs=\" diskSizeBytes \" pulumi-lang-dotnet=\" DiskSizeBytes \" pulumi-lang-go=\" diskSizeBytes \" pulumi-lang-python=\" disk_size_bytes \" pulumi-lang-yaml=\" diskSizeBytes \" pulumi-lang-java=\" diskSizeBytes \"> disk_size_bytes </span>attributes) is only honored by creating an empty disk. When you are creating from an image, the size is ignored and the disk becomes the size of the image from which it was cloned. In VM creation, you can't set either disk<span pulumi-lang-nodejs=\" sizeMib \" pulumi-lang-dotnet=\" SizeMib \" pulumi-lang-go=\" sizeMib \" pulumi-lang-python=\" size_mib \" pulumi-lang-yaml=\" sizeMib \" pulumi-lang-java=\" sizeMib \"> size_mib </span>or<span pulumi-lang-nodejs=\" diskSizeBytes \" pulumi-lang-dotnet=\" DiskSizeBytes \" pulumi-lang-go=\" diskSizeBytes \" pulumi-lang-python=\" disk_size_bytes \" pulumi-lang-yaml=\" diskSizeBytes \" pulumi-lang-java=\" diskSizeBytes \"> disk_size_bytes </span>when you set<span pulumi-lang-nodejs=\" dataSourceReference \" pulumi-lang-dotnet=\" DataSourceReference \" pulumi-lang-go=\" dataSourceReference \" pulumi-lang-python=\" data_source_reference \" pulumi-lang-yaml=\" dataSourceReference \" pulumi-lang-java=\" dataSourceReference \"> data_source_reference </span>but, you can update the<span pulumi-lang-nodejs=\" diskSize \" pulumi-lang-dotnet=\" DiskSize \" pulumi-lang-go=\" diskSize \" pulumi-lang-python=\" disk_size \" pulumi-lang-yaml=\" diskSize \" pulumi-lang-java=\" diskSize \"> disk_size </span>after creation (second apply).\n"
        },
        "deviceProperties": {
          "$ref": "#/types/nutanix:index%2FVirtualMachineDiskListDeviceProperties:VirtualMachineDiskListDeviceProperties",
          "description": "Properties to a device.\n"
        },
        "diskSizeBytes": {
          "type": "integer",
          "description": "Size of the disk in Bytes.\n"
        },
        "diskSizeMib": {
          "type": "integer",
          "description": "Size of the disk in MiB. Must match the size specified in 'disk_size_bytes' - rounded up to the nearest MiB - when that field is present.\n"
        },
        "storageConfig": {
          "$ref": "#/types/nutanix:index%2FVirtualMachineDiskListStorageConfig:VirtualMachineDiskListStorageConfig"
        },
        "uuid": {
          "type": "string",
          "description": "- (Optional) The device ID which is used to uniquely identify this particular disk.\n"
        },
        "volumeGroupReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dataSourceReference",
            "deviceProperties",
            "diskSizeBytes",
            "diskSizeMib",
            "storageConfig",
            "uuid",
            "volumeGroupReference"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineDiskListDeviceProperties:VirtualMachineDiskListDeviceProperties": {
      "properties": {
        "deviceType": {
          "type": "string",
          "description": "- A Disk type (default: DISK).\n"
        },
        "diskAddress": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Address of disk to boot from.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddress"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineDiskListStorageConfig:VirtualMachineDiskListStorageConfig": {
      "properties": {
        "flashMode": {
          "type": "string",
          "description": "- State of the storage policy to pin virtual disks to the hot tier. When specified as a VM attribute, the storage policy applies to all virtual disks of the VM unless overridden by the same attribute specified for a virtual disk.\n"
        },
        "storageContainerReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineDiskListStorageConfigStorageContainerReference:VirtualMachineDiskListStorageConfigStorageContainerReference"
          },
          "description": "- Reference to a kind. Either one of (kind, uuid) or url needs to be specified. Requires Prism Central / AOS 5.17+.\n* `storage_container_reference.#.url`: - GET query on the URL will provide information on the source.\n* `storage_container_reference.#.kind`: - kind of the container reference\n* `storage_container_reference.#.name`: - name of the container reference\n* `storage_container_reference.#.uuid`: - uiid of the container reference\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "storageContainerReferences"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineDiskListStorageConfigStorageContainerReference:VirtualMachineDiskListStorageConfigStorageContainerReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the vm.\n"
        },
        "url": {
          "type": "string"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "url",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineGpuList:VirtualMachineGpuList": {
      "properties": {
        "deviceId": {
          "type": "integer",
          "description": "- (Computed) The device ID of the GPU.\n"
        },
        "fraction": {
          "type": "integer",
          "description": "Fraction of the physical GPU assigned.\n"
        },
        "frameBufferSizeMib": {
          "type": "integer",
          "description": "- (ReadOnly) GPU frame buffer size in MiB.\n"
        },
        "guestDriverVersion": {
          "type": "string",
          "description": "- (ReadOnly) Last determined guest driver version.\n"
        },
        "mode": {
          "type": "string",
          "description": "- (Optional) The mode of this GPU.\n"
        },
        "name": {
          "type": "string",
          "description": "- (ReadOnly) Name of the GPU resource.\n"
        },
        "numVirtualDisplayHeads": {
          "type": "integer",
          "description": "- (ReadOnly) Number of supported virtual display heads.\n"
        },
        "pciAddress": {
          "type": "string",
          "description": "GPU {segment:bus:device:function} (sbdf) address if assigned.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- (ReadOnly) UUID of the GPU.\n"
        },
        "vendor": {
          "type": "string",
          "description": "- (Optional) The vendor of the GPU.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deviceId",
            "fraction",
            "frameBufferSizeMib",
            "guestDriverVersion",
            "mode",
            "name",
            "numVirtualDisplayHeads",
            "pciAddress",
            "uuid",
            "vendor"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineNicList:VirtualMachineNicList": {
      "properties": {
        "ipEndpointLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineNicListIpEndpointList:VirtualMachineNicListIpEndpointList"
          },
          "description": "- IP endpoints for the adapter. Currently, IPv4 addresses are supported.\n"
        },
        "isConnected": {
          "type": "string",
          "description": "- Indicates whether the serial port connection is connected or not (<span pulumi-lang-nodejs=\"`true`\" pulumi-lang-dotnet=\"`True`\" pulumi-lang-go=\"`true`\" pulumi-lang-python=\"`true`\" pulumi-lang-yaml=\"`true`\" pulumi-lang-java=\"`true`\">`true`</span> or <span pulumi-lang-nodejs=\"`false`\" pulumi-lang-dotnet=\"`False`\" pulumi-lang-go=\"`false`\" pulumi-lang-python=\"`false`\" pulumi-lang-yaml=\"`false`\" pulumi-lang-java=\"`false`\">`false`</span>).\n"
        },
        "macAddress": {
          "type": "string",
          "description": "- The MAC address for the adapter.\n"
        },
        "model": {
          "type": "string",
          "description": "- The model of this NIC. (Options : VIRTIO , E1000).\n"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a network_function_chain.\n"
        },
        "networkFunctionNicType": {
          "type": "string",
          "description": "- The type of this Network function NIC. Defaults to INGRESS. (Options : INGRESS , EGRESS , TAP).\n"
        },
        "nicType": {
          "type": "string",
          "description": "- The type of this NIC. Defaults to NORMAL_NIC. (Options : NORMAL_NIC , DIRECT_NIC , NETWORK_FUNCTION_NIC).\n"
        },
        "numQueues": {
          "type": "integer",
          "description": "- The number of tx/rx queue pairs for this NIC.\n"
        },
        "subnetName": {
          "type": "string",
          "description": "- The name of the subnet reference to.\n"
        },
        "subnetUuid": {
          "type": "string",
          "description": "- The reference to a subnet.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- The NIC's UUID, which is used to uniquely identify this particular NIC. This UUID may be used to refer to the NIC outside the context of the particular VM it is attached to.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipEndpointLists",
            "macAddress",
            "model",
            "networkFunctionChainReference",
            "networkFunctionNicType",
            "nicType",
            "numQueues",
            "subnetName",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineNicListIpEndpointList:VirtualMachineNicListIpEndpointList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "- Address string.\n"
        },
        "type": {
          "type": "string",
          "description": "- Address type. It can only be \"ASSIGNED\" in the spec. If no type is specified in the spec, the default type is set to \"ASSIGNED\". (Options : ASSIGNED , LEARNED)\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ip"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineNicListStatus:VirtualMachineNicListStatus": {
      "properties": {
        "floatingIp": {
          "type": "string",
          "description": "-  The Floating IP associated with the vnic. (Only in <span pulumi-lang-nodejs=\"`nicListStatus`\" pulumi-lang-dotnet=\"`NicListStatus`\" pulumi-lang-go=\"`nicListStatus`\" pulumi-lang-python=\"`nic_list_status`\" pulumi-lang-yaml=\"`nicListStatus`\" pulumi-lang-java=\"`nicListStatus`\">`nic_list_status`</span>)\n"
        },
        "ipEndpointLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineNicListStatusIpEndpointList:VirtualMachineNicListStatusIpEndpointList"
          },
          "description": "- IP endpoints for the adapter. Currently, IPv4 addresses are supported.\n"
        },
        "isConnected": {
          "type": "string",
          "description": "- Indicates whether the serial port connection is connected or not (<span pulumi-lang-nodejs=\"`true`\" pulumi-lang-dotnet=\"`True`\" pulumi-lang-go=\"`true`\" pulumi-lang-python=\"`true`\" pulumi-lang-yaml=\"`true`\" pulumi-lang-java=\"`true`\">`true`</span> or <span pulumi-lang-nodejs=\"`false`\" pulumi-lang-dotnet=\"`False`\" pulumi-lang-go=\"`false`\" pulumi-lang-python=\"`false`\" pulumi-lang-yaml=\"`false`\" pulumi-lang-java=\"`false`\">`false`</span>).\n"
        },
        "macAddress": {
          "type": "string",
          "description": "- The MAC address for the adapter.\n"
        },
        "model": {
          "type": "string",
          "description": "- The model of this NIC. (Options : VIRTIO , E1000).\n"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a network_function_chain.\n"
        },
        "networkFunctionNicType": {
          "type": "string",
          "description": "- The type of this Network function NIC. Defaults to INGRESS. (Options : INGRESS , EGRESS , TAP).\n"
        },
        "nicType": {
          "type": "string",
          "description": "- The type of this NIC. Defaults to NORMAL_NIC. (Options : NORMAL_NIC , DIRECT_NIC , NETWORK_FUNCTION_NIC).\n"
        },
        "numQueues": {
          "type": "integer",
          "description": "- The number of tx/rx queue pairs for this NIC.\n"
        },
        "subnetName": {
          "type": "string",
          "description": "- The name of the subnet reference to.\n"
        },
        "subnetUuid": {
          "type": "string",
          "description": "- The reference to a subnet.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "floatingIp",
            "ipEndpointLists",
            "isConnected",
            "macAddress",
            "model",
            "networkFunctionChainReference",
            "networkFunctionNicType",
            "nicType",
            "numQueues",
            "subnetName",
            "subnetUuid",
            "uuid"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineNicListStatusIpEndpointList:VirtualMachineNicListStatusIpEndpointList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "- Address string.\n"
        },
        "type": {
          "type": "string",
          "description": "- Address type. It can only be \"ASSIGNED\" in the spec. If no type is specified in the spec, the default type is set to \"ASSIGNED\". (Options : ASSIGNED , LEARNED)\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ip",
            "type"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineSerialPortList:VirtualMachineSerialPortList": {
      "properties": {
        "index": {
          "type": "integer",
          "description": "- Index of the serial port (int).\n"
        },
        "isConnected": {
          "type": "boolean",
          "description": "- Indicates whether the serial port connection is connected or not (<span pulumi-lang-nodejs=\"`true`\" pulumi-lang-dotnet=\"`True`\" pulumi-lang-go=\"`true`\" pulumi-lang-python=\"`true`\" pulumi-lang-yaml=\"`true`\" pulumi-lang-java=\"`true`\">`true`</span> or <span pulumi-lang-nodejs=\"`false`\" pulumi-lang-dotnet=\"`False`\" pulumi-lang-go=\"`false`\" pulumi-lang-python=\"`false`\" pulumi-lang-yaml=\"`false`\" pulumi-lang-java=\"`false`\">`false`</span>).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "index",
            "isConnected"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2ApcConfig:VirtualMachineV2ApcConfig": {
      "properties": {
        "cpuModels": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2ApcConfigCpuModel:VirtualMachineV2ApcConfigCpuModel"
          },
          "description": "CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information\n* `cpu_model.name`: (Required) Name of the CPU model associated with the VM.\n"
        },
        "isApcEnabled": {
          "type": "boolean",
          "description": "If enabled, the selected CPU model will be retained across live and cold migrations of the VM.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cpuModels",
            "isApcEnabled"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2ApcConfigCpuModel:VirtualMachineV2ApcConfigCpuModel": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "name": {
          "type": "string",
          "description": "VM name.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "name"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2AvailabilityZone:VirtualMachineV2AvailabilityZone": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The globally unique identifier of an availability zone type UUID.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfig:VirtualMachineV2BootConfig": {
      "properties": {
        "legacyBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigLegacyBoot:VirtualMachineV2BootConfigLegacyBoot"
          },
          "description": "LegacyBoot config Object\n"
        },
        "uefiBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBoot:VirtualMachineV2BootConfigUefiBoot"
          },
          "description": "UefiBoot config Object\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "legacyBoots",
            "uefiBoots"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigLegacyBoot:VirtualMachineV2BootConfigLegacyBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigLegacyBootBootDevice:VirtualMachineV2BootConfigLegacyBootBootDevice"
          },
          "description": "Boot Device object\n* `boot_device.boot_device_disk`: (Optional) Disk address.\n* `boot_device.boot_device_disk.disk_address.bus_type`: (Required) Bus type for the device\n* `boot_device.boot_device_disk.disk_address.index`: (Required) Device index on the bus. This field is ignored unless the bus details are specified.\n\n* `boot_device.boot_device_nic`: (Optional) Disk Nic address.\n* `boot_device.boot_device_nic.mac_address`: (Required) mac address\n"
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order. Valid values are 'CDROM', 'DISK', 'NETWORK'.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDevices",
            "bootOrders"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigLegacyBootBootDevice:VirtualMachineV2BootConfigLegacyBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDisk:VirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDisk"
          }
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceNic:VirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceNic"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDeviceDisks",
            "bootDeviceNics"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDisk:VirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:VirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:VirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer",
          "description": ") Index of the serial port.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceNic:VirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string",
          "description": "MAC address of the emulated NIC.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "macAddress"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBoot:VirtualMachineV2BootConfigUefiBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootBootDevice:VirtualMachineV2BootConfigUefiBootBootDevice"
          },
          "description": "Boot Device object\n* `boot_device.boot_device_disk`: (Optional) Disk address.\n* `boot_device.boot_device_disk.disk_address.bus_type`: (Required) Bus type for the device\n* `boot_device.boot_device_disk.disk_address.index`: (Required) Device index on the bus. This field is ignored unless the bus details are specified.\n\n* `boot_device.boot_device_nic`: (Optional) Disk Nic address.\n* `boot_device.boot_device_nic.mac_address`: (Required) mac address\n"
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order. Valid values are 'CDROM', 'DISK', 'NETWORK'.\n"
        },
        "isSecureBootEnabled": {
          "type": "boolean",
          "description": "Indicate whether to enable secure boot or not\n"
        },
        "nvramDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootNvramDevice:VirtualMachineV2BootConfigUefiBootNvramDevice"
          },
          "description": "Configuration for NVRAM to be presented to the VM.\n* `nvram_device.backing_storage_info`: (Required) Storage provided by Nutanix ADSF\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDevices",
            "bootOrders",
            "isSecureBootEnabled",
            "nvramDevices"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootBootDevice:VirtualMachineV2BootConfigUefiBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDisk:VirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDisk"
          }
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceNic:VirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceNic"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDeviceDisks",
            "bootDeviceNics"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDisk:VirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:VirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:VirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer",
          "description": ") Index of the serial port.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceNic:VirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string",
          "description": "MAC address of the emulated NIC.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "macAddress"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootNvramDevice:VirtualMachineV2BootConfigUefiBootNvramDevice": {
      "properties": {
        "backingStorageInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfo:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfo"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingStorageInfos"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfo:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig"
          },
          "description": "Storage configuration for VM.\n"
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dataSources",
            "diskExtId",
            "diskSizeBytes",
            "isMigrationInProgress",
            "storageConfigs",
            "storageContainers"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference"
          },
          "description": "Reference to image or vm disk\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "references"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference"
          },
          "description": "Image Reference\n* `image_reference.image_ext_id`: (Required) The globally unique identifier of an image. It should be of type UUID.\n"
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference"
          },
          "description": "Vm Disk Reference\n* `vm_disk_reference.disk_ext_id`: (Optional) The globally unique identifier of a VM disk. It should be of type UUID.\n* `vm_disk_reference.disk_address`: (Optional) Disk address.\n* `vm_disk_reference.vm_reference`: (Optional) This is a reference to a VM.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageReferences",
            "vmDiskReferences"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageExtId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses",
            "diskExtId",
            "vmReferences"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer",
          "description": ") Index of the serial port.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:VirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2Category:VirtualMachineV2Category": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of a VM category of type UUID.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2CdRom:VirtualMachineV2CdRom": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRomBackingInfo:VirtualMachineV2CdRomBackingInfo"
          },
          "description": "Storage provided by Nutanix ADSF\n"
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRomDiskAddress:VirtualMachineV2CdRomDiskAddress"
          },
          "description": "Virtual Machine disk (VM disk).\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "isoType": {
          "type": "string",
          "description": "Type of ISO image inserted in CD-ROM. Valid values \"OTHER\", \"GUEST_TOOLS\", \"GUEST_CUSTOMIZATION\" .\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingInfos",
            "diskAddresses",
            "extId",
            "isoType"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2CdRomBackingInfo:VirtualMachineV2CdRomBackingInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRomBackingInfoDataSource:VirtualMachineV2CdRomBackingInfoDataSource"
          },
          "description": "A reference to a disk or image that contains the contents of a disk.\n"
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer",
          "description": "Size of the disk in Bytes\n"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRomBackingInfoStorageConfig:VirtualMachineV2CdRomBackingInfoStorageConfig"
          },
          "description": "Storage configuration for VM disks\n* `storage_config.is_flash_mode_enabled`: Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRomBackingInfoStorageContainer:VirtualMachineV2CdRomBackingInfoStorageContainer"
          },
          "description": "This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dataSources",
            "diskExtId",
            "diskSizeBytes",
            "isMigrationInProgress",
            "storageConfigs",
            "storageContainers"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2CdRomBackingInfoDataSource:VirtualMachineV2CdRomBackingInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRomBackingInfoDataSourceReference:VirtualMachineV2CdRomBackingInfoDataSourceReference"
          },
          "description": "Reference to image or vm disk\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "references"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2CdRomBackingInfoDataSourceReference:VirtualMachineV2CdRomBackingInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRomBackingInfoDataSourceReferenceImageReference:VirtualMachineV2CdRomBackingInfoDataSourceReferenceImageReference"
          },
          "description": "Image Reference\n* `image_reference.image_ext_id`: (Required) The globally unique identifier of an image. It should be of type UUID.\n"
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReference:VirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReference"
          },
          "description": "Vm Disk Reference\n* `vm_disk_reference.disk_ext_id`: (Optional) The globally unique identifier of a VM disk. It should be of type UUID.\n* `vm_disk_reference.disk_address`: (Optional) Disk address.\n* `vm_disk_reference.vm_reference`: (Optional) This is a reference to a VM.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageReferences",
            "vmDiskReferences"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2CdRomBackingInfoDataSourceReferenceImageReference:VirtualMachineV2CdRomBackingInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageExtId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReference:VirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:VirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:VirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses",
            "diskExtId",
            "vmReferences"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:VirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer",
          "description": ") Index of the serial port.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:VirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2CdRomBackingInfoStorageConfig:VirtualMachineV2CdRomBackingInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2CdRomBackingInfoStorageContainer:VirtualMachineV2CdRomBackingInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2CdRomDiskAddress:VirtualMachineV2CdRomDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer",
          "description": ") Index of the serial port.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2Cluster:VirtualMachineV2Cluster": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The globally unique identifier of a cluster type UUID.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2Disk:VirtualMachineV2Disk": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskBackingInfo:VirtualMachineV2DiskBackingInfo"
          },
          "description": "Supporting storage to create virtual disk on.\n* `backing_info.vm_disk`:(Optional) backing Info for vmDisk\n* `backing_info.adfs_volume_group_reference`: (Required) Volume Group Reference\n* `backing_info.adfs_volume_group_reference.volume_group_ext_id`: (Required) The globally unique identifier of an ADSF volume group. It should be of type UUID.\n"
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskDiskAddress:VirtualMachineV2DiskDiskAddress"
          },
          "description": "Disk address.\n* `disk_address.bus_type`: (Required) Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).\n* `disk_address.index`: (Required) Device index on the bus. This field is ignored unless the bus details are specified.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingInfos",
            "diskAddresses",
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskBackingInfo:VirtualMachineV2DiskBackingInfo": {
      "properties": {
        "adfsVolumeGroupReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskBackingInfoAdfsVolumeGroupReference:VirtualMachineV2DiskBackingInfoAdfsVolumeGroupReference"
          }
        },
        "vmDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskBackingInfoVmDisk:VirtualMachineV2DiskBackingInfoVmDisk"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "adfsVolumeGroupReferences",
            "vmDisks"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskBackingInfoAdfsVolumeGroupReference:VirtualMachineV2DiskBackingInfoAdfsVolumeGroupReference": {
      "properties": {
        "volumeGroupExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "volumeGroupExtId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskBackingInfoVmDisk:VirtualMachineV2DiskBackingInfoVmDisk": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskBackingInfoVmDiskDataSource:VirtualMachineV2DiskBackingInfoVmDiskDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskBackingInfoVmDiskStorageConfig:VirtualMachineV2DiskBackingInfoVmDiskStorageConfig"
          },
          "description": "Storage configuration for VM.\n"
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskBackingInfoVmDiskStorageContainer:VirtualMachineV2DiskBackingInfoVmDiskStorageContainer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dataSources",
            "diskExtId",
            "diskSizeBytes",
            "isMigrationInProgress",
            "storageConfigs",
            "storageContainers"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskBackingInfoVmDiskDataSource:VirtualMachineV2DiskBackingInfoVmDiskDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskBackingInfoVmDiskDataSourceReference:VirtualMachineV2DiskBackingInfoVmDiskDataSourceReference"
          },
          "description": "Reference to image or vm disk\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "references"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskBackingInfoVmDiskDataSourceReference:VirtualMachineV2DiskBackingInfoVmDiskDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReference:VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReference"
          },
          "description": "Image Reference\n* `image_reference.image_ext_id`: (Required) The globally unique identifier of an image. It should be of type UUID.\n"
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference"
          },
          "description": "Vm Disk Reference\n* `vm_disk_reference.disk_ext_id`: (Optional) The globally unique identifier of a VM disk. It should be of type UUID.\n* `vm_disk_reference.disk_address`: (Optional) Disk address.\n* `vm_disk_reference.vm_reference`: (Optional) This is a reference to a VM.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageReferences",
            "vmDiskReferences"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReference:VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageExtId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses",
            "diskExtId",
            "vmReferences"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer",
          "description": ") Index of the serial port.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskBackingInfoVmDiskStorageConfig:VirtualMachineV2DiskBackingInfoVmDiskStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskBackingInfoVmDiskStorageContainer:VirtualMachineV2DiskBackingInfoVmDiskStorageContainer": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2DiskDiskAddress:VirtualMachineV2DiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer",
          "description": ") Index of the serial port.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2Gpus:VirtualMachineV2Gpus": {
      "properties": {
        "deviceId": {
          "type": "integer",
          "description": "The device Id of the GPU.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "fraction": {
          "type": "integer"
        },
        "frameBufferSizeBytes": {
          "type": "integer"
        },
        "guestDriverVersion": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GpusLink:VirtualMachineV2GpusLink"
          }
        },
        "mode": {
          "type": "string",
          "description": ") The mode of this GPU. Valid values \"PASSTHROUGH_GRAPHICS\", \"PASSTHROUGH_COMPUTE\", \"VIRTUAL\" .\n"
        },
        "name": {
          "type": "string",
          "description": "VM name.\n"
        },
        "numVirtualDisplayHeads": {
          "type": "integer"
        },
        "pciAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GpusPciAddress:VirtualMachineV2GpusPciAddress"
          },
          "description": "The (S)egment:(B)us:(D)evice.(F)unction hardware address.\n"
        },
        "tenantId": {
          "type": "string"
        },
        "vendor": {
          "type": "string",
          "description": "The vendor of the GPU. Valid values \"NVIDIA\", \"AMD\", \"INTEL\" .\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deviceId",
            "extId",
            "fraction",
            "frameBufferSizeBytes",
            "guestDriverVersion",
            "links",
            "mode",
            "name",
            "numVirtualDisplayHeads",
            "pciAddresses",
            "tenantId",
            "vendor"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GpusLink:VirtualMachineV2GpusLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GpusPciAddress:VirtualMachineV2GpusPciAddress": {
      "properties": {
        "bus": {
          "type": "integer"
        },
        "device": {
          "type": "integer"
        },
        "func": {
          "type": "integer"
        },
        "segment": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bus",
            "device",
            "func",
            "segment"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomization:VirtualMachineV2GuestCustomization": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfig:VirtualMachineV2GuestCustomizationConfig"
          },
          "description": "The Nutanix Guest Tools customization settings.\n\n* `config.sysprep`: Sysprep config\n* `config.cloud_init`: CloudInit Config\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "configs"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfig:VirtualMachineV2GuestCustomizationConfig": {
      "properties": {
        "cloudInits": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigCloudInit:VirtualMachineV2GuestCustomizationConfigCloudInit"
          }
        },
        "syspreps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigSysprep:VirtualMachineV2GuestCustomizationConfigSysprep"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInits",
            "syspreps"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigCloudInit:VirtualMachineV2GuestCustomizationConfigCloudInit": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScript:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScript"
          },
          "description": "The script to use for cloud-init.\n* `cloud_init_script.user_data`: (Optional) user data object\n* `cloud_init_script.user_data.value`: (Optional) base64 encoded cloud init script as string\n* `cloud_init_script.custom_keys`: (Optional) The list of the individual KeyValuePair elements.\n"
        },
        "datasourceType": {
          "type": "string",
          "description": "Type of datasource. Default: CONFIG_DRIVE_V2\n"
        },
        "metadata": {
          "type": "string",
          "description": "The contents of the<span pulumi-lang-nodejs=\" metaData \" pulumi-lang-dotnet=\" MetaData \" pulumi-lang-go=\" metaData \" pulumi-lang-python=\" meta_data \" pulumi-lang-yaml=\" metaData \" pulumi-lang-java=\" metaData \"> meta_data </span>configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded. Default value is 'CONFIG_DRIVE_V2'.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInitScripts",
            "metadata"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScript:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptUserData:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "userDatas"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string",
          "description": "VM name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptUserData:VirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigSysprep:VirtualMachineV2GuestCustomizationConfigSysprep": {
      "properties": {
        "installType": {
          "type": "string",
          "description": "Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Values allowed is 'PREPARED', 'FRESH'.\n"
        },
        "sysprepScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigSysprepSysprepScript:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScript"
          },
          "description": "Object either UnattendXml or CustomKeyValues\n* `sysprep_script.unattend_xml`: (Optional) xml object\n* `sysprep_script.unattend_xml.value`: (Optional) base64 encoded sysprep unattended xml\n* `sysprep_script.custom_key_values`: (Optional) The list of the individual KeyValuePair elements.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "installType",
            "sysprepScripts"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigSysprepSysprepScript:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue"
          }
        },
        "unattendXmls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "unattendXmls"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string",
          "description": "VM name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "values"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "boolean",
            "integer",
            "integerLists",
            "mapOfStrings",
            "object",
            "string",
            "stringLists"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "map"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml:VirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/VirtualMachineV2GuestTool:VirtualMachineV2GuestTool": {
      "properties": {
        "availableVersion": {
          "type": "string"
        },
        "capabilities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of the application names that are enabled on the guest VM.\n"
        },
        "guestOsVersion": {
          "type": "string"
        },
        "isEnabled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is enabled or not.\n"
        },
        "isInstalled": {
          "type": "boolean"
        },
        "isIsoInserted": {
          "type": "boolean"
        },
        "isReachable": {
          "type": "boolean"
        },
        "isVmMobilityDriversInstalled": {
          "type": "boolean"
        },
        "isVssSnapshotCapable": {
          "type": "boolean"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "availableVersion",
            "capabilities",
            "guestOsVersion",
            "isEnabled",
            "isInstalled",
            "isIsoInserted",
            "isReachable",
            "isVmMobilityDriversInstalled",
            "isVssSnapshotCapable",
            "version"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2Host:VirtualMachineV2Host": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of a host of type UUID.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2Nic:VirtualMachineV2Nic": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2NicBackingInfo:VirtualMachineV2NicBackingInfo"
          },
          "description": "Defines a NIC emulated by the hypervisor\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2NicNetworkInfo:VirtualMachineV2NicNetworkInfo"
          },
          "description": "Network information for a NIC.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingInfos",
            "extId",
            "networkInfos"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2NicBackingInfo:VirtualMachineV2NicBackingInfo": {
      "properties": {
        "isConnected": {
          "type": "boolean"
        },
        "macAddress": {
          "type": "string",
          "description": "MAC address of the emulated NIC.\n"
        },
        "model": {
          "type": "string",
          "description": "Options for the NIC emulation. Valid values \"VIRTIO\" , \"E1000\".\n"
        },
        "numQueues": {
          "type": "integer",
          "description": "The number of Tx/Rx queue pairs for this NIC. Default is 1.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isConnected",
            "macAddress",
            "model"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2NicNetworkInfo:VirtualMachineV2NicNetworkInfo": {
      "properties": {
        "ipv4Configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2NicNetworkInfoIpv4Config:VirtualMachineV2NicNetworkInfoIpv4Config"
          },
          "description": "The IP address configurations.\n"
        },
        "ipv4Infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2NicNetworkInfoIpv4Info:VirtualMachineV2NicNetworkInfoIpv4Info"
          }
        },
        "networkFunctionChains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2NicNetworkInfoNetworkFunctionChain:VirtualMachineV2NicNetworkInfoNetworkFunctionChain"
          },
          "description": "The network function chain associates with the NIC. Only valid if<span pulumi-lang-nodejs=\" nicType \" pulumi-lang-dotnet=\" NicType \" pulumi-lang-go=\" nicType \" pulumi-lang-python=\" nic_type \" pulumi-lang-yaml=\" nicType \" pulumi-lang-java=\" nicType \"> nic_type </span>is NORMAL_NIC.\n"
        },
        "networkFunctionNicType": {
          "type": "string",
          "description": "The type of this Network function NIC. Defaults to INGRESS.\n"
        },
        "nicType": {
          "type": "string",
          "description": "NIC type. Valid values \"SPAN_DESTINATION_NIC\",  \"NORMAL_NIC\", \"DIRECT_NIC\", \"NETWORK_FUNCTION_NIC\" .\n"
        },
        "shouldAllowUnknownMacs": {
          "type": "boolean",
          "description": "Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.\n"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2NicNetworkInfoSubnet:VirtualMachineV2NicNetworkInfoSubnet"
          },
          "description": "Network identifier for this adapter. Only valid if<span pulumi-lang-nodejs=\" nicType \" pulumi-lang-dotnet=\" NicType \" pulumi-lang-go=\" nicType \" pulumi-lang-python=\" nic_type \" pulumi-lang-yaml=\" nicType \" pulumi-lang-java=\" nicType \"> nic_type </span>is NORMAL_NIC or DIRECT_NIC\n* `subnet.ext_id`: (Optional) The globally unique identifier of a subnet of type UUID.\n"
        },
        "trunkedVlans": {
          "type": "array",
          "items": {
            "type": "integer"
          },
          "description": "List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.\n"
        },
        "vlanMode": {
          "type": "string",
          "description": "all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4Configs",
            "ipv4Infos",
            "networkFunctionChains",
            "networkFunctionNicType",
            "nicType",
            "shouldAllowUnknownMacs",
            "subnets",
            "trunkedVlans",
            "vlanMode"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2NicNetworkInfoIpv4Config:VirtualMachineV2NicNetworkInfoIpv4Config": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2NicNetworkInfoIpv4ConfigIpAddress:VirtualMachineV2NicNetworkInfoIpv4ConfigIpAddress"
          },
          "description": "The IP address of the NIC.\n"
        },
        "secondaryIpAddressLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList:VirtualMachineV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList"
          },
          "description": "Secondary IP addresses for the NIC.\n"
        },
        "shouldAssignIp": {
          "type": "boolean",
          "description": "If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipAddresses",
            "secondaryIpAddressLists",
            "shouldAssignIp"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2NicNetworkInfoIpv4ConfigIpAddress:VirtualMachineV2NicNetworkInfoIpv4ConfigIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the IP address.\n"
        },
        "value": {
          "type": "string",
          "description": "The IPv4 address of the host.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList:VirtualMachineV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the IP address.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2NicNetworkInfoIpv4Info:VirtualMachineV2NicNetworkInfoIpv4Info": {
      "properties": {
        "learnedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2NicNetworkInfoIpv4InfoLearnedIpAddress:VirtualMachineV2NicNetworkInfoIpv4InfoLearnedIpAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "learnedIpAddresses"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2NicNetworkInfoIpv4InfoLearnedIpAddress:VirtualMachineV2NicNetworkInfoIpv4InfoLearnedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the IP address.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/VirtualMachineV2NicNetworkInfoNetworkFunctionChain:VirtualMachineV2NicNetworkInfoNetworkFunctionChain": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2NicNetworkInfoSubnet:VirtualMachineV2NicNetworkInfoSubnet": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2OwnershipInfo:VirtualMachineV2OwnershipInfo": {
      "properties": {
        "owners": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2OwnershipInfoOwner:VirtualMachineV2OwnershipInfoOwner"
          },
          "description": "Reference to the owner.\n* `owner.ext_id`: A globally unique identifier of a VM owner type UUID.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "owners"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2OwnershipInfoOwner:VirtualMachineV2OwnershipInfoOwner": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2ProtectionPolicyState:VirtualMachineV2ProtectionPolicyState": {
      "properties": {
        "policies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2ProtectionPolicyStatePolicy:VirtualMachineV2ProtectionPolicyStatePolicy"
          },
          "description": "Reference to the policy object in use.\n* `policy.ext_id`: (Optional) Reference to the policy object in use.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "policies"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2ProtectionPolicyStatePolicy:VirtualMachineV2ProtectionPolicyStatePolicy": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2SerialPort:VirtualMachineV2SerialPort": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "index": {
          "type": "integer",
          "description": ") Index of the serial port.\n"
        },
        "isConnected": {
          "type": "boolean",
          "description": "Indicates whether the serial port is connected or not.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "index",
            "isConnected"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2Source:VirtualMachineV2Source": {
      "properties": {
        "entityType": {
          "type": "string",
          "description": "Reference to an entity from which the VM should be cloned or created. Values are:\n- VM_RECOVERY_POINT: Reference to the recovery point entity from which the VM should be cloned or created.\n- VM: Reference to an entity from which the VM should be cloned or created.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityType",
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2StorageConfig:VirtualMachineV2StorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        },
        "qosConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2StorageConfigQosConfig:VirtualMachineV2StorageConfigQosConfig"
          },
          "description": "QoS parameters to be enforced.\n* `qos_config.throttled_iops`: (Optional) Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled",
            "qosConfigs"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2StorageConfigQosConfig:VirtualMachineV2StorageConfigQosConfig": {
      "properties": {
        "throttledIops": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "throttledIops"
          ]
        }
      }
    },
    "nutanix:index/VirtualMachineV2VtpmConfig:VirtualMachineV2VtpmConfig": {
      "properties": {
        "isVtpmEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.\n"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isVtpmEnabled",
            "version"
          ]
        }
      }
    },
    "nutanix:index/VmCdromInsertEjectV2BackingInfo:VmCdromInsertEjectV2BackingInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCdromInsertEjectV2BackingInfoDataSource:VmCdromInsertEjectV2BackingInfoDataSource"
          }
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCdromInsertEjectV2BackingInfoStorageConfig:VmCdromInsertEjectV2BackingInfoStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCdromInsertEjectV2BackingInfoStorageContainer:VmCdromInsertEjectV2BackingInfoStorageContainer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "storageContainers"
          ]
        }
      }
    },
    "nutanix:index/VmCdromInsertEjectV2BackingInfoDataSource:VmCdromInsertEjectV2BackingInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCdromInsertEjectV2BackingInfoDataSourceReference:VmCdromInsertEjectV2BackingInfoDataSourceReference"
          }
        }
      },
      "type": "object"
    },
    "nutanix:index/VmCdromInsertEjectV2BackingInfoDataSourceReference:VmCdromInsertEjectV2BackingInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCdromInsertEjectV2BackingInfoDataSourceReferenceImageReference:VmCdromInsertEjectV2BackingInfoDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReference:VmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object"
    },
    "nutanix:index/VmCdromInsertEjectV2BackingInfoDataSourceReferenceImageReference:VmCdromInsertEjectV2BackingInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/VmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReference:VmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:VmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReferenceVmReference:VmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object"
    },
    "nutanix:index/VmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:VmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object"
    },
    "nutanix:index/VmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReferenceVmReference:VmCdromInsertEjectV2BackingInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/VmCdromInsertEjectV2BackingInfoStorageConfig:VmCdromInsertEjectV2BackingInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "nutanix:index/VmCdromInsertEjectV2BackingInfoStorageContainer:VmCdromInsertEjectV2BackingInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/VmCloneV2ApcConfig:VmCloneV2ApcConfig": {
      "properties": {
        "cpuModels": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2ApcConfigCpuModel:VmCloneV2ApcConfigCpuModel"
          }
        },
        "isApcEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cpuModels",
            "isApcEnabled"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2ApcConfigCpuModel:VmCloneV2ApcConfigCpuModel": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "name"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfig:VmCloneV2BootConfig": {
      "properties": {
        "legacyBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigLegacyBoot:VmCloneV2BootConfigLegacyBoot"
          }
        },
        "uefiBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBoot:VmCloneV2BootConfigUefiBoot"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "legacyBoots",
            "uefiBoots"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigLegacyBoot:VmCloneV2BootConfigLegacyBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigLegacyBootBootDevice:VmCloneV2BootConfigLegacyBootBootDevice"
          }
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDevices",
            "bootOrders"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigLegacyBootBootDevice:VmCloneV2BootConfigLegacyBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigLegacyBootBootDeviceBootDeviceDisk:VmCloneV2BootConfigLegacyBootBootDeviceBootDeviceDisk"
          }
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigLegacyBootBootDeviceBootDeviceNic:VmCloneV2BootConfigLegacyBootBootDeviceBootDeviceNic"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDeviceDisks",
            "bootDeviceNics"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigLegacyBootBootDeviceBootDeviceDisk:VmCloneV2BootConfigLegacyBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:VmCloneV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:VmCloneV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigLegacyBootBootDeviceBootDeviceNic:VmCloneV2BootConfigLegacyBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "macAddress"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBoot:VmCloneV2BootConfigUefiBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootBootDevice:VmCloneV2BootConfigUefiBootBootDevice"
          }
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "isSecureBootEnabled": {
          "type": "boolean"
        },
        "nvramDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootNvramDevice:VmCloneV2BootConfigUefiBootNvramDevice"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDevices",
            "bootOrders",
            "isSecureBootEnabled",
            "nvramDevices"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootBootDevice:VmCloneV2BootConfigUefiBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootBootDeviceBootDeviceDisk:VmCloneV2BootConfigUefiBootBootDeviceBootDeviceDisk"
          }
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootBootDeviceBootDeviceNic:VmCloneV2BootConfigUefiBootBootDeviceBootDeviceNic"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bootDeviceDisks",
            "bootDeviceNics"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootBootDeviceBootDeviceDisk:VmCloneV2BootConfigUefiBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:VmCloneV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:VmCloneV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootBootDeviceBootDeviceNic:VmCloneV2BootConfigUefiBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "macAddress"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootNvramDevice:VmCloneV2BootConfigUefiBootNvramDevice": {
      "properties": {
        "backingStorageInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfo:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfo"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingStorageInfos"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfo:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dataSources",
            "diskExtId",
            "diskSizeBytes",
            "isMigrationInProgress",
            "storageConfigs",
            "storageContainers"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "references"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageReferences",
            "vmDiskReferences"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageExtId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses",
            "diskExtId",
            "vmReferences"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:VmCloneV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2Category:VmCloneV2Category": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2CdRom:VmCloneV2CdRom": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2CdRomBackingInfo:VmCloneV2CdRomBackingInfo"
          }
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2CdRomDiskAddress:VmCloneV2CdRomDiskAddress"
          }
        },
        "extId": {
          "type": "string"
        },
        "isoType": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingInfos",
            "diskAddresses",
            "extId",
            "isoType"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2CdRomBackingInfo:VmCloneV2CdRomBackingInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2CdRomBackingInfoDataSource:VmCloneV2CdRomBackingInfoDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2CdRomBackingInfoStorageConfig:VmCloneV2CdRomBackingInfoStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2CdRomBackingInfoStorageContainer:VmCloneV2CdRomBackingInfoStorageContainer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dataSources",
            "diskExtId",
            "diskSizeBytes",
            "isMigrationInProgress",
            "storageConfigs",
            "storageContainers"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2CdRomBackingInfoDataSource:VmCloneV2CdRomBackingInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2CdRomBackingInfoDataSourceReference:VmCloneV2CdRomBackingInfoDataSourceReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "references"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2CdRomBackingInfoDataSourceReference:VmCloneV2CdRomBackingInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2CdRomBackingInfoDataSourceReferenceImageReference:VmCloneV2CdRomBackingInfoDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReference:VmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageReferences",
            "vmDiskReferences"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2CdRomBackingInfoDataSourceReferenceImageReference:VmCloneV2CdRomBackingInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageExtId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReference:VmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:VmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:VmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses",
            "diskExtId",
            "vmReferences"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:VmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:VmCloneV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2CdRomBackingInfoStorageConfig:VmCloneV2CdRomBackingInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2CdRomBackingInfoStorageContainer:VmCloneV2CdRomBackingInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2CdRomDiskAddress:VmCloneV2CdRomDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2Cluster:VmCloneV2Cluster": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2Disk:VmCloneV2Disk": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskBackingInfo:VmCloneV2DiskBackingInfo"
          }
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskDiskAddress:VmCloneV2DiskDiskAddress"
          }
        },
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingInfos",
            "diskAddresses",
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskBackingInfo:VmCloneV2DiskBackingInfo": {
      "properties": {
        "adfsVolumeGroupReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskBackingInfoAdfsVolumeGroupReference:VmCloneV2DiskBackingInfoAdfsVolumeGroupReference"
          }
        },
        "vmDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskBackingInfoVmDisk:VmCloneV2DiskBackingInfoVmDisk"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "adfsVolumeGroupReferences",
            "vmDisks"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskBackingInfoAdfsVolumeGroupReference:VmCloneV2DiskBackingInfoAdfsVolumeGroupReference": {
      "properties": {
        "volumeGroupExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "volumeGroupExtId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskBackingInfoVmDisk:VmCloneV2DiskBackingInfoVmDisk": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskBackingInfoVmDiskDataSource:VmCloneV2DiskBackingInfoVmDiskDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskBackingInfoVmDiskStorageConfig:VmCloneV2DiskBackingInfoVmDiskStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskBackingInfoVmDiskStorageContainer:VmCloneV2DiskBackingInfoVmDiskStorageContainer"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "dataSources",
            "diskExtId",
            "diskSizeBytes",
            "isMigrationInProgress",
            "storageConfigs",
            "storageContainers"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskBackingInfoVmDiskDataSource:VmCloneV2DiskBackingInfoVmDiskDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskBackingInfoVmDiskDataSourceReference:VmCloneV2DiskBackingInfoVmDiskDataSourceReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "references"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskBackingInfoVmDiskDataSourceReference:VmCloneV2DiskBackingInfoVmDiskDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskBackingInfoVmDiskDataSourceReferenceImageReference:VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageReferences",
            "vmDiskReferences"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceImageReference:VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "imageExtId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "diskAddresses",
            "diskExtId",
            "vmReferences"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:VmCloneV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskBackingInfoVmDiskStorageConfig:VmCloneV2DiskBackingInfoVmDiskStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskBackingInfoVmDiskStorageContainer:VmCloneV2DiskBackingInfoVmDiskStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2DiskDiskAddress:VmCloneV2DiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "busType",
            "index"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2Gpus:VmCloneV2Gpus": {
      "properties": {
        "deviceId": {
          "type": "integer"
        },
        "extId": {
          "type": "string"
        },
        "fraction": {
          "type": "integer"
        },
        "frameBufferSizeBytes": {
          "type": "integer"
        },
        "guestDriverVersion": {
          "type": "string"
        },
        "mode": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "numVirtualDisplayHeads": {
          "type": "integer"
        },
        "pciAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GpusPciAddress:VmCloneV2GpusPciAddress"
          }
        },
        "vendor": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "deviceId",
            "extId",
            "fraction",
            "frameBufferSizeBytes",
            "guestDriverVersion",
            "mode",
            "name",
            "numVirtualDisplayHeads",
            "pciAddresses",
            "vendor"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GpusPciAddress:VmCloneV2GpusPciAddress": {
      "properties": {
        "bus": {
          "type": "integer"
        },
        "device": {
          "type": "integer"
        },
        "func": {
          "type": "integer"
        },
        "segment": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "bus",
            "device",
            "func",
            "segment"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomization:VmCloneV2GuestCustomization": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomizationConfig:VmCloneV2GuestCustomizationConfig"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "configs"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomizationConfig:VmCloneV2GuestCustomizationConfig": {
      "properties": {
        "cloudInits": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomizationConfigCloudInit:VmCloneV2GuestCustomizationConfigCloudInit"
          }
        },
        "syspreps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomizationConfigSysprep:VmCloneV2GuestCustomizationConfigSysprep"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInits",
            "syspreps"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomizationConfigCloudInit:VmCloneV2GuestCustomizationConfigCloudInit": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomizationConfigCloudInitCloudInitScript:VmCloneV2GuestCustomizationConfigCloudInitCloudInitScript"
          }
        },
        "datasourceType": {
          "type": "string"
        },
        "metadata": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInitScripts",
            "metadata"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomizationConfigCloudInitCloudInitScript:VmCloneV2GuestCustomizationConfigCloudInitCloudInitScript": {
      "properties": {
        "customKeys": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKey:VmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKey"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptUserData:VmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeys",
            "userDatas"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKey:VmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKey": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair:VmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair:VmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptUserData:VmCloneV2GuestCustomizationConfigCloudInitCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomizationConfigSysprep:VmCloneV2GuestCustomizationConfigSysprep": {
      "properties": {
        "installType": {
          "type": "string"
        },
        "sysprepScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomizationConfigSysprepSysprepScript:VmCloneV2GuestCustomizationConfigSysprepSysprepScript"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "installType",
            "sysprepScripts"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomizationConfigSysprepSysprepScript:VmCloneV2GuestCustomizationConfigSysprepSysprepScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:VmCloneV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue"
          }
        },
        "unattendXmls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml:VmCloneV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "unattendXmls"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:VmCloneV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:VmCloneV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:VmCloneV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml:VmCloneV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2GuestTool:VmCloneV2GuestTool": {
      "properties": {
        "availableVersion": {
          "type": "string"
        },
        "capabilities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "guestOsVersion": {
          "type": "string"
        },
        "isEnabled": {
          "type": "boolean"
        },
        "isInstalled": {
          "type": "boolean"
        },
        "isIsoInserted": {
          "type": "boolean"
        },
        "isReachable": {
          "type": "boolean"
        },
        "isVmMobilityDriversInstalled": {
          "type": "boolean"
        },
        "isVssSnapshotCapable": {
          "type": "boolean"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "availableVersion",
            "capabilities",
            "guestOsVersion",
            "isEnabled",
            "isInstalled",
            "isIsoInserted",
            "isReachable",
            "isVmMobilityDriversInstalled",
            "isVssSnapshotCapable",
            "version"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2Host:VmCloneV2Host": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2Link:VmCloneV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2Nic:VmCloneV2Nic": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2NicBackingInfo:VmCloneV2NicBackingInfo"
          }
        },
        "extId": {
          "type": "string"
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2NicNetworkInfo:VmCloneV2NicNetworkInfo"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "backingInfos",
            "extId",
            "networkInfos"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2NicBackingInfo:VmCloneV2NicBackingInfo": {
      "properties": {
        "isConnected": {
          "type": "boolean"
        },
        "macAddress": {
          "type": "string"
        },
        "model": {
          "type": "string"
        },
        "numQueues": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isConnected",
            "macAddress",
            "model"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2NicNetworkInfo:VmCloneV2NicNetworkInfo": {
      "properties": {
        "ipv4Configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2NicNetworkInfoIpv4Config:VmCloneV2NicNetworkInfoIpv4Config"
          }
        },
        "networkFunctionChains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2NicNetworkInfoNetworkFunctionChain:VmCloneV2NicNetworkInfoNetworkFunctionChain"
          }
        },
        "networkFunctionNicType": {
          "type": "string"
        },
        "nicType": {
          "type": "string"
        },
        "shouldAllowUnknownMacs": {
          "type": "boolean"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2NicNetworkInfoSubnet:VmCloneV2NicNetworkInfoSubnet"
          }
        },
        "trunkedVlans": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "vlanMode": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4Configs",
            "networkFunctionChains",
            "networkFunctionNicType",
            "nicType",
            "shouldAllowUnknownMacs",
            "subnets",
            "trunkedVlans",
            "vlanMode"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2NicNetworkInfoIpv4Config:VmCloneV2NicNetworkInfoIpv4Config": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2NicNetworkInfoIpv4ConfigIpAddress:VmCloneV2NicNetworkInfoIpv4ConfigIpAddress"
          }
        },
        "secondaryIpAddressLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList:VmCloneV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList"
          }
        },
        "shouldAssignIp": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipAddresses",
            "secondaryIpAddressLists",
            "shouldAssignIp"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2NicNetworkInfoIpv4ConfigIpAddress:VmCloneV2NicNetworkInfoIpv4ConfigIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList:VmCloneV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2NicNetworkInfoNetworkFunctionChain:VmCloneV2NicNetworkInfoNetworkFunctionChain": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2NicNetworkInfoSubnet:VmCloneV2NicNetworkInfoSubnet": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2OwnershipInfo:VmCloneV2OwnershipInfo": {
      "properties": {
        "owners": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2OwnershipInfoOwner:VmCloneV2OwnershipInfoOwner"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "owners"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2OwnershipInfoOwner:VmCloneV2OwnershipInfoOwner": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2ProtectionPolicyState:VmCloneV2ProtectionPolicyState": {
      "properties": {
        "policies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2ProtectionPolicyStatePolicy:VmCloneV2ProtectionPolicyStatePolicy"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "policies"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2ProtectionPolicyStatePolicy:VmCloneV2ProtectionPolicyStatePolicy": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2SerialPort:VmCloneV2SerialPort": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        },
        "isConnected": {
          "type": "boolean"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "index",
            "isConnected"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2Source:VmCloneV2Source": {
      "properties": {
        "entityType": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "entityType",
            "extId"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2StorageConfig:VmCloneV2StorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        },
        "qosConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2StorageConfigQosConfig:VmCloneV2StorageConfigQosConfig"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isFlashModeEnabled",
            "qosConfigs"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2StorageConfigQosConfig:VmCloneV2StorageConfigQosConfig": {
      "properties": {
        "throttledIops": {
          "type": "integer"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "throttledIops"
          ]
        }
      }
    },
    "nutanix:index/VmCloneV2VtpmConfig:VmCloneV2VtpmConfig": {
      "properties": {
        "isVtpmEnabled": {
          "type": "boolean"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "isVtpmEnabled",
            "version"
          ]
        }
      }
    },
    "nutanix:index/VmGcUpdateV2Config:VmGcUpdateV2Config": {
      "properties": {
        "cloudInits": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmGcUpdateV2ConfigCloudInit:VmGcUpdateV2ConfigCloudInit"
          }
        },
        "syspreps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmGcUpdateV2ConfigSysprep:VmGcUpdateV2ConfigSysprep"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInits",
            "syspreps"
          ]
        }
      }
    },
    "nutanix:index/VmGcUpdateV2ConfigCloudInit:VmGcUpdateV2ConfigCloudInit": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmGcUpdateV2ConfigCloudInitCloudInitScript:VmGcUpdateV2ConfigCloudInitCloudInitScript"
          }
        },
        "datasourceType": {
          "type": "string"
        },
        "metadata": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "cloudInitScripts",
            "metadata"
          ]
        }
      }
    },
    "nutanix:index/VmGcUpdateV2ConfigCloudInitCloudInitScript:VmGcUpdateV2ConfigCloudInitCloudInitScript": {
      "properties": {
        "customKeys": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmGcUpdateV2ConfigCloudInitCloudInitScriptCustomKey:VmGcUpdateV2ConfigCloudInitCloudInitScriptCustomKey"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmGcUpdateV2ConfigCloudInitCloudInitScriptUserData:VmGcUpdateV2ConfigCloudInitCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeys",
            "userDatas"
          ]
        }
      }
    },
    "nutanix:index/VmGcUpdateV2ConfigCloudInitCloudInitScriptCustomKey:VmGcUpdateV2ConfigCloudInitCloudInitScriptCustomKey": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmGcUpdateV2ConfigCloudInitCloudInitScriptCustomKeyKeyValuePair:VmGcUpdateV2ConfigCloudInitCloudInitScriptCustomKeyKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/VmGcUpdateV2ConfigCloudInitCloudInitScriptCustomKeyKeyValuePair:VmGcUpdateV2ConfigCloudInitCloudInitScriptCustomKeyKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VmGcUpdateV2ConfigCloudInitCloudInitScriptUserData:VmGcUpdateV2ConfigCloudInitCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/VmGcUpdateV2ConfigSysprep:VmGcUpdateV2ConfigSysprep": {
      "properties": {
        "installType": {
          "type": "string"
        },
        "sysprepScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmGcUpdateV2ConfigSysprepSysprepScript:VmGcUpdateV2ConfigSysprepSysprepScript"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "installType",
            "sysprepScripts"
          ]
        }
      }
    },
    "nutanix:index/VmGcUpdateV2ConfigSysprepSysprepScript:VmGcUpdateV2ConfigSysprepSysprepScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmGcUpdateV2ConfigSysprepSysprepScriptCustomKeyValue:VmGcUpdateV2ConfigSysprepSysprepScriptCustomKeyValue"
          }
        },
        "unattendXmls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmGcUpdateV2ConfigSysprepSysprepScriptUnattendXml:VmGcUpdateV2ConfigSysprepSysprepScriptUnattendXml"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "customKeyValues",
            "unattendXmls"
          ]
        }
      }
    },
    "nutanix:index/VmGcUpdateV2ConfigSysprepSysprepScriptCustomKeyValue:VmGcUpdateV2ConfigSysprepSysprepScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmGcUpdateV2ConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:VmGcUpdateV2ConfigSysprepSysprepScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "keyValuePairs"
          ]
        }
      }
    },
    "nutanix:index/VmGcUpdateV2ConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:VmGcUpdateV2ConfigSysprepSysprepScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "name",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VmGcUpdateV2ConfigSysprepSysprepScriptUnattendXml:VmGcUpdateV2ConfigSysprepSysprepScriptUnattendXml": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/VmNetworkDeviceAssignIpV2IpAddress:VmNetworkDeviceAssignIpV2IpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/VmNetworkDeviceMigrateV2IpAddress:VmNetworkDeviceMigrateV2IpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ]
    },
    "nutanix:index/VmNetworkDeviceMigrateV2Subnet:VmNetworkDeviceMigrateV2Subnet": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "nutanix:index/VmShutdownActionV2GuestPowerStateTransitionConfig:VmShutdownActionV2GuestPowerStateTransitionConfig": {
      "properties": {
        "shouldEnableScriptExec": {
          "type": "boolean",
          "description": "Indicates whether to run the set script before the VM shutdowns/restarts.\n"
        },
        "shouldFailOnScriptFailure": {
          "type": "boolean",
          "description": "Indicates whether to abort VM shutdown/restart if the script fails.\n\n\nSee detailed information in [Nutanix VMs Power Action Shutdown V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Vm/operation/shutdownVm).\nSee detailed information in [Nutanix VMs Power Action Shutdown Guest Vm V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Vm/operation/shutdownGuestVm).\nSee detailed information in [Nutanix VMs Power Action Reboot V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Vm/operation/rebootVm).\nSee detailed information in [Nutanix VMs Power Action Reboot Guest Vm V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Vm/operation/rebootGuestVm).\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/VolumeGroupDiskV2DiskDataSourceReference:VolumeGroupDiskV2DiskDataSourceReference": {
      "properties": {
        "entityType": {
          "type": "string",
          "description": "- The Entity Type of the Data Source Reference. valid values are:\n- STORAGE_CONTAINER\n- VM_DISK\n- VOLUME_DISK\n- DISK_RECOVERY_POINT\n"
        },
        "extId": {
          "type": "string",
          "description": "- The external identifier of the Data Source Reference.\n"
        },
        "name": {
          "type": "string",
          "description": "- The name of the Data Source Reference.bled for the Volume Group.\n"
        },
        "uris": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- The uri list of the Data Source Reference.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "uris"
          ]
        }
      }
    },
    "nutanix:index/VolumeGroupDiskV2DiskStorageFeature:VolumeGroupDiskV2DiskStorageFeature": {
      "properties": {
        "flashModes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVolumeGroupDiskV2DiskStorageFeatureFlashMode:VolumeGroupDiskV2DiskStorageFeatureFlashMode"
          },
          "description": "- this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/VolumeGroupDiskV2DiskStorageFeatureFlashMode:VolumeGroupDiskV2DiskStorageFeatureFlashMode": {
      "properties": {
        "isEnabled": {
          "type": "boolean",
          "description": "- Indicates whether the flash mode is enabled for the Volume Group Disk.\n\nSee detailed information in [Nutanix Create Volume Disk V4](https://developers.nutanix.com/api-reference?namespace=volumes&version=v4.0#tag/VolumeGroups/operation/createVolumeDisk).\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/VolumeGroupIscsiClientV2IscsiInitiatorNetworkId:VolumeGroupIscsiClientV2IscsiInitiatorNetworkId": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVolumeGroupIscsiClientV2IscsiInitiatorNetworkIdFqdn:VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdFqdn"
          },
          "description": "A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv4:VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv4"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv6:VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv6"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "fqdns",
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdFqdn:VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name.\n\n\nSee detailed information in [Nutanix Attach an iSCSI Client to Volume Group V4](https://developers.nutanix.com/api-reference?namespace=volumes&version=v4.0#tag/VolumeGroups/operation/attachIscsiClient).\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "value"
          ]
        }
      }
    },
    "nutanix:index/VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv4:VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv6:VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VolumeGroupV2Disk:VolumeGroupV2Disk": {
      "properties": {
        "description": {
          "type": "string",
          "description": "- Volume Disk description.\n"
        },
        "diskDataSourceReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVolumeGroupV2DiskDiskDataSourceReference:VolumeGroupV2DiskDiskDataSourceReference"
          },
          "description": "-(Required) Disk Data Source Reference.\n"
        },
        "diskSizeBytes": {
          "type": "integer",
          "description": "- ize of the disk in bytes. This field is mandatory during Volume Group creation if a new disk is being created on the storage container.\n"
        },
        "diskStorageFeatures": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVolumeGroupV2DiskDiskStorageFeature:VolumeGroupV2DiskDiskStorageFeature"
          },
          "description": "- Storage optimization features which must be enabled on the Volume Disks. This is an optional field. If omitted, the disks will honor the Volume Group specific storage features setting.\n"
        },
        "index": {
          "type": "integer",
          "description": "- Index of the disk in a Volume Group. This field is optional and immutable.\n"
        }
      },
      "type": "object",
      "required": [
        "diskDataSourceReferences",
        "diskSizeBytes"
      ]
    },
    "nutanix:index/VolumeGroupV2DiskDiskDataSourceReference:VolumeGroupV2DiskDiskDataSourceReference": {
      "properties": {
        "entityType": {
          "type": "string",
          "description": "- The Entity Type of the Data Source Reference.\n"
        },
        "extId": {
          "type": "string",
          "description": "- The external identifier of the Data Source Reference.\n"
        },
        "name": {
          "type": "string",
          "description": "- The name of the Data Source Reference.bled for the Volume Group.\n"
        },
        "uris": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- The uri list of the Data Source Reference.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "extId",
            "uris"
          ]
        }
      }
    },
    "nutanix:index/VolumeGroupV2DiskDiskStorageFeature:VolumeGroupV2DiskDiskStorageFeature": {
      "properties": {
        "flashModes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVolumeGroupV2DiskDiskStorageFeatureFlashMode:VolumeGroupV2DiskDiskStorageFeatureFlashMode"
          },
          "description": "- this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/VolumeGroupV2DiskDiskStorageFeatureFlashMode:VolumeGroupV2DiskDiskStorageFeatureFlashMode": {
      "properties": {
        "isEnabled": {
          "type": "boolean",
          "description": "- Indicates whether the flash mode is enabled for the Volume Group Disk.\n\nSee detailed information in [Nutanix Create Volume Group V4](https://developers.nutanix.com/api-reference?namespace=volumes&version=v4.0#tag/VolumeGroups/operation/createVolumeGroup).\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/VolumeGroupV2IscsiFeature:VolumeGroupV2IscsiFeature": {
      "properties": {
        "enabledAuthentications": {
          "type": "string",
          "description": "- The authentication type enabled for the Volume Group.\n"
        },
        "targetSecret": {
          "type": "string",
          "description": "Target secret in case of a CHAP authentication. This field must only be provided in case the authentication type is not set to CHAP. This is an optional field and it cannot be retrieved once configured.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/VolumeGroupV2StorageFeature:VolumeGroupV2StorageFeature": {
      "properties": {
        "flashModes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVolumeGroupV2StorageFeatureFlashMode:VolumeGroupV2StorageFeatureFlashMode"
          },
          "description": "- this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/VolumeGroupV2StorageFeatureFlashMode:VolumeGroupV2StorageFeatureFlashMode": {
      "properties": {
        "isEnabled": {
          "type": "boolean",
          "description": "- Indicates whether the flash mode is enabled for the Volume Group Disk.\n\nSee detailed information in [Nutanix Create Volume Group V4](https://developers.nutanix.com/api-reference?namespace=volumes&version=v4.0#tag/VolumeGroups/operation/createVolumeGroup).\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/VpcCommonDomainNameServerIpList:VpcCommonDomainNameServerIpList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip address.\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ip"
          ]
        }
      }
    },
    "nutanix:index/VpcExternalSubnetListStatus:VpcExternalSubnetListStatus": {
      "properties": {
        "activeGatewayNode": {
          "$ref": "#/types/nutanix:index%2FVpcExternalSubnetListStatusActiveGatewayNode:VpcExternalSubnetListStatusActiveGatewayNode"
        },
        "externalIpLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "externalSubnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "activeGatewayNode",
            "externalIpLists",
            "externalSubnetReference"
          ]
        }
      }
    },
    "nutanix:index/VpcExternalSubnetListStatusActiveGatewayNode:VpcExternalSubnetListStatusActiveGatewayNode": {
      "properties": {
        "hostReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "ipAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "hostReference"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "hostReference",
            "ipAddress"
          ]
        }
      }
    },
    "nutanix:index/VpcExternallyRoutablePrefixList:VpcExternallyRoutablePrefixList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip address.\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length.\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ]
    },
    "nutanix:index/VpcV2CommonDhcpOption:VpcV2CommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2CommonDhcpOptionDomainNameServer:VpcV2CommonDhcpOptionDomainNameServer"
          },
          "description": "List of Domain Name Server addresses\n- `domain_name_servers.ipv4`:(Optional) Reference to address configuration\n- `domain_name_servers.ipv6`: (Optional) Reference to address configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "domainNameServers"
          ]
        }
      }
    },
    "nutanix:index/VpcV2CommonDhcpOptionDomainNameServer:VpcV2CommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2CommonDhcpOptionDomainNameServerIpv4:VpcV2CommonDhcpOptionDomainNameServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2CommonDhcpOptionDomainNameServerIpv6:VpcV2CommonDhcpOptionDomainNameServerIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/VpcV2CommonDhcpOptionDomainNameServerIpv4:VpcV2CommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VpcV2CommonDhcpOptionDomainNameServerIpv6:VpcV2CommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternalSubnet:VpcV2ExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2ExternalSubnetActiveGatewayNode:VpcV2ExternalSubnetActiveGatewayNode"
          }
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2ExternalSubnetExternalIp:VpcV2ExternalSubnetExternalIp"
          },
          "description": "List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.\n"
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnetReference": {
          "type": "string",
          "description": "External subnet reference.\n"
        }
      },
      "type": "object",
      "required": [
        "subnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "activeGatewayCount",
            "activeGatewayNodes",
            "externalIps",
            "gatewayNodes",
            "subnetReference"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternalSubnetActiveGatewayNode:VpcV2ExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress:VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "nodeId",
            "nodeIpAddresses"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress:VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternalSubnetExternalIp:VpcV2ExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2ExternalSubnetExternalIpIpv4:VpcV2ExternalSubnetExternalIpIpv4"
          },
          "description": "Reference to address configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2ExternalSubnetExternalIpIpv6:VpcV2ExternalSubnetExternalIpIpv6"
          },
          "description": "Reference to address configuration\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternalSubnetExternalIpIpv4:VpcV2ExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternalSubnetExternalIpIpv6:VpcV2ExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternallyRoutablePrefix:VpcV2ExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2ExternallyRoutablePrefixIpv4:VpcV2ExternallyRoutablePrefixIpv4"
          },
          "description": "IP V4 Configuration\n- `ipv4.ip`: (Required) Reference to address configuration\n- `ipv4.prefix_length`: (Required) The prefix length of the network\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2ExternallyRoutablePrefixIpv6:VpcV2ExternallyRoutablePrefixIpv6"
          },
          "description": "IP V6 Configuration\n- `ipv6.ip`: (Required) Reference to address configuration\n- `ipv6.prefix_length`: (Required) The prefix length of the network\n"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternallyRoutablePrefixIpv4:VpcV2ExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2ExternallyRoutablePrefixIpv4Ip:VpcV2ExternallyRoutablePrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternallyRoutablePrefixIpv4Ip:VpcV2ExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternallyRoutablePrefixIpv6:VpcV2ExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2ExternallyRoutablePrefixIpv6Ip:VpcV2ExternallyRoutablePrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ips",
            "prefixLength"
          ]
        }
      }
    },
    "nutanix:index/VpcV2ExternallyRoutablePrefixIpv6Ip:VpcV2ExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VpcV2Link:VpcV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "href",
            "rel"
          ]
        }
      }
    },
    "nutanix:index/VpcV2Metadata:VpcV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "categoryIds",
            "ownerReferenceId",
            "ownerUserName",
            "projectName",
            "projectReferenceId"
          ]
        }
      }
    },
    "nutanix:index/VpcV2SnatIp:VpcV2SnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2SnatIpIpv4:VpcV2SnatIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVpcV2SnatIpIpv6:VpcV2SnatIpIpv6"
          }
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "ipv4s",
            "ipv6s"
          ]
        }
      }
    },
    "nutanix:index/VpcV2SnatIpIpv4:VpcV2SnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/VpcV2SnatIpIpv6:VpcV2SnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "language": {
        "nodejs": {
          "requiredOutputs": [
            "prefixLength",
            "value"
          ]
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntity:getAccessControlPoliciesEntity": {
      "properties": {
        "accessControlPolicyId": {
          "type": "string"
        },
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPoliciesEntityCategory:getAccessControlPoliciesEntityCategory"
          },
          "description": "- The category values represented as a dictionary of key > list of values.\n"
        },
        "contextFilterLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPoliciesEntityContextFilterList:getAccessControlPoliciesEntityContextFilterList"
          }
        },
        "description": {
          "type": "string",
          "description": "- The description of the Access Control Policy.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The Access Control Policy kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a project.\n"
        },
        "roleReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPoliciesEntityRoleReference:getAccessControlPoliciesEntityRoleReference"
          },
          "description": "- The reference to a role.\n"
        },
        "state": {
          "type": "string",
          "description": "- The state of the Access Control Policy.\n"
        },
        "userGroupReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPoliciesEntityUserGroupReferenceList:getAccessControlPoliciesEntityUserGroupReferenceList"
          },
          "description": "- The User group(s) being assigned a given role.\n"
        },
        "userReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPoliciesEntityUserReferenceList:getAccessControlPoliciesEntityUserReferenceList"
          },
          "description": "- The User(s) being assigned a given role.\n"
        }
      },
      "type": "object",
      "required": [
        "accessControlPolicyId",
        "apiVersion",
        "categories",
        "contextFilterLists",
        "description",
        "metadata",
        "name",
        "ownerReference",
        "projectReference",
        "roleReferences",
        "state",
        "userGroupReferenceLists",
        "userReferenceLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntityCategory:getAccessControlPoliciesEntityCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntityContextFilterList:getAccessControlPoliciesEntityContextFilterList": {
      "properties": {
        "entityFilterExpressionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPoliciesEntityContextFilterListEntityFilterExpressionList:getAccessControlPoliciesEntityContextFilterListEntityFilterExpressionList"
          },
          "description": "A list of Entity filter expressions.\n"
        },
        "scopeFilterExpressionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPoliciesEntityContextFilterListScopeFilterExpressionList:getAccessControlPoliciesEntityContextFilterListScopeFilterExpressionList"
          },
          "description": "- The device ID which is used to uniquely identify this particular disk.\n"
        }
      },
      "type": "object",
      "required": [
        "entityFilterExpressionLists",
        "scopeFilterExpressionLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntityContextFilterListEntityFilterExpressionList:getAccessControlPoliciesEntityContextFilterListEntityFilterExpressionList": {
      "properties": {
        "leftHandSideEntityType": {
          "type": "string",
          "description": "-  The LHS of the filter expression - the entity type.\n"
        },
        "operator": {
          "type": "string",
          "description": "- The operator in the filter expression.\n"
        },
        "rightHandSides": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPoliciesEntityContextFilterListEntityFilterExpressionListRightHandSide:getAccessControlPoliciesEntityContextFilterListEntityFilterExpressionListRightHandSide"
          },
          "description": "- The right hand side (RHS) of an scope expression.\n"
        }
      },
      "type": "object",
      "required": [
        "leftHandSideEntityType",
        "operator",
        "rightHandSides"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntityContextFilterListEntityFilterExpressionListRightHandSide:getAccessControlPoliciesEntityContextFilterListEntityFilterExpressionListRightHandSide": {
      "properties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPoliciesEntityContextFilterListEntityFilterExpressionListRightHandSideCategory:getAccessControlPoliciesEntityContextFilterListEntityFilterExpressionListRightHandSideCategory"
          },
          "description": "- The category values represented as a dictionary of key > list of values.\n"
        },
        "collection": {
          "type": "string",
          "description": "-  A representative term for supported groupings of entities. ALL = All the entities of a given kind.\n"
        },
        "uuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- The explicit list of UUIDs for the given kind.\n"
        }
      },
      "type": "object",
      "required": [
        "categories",
        "collection",
        "uuidLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntityContextFilterListEntityFilterExpressionListRightHandSideCategory:getAccessControlPoliciesEntityContextFilterListEntityFilterExpressionListRightHandSideCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntityContextFilterListScopeFilterExpressionList:getAccessControlPoliciesEntityContextFilterListScopeFilterExpressionList": {
      "properties": {
        "leftHandSide": {
          "type": "string",
          "description": "-  The LHS of the filter expression - the scope type.\n"
        },
        "operator": {
          "type": "string",
          "description": "- The operator in the filter expression.\n"
        },
        "rightHandSides": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPoliciesEntityContextFilterListScopeFilterExpressionListRightHandSide:getAccessControlPoliciesEntityContextFilterListScopeFilterExpressionListRightHandSide"
          },
          "description": "- The right hand side (RHS) of an scope expression.\n"
        }
      },
      "type": "object",
      "required": [
        "leftHandSide",
        "operator",
        "rightHandSides"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntityContextFilterListScopeFilterExpressionListRightHandSide:getAccessControlPoliciesEntityContextFilterListScopeFilterExpressionListRightHandSide": {
      "properties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPoliciesEntityContextFilterListScopeFilterExpressionListRightHandSideCategory:getAccessControlPoliciesEntityContextFilterListScopeFilterExpressionListRightHandSideCategory"
          },
          "description": "- The category values represented as a dictionary of key > list of values.\n"
        },
        "collection": {
          "type": "string",
          "description": "-  A representative term for supported groupings of entities. ALL = All the entities of a given kind.\n"
        },
        "uuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- The explicit list of UUIDs for the given kind.\n"
        }
      },
      "type": "object",
      "required": [
        "categories",
        "collection",
        "uuidLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntityContextFilterListScopeFilterExpressionListRightHandSideCategory:getAccessControlPoliciesEntityContextFilterListScopeFilterExpressionListRightHandSideCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntityRoleReference:getAccessControlPoliciesEntityRoleReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntityUserGroupReferenceList:getAccessControlPoliciesEntityUserGroupReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesEntityUserReferenceList:getAccessControlPoliciesEntityUserReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPoliciesMetadata:getAccessControlPoliciesMetadata": {
      "properties": {
        "filter": {
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "length": {
          "type": "integer"
        },
        "offset": {
          "type": "integer"
        },
        "sortAttribute": {
          "type": "string"
        },
        "sortOrder": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "filter",
        "kind",
        "length",
        "offset",
        "sortAttribute",
        "sortOrder"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPolicyCategory:getAccessControlPolicyCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPolicyContextFilterList:getAccessControlPolicyContextFilterList": {
      "properties": {
        "entityFilterExpressionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPolicyContextFilterListEntityFilterExpressionList:getAccessControlPolicyContextFilterListEntityFilterExpressionList"
          },
          "description": "A list of Entity filter expressions.\n"
        },
        "scopeFilterExpressionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPolicyContextFilterListScopeFilterExpressionList:getAccessControlPolicyContextFilterListScopeFilterExpressionList"
          },
          "description": "- The device ID which is used to uniquely identify this particular disk.\n"
        }
      },
      "type": "object",
      "required": [
        "entityFilterExpressionLists",
        "scopeFilterExpressionLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPolicyContextFilterListEntityFilterExpressionList:getAccessControlPolicyContextFilterListEntityFilterExpressionList": {
      "properties": {
        "leftHandSideEntityType": {
          "type": "string",
          "description": "-  The LHS of the filter expression - the entity type.\n"
        },
        "operator": {
          "type": "string",
          "description": "- The operator in the filter expression.\n"
        },
        "rightHandSides": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSide:getAccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSide"
          },
          "description": "- The right hand side (RHS) of an scope expression.\n"
        }
      },
      "type": "object",
      "required": [
        "leftHandSideEntityType",
        "operator",
        "rightHandSides"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSide:getAccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSide": {
      "properties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideCategory:getAccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideCategory"
          },
          "description": "- The category values represented as a dictionary of key > list of values.\n"
        },
        "collection": {
          "type": "string",
          "description": "-  A representative term for supported groupings of entities. ALL = All the entities of a given kind.\n"
        },
        "uuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- The explicit list of UUIDs for the given kind.\n"
        }
      },
      "type": "object",
      "required": [
        "categories",
        "collection",
        "uuidLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideCategory:getAccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPolicyContextFilterListScopeFilterExpressionList:getAccessControlPolicyContextFilterListScopeFilterExpressionList": {
      "properties": {
        "leftHandSide": {
          "type": "string",
          "description": "-  The LHS of the filter expression - the scope type.\n"
        },
        "operator": {
          "type": "string",
          "description": "- The operator in the filter expression.\n"
        },
        "rightHandSides": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSide:getAccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSide"
          },
          "description": "- The right hand side (RHS) of an scope expression.\n"
        }
      },
      "type": "object",
      "required": [
        "leftHandSide",
        "operator",
        "rightHandSides"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSide:getAccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSide": {
      "properties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSideCategory:getAccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSideCategory"
          },
          "description": "- The category values represented as a dictionary of key > list of values.\n"
        },
        "collection": {
          "type": "string",
          "description": "-  A representative term for supported groupings of entities. ALL = All the entities of a given kind.\n"
        },
        "uuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- The explicit list of UUIDs for the given kind.\n"
        }
      },
      "type": "object",
      "required": [
        "categories",
        "collection",
        "uuidLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSideCategory:getAccessControlPolicyContextFilterListScopeFilterExpressionListRightHandSideCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPolicyRoleReference:getAccessControlPolicyRoleReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPolicyUserGroupReferenceList:getAccessControlPolicyUserGroupReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAccessControlPolicyUserReferenceList:getAccessControlPolicyUserReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupIpAddressBlockList:getAddressGroupIpAddressBlockList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "- (ReadOnly) IP of the address block\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "- (ReadOnly) Prefix length of address block in int\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupV2IpRange:getAddressGroupV2IpRange": {
      "properties": {
        "endIp": {
          "type": "string",
          "description": "end ip\n"
        },
        "startIp": {
          "type": "string",
          "description": "start ip\n"
        }
      },
      "type": "object",
      "required": [
        "endIp",
        "startIp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupV2Ipv4Address:getAddressGroupV2Ipv4Address": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupV2Link:getAddressGroupV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupsEntity:getAddressGroupsEntity": {
      "properties": {
        "addressGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAddressGroupsEntityAddressGroup:getAddressGroupsEntityAddressGroup"
          },
          "description": "Information about address_group\n"
        },
        "associatedPoliciesLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAddressGroupsEntityAssociatedPoliciesList:getAddressGroupsEntityAssociatedPoliciesList"
          },
          "description": "List of associated policies to address group\n"
        },
        "uuid": {
          "type": "string",
          "description": "- (ReadOnly) UUID of associated policy\n"
        }
      },
      "type": "object",
      "required": [
        "addressGroups",
        "associatedPoliciesLists",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupsEntityAddressGroup:getAddressGroupsEntityAddressGroup": {
      "properties": {
        "addressGroupString": {
          "type": "string",
          "description": "- (ReadOnly) Address Group string\n"
        },
        "description": {
          "type": "string",
          "description": "- (ReadOnly) Description of the address group\n"
        },
        "ipAddressBlockLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAddressGroupsEntityAddressGroupIpAddressBlockList:getAddressGroupsEntityAddressGroupIpAddressBlockList"
          },
          "description": "- (ReadOnly) list of IP address blocks with their prefix length\n"
        },
        "name": {
          "type": "string",
          "description": "- (ReadOnly) Name of associated policy\n"
        }
      },
      "type": "object",
      "required": [
        "addressGroupString",
        "description",
        "ipAddressBlockLists",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupsEntityAddressGroupIpAddressBlockList:getAddressGroupsEntityAddressGroupIpAddressBlockList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "- (ReadOnly) IP of the address block\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "- (ReadOnly) Prefix length of address block in int\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupsEntityAssociatedPoliciesList:getAddressGroupsEntityAssociatedPoliciesList": {
      "properties": {
        "kind": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "- (ReadOnly) Name of associated policy\n"
        },
        "uuid": {
          "type": "string",
          "description": "- (ReadOnly) UUID of associated policy\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupsMetadata:getAddressGroupsMetadata": {
      "properties": {
        "filter": {
          "type": "string",
          "description": "(Optional) Filter in FIQL Syntax\n"
        },
        "kind": {
          "type": "string"
        },
        "length": {
          "type": "integer",
          "description": "(Optional) Integer\n"
        },
        "offset": {
          "type": "integer",
          "description": "(Optional) Integer\n"
        },
        "sortAttribute": {
          "type": "string",
          "description": "(Optional) attribute to sort\n"
        },
        "sortOrder": {
          "type": "string",
          "description": "(Optional) order of sorting\n"
        }
      },
      "type": "object",
      "required": [
        "filter",
        "kind",
        "length",
        "offset",
        "sortAttribute",
        "sortOrder"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupsV2AddressGroup:getAddressGroupsV2AddressGroup": {
      "properties": {
        "createdBy": {
          "type": "string",
          "description": "created by.\n"
        },
        "description": {
          "type": "string",
          "description": "A user defined annotation for an Address Group.\n"
        },
        "extId": {
          "type": "string",
          "description": "Address group UUID.\n"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAddressGroupsV2AddressGroupIpRange:getAddressGroupsV2AddressGroupIpRange"
          },
          "description": "List of IP range containing start and end IP\n"
        },
        "ipv4Addresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAddressGroupsV2AddressGroupIpv4Address:getAddressGroupsV2AddressGroupIpv4Address"
          },
          "description": "List of CIDR blocks in the Address Group.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAddressGroupsV2AddressGroupLink:getAddressGroupsV2AddressGroupLink"
          },
          "description": "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.\n"
        },
        "name": {
          "type": "string",
          "description": "A short identifier for an Address Group.\n"
        },
        "policyReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Reference to policy associated with Address Group.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "description",
        "extId",
        "ipRanges",
        "ipv4Addresses",
        "links",
        "name",
        "policyReferences",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupsV2AddressGroupIpRange:getAddressGroupsV2AddressGroupIpRange": {
      "properties": {
        "endIp": {
          "type": "string",
          "description": "end ip\n"
        },
        "startIp": {
          "type": "string",
          "description": "start ip\n"
        }
      },
      "type": "object",
      "required": [
        "endIp",
        "startIp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupsV2AddressGroupIpv4Address:getAddressGroupsV2AddressGroupIpv4Address": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAddressGroupsV2AddressGroupLink:getAddressGroupsV2AddressGroupLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAssertHelperCheck:getAssertHelperCheck": {
      "properties": {
        "condition": {
          "type": "boolean"
        },
        "errorMessage": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "condition",
        "errorMessage"
      ]
    },
    "nutanix:index/getAuthorizationPoliciesV2AuthPolicy:getAuthorizationPoliciesV2AuthPolicy": {
      "properties": {
        "authorizationPolicyType": {
          "type": "string"
        },
        "clientName": {
          "type": "string"
        },
        "createdBy": {
          "type": "string"
        },
        "createdTime": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "displayName": {
          "type": "string"
        },
        "entities": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAuthorizationPoliciesV2AuthPolicyEntity:getAuthorizationPoliciesV2AuthPolicyEntity"
          }
        },
        "extId": {
          "type": "string"
        },
        "identities": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetAuthorizationPoliciesV2AuthPolicyIdentity:getAuthorizationPoliciesV2AuthPolicyIdentity"
          }
        },
        "isSystemDefined": {
          "type": "boolean"
        },
        "lastUpdatedTime": {
          "type": "string"
        },
        "role": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "authorizationPolicyType",
        "clientName",
        "createdBy",
        "createdTime",
        "description",
        "displayName",
        "entities",
        "extId",
        "identities",
        "isSystemDefined",
        "lastUpdatedTime",
        "role"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAuthorizationPoliciesV2AuthPolicyEntity:getAuthorizationPoliciesV2AuthPolicyEntity": {
      "properties": {
        "reserved": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "reserved"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAuthorizationPoliciesV2AuthPolicyIdentity:getAuthorizationPoliciesV2AuthPolicyIdentity": {
      "properties": {
        "reserved": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "reserved"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAuthorizationPolicyV2Entity:getAuthorizationPolicyV2Entity": {
      "properties": {
        "reserved": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "reserved"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getAuthorizationPolicyV2Identity:getAuthorizationPolicyV2Identity": {
      "properties": {
        "reserved": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "reserved"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditable:getBlueprintRuntimeEditablesRuntimeEditable": {
      "properties": {
        "actionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetBlueprintRuntimeEditablesRuntimeEditableActionList:getBlueprintRuntimeEditablesRuntimeEditableActionList"
          },
          "description": "-  A list of actions associated with the blueprint. Each action contains runtime specifications (defined in RuntimeSpecDS).\n"
        },
        "appProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetBlueprintRuntimeEditablesRuntimeEditableAppProfile:getBlueprintRuntimeEditablesRuntimeEditableAppProfile"
          },
          "description": "-  A list of application profiles associated with the blueprint. Each application profile contains runtime specifications (defined in RuntimeSpecDS).\n"
        },
        "credentialLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetBlueprintRuntimeEditablesRuntimeEditableCredentialList:getBlueprintRuntimeEditablesRuntimeEditableCredentialList"
          },
          "description": "-  A list of credentials associated with the blueprint. Each credential contains runtime specifications (defined in RuntimeSpecDS).\n"
        },
        "deploymentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetBlueprintRuntimeEditablesRuntimeEditableDeploymentList:getBlueprintRuntimeEditablesRuntimeEditableDeploymentList"
          },
          "description": "-  A list of deployments associated with the blueprint. Each deployment contains runtime specifications (defined in RuntimeSpecDS).\n"
        },
        "packageLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetBlueprintRuntimeEditablesRuntimeEditablePackageList:getBlueprintRuntimeEditablesRuntimeEditablePackageList"
          },
          "description": "-  A list of packages associated with the blueprint. Each package contains runtime specifications (defined in RuntimeSpecDS).\n"
        },
        "restoreConfigLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetBlueprintRuntimeEditablesRuntimeEditableRestoreConfigList:getBlueprintRuntimeEditablesRuntimeEditableRestoreConfigList"
          },
          "description": "-  A list of restore configurations associated with the blueprint. Each restore configuration contains runtime specifications (defined in RuntimeSpecDS).\n"
        },
        "serviceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetBlueprintRuntimeEditablesRuntimeEditableServiceList:getBlueprintRuntimeEditablesRuntimeEditableServiceList"
          },
          "description": "- A list of services associated with the blueprint. Each service contains runtime specifications (defined in RuntimeSpecDS).\n"
        },
        "snapshotConfigLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetBlueprintRuntimeEditablesRuntimeEditableSnapshotConfigList:getBlueprintRuntimeEditablesRuntimeEditableSnapshotConfigList"
          },
          "description": "- A list of snapshot configurations associated with the blueprint. Each snapshot configuration contains runtime specifications (defined in RuntimeSpecDS).\n"
        },
        "substrateLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetBlueprintRuntimeEditablesRuntimeEditableSubstrateList:getBlueprintRuntimeEditablesRuntimeEditableSubstrateList"
          },
          "description": "- A list of substrates associated with the blueprint. Each substrate contains runtime specifications (defined in RuntimeSpecDS).\n"
        },
        "taskLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetBlueprintRuntimeEditablesRuntimeEditableTaskList:getBlueprintRuntimeEditablesRuntimeEditableTaskList"
          },
          "description": "- A list of tasks associated with the blueprint. Each task contains runtime specifications (defined in RuntimeSpecDS).\n"
        },
        "variableLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetBlueprintRuntimeEditablesRuntimeEditableVariableList:getBlueprintRuntimeEditablesRuntimeEditableVariableList"
          },
          "description": "- A list of variables associated with the blueprint. Each variable contains runtime specifications (defined in RuntimeSpecDS).\n"
        }
      },
      "type": "object",
      "required": [
        "actionLists",
        "appProfiles",
        "credentialLists",
        "deploymentLists",
        "packageLists",
        "restoreConfigLists",
        "serviceLists",
        "snapshotConfigLists",
        "substrateLists",
        "taskLists",
        "variableLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditableActionList:getBlueprintRuntimeEditablesRuntimeEditableActionList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "(Optional, Computed) A textual description of the runtime specification. This field provides additional information or context about the entity.\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional, Computed) The name of the runtime specification. This could be the name of an action, service, credential, or other runtime-editable resource.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional, Computed) The type of runtime specification. This field indicates the category or classification of the runtime resource, such as an action, service, or credential.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Optional, Computed) The unique identifier (UUID) associated with the runtime specification. This is useful for identifying specific resources or entities.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "required": [
        "context",
        "description",
        "name",
        "type",
        "uuid",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditableAppProfile:getBlueprintRuntimeEditablesRuntimeEditableAppProfile": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "(Optional, Computed) A textual description of the runtime specification. This field provides additional information or context about the entity.\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional, Computed) The name of the runtime specification. This could be the name of an action, service, credential, or other runtime-editable resource.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional, Computed) The type of runtime specification. This field indicates the category or classification of the runtime resource, such as an action, service, or credential.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Optional, Computed) The unique identifier (UUID) associated with the runtime specification. This is useful for identifying specific resources or entities.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "required": [
        "context",
        "description",
        "name",
        "type",
        "uuid",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditableCredentialList:getBlueprintRuntimeEditablesRuntimeEditableCredentialList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "(Optional, Computed) A textual description of the runtime specification. This field provides additional information or context about the entity.\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional, Computed) The name of the runtime specification. This could be the name of an action, service, credential, or other runtime-editable resource.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional, Computed) The type of runtime specification. This field indicates the category or classification of the runtime resource, such as an action, service, or credential.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Optional, Computed) The unique identifier (UUID) associated with the runtime specification. This is useful for identifying specific resources or entities.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "required": [
        "context",
        "description",
        "name",
        "type",
        "uuid",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditableDeploymentList:getBlueprintRuntimeEditablesRuntimeEditableDeploymentList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "(Optional, Computed) A textual description of the runtime specification. This field provides additional information or context about the entity.\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional, Computed) The name of the runtime specification. This could be the name of an action, service, credential, or other runtime-editable resource.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional, Computed) The type of runtime specification. This field indicates the category or classification of the runtime resource, such as an action, service, or credential.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Optional, Computed) The unique identifier (UUID) associated with the runtime specification. This is useful for identifying specific resources or entities.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "required": [
        "context",
        "description",
        "name",
        "type",
        "uuid",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditablePackageList:getBlueprintRuntimeEditablesRuntimeEditablePackageList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "(Optional, Computed) A textual description of the runtime specification. This field provides additional information or context about the entity.\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional, Computed) The name of the runtime specification. This could be the name of an action, service, credential, or other runtime-editable resource.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional, Computed) The type of runtime specification. This field indicates the category or classification of the runtime resource, such as an action, service, or credential.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Optional, Computed) The unique identifier (UUID) associated with the runtime specification. This is useful for identifying specific resources or entities.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "required": [
        "context",
        "description",
        "name",
        "type",
        "uuid",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditableRestoreConfigList:getBlueprintRuntimeEditablesRuntimeEditableRestoreConfigList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "(Optional, Computed) A textual description of the runtime specification. This field provides additional information or context about the entity.\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional, Computed) The name of the runtime specification. This could be the name of an action, service, credential, or other runtime-editable resource.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional, Computed) The type of runtime specification. This field indicates the category or classification of the runtime resource, such as an action, service, or credential.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Optional, Computed) The unique identifier (UUID) associated with the runtime specification. This is useful for identifying specific resources or entities.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "required": [
        "context",
        "description",
        "name",
        "type",
        "uuid",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditableServiceList:getBlueprintRuntimeEditablesRuntimeEditableServiceList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "(Optional, Computed) A textual description of the runtime specification. This field provides additional information or context about the entity.\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional, Computed) The name of the runtime specification. This could be the name of an action, service, credential, or other runtime-editable resource.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional, Computed) The type of runtime specification. This field indicates the category or classification of the runtime resource, such as an action, service, or credential.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Optional, Computed) The unique identifier (UUID) associated with the runtime specification. This is useful for identifying specific resources or entities.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "required": [
        "context",
        "description",
        "name",
        "type",
        "uuid",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditableSnapshotConfigList:getBlueprintRuntimeEditablesRuntimeEditableSnapshotConfigList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "(Optional, Computed) A textual description of the runtime specification. This field provides additional information or context about the entity.\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional, Computed) The name of the runtime specification. This could be the name of an action, service, credential, or other runtime-editable resource.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional, Computed) The type of runtime specification. This field indicates the category or classification of the runtime resource, such as an action, service, or credential.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Optional, Computed) The unique identifier (UUID) associated with the runtime specification. This is useful for identifying specific resources or entities.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "required": [
        "context",
        "description",
        "name",
        "type",
        "uuid",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditableSubstrateList:getBlueprintRuntimeEditablesRuntimeEditableSubstrateList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "(Optional, Computed) A textual description of the runtime specification. This field provides additional information or context about the entity.\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional, Computed) The name of the runtime specification. This could be the name of an action, service, credential, or other runtime-editable resource.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional, Computed) The type of runtime specification. This field indicates the category or classification of the runtime resource, such as an action, service, or credential.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Optional, Computed) The unique identifier (UUID) associated with the runtime specification. This is useful for identifying specific resources or entities.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "required": [
        "context",
        "description",
        "name",
        "type",
        "uuid",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditableTaskList:getBlueprintRuntimeEditablesRuntimeEditableTaskList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "(Optional, Computed) A textual description of the runtime specification. This field provides additional information or context about the entity.\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional, Computed) The name of the runtime specification. This could be the name of an action, service, credential, or other runtime-editable resource.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional, Computed) The type of runtime specification. This field indicates the category or classification of the runtime resource, such as an action, service, or credential.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Optional, Computed) The unique identifier (UUID) associated with the runtime specification. This is useful for identifying specific resources or entities.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "required": [
        "context",
        "description",
        "name",
        "type",
        "uuid",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getBlueprintRuntimeEditablesRuntimeEditableVariableList:getBlueprintRuntimeEditablesRuntimeEditableVariableList": {
      "properties": {
        "context": {
          "type": "string",
          "description": "(Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.\n"
        },
        "description": {
          "type": "string",
          "description": "(Optional, Computed) A textual description of the runtime specification. This field provides additional information or context about the entity.\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional, Computed) The name of the runtime specification. This could be the name of an action, service, credential, or other runtime-editable resource.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional, Computed) The type of runtime specification. This field indicates the category or classification of the runtime resource, such as an action, service, or credential.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Optional, Computed) The unique identifier (UUID) associated with the runtime specification. This is useful for identifying specific resources or entities.\n"
        },
        "value": {
          "type": "string",
          "description": "(Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.\n"
        }
      },
      "type": "object",
      "required": [
        "context",
        "description",
        "name",
        "type",
        "uuid",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCategoriesV2Category:getCategoriesV2Category": {
      "properties": {
        "associations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetCategoriesV2CategoryAssociation:getCategoriesV2CategoryAssociation"
          }
        },
        "description": {
          "type": "string"
        },
        "detailedAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetCategoriesV2CategoryDetailedAssociation:getCategoriesV2CategoryDetailedAssociation"
          }
        },
        "extId": {
          "type": "string"
        },
        "key": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetCategoriesV2CategoryLink:getCategoriesV2CategoryLink"
          }
        },
        "ownerUuid": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "associations",
        "description",
        "detailedAssociations",
        "extId",
        "key",
        "links",
        "ownerUuid",
        "tenantId",
        "type",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCategoriesV2CategoryAssociation:getCategoriesV2CategoryAssociation": {
      "properties": {
        "categoryId": {
          "type": "string"
        },
        "count": {
          "type": "integer"
        },
        "resourceGroup": {
          "type": "string"
        },
        "resourceType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryId",
        "count",
        "resourceGroup",
        "resourceType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCategoriesV2CategoryDetailedAssociation:getCategoriesV2CategoryDetailedAssociation": {
      "properties": {
        "categoryId": {
          "type": "string"
        },
        "resourceGroup": {
          "type": "string"
        },
        "resourceId": {
          "type": "string"
        },
        "resourceType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryId",
        "resourceGroup",
        "resourceId",
        "resourceType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCategoriesV2CategoryLink:getCategoriesV2CategoryLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCategoryV2Association:getCategoryV2Association": {
      "properties": {
        "categoryId": {
          "type": "string",
          "description": "External identifier for the given category, used across all v4 apis/entities/resources where categories are referenced.\n"
        },
        "count": {
          "type": "integer",
          "description": "Count of associations of a particular type of entity or policy\n"
        },
        "resourceGroup": {
          "type": "string",
          "description": "An enum denoting the resource group.\nResources can be organized into either an entity or a policy.\n"
        },
        "resourceType": {
          "type": "string",
          "description": "An enum denoting the associated resource types. Resource types are further grouped into 2 types - entity or a policy.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryId",
        "count",
        "resourceGroup",
        "resourceType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCategoryV2DetailedAssociation:getCategoryV2DetailedAssociation": {
      "properties": {
        "categoryId": {
          "type": "string",
          "description": "External identifier for the given category, used across all v4 apis/entities/resources where categories are referenced.\n"
        },
        "resourceGroup": {
          "type": "string",
          "description": "An enum denoting the resource group.\nResources can be organized into either an entity or a policy.\n"
        },
        "resourceId": {
          "type": "string",
          "description": "The UUID of the entity or policy associated with the particular category.\n"
        },
        "resourceType": {
          "type": "string",
          "description": "An enum denoting the associated resource types. Resource types are further grouped into 2 types - entity or a policy.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryId",
        "resourceGroup",
        "resourceId",
        "resourceType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCategoryV2Link:getCategoryV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificateV2AlternateFqdn:getCertificateV2AlternateFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificateV2AlternateIp:getCertificateV2AlternateIp": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetCertificateV2AlternateIpIpv4:getCertificateV2AlternateIpIpv4"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetCertificateV2AlternateIpIpv6:getCertificateV2AlternateIpIpv6"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificateV2AlternateIpIpv4:getCertificateV2AlternateIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificateV2AlternateIpIpv6:getCertificateV2AlternateIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificateV2Link:getCertificateV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificateV2Metadata:getCertificateV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificatesV2Certificate:getCertificatesV2Certificate": {
      "properties": {
        "alternateFqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetCertificatesV2CertificateAlternateFqdn:getCertificatesV2CertificateAlternateFqdn"
          }
        },
        "alternateIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetCertificatesV2CertificateAlternateIp:getCertificatesV2CertificateAlternateIp"
          }
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetCertificatesV2CertificateLink:getCertificatesV2CertificateLink"
          }
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetCertificatesV2CertificateMetadata:getCertificatesV2CertificateMetadata"
          }
        },
        "objectStoreExtId": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "alternateFqdns",
        "alternateIps",
        "extId",
        "links",
        "metadatas",
        "objectStoreExtId",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificatesV2CertificateAlternateFqdn:getCertificatesV2CertificateAlternateFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificatesV2CertificateAlternateIp:getCertificatesV2CertificateAlternateIp": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetCertificatesV2CertificateAlternateIpIpv4:getCertificatesV2CertificateAlternateIpIpv4"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetCertificatesV2CertificateAlternateIpIpv6:getCertificatesV2CertificateAlternateIpIpv6"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificatesV2CertificateAlternateIpIpv4:getCertificatesV2CertificateAlternateIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificatesV2CertificateAlternateIpIpv6:getCertificatesV2CertificateAlternateIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificatesV2CertificateLink:getCertificatesV2CertificateLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getCertificatesV2CertificateMetadata:getCertificatesV2CertificateMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterAuthorizedPublicKeyList:getClusterAuthorizedPublicKeyList": {
      "properties": {
        "key": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Represents the name of cluster\n"
        }
      },
      "type": "object",
      "required": [
        "key",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterCaCertificateList:getClusterCaCertificateList": {
      "properties": {
        "caName": {
          "type": "string"
        },
        "certificate": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "caName",
        "certificate"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterCategory:getClusterCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the key name.\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterHttpProxyList:getClusterHttpProxyList": {
      "properties": {
        "address": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "credentials": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "proxyTypeLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "address",
        "credentials",
        "proxyTypeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterHttpProxyWhitelist:getClusterHttpProxyWhitelist": {
      "properties": {
        "target": {
          "type": "string"
        },
        "targetType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "target",
        "targetType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterManagementServerList:getClusterManagementServerList": {
      "properties": {
        "drsEnabled": {
          "type": "boolean"
        },
        "ip": {
          "type": "string"
        },
        "statusLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "drsEnabled",
        "ip",
        "statusLists",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterNode:getClusterNode": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "type",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2Config:getClusterV2Config": {
      "properties": {
        "authorizedPublicKeyLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2ConfigAuthorizedPublicKeyList:getClusterV2ConfigAuthorizedPublicKeyList"
          },
          "description": "- Public ssh key details. This is part of payload for cluster update operation only.\n"
        },
        "buildInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2ConfigBuildInfo:getClusterV2ConfigBuildInfo"
          },
          "description": "- Build information details.\n"
        },
        "clusterArch": {
          "type": "string",
          "description": "- Cluster arch.\nValid values are:\n- \"PPC64LE\" PPC64LE cluster architecture type.\n- \"X86_64\" X86_64 cluster architecture type.\n"
        },
        "clusterFunctions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Cluster function. This is part of payload for cluster\ncreate operation only (allowed enum values for creation are AOS, ONE_NODE & TWO_NODE only).\nValid values are:\n- \"AOS\"\n- \"PRISM_CENTRAL\"\n- \"CLOUD_DATA_GATEWAY\"\n- \"AFS\"\n- \"ONE_NODE\"\n- \"TWO_NODE\"\n- \"ANALYTICS_PLATFORM\"\n"
        },
        "clusterSoftwareMaps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2ConfigClusterSoftwareMap:getClusterV2ConfigClusterSoftwareMap"
          },
          "description": "- Cluster software version details.\n"
        },
        "encryptionInTransitStatus": {
          "type": "string",
          "description": "- Encryption in transit Status.\nValid values are:\n- \"DISABLED\"\tDisabled encryption status.\n- \"ENABLED\" \tEnabled encryption status.\n"
        },
        "encryptionOptions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Encryption option.\nValid values are:\n- \"SOFTWARE\".\n- \"HARDWARE\".\n- \"SOFTWARE_AND_HARDWARE\"\n"
        },
        "encryptionScopes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Encryption scope.\nValid values are:\n- \"CLUSTER\".\n- \"CONTAINER\".\n"
        },
        "faultToleranceStates": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2ConfigFaultToleranceState:getClusterV2ConfigFaultToleranceState"
          },
          "description": "- Fault tolerance state of a cluster.\n"
        },
        "hypervisorTypes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Hypervisor types.\nValid values are:\n- \"AHV\".\n- \"ESX\".\n- \"HYPERV\".\n- \"XEN\".\n- \"NATIVEHOST\".\n"
        },
        "incarnationId": {
          "type": "integer",
          "description": "- Cluster incarnation Id. This is part of payload for cluster update operation only.\n"
        },
        "isAvailable": {
          "type": "boolean",
          "description": "- Indicates if cluster is available to contact or not.\n"
        },
        "isLts": {
          "type": "boolean",
          "description": "- Indicates whether the release is categorized as Long-term or not.\n"
        },
        "isPasswordRemoteLoginEnabled": {
          "type": "boolean",
          "description": "- Indicates whether the password ssh into the cluster is enabled or not.\n"
        },
        "isRemoteSupportEnabled": {
          "type": "boolean",
          "description": "- Remote support status.\n"
        },
        "operationMode": {
          "type": "string",
          "description": "- Cluster operation mode. This is part of payload for cluster\nupdate operation only.\nValid values are:\n- \"OVERRIDE\"\tOverride operation mode.\n- \"STAND_ALONE\"\tStand-alone operation mode.\n- \"SWITCH_TO_TWO_NODE\"\tSwitch to two-node operation mode.\n- \"NORMAL\"\tNormal operation mode.\n- \"READ_ONLY\"\tRead-only operation mode.\n"
        },
        "pulseStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2ConfigPulseStatus:getClusterV2ConfigPulseStatus"
          },
          "description": "- Pulse status for a cluster.\n"
        },
        "redundancyFactor": {
          "type": "integer",
          "description": "- Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.\n"
        },
        "timezone": {
          "type": "string",
          "description": "- Time zone on a cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "authorizedPublicKeyLists",
        "buildInfos",
        "clusterArch",
        "clusterFunctions",
        "clusterSoftwareMaps",
        "encryptionInTransitStatus",
        "encryptionOptions",
        "encryptionScopes",
        "faultToleranceStates",
        "hypervisorTypes",
        "incarnationId",
        "isAvailable",
        "isLts",
        "isPasswordRemoteLoginEnabled",
        "isRemoteSupportEnabled",
        "operationMode",
        "pulseStatuses",
        "redundancyFactor",
        "timezone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2ConfigAuthorizedPublicKeyList:getClusterV2ConfigAuthorizedPublicKeyList": {
      "properties": {
        "key": {
          "type": "string",
          "description": "- SSH key value.\n"
        },
        "name": {
          "type": "string",
          "description": "- HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n"
        }
      },
      "type": "object",
      "required": [
        "key",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2ConfigBuildInfo:getClusterV2ConfigBuildInfo": {
      "properties": {
        "buildType": {
          "type": "string",
          "description": "- Software build type.\n"
        },
        "commitId": {
          "type": "string",
          "description": "- Commit ID used for version.\n"
        },
        "fullVersion": {
          "type": "string",
          "description": "- Full name of software version.\n"
        },
        "shortCommitId": {
          "type": "string",
          "description": "- Short commit Id used for version.\n"
        },
        "version": {
          "type": "string",
          "description": "- Software version.\n"
        }
      },
      "type": "object",
      "required": [
        "buildType",
        "commitId",
        "fullVersion",
        "shortCommitId",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2ConfigClusterSoftwareMap:getClusterV2ConfigClusterSoftwareMap": {
      "properties": {
        "softwareType": {
          "type": "string",
          "description": "- Software type. This is part of payload for cluster create operation only.\nValid values are:\n- \"PRISM_CENTRAL\": Prism Central software type.\n- \"NOS\": NOS software.\n- \"NCC\": NCC software.\n"
        },
        "version": {
          "type": "string",
          "description": "- Software version.\n"
        }
      },
      "type": "object",
      "required": [
        "softwareType",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2ConfigFaultToleranceState:getClusterV2ConfigFaultToleranceState": {
      "properties": {
        "currentClusterFaultTolerance": {
          "type": "string",
          "description": "- Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update.\nValid values are:\n- \"CFT_1N_OR_1D\":     - System can handle fault of one node or one disk.\n- \"CFT_2N_OR_2D\":     - System can handle fault of two nodes or two disks.\n- \"CFT_1N_AND_1D\":    - System can handle fault of one node and one disk on the other node simultaneously.\n- \"CFT_0N_AND_0D\":    - System can not handle any fault with a node or a disk.\n"
        },
        "currentMaxFaultTolerance": {
          "type": "integer",
          "description": "- Maximum fault tolerance that is supported currently.\n"
        },
        "desiredClusterFaultTolerance": {
          "type": "string",
          "description": "- Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update.\nValid values are:\n- \"CFT_1N_OR_1D\":     - System can handle fault of one node or one disk.\n- \"CFT_2N_OR_2D\":     - System can handle fault of two nodes or two disks.\n- \"CFT_1N_AND_1D\":    - System can handle fault of one node and one disk on the other node simultaneously.\n- \"CFT_0N_AND_0D\":    - System can not handle any fault with a node or a disk.\n"
        },
        "desiredMaxFaultTolerance": {
          "type": "integer",
          "description": "- Maximum fault tolerance desired.\n"
        },
        "domainAwarenessLevel": {
          "type": "string",
          "description": "- Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations.\nValid values are:\n- \"RACK\"\tRack level awareness.\n- \"NODE\"\tNode level awareness.\n- \"BLOCK\"\tBlock level awareness.\n- \"DISK\"\tDisk level awareness.\n"
        },
        "redundancyStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2ConfigFaultToleranceStateRedundancyStatus:getClusterV2ConfigFaultToleranceStateRedundancyStatus"
          },
          "description": "- Redundancy Status of the cluster\n"
        }
      },
      "type": "object",
      "required": [
        "currentClusterFaultTolerance",
        "currentMaxFaultTolerance",
        "desiredClusterFaultTolerance",
        "desiredMaxFaultTolerance",
        "domainAwarenessLevel",
        "redundancyStatuses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2ConfigFaultToleranceStateRedundancyStatus:getClusterV2ConfigFaultToleranceStateRedundancyStatus": {
      "properties": {
        "isCassandraPreparationDone": {
          "type": "boolean",
          "description": "- Boolean flag to indicate if Cassandra ensemble can meet the desired FT.\n"
        },
        "isZookeeperPreparationDone": {
          "type": "boolean",
          "description": "- Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.\n"
        }
      },
      "type": "object",
      "required": [
        "isCassandraPreparationDone",
        "isZookeeperPreparationDone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2ConfigPulseStatus:getClusterV2ConfigPulseStatus": {
      "properties": {
        "isEnabled": {
          "type": "boolean",
          "description": "- (Optional) Flag to indicate if pulse is enabled or not.\n"
        },
        "piiScrubbingLevel": {
          "type": "string",
          "description": "- (Optional) PII scrubbing level.\nValid values are:\n- \"ALL\" :\tScrub All PII Information from Pulse including data like entity names and IP addresses.\n- \"DEFAULT\":\tDefault PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.\n"
        }
      },
      "type": "object",
      "required": [
        "isEnabled",
        "piiScrubbingLevel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2Link:getClusterV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2Network:getClusterV2Network": {
      "properties": {
        "backplanes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkBackplane:getClusterV2NetworkBackplane"
          },
          "description": "- Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.\n"
        },
        "externalAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkExternalAddress:getClusterV2NetworkExternalAddress"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "externalDataServicesIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkExternalDataServicesIp:getClusterV2NetworkExternalDataServicesIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "externalSubnet": {
          "type": "string",
          "description": "- Cluster external subnet address.\n"
        },
        "fqdn": {
          "type": "string",
          "description": "- Fully Qualified Domain Name (FQDN) of the server.\n"
        },
        "httpProxyLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkHttpProxyList:getClusterV2NetworkHttpProxyList"
          },
          "description": "- List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n"
        },
        "httpProxyWhiteLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkHttpProxyWhiteList:getClusterV2NetworkHttpProxyWhiteList"
          }
        },
        "internalSubnet": {
          "type": "string",
          "description": "- Cluster internal subnet address.\n"
        },
        "keyManagementServerType": {
          "type": "string",
          "description": "- Key management server type.\nValid values are:\n- \"PRISM_CENTRAL\"\tPrism Central management server.\n- \"EXTERNAL\"\tExternal management server.\n- \"LOCAL\"\tLocal management server.\n"
        },
        "managementServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkManagementServer:getClusterV2NetworkManagementServer"
          },
          "description": "- Management server information.\n"
        },
        "masqueradingIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkMasqueradingIp:getClusterV2NetworkMasqueradingIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "masqueradingPort": {
          "type": "string",
          "description": "- The port to connect to the cluster when using masquerading IP.\n"
        },
        "nameServerIpLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkNameServerIpList:getClusterV2NetworkNameServerIpList"
          },
          "description": "- List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently\n"
        },
        "nfsSubnetWhiteLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ntpServerIpLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkNtpServerIpList:getClusterV2NetworkNtpServerIpList"
          },
          "description": "- List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        },
        "smtpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkSmtpServer:getClusterV2NetworkSmtpServer"
          },
          "description": "- SMTP servers on a cluster. This is part of payload for cluster update operation only.\n"
        }
      },
      "type": "object",
      "required": [
        "backplanes",
        "externalAddresses",
        "externalDataServicesIps",
        "externalSubnet",
        "fqdn",
        "httpProxyLists",
        "httpProxyWhiteLists",
        "internalSubnet",
        "keyManagementServerType",
        "managementServers",
        "masqueradingIps",
        "masqueradingPort",
        "nameServerIpLists",
        "nfsSubnetWhiteLists",
        "ntpServerIpLists",
        "smtpServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkBackplane:getClusterV2NetworkBackplane": {
      "properties": {
        "isSegmentationEnabled": {
          "type": "boolean",
          "description": "- Flag to indicate if the backplane segmentation needs to be enabled or not.\n"
        },
        "netmasks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkBackplaneNetmask:getClusterV2NetworkBackplaneNetmask"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkBackplaneSubnet:getClusterV2NetworkBackplaneSubnet"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "vlanTag": {
          "type": "integer",
          "description": "- VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.\n"
        }
      },
      "type": "object",
      "required": [
        "isSegmentationEnabled",
        "netmasks",
        "subnets",
        "vlanTag"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkBackplaneNetmask:getClusterV2NetworkBackplaneNetmask": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkBackplaneSubnet:getClusterV2NetworkBackplaneSubnet": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkExternalAddress:getClusterV2NetworkExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkExternalAddressIpv4:getClusterV2NetworkExternalAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkExternalAddressIpv6:getClusterV2NetworkExternalAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkExternalAddressIpv4:getClusterV2NetworkExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkExternalAddressIpv6:getClusterV2NetworkExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkExternalDataServicesIp:getClusterV2NetworkExternalDataServicesIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkExternalDataServicesIpIpv4:getClusterV2NetworkExternalDataServicesIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkExternalDataServicesIpIpv6:getClusterV2NetworkExternalDataServicesIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkExternalDataServicesIpIpv4:getClusterV2NetworkExternalDataServicesIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkExternalDataServicesIpIpv6:getClusterV2NetworkExternalDataServicesIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkHttpProxyList:getClusterV2NetworkHttpProxyList": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkHttpProxyListIpAddress:getClusterV2NetworkHttpProxyListIpAddress"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "name": {
          "type": "string",
          "description": "- HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n"
        },
        "password": {
          "type": "string",
          "description": "- SMTP server password.\n"
        },
        "port": {
          "type": "integer",
          "description": "- SMTP port.\n"
        },
        "proxyTypes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "username": {
          "type": "string",
          "description": "- SMTP server user name.\n"
        }
      },
      "type": "object",
      "required": [
        "ipAddresses",
        "name",
        "password",
        "port",
        "proxyTypes",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkHttpProxyListIpAddress:getClusterV2NetworkHttpProxyListIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkHttpProxyListIpAddressIpv4:getClusterV2NetworkHttpProxyListIpAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkHttpProxyListIpAddressIpv6:getClusterV2NetworkHttpProxyListIpAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkHttpProxyListIpAddressIpv4:getClusterV2NetworkHttpProxyListIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkHttpProxyListIpAddressIpv6:getClusterV2NetworkHttpProxyListIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkHttpProxyWhiteList:getClusterV2NetworkHttpProxyWhiteList": {
      "properties": {
        "target": {
          "type": "string",
          "description": "- Target's identifier which is exempted from going through the configured HTTP Proxy.\n"
        },
        "targetType": {
          "type": "string",
          "description": "- Type of the target which is exempted from going through the configured HTTP Proxy.\nValid values are:\n- \"IPV6_ADDRESS\"\tIPV6 address.\n- \"HOST_NAME\"\tName of the host.\n- \"DOMAIN_NAME_SUFFIX\" Domain Name Suffix required for http proxy whitelist.\n- \"IPV4_NETWORK_MASK\" Network Mask of the IpV4 family.\n- \"IPV4_ADDRESS\" IPV4 address.\n"
        }
      },
      "type": "object",
      "required": [
        "target",
        "targetType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkManagementServer:getClusterV2NetworkManagementServer": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkManagementServerIp:getClusterV2NetworkManagementServerIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "isDrsEnabled": {
          "type": "boolean",
          "description": "- Indicates whether it is DRS enabled or not.\n"
        },
        "isInUse": {
          "type": "boolean",
          "description": "- Indicates whether the host is managed by an entity or not.\n"
        },
        "isRegistered": {
          "type": "boolean",
          "description": "- Indicates whether it is registered or not.\n"
        },
        "type": {
          "type": "boolean",
          "description": "- Type of management server.\nValid values are:\n- \"VCENTER\"   \tVcenter management server.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "isDrsEnabled",
        "isInUse",
        "isRegistered",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkManagementServerIp:getClusterV2NetworkManagementServerIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkManagementServerIpIpv4:getClusterV2NetworkManagementServerIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkManagementServerIpIpv6:getClusterV2NetworkManagementServerIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkManagementServerIpIpv4:getClusterV2NetworkManagementServerIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkManagementServerIpIpv6:getClusterV2NetworkManagementServerIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkMasqueradingIp:getClusterV2NetworkMasqueradingIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkMasqueradingIpIpv4:getClusterV2NetworkMasqueradingIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkMasqueradingIpIpv6:getClusterV2NetworkMasqueradingIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkMasqueradingIpIpv4:getClusterV2NetworkMasqueradingIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkMasqueradingIpIpv6:getClusterV2NetworkMasqueradingIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkNameServerIpList:getClusterV2NetworkNameServerIpList": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkNameServerIpListFqdn:getClusterV2NetworkNameServerIpListFqdn"
          },
          "description": "- Fully Qualified Domain Name (FQDN) of the server.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkNameServerIpListIpv4:getClusterV2NetworkNameServerIpListIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkNameServerIpListIpv6:getClusterV2NetworkNameServerIpListIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkNameServerIpListFqdn:getClusterV2NetworkNameServerIpListFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkNameServerIpListIpv4:getClusterV2NetworkNameServerIpListIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkNameServerIpListIpv6:getClusterV2NetworkNameServerIpListIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkNtpServerIpList:getClusterV2NetworkNtpServerIpList": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkNtpServerIpListFqdn:getClusterV2NetworkNtpServerIpListFqdn"
          },
          "description": "- Fully Qualified Domain Name (FQDN) of the server.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkNtpServerIpListIpv4:getClusterV2NetworkNtpServerIpListIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkNtpServerIpListIpv6:getClusterV2NetworkNtpServerIpListIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkNtpServerIpListFqdn:getClusterV2NetworkNtpServerIpListFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkNtpServerIpListIpv4:getClusterV2NetworkNtpServerIpListIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkNtpServerIpListIpv6:getClusterV2NetworkNtpServerIpListIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkSmtpServer:getClusterV2NetworkSmtpServer": {
      "properties": {
        "emailAddress": {
          "type": "string",
          "description": "- SMTP email address.\n"
        },
        "servers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkSmtpServerServer:getClusterV2NetworkSmtpServerServer"
          },
          "description": "- SMTP network details.\n"
        },
        "type": {
          "type": "string",
          "description": "- Type of management server.\nValid values are:\n- \"VCENTER\"   \tVcenter management server.\n"
        }
      },
      "type": "object",
      "required": [
        "emailAddress",
        "servers",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkSmtpServerServer:getClusterV2NetworkSmtpServerServer": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkSmtpServerServerIpAddress:getClusterV2NetworkSmtpServerServerIpAddress"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "password": {
          "type": "string",
          "description": "- SMTP server password.\n"
        },
        "port": {
          "type": "integer",
          "description": "- SMTP port.\n"
        },
        "username": {
          "type": "string",
          "description": "- SMTP server user name.\n"
        }
      },
      "type": "object",
      "required": [
        "ipAddresses",
        "password",
        "port",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkSmtpServerServerIpAddress:getClusterV2NetworkSmtpServerServerIpAddress": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkSmtpServerServerIpAddressFqdn:getClusterV2NetworkSmtpServerServerIpAddressFqdn"
          },
          "description": "- Fully Qualified Domain Name (FQDN) of the server.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkSmtpServerServerIpAddressIpv4:getClusterV2NetworkSmtpServerServerIpAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NetworkSmtpServerServerIpAddressIpv6:getClusterV2NetworkSmtpServerServerIpAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkSmtpServerServerIpAddressFqdn:getClusterV2NetworkSmtpServerServerIpAddressFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkSmtpServerServerIpAddressIpv4:getClusterV2NetworkSmtpServerServerIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NetworkSmtpServerServerIpAddressIpv6:getClusterV2NetworkSmtpServerServerIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2Node:getClusterV2Node": {
      "properties": {
        "nodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NodeNodeList:getClusterV2NodeNodeList"
          },
          "description": "- List of nodes in a cluster.\n"
        },
        "numberOfNodes": {
          "type": "integer",
          "description": "- Number of nodes in a cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "nodeLists",
        "numberOfNodes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NodeNodeList:getClusterV2NodeNodeList": {
      "properties": {
        "controllerVmIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NodeNodeListControllerVmIp:getClusterV2NodeNodeListControllerVmIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "hostIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NodeNodeListHostIp:getClusterV2NodeNodeListHostIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "nodeUuid": {
          "type": "string",
          "description": "- UUID of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "controllerVmIps",
        "hostIps",
        "nodeUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NodeNodeListControllerVmIp:getClusterV2NodeNodeListControllerVmIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NodeNodeListControllerVmIpIpv4:getClusterV2NodeNodeListControllerVmIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NodeNodeListControllerVmIpIpv6:getClusterV2NodeNodeListControllerVmIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NodeNodeListControllerVmIpIpv4:getClusterV2NodeNodeListControllerVmIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NodeNodeListControllerVmIpIpv6:getClusterV2NodeNodeListControllerVmIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NodeNodeListHostIp:getClusterV2NodeNodeListHostIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NodeNodeListHostIpIpv4:getClusterV2NodeNodeListHostIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClusterV2NodeNodeListHostIpIpv6:getClusterV2NodeNodeListHostIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NodeNodeListHostIpIpv4:getClusterV2NodeNodeListHostIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClusterV2NodeNodeListHostIpIpv6:getClusterV2NodeNodeListHostIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersEntity:getClustersEntity": {
      "properties": {
        "analysisVmEfficiencyMap": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Map of cluster efficiency which includes numbers of inefficient vms. The value is populated by analytics on PC. (Readonly)\n"
        },
        "apiVersion": {
          "type": "string",
          "description": "The API version.\n"
        },
        "authorizedPublicKeyLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersEntityAuthorizedPublicKeyList:getClustersEntityAuthorizedPublicKeyList"
          }
        },
        "build": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Cluster build details.\n"
        },
        "caCertificateLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersEntityCaCertificateList:getClustersEntityCaCertificateList"
          },
          "description": "- Zone name used in value of TZ environment variable.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersEntityCategory:getClustersEntityCategory"
          },
          "description": "- Categories for the image.\n"
        },
        "certificationSigningInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Customer information used in Certificate Signing Request for creating digital certificates.\n"
        },
        "clientAuth": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Client authentication config.\n"
        },
        "clusterArch": {
          "type": "string",
          "description": "- Cluster architecture. (Readonly, Options: Options : X86_64 , PPC64LE)\n"
        },
        "domainServerCredentials": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Cluster domain credentials.\n"
        },
        "domainServerName": {
          "type": "string",
          "description": "- Joined domain name. In 'put' request, empty name will unjoin the cluster from current domain.\n"
        },
        "domainServerNameserver": {
          "type": "string",
          "description": "-  The IP of the nameserver that can resolve the domain name. Must set when joining the domain.\n"
        },
        "enabledFeatureLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Array of enabled features.\n"
        },
        "encryptionStatus": {
          "type": "string",
          "description": "- Cluster encryption status.\n"
        },
        "externalDataServicesIp": {
          "type": "string",
          "description": "- The cluster IP address that provides external entities access to various cluster data services.\n"
        },
        "externalIp": {
          "type": "string",
          "description": "- The local IP of cluster visible externally.\n"
        },
        "externalSubnet": {
          "type": "string",
          "description": "- External subnet for cross server communication. The format is IP/netmask. (default 172.16.0.0/255.240.0.0)\n"
        },
        "gpuDriverVersion": {
          "type": "string",
          "description": "- GPU driver version.\n"
        },
        "httpProxyLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersEntityHttpProxyList:getClustersEntityHttpProxyList"
          },
          "description": "- List of proxies to connect to the service centers.\n"
        },
        "httpProxyWhitelists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersEntityHttpProxyWhitelist:getClustersEntityHttpProxyWhitelist"
          },
          "description": "- HTTP proxy whitelist.\n"
        },
        "internalSubnet": {
          "type": "string",
          "description": "- The internal subnet is local to every server - its not visible outside.iSCSI requests generated internally within the appliance (by user VMs or VMFS) are sent to the internal subnet. The format is IP/netmask.\n"
        },
        "isAvailable": {
          "type": "boolean",
          "description": "- Indicates if cluster is available to contact. (Readonly)\n"
        },
        "managementServerLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersEntityManagementServerList:getClustersEntityManagementServerList"
          },
          "description": "- List of cluster management servers. (Readonly)\n"
        },
        "masqueradingIp": {
          "type": "string",
          "description": "- The cluster NAT'd or proxy IP which maps to the cluster local IP.\n"
        },
        "masqueradingPort": {
          "type": "integer",
          "description": "- Port used together with<span pulumi-lang-nodejs=\" masqueradingIp \" pulumi-lang-dotnet=\" MasqueradingIp \" pulumi-lang-go=\" masqueradingIp \" pulumi-lang-python=\" masquerading_ip \" pulumi-lang-yaml=\" masqueradingIp \" pulumi-lang-java=\" masqueradingIp \"> masquerading_ip </span>to connect to the cluster.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The image kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "-  The name for the image.\n"
        },
        "nameServerIpLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- The list of IP addresses of the name servers.\n"
        },
        "nfsSubnetWhitelists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Comma separated list of subnets (of the form 'a.b.c.d/l.m.n.o') that are allowed to send NFS requests to this container. If not specified, the global NFS whitelist will be looked up for access permission. The internal subnet is always automatically considered part of the whitelist, even if the field below does not explicitly specify it. Similarly, all the hypervisor IPs are considered part of the whitelist. Finally, to permit debugging, all of the SVMs local IPs are considered to be implicitly part of the whitelist.\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersEntityNode:getClustersEntityNode"
          }
        },
        "ntpServerIpLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- The list of IP addresses or FQDNs of the NTP servers.\n"
        },
        "operationMode": {
          "type": "string",
          "description": "- Cluster operation mode. - 'NORMAL': Cluster is operating normally. - 'READ_ONLY': Cluster is operating in read only mode. - 'STAND_ALONE': Only one node is operational in the cluster. This is valid only for single node or two node clusters. - 'SWITCH_TO_TWO_NODE': Cluster is moving from single node to two node cluster. - 'OVERRIDE': Valid only for single node cluster. If the user wants to run vms on a single node cluster in read only mode, he can set the cluster peration mode to override. Writes will be allowed in override mode.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a project.\n"
        },
        "serviceLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Array of enabled cluster services. For example, a cluster can function as both AOS and cloud data gateway. - 'AOS': Regular Prism Element - 'PRISM_CENTRAL': Prism Central - 'CLOUD_DATA_GATEWAY': Cloud backup and DR gateway - 'AFS': Cluster for file server - 'WITNESS' : Witness cluster - 'XI_PORTAL': Xi cluster.\n"
        },
        "smtpServerAddress": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- SMTP Server Address.\n"
        },
        "smtpServerCredentials": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- SMTP Server Credentials.\n"
        },
        "smtpServerEmailAddress": {
          "type": "string",
          "description": "- SMTP Server Email Address.\n"
        },
        "smtpServerProxyTypeLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- SMTP Server Proxy Type List\n"
        },
        "smtpServerType": {
          "type": "string",
          "description": "- SMTP Server type.\n"
        },
        "softwareMapNcc": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Map of software on the cluster with software type as the key.\n"
        },
        "softwareMapNos": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Map of software on the cluster with software type as the key.\n"
        },
        "sslKeyExpireDatetime": {
          "type": "string",
          "description": "- UTC date and time in RFC-3339 format when the key expires\n"
        },
        "sslKeyName": {
          "type": "string"
        },
        "sslKeySigningInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Customer information used in Certificate Signing Request for creating digital certificates.\n"
        },
        "sslKeyType": {
          "type": "string",
          "description": "- SSL key type. Key types with RSA_2048, ECDSA_256 and ECDSA_384 are supported for key generation and importing.\n"
        },
        "state": {
          "type": "string",
          "description": "- The state of the cluster entity.\n"
        },
        "supportedInformationVerbosity": {
          "type": "string",
          "description": "- Verbosity level settings for populating support information. - 'Nothing': Send nothing - 'Basic': Send basic information - skip core dump and hypervisor stats information - 'BasicPlusCoreDump': Send basic and core dump information - 'All': Send all information (Default value: BASIC_PLUS_CORE_DUMP)\n"
        },
        "timezone": {
          "type": "string",
          "description": "- Zone name used in value of TZ environment variable.\n"
        }
      },
      "type": "object",
      "required": [
        "analysisVmEfficiencyMap",
        "apiVersion",
        "authorizedPublicKeyLists",
        "build",
        "caCertificateLists",
        "categories",
        "certificationSigningInfo",
        "clientAuth",
        "clusterArch",
        "domainServerCredentials",
        "domainServerName",
        "domainServerNameserver",
        "enabledFeatureLists",
        "encryptionStatus",
        "externalDataServicesIp",
        "externalIp",
        "externalSubnet",
        "gpuDriverVersion",
        "httpProxyLists",
        "httpProxyWhitelists",
        "internalSubnet",
        "isAvailable",
        "managementServerLists",
        "masqueradingIp",
        "masqueradingPort",
        "metadata",
        "name",
        "nameServerIpLists",
        "nfsSubnetWhitelists",
        "nodes",
        "ntpServerIpLists",
        "operationMode",
        "ownerReference",
        "projectReference",
        "serviceLists",
        "smtpServerAddress",
        "smtpServerCredentials",
        "smtpServerEmailAddress",
        "smtpServerProxyTypeLists",
        "smtpServerType",
        "softwareMapNcc",
        "softwareMapNos",
        "sslKeyExpireDatetime",
        "sslKeyName",
        "sslKeySigningInfo",
        "sslKeyType",
        "state",
        "supportedInformationVerbosity",
        "timezone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersEntityAuthorizedPublicKeyList:getClustersEntityAuthorizedPublicKeyList": {
      "properties": {
        "key": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "-  The name for the image.\n"
        }
      },
      "type": "object",
      "required": [
        "key",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersEntityCaCertificateList:getClustersEntityCaCertificateList": {
      "properties": {
        "caName": {
          "type": "string"
        },
        "certificate": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "caName",
        "certificate"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersEntityCategory:getClustersEntityCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the key name.\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersEntityHttpProxyList:getClustersEntityHttpProxyList": {
      "properties": {
        "address": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "credentials": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "proxyTypeLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "address",
        "credentials",
        "proxyTypeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersEntityHttpProxyWhitelist:getClustersEntityHttpProxyWhitelist": {
      "properties": {
        "target": {
          "type": "string"
        },
        "targetType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "target",
        "targetType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersEntityManagementServerList:getClustersEntityManagementServerList": {
      "properties": {
        "drsEnabled": {
          "type": "boolean"
        },
        "ip": {
          "type": "string"
        },
        "statusLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "drsEnabled",
        "ip",
        "statusLists",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersEntityNode:getClustersEntityNode": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "type",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntity:getClustersV2ClusterEntity": {
      "properties": {
        "backupEligibilityScore": {
          "type": "integer",
          "description": "-  Score to indicate how much cluster is eligible for storing domain manager backup.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-  List of categories associated to the PE cluster.\n"
        },
        "clusterProfileExtId": {
          "type": "string",
          "description": "-  Cluster profile UUID.\n"
        },
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityConfig:getClustersV2ClusterEntityConfig"
          },
          "description": "-  Cluster configuration details.\n"
        },
        "containerName": {
          "type": "string",
          "description": "-  The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.\n"
        },
        "expand": {
          "type": "string",
          "description": "-(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are \\$filter, \\$select and \\$orderby.\nThe <span pulumi-lang-nodejs=\"`expand`\" pulumi-lang-dotnet=\"`Expand`\" pulumi-lang-go=\"`expand`\" pulumi-lang-python=\"`expand`\" pulumi-lang-yaml=\"`expand`\" pulumi-lang-java=\"`expand`\">`expand`</span> can be applied on the following fields:\n- clusterProfile\n- storageSummary\n"
        },
        "extId": {
          "type": "string",
          "description": "-  A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "inefficientVmCount": {
          "type": "integer",
          "description": "-  Number of inefficient VMs in the cluster.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityLink:getClustersV2ClusterEntityLink"
          },
          "description": "- 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.\n"
        },
        "name": {
          "type": "string",
          "description": "- HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n"
        },
        "networks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetwork:getClustersV2ClusterEntityNetwork"
          },
          "description": "-  Network details of a cluster.\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNode:getClustersV2ClusterEntityNode"
          },
          "description": "-  Node reference for a cluster.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "-  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).\n"
        },
        "upgradeStatus": {
          "type": "string",
          "description": "-  Upgrade status of a cluster.\nValid values are:\n- \"CANCELLED\"\tThe cluster upgrade is cancelled.\n- \"FAILED\"\tThe cluster upgrade failed.\n- \"QUEUED\"\tThe cluster upgrade is in the queue.\n- \"SUCCEEDED\"\tThe cluster was upgraded successfully.\n- \"DOWNLOADING\" The luster upgrade is downloading.\n- \"PENDING\"The cluster upgrade is in pending state.\n- \"UPGRADING\" The cluster is in upgrade state.\n- \"PREUPGRADE\" The cluster is in pre-upgrade state.\n- \"SCHEDULED\" The cluster upgrade is in scheduled state.\n"
        },
        "vmCount": {
          "type": "integer",
          "description": "-  Number of VMs in the cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "backupEligibilityScore",
        "categories",
        "clusterProfileExtId",
        "configs",
        "containerName",
        "extId",
        "inefficientVmCount",
        "links",
        "name",
        "networks",
        "nodes",
        "tenantId",
        "upgradeStatus",
        "vmCount"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityConfig:getClustersV2ClusterEntityConfig": {
      "properties": {
        "authorizedPublicKeyLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityConfigAuthorizedPublicKeyList:getClustersV2ClusterEntityConfigAuthorizedPublicKeyList"
          },
          "description": "- Public ssh key details. This is part of payload for cluster update operation only.\n"
        },
        "buildInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityConfigBuildInfo:getClustersV2ClusterEntityConfigBuildInfo"
          },
          "description": "- Build information details.\n"
        },
        "clusterArch": {
          "type": "string",
          "description": "- Cluster arch.\nValid values are:\n- \"PPC64LE\" PPC64LE cluster architecture type.\n- \"X86_64\" X86_64 cluster architecture type.\n"
        },
        "clusterFunctions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Cluster function. This is part of payload for cluster\ncreate operation only (allowed enum values for creation are AOS, ONE_NODE & TWO_NODE only).\nValid values are:\n- \"AOS\"\n- \"PRISM_CENTRAL\"\n- \"CLOUD_DATA_GATEWAY\"\n- \"AFS\"\n- \"ONE_NODE\"\n- \"TWO_NODE\"\n- \"ANALYTICS_PLATFORM\"\n"
        },
        "clusterSoftwareMaps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityConfigClusterSoftwareMap:getClustersV2ClusterEntityConfigClusterSoftwareMap"
          },
          "description": "- Cluster software version details.\n"
        },
        "encryptionInTransitStatus": {
          "type": "string",
          "description": "- Encryption in transit Status.\nValid values are:\n- \"DISABLED\"\tDisabled encryption status.\n- \"ENABLED\" \tEnabled encryption status.\n"
        },
        "encryptionOptions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Encryption option.\nValid values are:\n- \"SOFTWARE\".\n- \"HARDWARE\".\n- \"SOFTWARE_AND_HARDWARE\"\n"
        },
        "encryptionScopes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Encryption scope.\nValid values are:\n- \"CLUSTER\".\n- \"CONTAINER\".\n"
        },
        "faultToleranceStates": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityConfigFaultToleranceState:getClustersV2ClusterEntityConfigFaultToleranceState"
          },
          "description": "- Fault tolerance state of a cluster.\n"
        },
        "hypervisorTypes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Hypervisor types.\nValid values are:\n- \"AHV\".\n- \"ESX\".\n- \"HYPERV\".\n- \"XEN\".\n- \"NATIVEHOST\".\n"
        },
        "incarnationId": {
          "type": "integer",
          "description": "- Cluster incarnation Id. This is part of payload for cluster update operation only.\n"
        },
        "isAvailable": {
          "type": "boolean",
          "description": "- Indicates if cluster is available to contact or not.\n"
        },
        "isLts": {
          "type": "boolean",
          "description": "- Indicates whether the release is categorized as Long-term or not.\n"
        },
        "isPasswordRemoteLoginEnabled": {
          "type": "boolean",
          "description": "- Indicates whether the password ssh into the cluster is enabled or not.\n"
        },
        "isRemoteSupportEnabled": {
          "type": "boolean",
          "description": "- Remote support status.\n"
        },
        "operationMode": {
          "type": "string",
          "description": "- Cluster operation mode. This is part of payload for cluster\nupdate operation only.\nValid values are:\n- \"OVERRIDE\"\tOverride operation mode.\n- \"STAND_ALONE\"\tStand-alone operation mode.\n- \"SWITCH_TO_TWO_NODE\"\tSwitch to two-node operation mode.\n- \"NORMAL\"\tNormal operation mode.\n- \"READ_ONLY\"\tRead-only operation mode.\n"
        },
        "pulseStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityConfigPulseStatus:getClustersV2ClusterEntityConfigPulseStatus"
          },
          "description": "- Pulse status for a cluster.\n"
        },
        "redundancyFactor": {
          "type": "integer",
          "description": "- Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.\n"
        },
        "timezone": {
          "type": "string",
          "description": "- Time zone on a cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "authorizedPublicKeyLists",
        "buildInfos",
        "clusterArch",
        "clusterFunctions",
        "clusterSoftwareMaps",
        "encryptionInTransitStatus",
        "encryptionOptions",
        "encryptionScopes",
        "faultToleranceStates",
        "hypervisorTypes",
        "incarnationId",
        "isAvailable",
        "isLts",
        "isPasswordRemoteLoginEnabled",
        "isRemoteSupportEnabled",
        "operationMode",
        "pulseStatuses",
        "redundancyFactor",
        "timezone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityConfigAuthorizedPublicKeyList:getClustersV2ClusterEntityConfigAuthorizedPublicKeyList": {
      "properties": {
        "key": {
          "type": "string",
          "description": "- SSH key value.\n"
        },
        "name": {
          "type": "string",
          "description": "- HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n"
        }
      },
      "type": "object",
      "required": [
        "key",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityConfigBuildInfo:getClustersV2ClusterEntityConfigBuildInfo": {
      "properties": {
        "buildType": {
          "type": "string",
          "description": "- Software build type.\n"
        },
        "commitId": {
          "type": "string",
          "description": "- Commit ID used for version.\n"
        },
        "fullVersion": {
          "type": "string",
          "description": "- Full name of software version.\n"
        },
        "shortCommitId": {
          "type": "string",
          "description": "- Short commit Id used for version.\n"
        },
        "version": {
          "type": "string",
          "description": "- Software version.\n"
        }
      },
      "type": "object",
      "required": [
        "buildType",
        "commitId",
        "fullVersion",
        "shortCommitId",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityConfigClusterSoftwareMap:getClustersV2ClusterEntityConfigClusterSoftwareMap": {
      "properties": {
        "softwareType": {
          "type": "string",
          "description": "- Software type. This is part of payload for cluster create operation only.\nValid values are:\n- \"PRISM_CENTRAL\": Prism Central software type.\n- \"NOS\": NOS software.\n- \"NCC\": NCC software.\n"
        },
        "version": {
          "type": "string",
          "description": "- Software version.\n"
        }
      },
      "type": "object",
      "required": [
        "softwareType",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityConfigFaultToleranceState:getClustersV2ClusterEntityConfigFaultToleranceState": {
      "properties": {
        "currentClusterFaultTolerance": {
          "type": "string",
          "description": "- Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update.\nValid values are:\n- \"CFT_1N_OR_1D\":     - System can handle fault of one node or one disk.\n- \"CFT_2N_OR_2D\":     - System can handle fault of two nodes or two disks.\n- \"CFT_1N_AND_1D\":    - System can handle fault of one node and one disk on the other node simultaneously.\n- \"CFT_0N_AND_0D\":    - System can not handle any fault with a node or a disk.\n"
        },
        "currentMaxFaultTolerance": {
          "type": "integer",
          "description": "- Maximum fault tolerance that is supported currently.\n"
        },
        "desiredClusterFaultTolerance": {
          "type": "string",
          "description": "- Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update.\nValid values are:\n- \"CFT_1N_OR_1D\":     - System can handle fault of one node or one disk.\n- \"CFT_2N_OR_2D\":     - System can handle fault of two nodes or two disks.\n- \"CFT_1N_AND_1D\":    - System can handle fault of one node and one disk on the other node simultaneously.\n- \"CFT_0N_AND_0D\":    - System can not handle any fault with a node or a disk.\n"
        },
        "desiredMaxFaultTolerance": {
          "type": "integer",
          "description": "- Maximum fault tolerance desired.\n"
        },
        "domainAwarenessLevel": {
          "type": "string",
          "description": "- Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations.\nValid values are:\n- \"RACK\"\tRack level awareness.\n- \"NODE\"\tNode level awareness.\n- \"BLOCK\"\tBlock level awareness.\n- \"DISK\"\tDisk level awareness.\n"
        },
        "redundancyStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityConfigFaultToleranceStateRedundancyStatus:getClustersV2ClusterEntityConfigFaultToleranceStateRedundancyStatus"
          },
          "description": "- Redundancy Status of the cluster\n"
        }
      },
      "type": "object",
      "required": [
        "currentClusterFaultTolerance",
        "currentMaxFaultTolerance",
        "desiredClusterFaultTolerance",
        "desiredMaxFaultTolerance",
        "domainAwarenessLevel",
        "redundancyStatuses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityConfigFaultToleranceStateRedundancyStatus:getClustersV2ClusterEntityConfigFaultToleranceStateRedundancyStatus": {
      "properties": {
        "isCassandraPreparationDone": {
          "type": "boolean",
          "description": "- Boolean flag to indicate if Cassandra ensemble can meet the desired FT.\n"
        },
        "isZookeeperPreparationDone": {
          "type": "boolean",
          "description": "- Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.\n"
        }
      },
      "type": "object",
      "required": [
        "isCassandraPreparationDone",
        "isZookeeperPreparationDone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityConfigPulseStatus:getClustersV2ClusterEntityConfigPulseStatus": {
      "properties": {
        "isEnabled": {
          "type": "boolean",
          "description": "- (Optional) Flag to indicate if pulse is enabled or not.\n"
        },
        "piiScrubbingLevel": {
          "type": "string",
          "description": "- (Optional) PII scrubbing level.\nValid values are:\n- \"ALL\" :\tScrub All PII Information from Pulse including data like entity names and IP addresses.\n- \"DEFAULT\":\tDefault PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.\n"
        }
      },
      "type": "object",
      "required": [
        "isEnabled",
        "piiScrubbingLevel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityLink:getClustersV2ClusterEntityLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetwork:getClustersV2ClusterEntityNetwork": {
      "properties": {
        "backplanes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkBackplane:getClustersV2ClusterEntityNetworkBackplane"
          },
          "description": "- Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.\n"
        },
        "externalAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkExternalAddress:getClustersV2ClusterEntityNetworkExternalAddress"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "externalDataServicesIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkExternalDataServicesIp:getClustersV2ClusterEntityNetworkExternalDataServicesIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "externalSubnet": {
          "type": "string",
          "description": "- Cluster external subnet address.\n"
        },
        "fqdn": {
          "type": "string",
          "description": "- Cluster fully qualified domain name. This is part of payload for cluster update operation only.\n"
        },
        "httpProxyLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkHttpProxyList:getClustersV2ClusterEntityNetworkHttpProxyList"
          },
          "description": "- List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n"
        },
        "httpProxyWhiteLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkHttpProxyWhiteList:getClustersV2ClusterEntityNetworkHttpProxyWhiteList"
          }
        },
        "internalSubnet": {
          "type": "string",
          "description": "- Cluster internal subnet address.\n"
        },
        "keyManagementServerType": {
          "type": "string",
          "description": "- Key management server type.\nValid values are:\n- \"PRISM_CENTRAL\"\tPrism Central management server.\n- \"EXTERNAL\"\tExternal management server.\n- \"LOCAL\"\tLocal management server.\n"
        },
        "managementServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkManagementServer:getClustersV2ClusterEntityNetworkManagementServer"
          },
          "description": "- Management server information.\n"
        },
        "masqueradingIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkMasqueradingIp:getClustersV2ClusterEntityNetworkMasqueradingIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "masqueradingPort": {
          "type": "string",
          "description": "- The port to connect to the cluster when using masquerading IP.\n"
        },
        "nameServerIpLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkNameServerIpList:getClustersV2ClusterEntityNetworkNameServerIpList"
          },
          "description": "- List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently\n"
        },
        "nfsSubnetWhiteLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ntpServerIpLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkNtpServerIpList:getClustersV2ClusterEntityNetworkNtpServerIpList"
          },
          "description": "- List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        },
        "smtpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkSmtpServer:getClustersV2ClusterEntityNetworkSmtpServer"
          },
          "description": "- SMTP servers on a cluster. This is part of payload for cluster update operation only.\n"
        }
      },
      "type": "object",
      "required": [
        "backplanes",
        "externalAddresses",
        "externalDataServicesIps",
        "externalSubnet",
        "fqdn",
        "httpProxyLists",
        "httpProxyWhiteLists",
        "internalSubnet",
        "keyManagementServerType",
        "managementServers",
        "masqueradingIps",
        "masqueradingPort",
        "nameServerIpLists",
        "nfsSubnetWhiteLists",
        "ntpServerIpLists",
        "smtpServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkBackplane:getClustersV2ClusterEntityNetworkBackplane": {
      "properties": {
        "isSegmentationEnabled": {
          "type": "boolean",
          "description": "- Flag to indicate if the backplane segmentation needs to be enabled or not.\n"
        },
        "netmasks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkBackplaneNetmask:getClustersV2ClusterEntityNetworkBackplaneNetmask"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkBackplaneSubnet:getClustersV2ClusterEntityNetworkBackplaneSubnet"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "vlanTag": {
          "type": "integer",
          "description": "- VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.\n"
        }
      },
      "type": "object",
      "required": [
        "isSegmentationEnabled",
        "netmasks",
        "subnets",
        "vlanTag"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkBackplaneNetmask:getClustersV2ClusterEntityNetworkBackplaneNetmask": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkBackplaneSubnet:getClustersV2ClusterEntityNetworkBackplaneSubnet": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkExternalAddress:getClustersV2ClusterEntityNetworkExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkExternalAddressIpv4:getClustersV2ClusterEntityNetworkExternalAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkExternalAddressIpv6:getClustersV2ClusterEntityNetworkExternalAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkExternalAddressIpv4:getClustersV2ClusterEntityNetworkExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkExternalAddressIpv6:getClustersV2ClusterEntityNetworkExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkExternalDataServicesIp:getClustersV2ClusterEntityNetworkExternalDataServicesIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv4:getClustersV2ClusterEntityNetworkExternalDataServicesIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv6:getClustersV2ClusterEntityNetworkExternalDataServicesIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkExternalDataServicesIpIpv4:getClustersV2ClusterEntityNetworkExternalDataServicesIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkExternalDataServicesIpIpv6:getClustersV2ClusterEntityNetworkExternalDataServicesIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkHttpProxyList:getClustersV2ClusterEntityNetworkHttpProxyList": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkHttpProxyListIpAddress:getClustersV2ClusterEntityNetworkHttpProxyListIpAddress"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "name": {
          "type": "string",
          "description": "- HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.\n"
        },
        "password": {
          "type": "string",
          "description": "- SMTP server password.\n"
        },
        "port": {
          "type": "integer",
          "description": "- SMTP port.\n"
        },
        "proxyTypes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "username": {
          "type": "string",
          "description": "- SMTP server user name.\n"
        }
      },
      "type": "object",
      "required": [
        "ipAddresses",
        "name",
        "password",
        "port",
        "proxyTypes",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkHttpProxyListIpAddress:getClustersV2ClusterEntityNetworkHttpProxyListIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv4:getClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv6:getClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv4:getClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv6:getClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkHttpProxyWhiteList:getClustersV2ClusterEntityNetworkHttpProxyWhiteList": {
      "properties": {
        "target": {
          "type": "string",
          "description": "- Target's identifier which is exempted from going through the configured HTTP Proxy.\n"
        },
        "targetType": {
          "type": "string",
          "description": "- Type of the target which is exempted from going through the configured HTTP Proxy.\nValid values are:\n- \"IPV6_ADDRESS\"\tIPV6 address.\n- \"HOST_NAME\"\tName of the host.\n- \"DOMAIN_NAME_SUFFIX\" Domain Name Suffix required for http proxy whitelist.\n- \"IPV4_NETWORK_MASK\" Network Mask of the IpV4 family.\n- \"IPV4_ADDRESS\" IPV4 address.\n"
        }
      },
      "type": "object",
      "required": [
        "target",
        "targetType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkManagementServer:getClustersV2ClusterEntityNetworkManagementServer": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkManagementServerIp:getClustersV2ClusterEntityNetworkManagementServerIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "isDrsEnabled": {
          "type": "boolean",
          "description": "- Indicates whether it is DRS enabled or not.\n"
        },
        "isInUse": {
          "type": "boolean",
          "description": "- Indicates whether the host is managed by an entity or not.\n"
        },
        "isRegistered": {
          "type": "boolean",
          "description": "- Indicates whether it is registered or not.\n"
        },
        "type": {
          "type": "boolean",
          "description": "- Type of management server.\nValid values are:\n- \"VCENTER\"   \tVcenter management server.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "isDrsEnabled",
        "isInUse",
        "isRegistered",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkManagementServerIp:getClustersV2ClusterEntityNetworkManagementServerIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkManagementServerIpIpv4:getClustersV2ClusterEntityNetworkManagementServerIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkManagementServerIpIpv6:getClustersV2ClusterEntityNetworkManagementServerIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkManagementServerIpIpv4:getClustersV2ClusterEntityNetworkManagementServerIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkManagementServerIpIpv6:getClustersV2ClusterEntityNetworkManagementServerIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkMasqueradingIp:getClustersV2ClusterEntityNetworkMasqueradingIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkMasqueradingIpIpv4:getClustersV2ClusterEntityNetworkMasqueradingIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkMasqueradingIpIpv6:getClustersV2ClusterEntityNetworkMasqueradingIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkMasqueradingIpIpv4:getClustersV2ClusterEntityNetworkMasqueradingIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkMasqueradingIpIpv6:getClustersV2ClusterEntityNetworkMasqueradingIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkNameServerIpList:getClustersV2ClusterEntityNetworkNameServerIpList": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkNameServerIpListFqdn:getClustersV2ClusterEntityNetworkNameServerIpListFqdn"
          },
          "description": "- Cluster fully qualified domain name. This is part of payload for cluster update operation only.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkNameServerIpListIpv4:getClustersV2ClusterEntityNetworkNameServerIpListIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkNameServerIpListIpv6:getClustersV2ClusterEntityNetworkNameServerIpListIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkNameServerIpListFqdn:getClustersV2ClusterEntityNetworkNameServerIpListFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkNameServerIpListIpv4:getClustersV2ClusterEntityNetworkNameServerIpListIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkNameServerIpListIpv6:getClustersV2ClusterEntityNetworkNameServerIpListIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkNtpServerIpList:getClustersV2ClusterEntityNetworkNtpServerIpList": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkNtpServerIpListFqdn:getClustersV2ClusterEntityNetworkNtpServerIpListFqdn"
          },
          "description": "- Cluster fully qualified domain name. This is part of payload for cluster update operation only.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkNtpServerIpListIpv4:getClustersV2ClusterEntityNetworkNtpServerIpListIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkNtpServerIpListIpv6:getClustersV2ClusterEntityNetworkNtpServerIpListIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkNtpServerIpListFqdn:getClustersV2ClusterEntityNetworkNtpServerIpListFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkNtpServerIpListIpv4:getClustersV2ClusterEntityNetworkNtpServerIpListIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkNtpServerIpListIpv6:getClustersV2ClusterEntityNetworkNtpServerIpListIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkSmtpServer:getClustersV2ClusterEntityNetworkSmtpServer": {
      "properties": {
        "emailAddress": {
          "type": "string",
          "description": "- SMTP email address.\n"
        },
        "servers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkSmtpServerServer:getClustersV2ClusterEntityNetworkSmtpServerServer"
          },
          "description": "- SMTP network details.\n"
        },
        "type": {
          "type": "string",
          "description": "- Type of management server.\nValid values are:\n- \"VCENTER\"   \tVcenter management server.\n"
        }
      },
      "type": "object",
      "required": [
        "emailAddress",
        "servers",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkSmtpServerServer:getClustersV2ClusterEntityNetworkSmtpServerServer": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkSmtpServerServerIpAddress:getClustersV2ClusterEntityNetworkSmtpServerServerIpAddress"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "password": {
          "type": "string",
          "description": "- SMTP server password.\n"
        },
        "port": {
          "type": "integer",
          "description": "- SMTP port.\n"
        },
        "username": {
          "type": "string",
          "description": "- SMTP server user name.\n"
        }
      },
      "type": "object",
      "required": [
        "ipAddresses",
        "password",
        "port",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkSmtpServerServerIpAddress:getClustersV2ClusterEntityNetworkSmtpServerServerIpAddress": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressFqdn:getClustersV2ClusterEntityNetworkSmtpServerServerIpAddressFqdn"
          },
          "description": "- Cluster fully qualified domain name. This is part of payload for cluster update operation only.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv4:getClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv6:getClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkSmtpServerServerIpAddressFqdn:getClustersV2ClusterEntityNetworkSmtpServerServerIpAddressFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv4:getClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv6:getClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNode:getClustersV2ClusterEntityNode": {
      "properties": {
        "nodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNodeNodeList:getClustersV2ClusterEntityNodeNodeList"
          },
          "description": "- List of nodes in a cluster.\n"
        },
        "numberOfNodes": {
          "type": "integer",
          "description": "- Number of nodes in a cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "nodeLists",
        "numberOfNodes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNodeNodeList:getClustersV2ClusterEntityNodeNodeList": {
      "properties": {
        "controllerVmIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNodeNodeListControllerVmIp:getClustersV2ClusterEntityNodeNodeListControllerVmIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "hostIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNodeNodeListHostIp:getClustersV2ClusterEntityNodeNodeListHostIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "nodeUuid": {
          "type": "string",
          "description": "- UUID of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "controllerVmIps",
        "hostIps",
        "nodeUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNodeNodeListControllerVmIp:getClustersV2ClusterEntityNodeNodeListControllerVmIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv4:getClustersV2ClusterEntityNodeNodeListControllerVmIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv6:getClustersV2ClusterEntityNodeNodeListControllerVmIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNodeNodeListControllerVmIpIpv4:getClustersV2ClusterEntityNodeNodeListControllerVmIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNodeNodeListControllerVmIpIpv6:getClustersV2ClusterEntityNodeNodeListControllerVmIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNodeNodeListHostIp:getClustersV2ClusterEntityNodeNodeListHostIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNodeNodeListHostIpIpv4:getClustersV2ClusterEntityNodeNodeListHostIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetClustersV2ClusterEntityNodeNodeListHostIpIpv6:getClustersV2ClusterEntityNodeNodeListHostIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNodeNodeListHostIpIpv4:getClustersV2ClusterEntityNodeNodeListHostIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getClustersV2ClusterEntityNodeNodeListHostIpIpv6:getClustersV2ClusterEntityNodeNodeListHostIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getDirectoryServiceV2OpenLdapConfiguration:getDirectoryServiceV2OpenLdapConfiguration": {
      "properties": {
        "userConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetDirectoryServiceV2OpenLdapConfigurationUserConfiguration:getDirectoryServiceV2OpenLdapConfigurationUserConfiguration"
          },
          "description": "- this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        },
        "userGroupConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetDirectoryServiceV2OpenLdapConfigurationUserGroupConfiguration:getDirectoryServiceV2OpenLdapConfigurationUserGroupConfiguration"
          },
          "description": "- this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        }
      },
      "type": "object",
      "required": [
        "userConfigurations",
        "userGroupConfigurations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getDirectoryServiceV2OpenLdapConfigurationUserConfiguration:getDirectoryServiceV2OpenLdapConfigurationUserConfiguration": {
      "properties": {
        "userObjectClass": {
          "type": "string",
          "description": "- Object class in the OpenLDAP system that corresponds to Users.\n"
        },
        "userSearchBase": {
          "type": "string",
          "description": "- Base DN for User search.\n"
        },
        "usernameAttribute": {
          "type": "string",
          "description": "- Unique Identifier for each User which can be used in Authentication.\n"
        }
      },
      "type": "object",
      "required": [
        "userObjectClass",
        "userSearchBase",
        "usernameAttribute"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getDirectoryServiceV2OpenLdapConfigurationUserGroupConfiguration:getDirectoryServiceV2OpenLdapConfigurationUserGroupConfiguration": {
      "properties": {
        "groupMemberAttribute": {
          "type": "string",
          "description": "- Attribute in a group that associates Users to the group.\n"
        },
        "groupMemberAttributeValue": {
          "type": "string",
          "description": "- User attribute value that will be used in group entity to associate User to the group.\n"
        },
        "groupObjectClass": {
          "type": "string",
          "description": "- Object class in the OpenLDAP system that corresponds to groups.\n"
        },
        "groupSearchBase": {
          "type": "string",
          "description": "- Base DN for group search.\n"
        }
      },
      "type": "object",
      "required": [
        "groupMemberAttribute",
        "groupMemberAttributeValue",
        "groupObjectClass",
        "groupSearchBase"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getDirectoryServiceV2ServiceAccount:getDirectoryServiceV2ServiceAccount": {
      "properties": {
        "password": {
          "type": "string",
          "description": "- Password to connect to the Directory Service.\n"
        },
        "username": {
          "type": "string",
          "description": "- Username to connect to the Directory Service.\n"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getDirectoryServicesV2DirectoryService:getDirectoryServicesV2DirectoryService": {
      "properties": {
        "createdBy": {
          "type": "string",
          "description": "- User or Service who created the Directory Service.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- Creation time of the Directory Service.\n"
        },
        "directoryType": {
          "type": "string",
          "description": "- Type of Directory Service, Supported values are: \"ACTIVE_DIRECTORY\" (Directory Service type is Active Directory.) and \"OPEN_LDAP\" (Directory Service type is Open LDAP.)\n"
        },
        "domainName": {
          "type": "string",
          "description": "- Domain name for the Directory Service.\n"
        },
        "extId": {
          "type": "string",
          "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "groupSearchType": {
          "type": "string",
          "description": "- Group membership search type for the Directory Service. Supported values are: \"NON_RECURSIVE\" (Doesn't search recursively within groups.) and \"RECURSIVE\" (Searches recursively within groups.)\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "- Last updated time of the Directory Service.\n"
        },
        "name": {
          "type": "string",
          "description": "- Name for the Directory Service.\n"
        },
        "openLdapConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetDirectoryServicesV2DirectoryServiceOpenLdapConfiguration:getDirectoryServicesV2DirectoryServiceOpenLdapConfiguration"
          },
          "description": "- Configuration for OpenLDAP Directory Service.\n"
        },
        "secondaryUrls": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Secondary URL for the Directory Service.\n"
        },
        "serviceAccounts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetDirectoryServicesV2DirectoryServiceServiceAccount:getDirectoryServicesV2DirectoryServiceServiceAccount"
          },
          "description": "- Information of Service account to connect to the Directory Service.\n"
        },
        "url": {
          "type": "string",
          "description": "- URL for the Directory Service.\n"
        },
        "whiteListedGroups": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of allowed User Groups for the Directory Service.\n"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "createdTime",
        "directoryType",
        "domainName",
        "extId",
        "groupSearchType",
        "lastUpdatedTime",
        "name",
        "openLdapConfigurations",
        "secondaryUrls",
        "serviceAccounts",
        "url",
        "whiteListedGroups"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getDirectoryServicesV2DirectoryServiceOpenLdapConfiguration:getDirectoryServicesV2DirectoryServiceOpenLdapConfiguration": {
      "properties": {
        "userConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetDirectoryServicesV2DirectoryServiceOpenLdapConfigurationUserConfiguration:getDirectoryServicesV2DirectoryServiceOpenLdapConfigurationUserConfiguration"
          },
          "description": "- this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        },
        "userGroupConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetDirectoryServicesV2DirectoryServiceOpenLdapConfigurationUserGroupConfiguration:getDirectoryServicesV2DirectoryServiceOpenLdapConfigurationUserGroupConfiguration"
          },
          "description": "- this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        }
      },
      "type": "object",
      "required": [
        "userConfigurations",
        "userGroupConfigurations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getDirectoryServicesV2DirectoryServiceOpenLdapConfigurationUserConfiguration:getDirectoryServicesV2DirectoryServiceOpenLdapConfigurationUserConfiguration": {
      "properties": {
        "userObjectClass": {
          "type": "string",
          "description": "- Object class in the OpenLDAP system that corresponds to Users.\n"
        },
        "userSearchBase": {
          "type": "string",
          "description": "- Base DN for User search.\n"
        },
        "usernameAttribute": {
          "type": "string",
          "description": "- Unique Identifier for each User which can be used in Authentication.\n"
        }
      },
      "type": "object",
      "required": [
        "userObjectClass",
        "userSearchBase",
        "usernameAttribute"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getDirectoryServicesV2DirectoryServiceOpenLdapConfigurationUserGroupConfiguration:getDirectoryServicesV2DirectoryServiceOpenLdapConfigurationUserGroupConfiguration": {
      "properties": {
        "groupMemberAttribute": {
          "type": "string",
          "description": "- Attribute in a group that associates Users to the group.\n"
        },
        "groupMemberAttributeValue": {
          "type": "string",
          "description": "- User attribute value that will be used in group entity to associate User to the group.\n"
        },
        "groupObjectClass": {
          "type": "string",
          "description": "- Object class in the OpenLDAP system that corresponds to groups.\n"
        },
        "groupSearchBase": {
          "type": "string",
          "description": "- Base DN for group search.\n"
        }
      },
      "type": "object",
      "required": [
        "groupMemberAttribute",
        "groupMemberAttributeValue",
        "groupObjectClass",
        "groupSearchBase"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getDirectoryServicesV2DirectoryServiceServiceAccount:getDirectoryServicesV2DirectoryServiceServiceAccount": {
      "properties": {
        "password": {
          "type": "string",
          "description": "- Password to connect to the Directory Service.\n"
        },
        "username": {
          "type": "string",
          "description": "- Username to connect to the Directory Service.\n"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpSpec:getFloatingIpSpec": {
      "properties": {
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpSpecResource:getFloatingIpSpecResource"
          },
          "description": "Floating IP allocation status.\n"
        }
      },
      "type": "object",
      "required": [
        "resources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpSpecResource:getFloatingIpSpecResource": {
      "properties": {
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "vmNicReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vm_nic\n"
        },
        "vpcReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vpc\n"
        }
      },
      "type": "object",
      "required": [
        "externalSubnetReference",
        "vmNicReference",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpStatus:getFloatingIpStatus": {
      "properties": {
        "executionContexts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpStatusExecutionContext:getFloatingIpStatusExecutionContext"
          },
          "description": "Execution Context of Floating IP.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpStatusResource:getFloatingIpStatusResource"
          },
          "description": "Floating IP allocation status.\n"
        },
        "state": {
          "type": "string",
          "description": "The state of the floating_ip.\n"
        }
      },
      "type": "object",
      "required": [
        "executionContexts",
        "name",
        "resources",
        "state"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpStatusExecutionContext:getFloatingIpStatusExecutionContext": {
      "properties": {
        "taskUuids": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "taskUuids"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpStatusResource:getFloatingIpStatusResource": {
      "properties": {
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "floatingIp": {
          "type": "string",
          "description": "Private IP with which the floating IP is associated.\n"
        },
        "vmNicReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vm_nic\n"
        },
        "vpcReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vpc\n"
        }
      },
      "type": "object",
      "required": [
        "externalSubnetReference",
        "floatingIp",
        "vmNicReference",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2Association:getFloatingIpV2Association": {
      "properties": {
        "privateIpAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2AssociationPrivateIpAssociation:getFloatingIpV2AssociationPrivateIpAssociation"
          },
          "description": "Association of Floating IP with private IP\n"
        },
        "vmNicAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2AssociationVmNicAssociation:getFloatingIpV2AssociationVmNicAssociation"
          },
          "description": "Association of Floating IP with nic\n"
        }
      },
      "type": "object",
      "required": [
        "privateIpAssociations",
        "vmNicAssociations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2AssociationPrivateIpAssociation:getFloatingIpV2AssociationPrivateIpAssociation": {
      "properties": {
        "privateIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2AssociationPrivateIpAssociationPrivateIp:getFloatingIpV2AssociationPrivateIpAssociationPrivateIp"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC in which the private IP exists.\n"
        }
      },
      "type": "object",
      "required": [
        "privateIps",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2AssociationPrivateIpAssociationPrivateIp:getFloatingIpV2AssociationPrivateIpAssociationPrivateIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv4:getFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv6:getFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv4:getFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv6:getFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2AssociationVmNicAssociation:getFloatingIpV2AssociationVmNicAssociation": {
      "properties": {
        "vmNicReference": {
          "type": "string",
          "description": "VM NIC reference.\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference to which the VM NIC subnet belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "vmNicReference",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnet:getFloatingIpV2ExternalSubnet": {
      "properties": {
        "bridgeName": {
          "type": "string"
        },
        "clusterName": {
          "type": "string"
        },
        "clusterReference": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "dhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetDhcpOption:getFloatingIpV2ExternalSubnetDhcpOption"
          }
        },
        "dynamicIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetDynamicIpAddress:getFloatingIpV2ExternalSubnetDynamicIpAddress"
          }
        },
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "hypervisorType": {
          "type": "string"
        },
        "ipConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfig:getFloatingIpV2ExternalSubnetIpConfig"
          }
        },
        "ipPrefix": {
          "type": "string"
        },
        "ipUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpUsage:getFloatingIpV2ExternalSubnetIpUsage"
          }
        },
        "isAdvancedNetworking": {
          "type": "boolean"
        },
        "isExternal": {
          "type": "boolean"
        },
        "isNatEnabled": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetLink:getFloatingIpV2ExternalSubnetLink"
          },
          "description": "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.\n"
        },
        "migrationState": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "networkFunctionChainReference": {
          "type": "string"
        },
        "networkId": {
          "type": "integer"
        },
        "reservedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetReservedIpAddress:getFloatingIpV2ExternalSubnetReservedIpAddress"
          }
        },
        "subnetType": {
          "type": "string"
        },
        "virtualSwitchReference": {
          "type": "string"
        },
        "virtualSwitches": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVirtualSwitch:getFloatingIpV2ExternalSubnetVirtualSwitch"
          }
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference UUID\n"
        },
        "vpcs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpc:getFloatingIpV2ExternalSubnetVpc"
          },
          "description": "Networking common base object\n"
        }
      },
      "type": "object",
      "required": [
        "bridgeName",
        "clusterName",
        "clusterReference",
        "description",
        "dhcpOptions",
        "dynamicIpAddresses",
        "extId",
        "hypervisorType",
        "ipConfigs",
        "ipPrefix",
        "ipUsages",
        "isAdvancedNetworking",
        "isExternal",
        "isNatEnabled",
        "links",
        "migrationState",
        "name",
        "networkFunctionChainReference",
        "networkId",
        "reservedIpAddresses",
        "subnetType",
        "virtualSwitchReference",
        "virtualSwitches",
        "vpcReference",
        "vpcs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetDhcpOption:getFloatingIpV2ExternalSubnetDhcpOption": {
      "properties": {
        "bootFileName": {
          "type": "string"
        },
        "domainName": {
          "type": "string"
        },
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetDhcpOptionDomainNameServer:getFloatingIpV2ExternalSubnetDhcpOptionDomainNameServer"
          }
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetDhcpOptionNtpServer:getFloatingIpV2ExternalSubnetDhcpOptionNtpServer"
          }
        },
        "searchDomains": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "tftpServerName": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "bootFileName",
        "domainName",
        "domainNameServers",
        "ntpServers",
        "searchDomains",
        "tftpServerName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetDhcpOptionDomainNameServer:getFloatingIpV2ExternalSubnetDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv4:getFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv6:getFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv4:getFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv6:getFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetDhcpOptionNtpServer:getFloatingIpV2ExternalSubnetDhcpOptionNtpServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv4:getFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv6:getFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv4:getFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv6:getFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetDynamicIpAddress:getFloatingIpV2ExternalSubnetDynamicIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetDynamicIpAddressIpv4:getFloatingIpV2ExternalSubnetDynamicIpAddressIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetDynamicIpAddressIpv6:getFloatingIpV2ExternalSubnetDynamicIpAddressIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetDynamicIpAddressIpv4:getFloatingIpV2ExternalSubnetDynamicIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetDynamicIpAddressIpv6:getFloatingIpV2ExternalSubnetDynamicIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfig:getFloatingIpV2ExternalSubnetIpConfig": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv4:getFloatingIpV2ExternalSubnetIpConfigIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv6:getFloatingIpV2ExternalSubnetIpConfigIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv4:getFloatingIpV2ExternalSubnetIpConfigIpv4": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv4DefaultGatewayIp:getFloatingIpV2ExternalSubnetIpConfigIpv4DefaultGatewayIp"
          }
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv4DhcpServerAddress:getFloatingIpV2ExternalSubnetIpConfigIpv4DhcpServerAddress"
          }
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnet:getFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnet"
          }
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv4PoolList:getFloatingIpV2ExternalSubnetIpConfigIpv4PoolList"
          }
        }
      },
      "type": "object",
      "required": [
        "defaultGatewayIps",
        "dhcpServerAddresses",
        "ipSubnets",
        "poolLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv4DefaultGatewayIp:getFloatingIpV2ExternalSubnetIpConfigIpv4DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv4DhcpServerAddress:getFloatingIpV2ExternalSubnetIpConfigIpv4DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnet:getFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp:getFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp:getFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv4PoolList:getFloatingIpV2ExternalSubnetIpConfigIpv4PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv4PoolListEndIp:getFloatingIpV2ExternalSubnetIpConfigIpv4PoolListEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv4PoolListStartIp:getFloatingIpV2ExternalSubnetIpConfigIpv4PoolListStartIp"
          }
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv4PoolListEndIp:getFloatingIpV2ExternalSubnetIpConfigIpv4PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv4PoolListStartIp:getFloatingIpV2ExternalSubnetIpConfigIpv4PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv6:getFloatingIpV2ExternalSubnetIpConfigIpv6": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv6DefaultGatewayIp:getFloatingIpV2ExternalSubnetIpConfigIpv6DefaultGatewayIp"
          }
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv6DhcpServerAddress:getFloatingIpV2ExternalSubnetIpConfigIpv6DhcpServerAddress"
          }
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnet:getFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnet"
          }
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv6PoolList:getFloatingIpV2ExternalSubnetIpConfigIpv6PoolList"
          }
        }
      },
      "type": "object",
      "required": [
        "defaultGatewayIps",
        "dhcpServerAddresses",
        "ipSubnets",
        "poolLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv6DefaultGatewayIp:getFloatingIpV2ExternalSubnetIpConfigIpv6DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv6DhcpServerAddress:getFloatingIpV2ExternalSubnetIpConfigIpv6DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnet:getFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp:getFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp:getFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv6PoolList:getFloatingIpV2ExternalSubnetIpConfigIpv6PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv6PoolListEndIp:getFloatingIpV2ExternalSubnetIpConfigIpv6PoolListEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpConfigIpv6PoolListStartIp:getFloatingIpV2ExternalSubnetIpConfigIpv6PoolListStartIp"
          }
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv6PoolListEndIp:getFloatingIpV2ExternalSubnetIpConfigIpv6PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpConfigIpv6PoolListStartIp:getFloatingIpV2ExternalSubnetIpConfigIpv6PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpUsage:getFloatingIpV2ExternalSubnetIpUsage": {
      "properties": {
        "ipPoolUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpUsageIpPoolUsage:getFloatingIpV2ExternalSubnetIpUsageIpPoolUsage"
          }
        },
        "numAssignedIps": {
          "type": "integer"
        },
        "numFreeIps": {
          "type": "integer"
        },
        "numMacs": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "ipPoolUsages",
        "numAssignedIps",
        "numFreeIps",
        "numMacs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpUsageIpPoolUsage:getFloatingIpV2ExternalSubnetIpUsageIpPoolUsage": {
      "properties": {
        "numFreeIps": {
          "type": "integer"
        },
        "numTotalIps": {
          "type": "integer"
        },
        "ranges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRange:getFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRange"
          }
        }
      },
      "type": "object",
      "required": [
        "numFreeIps",
        "numTotalIps",
        "ranges"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRange:getFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRange": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeEndIp:getFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeStartIp:getFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeStartIp"
          }
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeEndIp:getFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeStartIp:getFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetLink:getFloatingIpV2ExternalSubnetLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetReservedIpAddress:getFloatingIpV2ExternalSubnetReservedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVirtualSwitch:getFloatingIpV2ExternalSubnetVirtualSwitch": {
      "properties": {
        "bondMode": {
          "type": "boolean"
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVirtualSwitchCluster:getFloatingIpV2ExternalSubnetVirtualSwitchCluster"
          }
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "hasDeploymentError": {
          "type": "boolean"
        },
        "isDefault": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVirtualSwitchLink:getFloatingIpV2ExternalSubnetVirtualSwitchLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVirtualSwitchMetadata:getFloatingIpV2ExternalSubnetVirtualSwitchMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "mtu": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        }
      },
      "type": "object",
      "required": [
        "bondMode",
        "clusters",
        "description",
        "extId",
        "hasDeploymentError",
        "isDefault",
        "links",
        "metadatas",
        "mtu",
        "name",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVirtualSwitchCluster:getFloatingIpV2ExternalSubnetVirtualSwitchCluster": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "gatewayIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVirtualSwitchClusterGatewayIpAddress:getFloatingIpV2ExternalSubnetVirtualSwitchClusterGatewayIpAddress"
          }
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVirtualSwitchClusterHost:getFloatingIpV2ExternalSubnetVirtualSwitchClusterHost"
          }
        }
      },
      "type": "object",
      "required": [
        "extId",
        "gatewayIpAddresses",
        "hosts"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVirtualSwitchClusterGatewayIpAddress:getFloatingIpV2ExternalSubnetVirtualSwitchClusterGatewayIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVirtualSwitchClusterHost:getFloatingIpV2ExternalSubnetVirtualSwitchClusterHost": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "hostNics": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "internalBridgeName": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddress:getFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddress"
          }
        },
        "routeTable": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "hostNics",
        "internalBridgeName",
        "ipAddresses",
        "routeTable"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddress:getFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddress": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp:getFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp:getFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVirtualSwitchLink:getFloatingIpV2ExternalSubnetVirtualSwitchLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVirtualSwitchMetadata:getFloatingIpV2ExternalSubnetVirtualSwitchMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpc:getFloatingIpV2ExternalSubnetVpc": {
      "properties": {
        "commonDhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcCommonDhcpOption:getFloatingIpV2ExternalSubnetVpcCommonDhcpOption"
          }
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "externalRoutingDomainReference": {
          "type": "string"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternalSubnet:getFloatingIpV2ExternalSubnetVpcExternalSubnet"
          }
        },
        "externallyRoutablePrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix:getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcLink:getFloatingIpV2ExternalSubnetVpcLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcMetadata:getFloatingIpV2ExternalSubnetVpcMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "snatIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcSnatIp:getFloatingIpV2ExternalSubnetVpcSnatIp"
          }
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        },
        "vpcType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "commonDhcpOptions",
        "description",
        "extId",
        "externalRoutingDomainReference",
        "externalSubnets",
        "externallyRoutablePrefixes",
        "links",
        "metadatas",
        "name",
        "snatIps",
        "tenantId",
        "vpcType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcCommonDhcpOption:getFloatingIpV2ExternalSubnetVpcCommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServer:getFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServer"
          }
        }
      },
      "type": "object",
      "required": [
        "domainNameServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServer:getFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4:getFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6:getFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4:getFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6:getFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternalSubnet:getFloatingIpV2ExternalSubnetVpcExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNode:getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNode"
          }
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIp:getFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIp"
          }
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnetReference": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "activeGatewayCount",
        "activeGatewayNodes",
        "externalIps",
        "gatewayNodes",
        "subnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNode:getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress:getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "nodeId",
        "nodeIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress:getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIp:getFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv4:getFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv6:getFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv4:getFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv6:getFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix:getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4:getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6:getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4:getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip:getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip:getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6:getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip:getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip:getFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcLink:getFloatingIpV2ExternalSubnetVpcLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcMetadata:getFloatingIpV2ExternalSubnetVpcMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcSnatIp:getFloatingIpV2ExternalSubnetVpcSnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcSnatIpIpv4:getFloatingIpV2ExternalSubnetVpcSnatIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2ExternalSubnetVpcSnatIpIpv6:getFloatingIpV2ExternalSubnetVpcSnatIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcSnatIpIpv4:getFloatingIpV2ExternalSubnetVpcSnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2ExternalSubnetVpcSnatIpIpv6:getFloatingIpV2ExternalSubnetVpcSnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2FloatingIp:getFloatingIpV2FloatingIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2FloatingIpIpv4:getFloatingIpV2FloatingIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2FloatingIpIpv6:getFloatingIpV2FloatingIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2FloatingIpIpv4:getFloatingIpV2FloatingIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2FloatingIpIpv6:getFloatingIpV2FloatingIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2Link:getFloatingIpV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2Metadata:getFloatingIpV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VmNic:getFloatingIpV2VmNic": {
      "properties": {
        "privateIp": {
          "type": "string",
          "description": "Private IP value in string\n"
        }
      },
      "type": "object",
      "required": [
        "privateIp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2Vpc:getFloatingIpV2Vpc": {
      "properties": {
        "commonDhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcCommonDhcpOption:getFloatingIpV2VpcCommonDhcpOption"
          }
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "externalRoutingDomainReference": {
          "type": "string"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternalSubnet:getFloatingIpV2VpcExternalSubnet"
          }
        },
        "externallyRoutablePrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternallyRoutablePrefix:getFloatingIpV2VpcExternallyRoutablePrefix"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcLink:getFloatingIpV2VpcLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcMetadata:getFloatingIpV2VpcMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "snatIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcSnatIp:getFloatingIpV2VpcSnatIp"
          }
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        },
        "vpcType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "commonDhcpOptions",
        "description",
        "extId",
        "externalRoutingDomainReference",
        "externalSubnets",
        "externallyRoutablePrefixes",
        "links",
        "metadatas",
        "name",
        "snatIps",
        "tenantId",
        "vpcType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcCommonDhcpOption:getFloatingIpV2VpcCommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcCommonDhcpOptionDomainNameServer:getFloatingIpV2VpcCommonDhcpOptionDomainNameServer"
          }
        }
      },
      "type": "object",
      "required": [
        "domainNameServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcCommonDhcpOptionDomainNameServer:getFloatingIpV2VpcCommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv4:getFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv6:getFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv4:getFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv6:getFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternalSubnet:getFloatingIpV2VpcExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternalSubnetActiveGatewayNode:getFloatingIpV2VpcExternalSubnetActiveGatewayNode"
          }
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternalSubnetExternalIp:getFloatingIpV2VpcExternalSubnetExternalIp"
          }
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnetReference": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "activeGatewayCount",
        "activeGatewayNodes",
        "externalIps",
        "gatewayNodes",
        "subnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternalSubnetActiveGatewayNode:getFloatingIpV2VpcExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress:getFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "nodeId",
        "nodeIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress:getFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternalSubnetExternalIp:getFloatingIpV2VpcExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternalSubnetExternalIpIpv4:getFloatingIpV2VpcExternalSubnetExternalIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternalSubnetExternalIpIpv6:getFloatingIpV2VpcExternalSubnetExternalIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternalSubnetExternalIpIpv4:getFloatingIpV2VpcExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternalSubnetExternalIpIpv6:getFloatingIpV2VpcExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternallyRoutablePrefix:getFloatingIpV2VpcExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternallyRoutablePrefixIpv4:getFloatingIpV2VpcExternallyRoutablePrefixIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternallyRoutablePrefixIpv6:getFloatingIpV2VpcExternallyRoutablePrefixIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternallyRoutablePrefixIpv4:getFloatingIpV2VpcExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip:getFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip:getFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternallyRoutablePrefixIpv6:getFloatingIpV2VpcExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip:getFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip:getFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcLink:getFloatingIpV2VpcLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcMetadata:getFloatingIpV2VpcMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcSnatIp:getFloatingIpV2VpcSnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcSnatIpIpv4:getFloatingIpV2VpcSnatIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpV2VpcSnatIpIpv6:getFloatingIpV2VpcSnatIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcSnatIpIpv4:getFloatingIpV2VpcSnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpV2VpcSnatIpIpv6:getFloatingIpV2VpcSnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsEntity:getFloatingIpsEntity": {
      "properties": {
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The<span pulumi-lang-nodejs=\" floatingIp \" pulumi-lang-dotnet=\" FloatingIp \" pulumi-lang-go=\" floatingIp \" pulumi-lang-python=\" floating_ip \" pulumi-lang-yaml=\" floatingIp \" pulumi-lang-java=\" floatingIp \"> floating_ip </span>kind metadata.\n"
        },
        "specs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsEntitySpec:getFloatingIpsEntitySpec"
          },
          "description": "Floating IP spec\n"
        },
        "statuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsEntityStatus:getFloatingIpsEntityStatus"
          },
          "description": "Floating IP output status\n"
        }
      },
      "type": "object",
      "required": [
        "metadata",
        "specs",
        "statuses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsEntitySpec:getFloatingIpsEntitySpec": {
      "properties": {
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsEntitySpecResource:getFloatingIpsEntitySpecResource"
          },
          "description": "Floating IP allocation status.\n"
        }
      },
      "type": "object",
      "required": [
        "resources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsEntitySpecResource:getFloatingIpsEntitySpecResource": {
      "properties": {
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "vmNicReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vm_nic\n"
        },
        "vpcReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vpc\n"
        }
      },
      "type": "object",
      "required": [
        "externalSubnetReference",
        "vmNicReference",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsEntityStatus:getFloatingIpsEntityStatus": {
      "properties": {
        "executionContexts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsEntityStatusExecutionContext:getFloatingIpsEntityStatusExecutionContext"
          },
          "description": "Execution Context of Floating IP.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsEntityStatusResource:getFloatingIpsEntityStatusResource"
          },
          "description": "Floating IP allocation status.\n"
        },
        "state": {
          "type": "string",
          "description": "The state of the floating_ip.\n"
        }
      },
      "type": "object",
      "required": [
        "executionContexts",
        "name",
        "resources",
        "state"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsEntityStatusExecutionContext:getFloatingIpsEntityStatusExecutionContext": {
      "properties": {
        "taskUuids": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "taskUuids"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsEntityStatusResource:getFloatingIpsEntityStatusResource": {
      "properties": {
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "floatingIp": {
          "type": "string",
          "description": "Private IP with which the floating IP is associated.\n"
        },
        "vmNicReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vm_nic\n"
        },
        "vpcReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vpc\n"
        }
      },
      "type": "object",
      "required": [
        "externalSubnetReference",
        "floatingIp",
        "vmNicReference",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsMetadata:getFloatingIpsMetadata": {
      "properties": {
        "filter": {
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "length": {
          "type": "integer"
        },
        "offset": {
          "type": "integer"
        },
        "sortAttribute": {
          "type": "string"
        },
        "sortOrder": {
          "type": "string"
        },
        "totalMatches": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "filter",
        "kind",
        "length",
        "offset",
        "sortAttribute",
        "sortOrder",
        "totalMatches"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIp:getFloatingIpsV2FloatingIp": {
      "properties": {
        "associationStatus": {
          "type": "string",
          "description": "Association status of floating IP.\n"
        },
        "associations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpAssociation:getFloatingIpsV2FloatingIpAssociation"
          },
          "description": "Association of the Floating IP with either NIC or Private IP\n"
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "externalSubnetReference": {
          "type": "string",
          "description": "External subnet reference for the Floating IP to be allocated in on-prem only.\n"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnet:getFloatingIpsV2FloatingIpExternalSubnet"
          },
          "description": "Networking common base object\n"
        },
        "floatingIpValue": {
          "type": "string",
          "description": "Floating IP value in string\n"
        },
        "floatingIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpFloatingIp:getFloatingIpsV2FloatingIpFloatingIp"
          },
          "description": "Floating IP address.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpLink:getFloatingIpsV2FloatingIpLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpMetadata:getFloatingIpsV2FloatingIpMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "privateIp": {
          "type": "string",
          "description": "Private IP value in string\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        },
        "vmNicReference": {
          "type": "string",
          "description": "VM NIC reference.\n"
        },
        "vmNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVmNic:getFloatingIpsV2FloatingIpVmNic"
          },
          "description": "Virtual NIC for projections\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference UUID\n"
        },
        "vpcs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpc:getFloatingIpsV2FloatingIpVpc"
          },
          "description": "Networking common base object\n"
        }
      },
      "type": "object",
      "required": [
        "associationStatus",
        "associations",
        "description",
        "extId",
        "externalSubnetReference",
        "externalSubnets",
        "floatingIpValue",
        "floatingIps",
        "links",
        "metadatas",
        "name",
        "privateIp",
        "tenantId",
        "vmNicReference",
        "vmNics",
        "vpcReference",
        "vpcs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpAssociation:getFloatingIpsV2FloatingIpAssociation": {
      "properties": {
        "privateIpAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpAssociationPrivateIpAssociation:getFloatingIpsV2FloatingIpAssociationPrivateIpAssociation"
          },
          "description": "Association of Floating IP with private IP\n"
        },
        "vmNicAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpAssociationVmNicAssociation:getFloatingIpsV2FloatingIpAssociationVmNicAssociation"
          },
          "description": "Association of Floating IP with nic\n"
        }
      },
      "type": "object",
      "required": [
        "privateIpAssociations",
        "vmNicAssociations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpAssociationPrivateIpAssociation:getFloatingIpsV2FloatingIpAssociationPrivateIpAssociation": {
      "properties": {
        "privateIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIp:getFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIp"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC in which the private IP exists.\n"
        }
      },
      "type": "object",
      "required": [
        "privateIps",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIp:getFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv4:getFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv6:getFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv4:getFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv6:getFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpAssociationVmNicAssociation:getFloatingIpsV2FloatingIpAssociationVmNicAssociation": {
      "properties": {
        "vmNicReference": {
          "type": "string",
          "description": "VM NIC reference.\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference to which the VM NIC subnet belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "vmNicReference",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnet:getFloatingIpsV2FloatingIpExternalSubnet": {
      "properties": {
        "bridgeName": {
          "type": "string"
        },
        "clusterName": {
          "type": "string"
        },
        "clusterReference": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "dhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetDhcpOption:getFloatingIpsV2FloatingIpExternalSubnetDhcpOption"
          }
        },
        "dynamicIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress:getFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress"
          }
        },
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "hypervisorType": {
          "type": "string"
        },
        "ipConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfig:getFloatingIpsV2FloatingIpExternalSubnetIpConfig"
          }
        },
        "ipPrefix": {
          "type": "string"
        },
        "ipUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpUsage:getFloatingIpsV2FloatingIpExternalSubnetIpUsage"
          }
        },
        "isAdvancedNetworking": {
          "type": "boolean"
        },
        "isExternal": {
          "type": "boolean"
        },
        "isNatEnabled": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetLink:getFloatingIpsV2FloatingIpExternalSubnetLink"
          },
          "description": "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.\n"
        },
        "migrationState": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "networkFunctionChainReference": {
          "type": "string"
        },
        "networkId": {
          "type": "integer"
        },
        "reservedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress:getFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress"
          }
        },
        "subnetType": {
          "type": "string"
        },
        "virtualSwitchReference": {
          "type": "string"
        },
        "virtualSwitches": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch"
          }
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference UUID\n"
        },
        "vpcs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpc:getFloatingIpsV2FloatingIpExternalSubnetVpc"
          },
          "description": "Networking common base object\n"
        }
      },
      "type": "object",
      "required": [
        "bridgeName",
        "clusterName",
        "clusterReference",
        "description",
        "dhcpOptions",
        "dynamicIpAddresses",
        "extId",
        "hypervisorType",
        "ipConfigs",
        "ipPrefix",
        "ipUsages",
        "isAdvancedNetworking",
        "isExternal",
        "isNatEnabled",
        "links",
        "migrationState",
        "name",
        "networkFunctionChainReference",
        "networkId",
        "reservedIpAddresses",
        "subnetType",
        "virtualSwitchReference",
        "virtualSwitches",
        "vpcReference",
        "vpcs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetDhcpOption:getFloatingIpsV2FloatingIpExternalSubnetDhcpOption": {
      "properties": {
        "bootFileName": {
          "type": "string"
        },
        "domainName": {
          "type": "string"
        },
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServer:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServer"
          }
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServer:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServer"
          }
        },
        "searchDomains": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "tftpServerName": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "bootFileName",
        "domainName",
        "domainNameServers",
        "ntpServers",
        "searchDomains",
        "tftpServerName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServer:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv4:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv6:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv4:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv6:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServer:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv4:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv6:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv4:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv6:getFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress:getFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv4:getFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv6:getFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv4:getFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv6:getFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfig:getFloatingIpsV2FloatingIpExternalSubnetIpConfig": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DefaultGatewayIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DefaultGatewayIp"
          }
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DhcpServerAddress:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DhcpServerAddress"
          }
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnet:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnet"
          }
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolList:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolList"
          }
        }
      },
      "type": "object",
      "required": [
        "defaultGatewayIps",
        "dhcpServerAddresses",
        "ipSubnets",
        "poolLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DefaultGatewayIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DhcpServerAddress:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnet:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnetIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnetIp"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnetIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolList:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListEndIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListStartIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListStartIp"
          }
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListEndIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListStartIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DefaultGatewayIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DefaultGatewayIp"
          }
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DhcpServerAddress:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DhcpServerAddress"
          }
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnet:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnet"
          }
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolList:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolList"
          }
        }
      },
      "type": "object",
      "required": [
        "defaultGatewayIps",
        "dhcpServerAddresses",
        "ipSubnets",
        "poolLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DefaultGatewayIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DhcpServerAddress:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnet:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnetIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnetIp"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnetIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolList:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListEndIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListStartIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListStartIp"
          }
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListEndIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListStartIp:getFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpUsage:getFloatingIpsV2FloatingIpExternalSubnetIpUsage": {
      "properties": {
        "ipPoolUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsage:getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsage"
          }
        },
        "numAssignedIps": {
          "type": "integer"
        },
        "numFreeIps": {
          "type": "integer"
        },
        "numMacs": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "ipPoolUsages",
        "numAssignedIps",
        "numFreeIps",
        "numMacs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsage:getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsage": {
      "properties": {
        "numFreeIps": {
          "type": "integer"
        },
        "numTotalIps": {
          "type": "integer"
        },
        "ranges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRange:getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRange"
          }
        }
      },
      "type": "object",
      "required": [
        "numFreeIps",
        "numTotalIps",
        "ranges"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRange:getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRange": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeEndIp:getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeStartIp:getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeStartIp"
          }
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeEndIp:getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeStartIp:getFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetLink:getFloatingIpsV2FloatingIpExternalSubnetLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress:getFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch": {
      "properties": {
        "bondMode": {
          "type": "boolean"
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster"
          }
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "hasDeploymentError": {
          "type": "boolean"
        },
        "isDefault": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "mtu": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        }
      },
      "type": "object",
      "required": [
        "bondMode",
        "clusters",
        "description",
        "extId",
        "hasDeploymentError",
        "isDefault",
        "links",
        "metadatas",
        "mtu",
        "name",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "gatewayIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterGatewayIpAddress:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterGatewayIpAddress"
          }
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHost:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHost"
          }
        }
      },
      "type": "object",
      "required": [
        "extId",
        "gatewayIpAddresses",
        "hosts"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterGatewayIpAddress:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterGatewayIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHost:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHost": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "hostNics": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "internalBridgeName": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddress:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddress"
          }
        },
        "routeTable": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "hostNics",
        "internalBridgeName",
        "ipAddresses",
        "routeTable"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddress:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddress": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddressIp:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddressIp"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddressIp:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddressIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata:getFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpc:getFloatingIpsV2FloatingIpExternalSubnetVpc": {
      "properties": {
        "commonDhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption:getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption"
          }
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "externalRoutingDomainReference": {
          "type": "string"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet"
          }
        },
        "externallyRoutablePrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix:getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcLink:getFloatingIpsV2FloatingIpExternalSubnetVpcLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcMetadata:getFloatingIpsV2FloatingIpExternalSubnetVpcMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "snatIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp:getFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp"
          }
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        },
        "vpcType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "commonDhcpOptions",
        "description",
        "extId",
        "externalRoutingDomainReference",
        "externalSubnets",
        "externallyRoutablePrefixes",
        "links",
        "metadatas",
        "name",
        "snatIps",
        "tenantId",
        "vpcType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption:getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServer:getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServer"
          }
        }
      },
      "type": "object",
      "required": [
        "domainNameServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServer:getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4:getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6:getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4:getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6:getFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNode:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNode"
          }
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIp:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIp"
          }
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnetReference": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "activeGatewayCount",
        "activeGatewayNodes",
        "externalIps",
        "gatewayNodes",
        "subnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNode:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "nodeId",
        "nodeIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIp:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv4:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv6:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv4:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv6:getFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix:getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4:getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6:getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4:getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4Ip:getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4Ip:getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6:getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6Ip:getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6Ip:getFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcLink:getFloatingIpsV2FloatingIpExternalSubnetVpcLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcMetadata:getFloatingIpsV2FloatingIpExternalSubnetVpcMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp:getFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv4:getFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv6:getFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv4:getFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv6:getFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpFloatingIp:getFloatingIpsV2FloatingIpFloatingIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpFloatingIpIpv4:getFloatingIpsV2FloatingIpFloatingIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpFloatingIpIpv6:getFloatingIpsV2FloatingIpFloatingIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpFloatingIpIpv4:getFloatingIpsV2FloatingIpFloatingIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpFloatingIpIpv6:getFloatingIpsV2FloatingIpFloatingIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpLink:getFloatingIpsV2FloatingIpLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpMetadata:getFloatingIpsV2FloatingIpMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVmNic:getFloatingIpsV2FloatingIpVmNic": {
      "properties": {
        "privateIp": {
          "type": "string",
          "description": "Private IP value in string\n"
        }
      },
      "type": "object",
      "required": [
        "privateIp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpc:getFloatingIpsV2FloatingIpVpc": {
      "properties": {
        "commonDhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcCommonDhcpOption:getFloatingIpsV2FloatingIpVpcCommonDhcpOption"
          }
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string",
          "description": "Floating IP UUID\n"
        },
        "externalRoutingDomainReference": {
          "type": "string"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternalSubnet:getFloatingIpsV2FloatingIpVpcExternalSubnet"
          }
        },
        "externallyRoutablePrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix:getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcLink:getFloatingIpsV2FloatingIpVpcLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcMetadata:getFloatingIpsV2FloatingIpVpcMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "snatIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcSnatIp:getFloatingIpsV2FloatingIpVpcSnatIp"
          }
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        },
        "vpcType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "commonDhcpOptions",
        "description",
        "extId",
        "externalRoutingDomainReference",
        "externalSubnets",
        "externallyRoutablePrefixes",
        "links",
        "metadatas",
        "name",
        "snatIps",
        "tenantId",
        "vpcType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcCommonDhcpOption:getFloatingIpsV2FloatingIpVpcCommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServer:getFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServer"
          }
        }
      },
      "type": "object",
      "required": [
        "domainNameServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServer:getFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv4:getFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv6:getFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv4:getFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv6:getFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternalSubnet:getFloatingIpsV2FloatingIpVpcExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNode:getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNode"
          }
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIp:getFloatingIpsV2FloatingIpVpcExternalSubnetExternalIp"
          }
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnetReference": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "activeGatewayCount",
        "activeGatewayNodes",
        "externalIps",
        "gatewayNodes",
        "subnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNode:getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddress:getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "nodeId",
        "nodeIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddress:getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternalSubnetExternalIp:getFloatingIpsV2FloatingIpVpcExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv4:getFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv6:getFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv4:getFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv6:getFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix:getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4:getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6:getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4:getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4Ip:getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4Ip:getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6:getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6Ip:getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6Ip:getFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcLink:getFloatingIpsV2FloatingIpVpcLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcMetadata:getFloatingIpsV2FloatingIpVpcMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcSnatIp:getFloatingIpsV2FloatingIpVpcSnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcSnatIpIpv4:getFloatingIpsV2FloatingIpVpcSnatIpIpv4"
          },
          "description": "Reference to IP Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFloatingIpsV2FloatingIpVpcSnatIpIpv6:getFloatingIpsV2FloatingIpVpcSnatIpIpv6"
          },
          "description": "Reference to IP Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcSnatIpIpv4:getFloatingIpsV2FloatingIpVpcSnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFloatingIpsV2FloatingIpVpcSnatIpIpv6:getFloatingIpsV2FloatingIpVpcSnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "Prefix length of the network to which this host IPv4 address belongs. Default value is 32.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralClusterDetailsClusterStatus:getFoundationCentralClusterDetailsClusterStatus": {
      "properties": {
        "aggregatePercentComplete": {
          "type": "number",
          "description": "Overall progress percentage including imaging and cluster creation.\n"
        },
        "clusterCreationStarted": {
          "type": "boolean",
          "description": "Denotes whether cluster creation has started in a phoenix workflow. For foundation workflows, this field will be same as intent_picked_up.\n"
        },
        "clusterProgressDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralClusterDetailsClusterStatusClusterProgressDetail:getFoundationCentralClusterDetailsClusterStatusClusterProgressDetail"
          },
          "description": "Denotes the progress status of cluster creation.\n"
        },
        "currentFoundationIp": {
          "type": "string",
          "description": "Current IP address of the coordinating foundation node.\n"
        },
        "foundationSessionId": {
          "type": "string",
          "description": "Foundation session id for cluster creation.\n"
        },
        "imagingStopped": {
          "type": "boolean",
          "description": "Describes whether imaging has stopped. True indicates that process has stopped. False indicates that process is still going on. This field will only be used by phoenix nodes to update FC.\n"
        },
        "intentPickedUp": {
          "type": "boolean",
          "description": "Denotes whether the remote nodes has picked up the cluster creation intent.\n"
        },
        "nodeProgressDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralClusterDetailsClusterStatusNodeProgressDetail:getFoundationCentralClusterDetailsClusterStatusNodeProgressDetail"
          },
          "description": "List of progress details of each node.\n"
        }
      },
      "type": "object",
      "required": [
        "aggregatePercentComplete",
        "clusterCreationStarted",
        "clusterProgressDetails",
        "currentFoundationIp",
        "foundationSessionId",
        "imagingStopped",
        "intentPickedUp",
        "nodeProgressDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralClusterDetailsClusterStatusClusterProgressDetail:getFoundationCentralClusterDetailsClusterStatusClusterProgressDetail": {
      "properties": {
        "clusterName": {
          "type": "string",
          "description": "Cluster name.\n"
        },
        "messageLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of messages for the client based on process state.\n"
        },
        "percentComplete": {
          "type": "number",
          "description": "Percent completion of cluster creation process.\n"
        },
        "status": {
          "type": "string",
          "description": "Current status of cluster creation process.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterName",
        "messageLists",
        "percentComplete",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralClusterDetailsClusterStatusNodeProgressDetail:getFoundationCentralClusterDetailsClusterStatusNodeProgressDetail": {
      "properties": {
        "imagedNodeUuid": {
          "type": "string",
          "description": "UUID of the node.\n"
        },
        "imagingStopped": {
          "type": "boolean",
          "description": "Describes whether imaging has stopped. True indicates that process has stopped. False indicates that process is still going on. This field will only be used by phoenix nodes to update FC.\n"
        },
        "intentPickedUp": {
          "type": "boolean",
          "description": "Denotes whether the remote nodes has picked up the cluster creation intent.\n"
        },
        "messageLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of messages for the client based on process state.\n"
        },
        "percentComplete": {
          "type": "number",
          "description": "Percent completion of cluster creation process.\n"
        },
        "status": {
          "type": "string",
          "description": "Current status of cluster creation process.\n"
        }
      },
      "type": "object",
      "required": [
        "imagedNodeUuid",
        "imagingStopped",
        "intentPickedUp",
        "messageLists",
        "percentComplete",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralClusterDetailsCommonNetworkSettings:getFoundationCentralClusterDetailsCommonNetworkSettings": {
      "properties": {
        "cvmDnsServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of dns servers for the cvms in the cluster.\n"
        },
        "cvmNtpServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of ntp servers for the cvms in the cluster.\n"
        },
        "hypervisorDnsServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of dns servers for the hypervisors in the cluster.\n"
        },
        "hypervisorNtpServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of ntp servers for the hypervisors in the cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "cvmDnsServers",
        "cvmNtpServers",
        "hypervisorDnsServers",
        "hypervisorNtpServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralClusterDetailsFoundationInitConfig:getFoundationCentralClusterDetailsFoundationInitConfig": {
      "properties": {
        "blocks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralClusterDetailsFoundationInitConfigBlock:getFoundationCentralClusterDetailsFoundationInitConfigBlock"
          }
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralClusterDetailsFoundationInitConfigCluster:getFoundationCentralClusterDetailsFoundationInitConfigCluster"
          }
        },
        "cvmGateway": {
          "type": "string"
        },
        "cvmNetmask": {
          "type": "string"
        },
        "dnsServers": {
          "type": "string"
        },
        "hypervProductKey": {
          "type": "string"
        },
        "hypervSku": {
          "type": "string"
        },
        "hypervisorGateway": {
          "type": "string"
        },
        "hypervisorIsoUrl": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "hypervisorIsos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralClusterDetailsFoundationInitConfigHypervisorIso:getFoundationCentralClusterDetailsFoundationInitConfigHypervisorIso"
          }
        },
        "hypervisorNetmask": {
          "type": "string"
        },
        "ipmiGateway": {
          "type": "string"
        },
        "ipmiNetmask": {
          "type": "string"
        },
        "nosPackageUrls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralClusterDetailsFoundationInitConfigNosPackageUrl:getFoundationCentralClusterDetailsFoundationInitConfigNosPackageUrl"
          }
        }
      },
      "type": "object",
      "required": [
        "blocks",
        "clusters",
        "cvmGateway",
        "cvmNetmask",
        "dnsServers",
        "hypervProductKey",
        "hypervSku",
        "hypervisorGateway",
        "hypervisorIsoUrl",
        "hypervisorIsos",
        "hypervisorNetmask",
        "ipmiGateway",
        "ipmiNetmask",
        "nosPackageUrls"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralClusterDetailsFoundationInitConfigBlock:getFoundationCentralClusterDetailsFoundationInitConfigBlock": {
      "properties": {
        "blockId": {
          "type": "string"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralClusterDetailsFoundationInitConfigBlockNode:getFoundationCentralClusterDetailsFoundationInitConfigBlockNode"
          }
        }
      },
      "type": "object",
      "required": [
        "blockId",
        "nodes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralClusterDetailsFoundationInitConfigBlockNode:getFoundationCentralClusterDetailsFoundationInitConfigBlockNode": {
      "properties": {
        "cvmIp": {
          "type": "string"
        },
        "cvmVlanId": {
          "type": "integer"
        },
        "fcImagedNodeUuid": {
          "type": "string"
        },
        "hardwareAttributesOverride": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "hypervisor": {
          "type": "string"
        },
        "hypervisorHostname": {
          "type": "string"
        },
        "hypervisorIp": {
          "type": "string"
        },
        "imageNow": {
          "type": "boolean"
        },
        "ipmiIp": {
          "type": "string"
        },
        "ipv6Address": {
          "type": "string"
        },
        "nodePosition": {
          "type": "string"
        },
        "nodeSerial": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "cvmIp",
        "cvmVlanId",
        "fcImagedNodeUuid",
        "hardwareAttributesOverride",
        "hypervisor",
        "hypervisorHostname",
        "hypervisorIp",
        "imageNow",
        "ipmiIp",
        "ipv6Address",
        "nodePosition",
        "nodeSerial"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralClusterDetailsFoundationInitConfigCluster:getFoundationCentralClusterDetailsFoundationInitConfigCluster": {
      "properties": {
        "clusterExternalIp": {
          "type": "string",
          "description": "External management ip of the cluster.\n"
        },
        "clusterInitNow": {
          "type": "boolean"
        },
        "clusterInitSuccessful": {
          "type": "boolean"
        },
        "clusterMembers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clusterName": {
          "type": "string",
          "description": "Cluster name.\n"
        },
        "cvmDnsServers": {
          "type": "string",
          "description": "List of dns servers for the cvms in the cluster.\n"
        },
        "cvmNtpServers": {
          "type": "string",
          "description": "List of ntp servers for the cvms in the cluster.\n"
        },
        "redundancyFactor": {
          "type": "integer",
          "description": "Redundancy factor of the cluster.\n"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "clusterExternalIp",
        "clusterInitNow",
        "clusterInitSuccessful",
        "clusterMembers",
        "clusterName",
        "cvmDnsServers",
        "cvmNtpServers",
        "redundancyFactor",
        "timezone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralClusterDetailsFoundationInitConfigHypervisorIso:getFoundationCentralClusterDetailsFoundationInitConfigHypervisorIso": {
      "properties": {
        "hypervisorType": {
          "type": "string"
        },
        "sha256sum": {
          "type": "string"
        },
        "url": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "hypervisorType",
        "sha256sum",
        "url"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralClusterDetailsFoundationInitConfigNosPackageUrl:getFoundationCentralClusterDetailsFoundationInitConfigNosPackageUrl": {
      "properties": {
        "sha256sum": {
          "type": "string"
        },
        "url": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "sha256sum",
        "url"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListFilters:getFoundationCentralImagedClustersListFilters": {
      "properties": {
        "archived": {
          "type": "boolean",
          "description": "True if the cluster creation request is archived, False otherwise\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/getFoundationCentralImagedClustersListImagedCluster:getFoundationCentralImagedClustersListImagedCluster": {
      "properties": {
        "archived": {
          "type": "boolean",
          "description": "True if the cluster creation request is archived, False otherwise\n"
        },
        "clusterExternalIp": {
          "type": "string",
          "description": "External management ip of the cluster.\n"
        },
        "clusterName": {
          "type": "string",
          "description": "Cluster name.\n"
        },
        "clusterSize": {
          "type": "integer",
          "description": "Number of nodes in the cluster.\n"
        },
        "clusterStatus": {
          "$ref": "#/types/nutanix:index%2FgetFoundationCentralImagedClustersListImagedClusterClusterStatus:getFoundationCentralImagedClustersListImagedClusterClusterStatus",
          "description": "Details of cluster creation process.\n"
        },
        "commonNetworkSettings": {
          "$ref": "#/types/nutanix:index%2FgetFoundationCentralImagedClustersListImagedClusterCommonNetworkSettings:getFoundationCentralImagedClustersListImagedClusterCommonNetworkSettings",
          "description": "Common network settings across the nodes in the cluster.\n"
        },
        "createdTimestamp": {
          "type": "string",
          "description": "Time when the cluster creation request was received in Foundation Central.\n"
        },
        "currentTime": {
          "type": "string",
          "description": "Current time of Foundation Central.\n"
        },
        "destroyed": {
          "type": "boolean",
          "description": "True if the cluster is destroyed, False otherwise\n"
        },
        "foundationInitConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralImagedClustersListImagedClusterFoundationInitConfig:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfig"
          },
          "description": "Json config used by Foundation to create the cluster.\n"
        },
        "foundationInitNodeUuid": {
          "type": "string",
          "description": "UUID of the first node coordinating cluster creation.\n"
        },
        "imagedClusterUuid": {
          "type": "string",
          "description": "UUID of the cluster.\n"
        },
        "imagedNodeUuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of UUIDs of imaged nodes.\n"
        },
        "redundancyFactor": {
          "type": "integer",
          "description": "Redundancy factor of the cluster.\n"
        },
        "storageNodeCount": {
          "type": "integer",
          "description": "Number of storage only nodes in the cluster. AHV iso for storage node will be taken from aos package.\n"
        },
        "workflowType": {
          "type": "string",
          "description": "If imaging and cluster creation is coordinated by Foundation, value will be FOUNDATION_WF. If the nodes are in phoenix, value will be PHOENIX_WF.\n"
        }
      },
      "type": "object",
      "required": [
        "archived",
        "clusterExternalIp",
        "clusterName",
        "clusterSize",
        "clusterStatus",
        "commonNetworkSettings",
        "createdTimestamp",
        "currentTime",
        "destroyed",
        "foundationInitConfigs",
        "foundationInitNodeUuid",
        "imagedClusterUuid",
        "imagedNodeUuidLists",
        "storageNodeCount",
        "workflowType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListImagedClusterClusterStatus:getFoundationCentralImagedClustersListImagedClusterClusterStatus": {
      "properties": {
        "aggregatePercentComplete": {
          "type": "number",
          "description": "Overall progress percentage including imaging and cluster creation.\n"
        },
        "clusterCreationStarted": {
          "type": "boolean",
          "description": "Denotes whether cluster creation has started in a phoenix workflow. For foundation workflows, this field will be same as intent_picked_up.\n"
        },
        "clusterProgressDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralImagedClustersListImagedClusterClusterStatusClusterProgressDetail:getFoundationCentralImagedClustersListImagedClusterClusterStatusClusterProgressDetail"
          },
          "description": "Denotes the progress status of cluster creation.\n"
        },
        "currentFoundationIp": {
          "type": "string",
          "description": "Current IP address of the coordinating foundation node.\n"
        },
        "foundationSessionId": {
          "type": "string",
          "description": "Foundation session id for cluster creation.\n"
        },
        "imagingStopped": {
          "type": "boolean",
          "description": "Describes whether imaging has stopped. True indicates that process has stopped. False indicates that process is still going on. This field will only be used by phoenix nodes to update FC.\n"
        },
        "intentPickedUp": {
          "type": "boolean",
          "description": "Denotes whether the remote nodes has picked up the cluster creation intent.\n"
        },
        "nodeProgressDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralImagedClustersListImagedClusterClusterStatusNodeProgressDetail:getFoundationCentralImagedClustersListImagedClusterClusterStatusNodeProgressDetail"
          },
          "description": "List of progress details of each node.\n"
        }
      },
      "type": "object",
      "required": [
        "aggregatePercentComplete",
        "clusterCreationStarted",
        "clusterProgressDetails",
        "currentFoundationIp",
        "foundationSessionId",
        "imagingStopped",
        "intentPickedUp",
        "nodeProgressDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListImagedClusterClusterStatusClusterProgressDetail:getFoundationCentralImagedClustersListImagedClusterClusterStatusClusterProgressDetail": {
      "properties": {
        "clusterName": {
          "type": "string",
          "description": "Cluster name.\n"
        },
        "messageLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of messages for the client based on process state.\n"
        },
        "percentComplete": {
          "type": "number",
          "description": "Percent completion of cluster creation process.\n"
        },
        "status": {
          "type": "string",
          "description": "Current status of cluster creation process.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterName",
        "messageLists",
        "percentComplete",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListImagedClusterClusterStatusNodeProgressDetail:getFoundationCentralImagedClustersListImagedClusterClusterStatusNodeProgressDetail": {
      "properties": {
        "imagedNodeUuid": {
          "type": "string",
          "description": "UUID of the node.\n"
        },
        "imagingStopped": {
          "type": "boolean",
          "description": "Describes whether imaging has stopped. True indicates that process has stopped. False indicates that process is still going on. This field will only be used by phoenix nodes to update FC.\n"
        },
        "intentPickedUp": {
          "type": "boolean",
          "description": "Denotes whether the remote nodes has picked up the cluster creation intent.\n"
        },
        "messageLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of messages for the client based on process state.\n"
        },
        "percentComplete": {
          "type": "number",
          "description": "Percent completion of cluster creation process.\n"
        },
        "status": {
          "type": "string",
          "description": "Current status of cluster creation process.\n"
        }
      },
      "type": "object",
      "required": [
        "imagedNodeUuid",
        "imagingStopped",
        "intentPickedUp",
        "messageLists",
        "percentComplete",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListImagedClusterCommonNetworkSettings:getFoundationCentralImagedClustersListImagedClusterCommonNetworkSettings": {
      "properties": {
        "cvmDnsServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of dns servers for the cvms in the cluster.\n"
        },
        "cvmNtpServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of ntp servers for the cvms in the cluster.\n"
        },
        "hypervisorDnsServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of dns servers for the hypervisors in the cluster.\n"
        },
        "hypervisorNtpServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of ntp servers for the hypervisors in the cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "cvmDnsServers",
        "cvmNtpServers",
        "hypervisorDnsServers",
        "hypervisorNtpServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListImagedClusterFoundationInitConfig:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfig": {
      "properties": {
        "blocks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralImagedClustersListImagedClusterFoundationInitConfigBlock:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigBlock"
          }
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralImagedClustersListImagedClusterFoundationInitConfigCluster:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigCluster"
          }
        },
        "cvmGateway": {
          "type": "string"
        },
        "cvmNetmask": {
          "type": "string"
        },
        "dnsServers": {
          "type": "string"
        },
        "hypervProductKey": {
          "type": "string"
        },
        "hypervSku": {
          "type": "string"
        },
        "hypervisorGateway": {
          "type": "string"
        },
        "hypervisorIsoUrl": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "hypervisorIsos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralImagedClustersListImagedClusterFoundationInitConfigHypervisorIso:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigHypervisorIso"
          }
        },
        "hypervisorNetmask": {
          "type": "string"
        },
        "ipmiGateway": {
          "type": "string"
        },
        "ipmiNetmask": {
          "type": "string"
        },
        "nosPackageUrls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralImagedClustersListImagedClusterFoundationInitConfigNosPackageUrl:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigNosPackageUrl"
          }
        }
      },
      "type": "object",
      "required": [
        "blocks",
        "clusters",
        "cvmGateway",
        "cvmNetmask",
        "dnsServers",
        "hypervProductKey",
        "hypervSku",
        "hypervisorGateway",
        "hypervisorIsoUrl",
        "hypervisorIsos",
        "hypervisorNetmask",
        "ipmiGateway",
        "ipmiNetmask",
        "nosPackageUrls"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigBlock:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigBlock": {
      "properties": {
        "blockId": {
          "type": "string"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationCentralImagedClustersListImagedClusterFoundationInitConfigBlockNode:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigBlockNode"
          }
        }
      },
      "type": "object",
      "required": [
        "blockId",
        "nodes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigBlockNode:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigBlockNode": {
      "properties": {
        "cvmIp": {
          "type": "string"
        },
        "cvmVlanId": {
          "type": "integer"
        },
        "fcImagedNodeUuid": {
          "type": "string"
        },
        "hardwareAttributesOverride": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "hypervisor": {
          "type": "string"
        },
        "hypervisorHostname": {
          "type": "string"
        },
        "hypervisorIp": {
          "type": "string"
        },
        "imageNow": {
          "type": "boolean"
        },
        "ipmiIp": {
          "type": "string"
        },
        "ipv6Address": {
          "type": "string"
        },
        "nodePosition": {
          "type": "string"
        },
        "nodeSerial": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "cvmIp",
        "cvmVlanId",
        "fcImagedNodeUuid",
        "hardwareAttributesOverride",
        "hypervisor",
        "hypervisorHostname",
        "hypervisorIp",
        "imageNow",
        "ipmiIp",
        "ipv6Address",
        "nodePosition",
        "nodeSerial"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigCluster:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigCluster": {
      "properties": {
        "clusterExternalIp": {
          "type": "string",
          "description": "External management ip of the cluster.\n"
        },
        "clusterInitNow": {
          "type": "boolean"
        },
        "clusterInitSuccessful": {
          "type": "boolean"
        },
        "clusterMembers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clusterName": {
          "type": "string",
          "description": "Cluster name.\n"
        },
        "cvmDnsServers": {
          "type": "string",
          "description": "List of dns servers for the cvms in the cluster.\n"
        },
        "cvmNtpServers": {
          "type": "string",
          "description": "List of ntp servers for the cvms in the cluster.\n"
        },
        "redundancyFactor": {
          "type": "integer",
          "description": "Redundancy factor of the cluster.\n"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "clusterExternalIp",
        "clusterInitNow",
        "clusterInitSuccessful",
        "clusterMembers",
        "clusterName",
        "cvmDnsServers",
        "cvmNtpServers",
        "redundancyFactor",
        "timezone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigHypervisorIso:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigHypervisorIso": {
      "properties": {
        "hypervisorType": {
          "type": "string"
        },
        "sha256sum": {
          "type": "string"
        },
        "url": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "hypervisorType",
        "sha256sum",
        "url"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigNosPackageUrl:getFoundationCentralImagedClustersListImagedClusterFoundationInitConfigNosPackageUrl": {
      "properties": {
        "sha256sum": {
          "type": "string"
        },
        "url": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "sha256sum",
        "url"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedClustersListMetadata:getFoundationCentralImagedClustersListMetadata": {
      "properties": {
        "length": {
          "type": "integer",
          "description": "The number of records retrieved.\n"
        },
        "offset": {
          "type": "integer",
          "description": "Offset from the start of the object list.\n"
        },
        "totalMatches": {
          "type": "integer",
          "description": "Total matches found.\n"
        }
      },
      "type": "object",
      "required": [
        "length",
        "offset",
        "totalMatches"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedNodesListFilters:getFoundationCentralImagedNodesListFilters": {
      "properties": {
        "nodeState": {
          "type": "string",
          "description": "Specifies whether the node is discovering, available or unavailable for cluster creation.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/getFoundationCentralImagedNodesListImagedNode:getFoundationCentralImagedNodesListImagedNode": {
      "properties": {
        "aosVersion": {
          "type": "string",
          "description": "AOS version currently installed on the node.\n"
        },
        "apiKeyUuid": {
          "type": "string",
          "description": "API key used to register the node.\n"
        },
        "available": {
          "type": "boolean",
          "description": "Specifies whether the node is available for cluster creation.\n"
        },
        "blockSerial": {
          "type": "string",
          "description": "Serial number of the block to which the node belongs.\n"
        },
        "createdTimestamp": {
          "type": "string",
          "description": "Time when the node was discovered in Foundation Central.\n"
        },
        "currentTime": {
          "type": "string",
          "description": "Current time of Foundation Central.\n"
        },
        "cvmGateway": {
          "type": "string",
          "description": "gateway of the cvm.\n"
        },
        "cvmIp": {
          "type": "string",
          "description": "IP address of the cvm.\n"
        },
        "cvmIpv6": {
          "type": "string",
          "description": "IPv6 address of the cvm.\n"
        },
        "cvmNetmask": {
          "type": "string",
          "description": "netmask of the cvm.\n"
        },
        "cvmUp": {
          "type": "boolean",
          "description": "Denotes whether the CVM is up or not on this node.\n"
        },
        "cvmUuid": {
          "type": "string",
          "description": "Node UUID from the node's cvm.\n"
        },
        "cvmVlanId": {
          "type": "integer",
          "description": "Vlan tag of the cvm, if the cvm is on a vlan.\n"
        },
        "foundationVersion": {
          "type": "string",
          "description": "Foundation version installed on the node.\n"
        },
        "hardwareAttributes": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Hardware attributes json of the node.\n"
        },
        "hypervisorGateway": {
          "type": "string",
          "description": "gateway of the hypervisor.\n"
        },
        "hypervisorHostname": {
          "type": "string",
          "description": "Name of the hypervisor host.\n"
        },
        "hypervisorIp": {
          "type": "string",
          "description": "IP address of the hypervisor.\n"
        },
        "hypervisorNetmask": {
          "type": "string",
          "description": "netmask of the hypervisor.\n"
        },
        "hypervisorType": {
          "type": "string",
          "description": "Hypervisor type currently installed on the node. Must be one of {kvm, esx, hyperv}.\n"
        },
        "hypervisorVersion": {
          "type": "string",
          "description": "Version of the hypervisor currently installed on the node.\n"
        },
        "imagedClusterUuid": {
          "type": "string",
          "description": "UUID of the cluster to which the node belongs, if any.\n"
        },
        "imagedNodeUuid": {
          "type": "string",
          "description": "UUID of the node.\n"
        },
        "ipmiGateway": {
          "type": "string",
          "description": "gateway of the ipmi.\n"
        },
        "ipmiIp": {
          "type": "string",
          "description": "IP address of the ipmi.\n"
        },
        "ipmiNetmask": {
          "type": "string",
          "description": "netmask of the ipmi.\n"
        },
        "ipv6Interface": {
          "type": "string",
          "description": "Name of the cvm interface having ipv6 address.\n"
        },
        "latestHbTsLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of timestamps when the node has sent heartbeats to Foundation Central.\n"
        },
        "model": {
          "type": "string",
          "description": "Model of the node.\n"
        },
        "nodePosition": {
          "type": "string",
          "description": "Position of the node in the block.\n"
        },
        "nodeSerial": {
          "type": "string",
          "description": "Serial number of the node.\n"
        },
        "nodeState": {
          "type": "string",
          "description": "Specifies whether the node is discovering, available or unavailable for cluster creation.\n"
        },
        "nodeType": {
          "type": "string",
          "description": "Specifies the type of node - on-prem, AWS, GCP etc.\n"
        },
        "objectVersion": {
          "type": "integer",
          "description": "Version of the node used for CAS.\n"
        },
        "supportedFeatures": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "aosVersion",
        "apiKeyUuid",
        "available",
        "blockSerial",
        "createdTimestamp",
        "currentTime",
        "cvmGateway",
        "cvmIp",
        "cvmIpv6",
        "cvmNetmask",
        "cvmUp",
        "cvmUuid",
        "cvmVlanId",
        "foundationVersion",
        "hardwareAttributes",
        "hypervisorGateway",
        "hypervisorHostname",
        "hypervisorIp",
        "hypervisorNetmask",
        "hypervisorType",
        "hypervisorVersion",
        "imagedClusterUuid",
        "imagedNodeUuid",
        "ipmiGateway",
        "ipmiIp",
        "ipmiNetmask",
        "ipv6Interface",
        "latestHbTsLists",
        "model",
        "nodePosition",
        "nodeSerial",
        "nodeState",
        "nodeType",
        "objectVersion",
        "supportedFeatures"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralImagedNodesListMetadata:getFoundationCentralImagedNodesListMetadata": {
      "properties": {
        "length": {
          "type": "integer",
          "description": "The number of records retrieved.\n"
        },
        "offset": {
          "type": "integer",
          "description": "Offset from the start of the object list.\n"
        },
        "totalMatches": {
          "type": "integer",
          "description": "Total matches found.\n"
        }
      },
      "type": "object",
      "required": [
        "length",
        "offset",
        "totalMatches"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralListApiKeysApiKey:getFoundationCentralListApiKeysApiKey": {
      "properties": {
        "alias": {
          "type": "string",
          "description": "Alias of the api key.\n"
        },
        "apiKey": {
          "type": "string",
          "description": "Api key in string format.\n",
          "secret": true
        },
        "createdTimestamp": {
          "type": "string",
          "description": "Time when the api key was created.\n"
        },
        "currentTime": {
          "type": "string",
          "description": "Current time of Foundation Central.\n"
        },
        "keyUuid": {
          "type": "string",
          "description": "UUID of the api key.\n"
        }
      },
      "type": "object",
      "required": [
        "alias",
        "apiKey",
        "createdTimestamp",
        "currentTime",
        "keyUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationCentralListApiKeysMetadata:getFoundationCentralListApiKeysMetadata": {
      "properties": {
        "length": {
          "type": "integer",
          "description": "The number of records retrieved.\n"
        },
        "offset": {
          "type": "integer",
          "description": "Offset from the start of the object list.\n"
        },
        "totalMatches": {
          "type": "integer",
          "description": "Total matches found.\n"
        }
      },
      "type": "object",
      "required": [
        "length",
        "offset",
        "totalMatches"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationDiscoverNodesEntity:getFoundationDiscoverNodesEntity": {
      "properties": {
        "blockId": {
          "type": "string",
          "description": "Chassis serial number.\n"
        },
        "chassisN": {
          "type": "integer",
          "description": "ID number of the block.\n"
        },
        "model": {
          "type": "string",
          "description": "Model name of the node.\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetFoundationDiscoverNodesEntityNode:getFoundationDiscoverNodesEntityNode"
          },
          "description": "Node level properties.\n"
        }
      },
      "type": "object",
      "required": [
        "blockId",
        "chassisN",
        "model",
        "nodes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationDiscoverNodesEntityNode:getFoundationDiscoverNodesEntityNode": {
      "properties": {
        "clusterId": {
          "type": "string",
          "description": "ID of the cluster the node is part of.\n"
        },
        "configured": {
          "type": "boolean",
          "description": "Whether the node is configured.\n"
        },
        "currentCvmVlanTag": {
          "type": "string",
          "description": "vlan tag of cvm.\n"
        },
        "currentNetworkInterface": {
          "type": "string",
          "description": "Current network interface of the node.\n"
        },
        "foundationVersion": {
          "type": "string",
          "description": "Version of foundation.\n"
        },
        "hypervisor": {
          "type": "string",
          "description": "Type of hypervisor installed on the node.\n"
        },
        "hypervisorVersion": {
          "type": "string",
          "description": "Version of hypervisor installed.\n"
        },
        "ipv6Address": {
          "type": "string",
          "description": "IPV6 address of the node.\n"
        },
        "model": {
          "type": "string",
          "description": "Model name of the node.\n"
        },
        "nodePosition": {
          "type": "string",
          "description": "Position of the node in the block.\n"
        },
        "nodeSerial": {
          "type": "string",
          "description": "Node serial of the node.\n"
        },
        "nodeUuid": {
          "type": "string",
          "description": "UUID of the node.\n"
        },
        "nosVersion": {
          "type": "string",
          "description": "Version of NOS installed on the node.\n"
        },
        "svmIp": {
          "type": "string",
          "description": "IP address of CVM.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterId",
        "configured",
        "currentCvmVlanTag",
        "currentNetworkInterface",
        "foundationVersion",
        "hypervisor",
        "hypervisorVersion",
        "ipv6Address",
        "model",
        "nodePosition",
        "nodeSerial",
        "nodeUuid",
        "nosVersion",
        "svmIp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationHypervisorIsosEsx:getFoundationHypervisorIsosEsx": {
      "properties": {
        "filename": {
          "type": "string",
          "description": "Name of installer.\n"
        },
        "supported": {
          "type": "boolean",
          "description": "Whether front-end should treat hyp as supported.\n"
        }
      },
      "type": "object",
      "required": [
        "filename",
        "supported"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationHypervisorIsosHyperv:getFoundationHypervisorIsosHyperv": {
      "properties": {
        "filename": {
          "type": "string",
          "description": "Name of installer.\n"
        },
        "supported": {
          "type": "boolean",
          "description": "Whether front-end should treat hyp as supported.\n"
        }
      },
      "type": "object",
      "required": [
        "filename",
        "supported"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationHypervisorIsosKvm:getFoundationHypervisorIsosKvm": {
      "properties": {
        "filename": {
          "type": "string",
          "description": "Name of installer.\n"
        },
        "supported": {
          "type": "boolean",
          "description": "Whether front-end should treat hyp as supported.\n"
        }
      },
      "type": "object",
      "required": [
        "filename",
        "supported"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationHypervisorIsosLinux:getFoundationHypervisorIsosLinux": {
      "properties": {
        "filename": {
          "type": "string",
          "description": "Name of installer.\n"
        },
        "supported": {
          "type": "boolean",
          "description": "Whether front-end should treat hyp as supported.\n"
        }
      },
      "type": "object",
      "required": [
        "filename",
        "supported"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationHypervisorIsosXen:getFoundationHypervisorIsosXen": {
      "properties": {
        "filename": {
          "type": "string",
          "description": "Name of installer.\n"
        },
        "supported": {
          "type": "boolean",
          "description": "Whether front-end should treat hyp as supported.\n"
        }
      },
      "type": "object",
      "required": [
        "filename",
        "supported"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getFoundationNodeNetworkDetailsNode:getFoundationNodeNetworkDetailsNode": {
      "properties": {
        "cvmGateway": {
          "type": "string",
          "description": "Gateway of CVM.\n"
        },
        "cvmIp": {
          "type": "string",
          "description": "CVM IP address.\n"
        },
        "cvmNetmask": {
          "type": "string",
          "description": "Netmask of CVM.\n"
        },
        "cvmVlanId": {
          "type": "string",
          "description": "CVM vlan tag.\n"
        },
        "error": {
          "type": "string",
          "description": "Only exists when failed to fetch node_info, with the reason of failure. all other fields will be empty.\n"
        },
        "hypervisorGateway": {
          "type": "string",
          "description": "Gateway of the hypervisor.\n"
        },
        "hypervisorHostname": {
          "type": "string",
          "description": "Hypervisor hostname.\n"
        },
        "hypervisorIp": {
          "type": "string",
          "description": "Hypervisor IP address.\n"
        },
        "hypervisorNetmask": {
          "type": "string",
          "description": "Netmask of the hypervisor.\n"
        },
        "ipmiGateway": {
          "type": "string",
          "description": "IPMI gateway.\n"
        },
        "ipmiIp": {
          "type": "string",
          "description": "IPMI IP address.\n"
        },
        "ipmiNetmask": {
          "type": "string",
          "description": "IPMI netmask.\n"
        },
        "ipv6Address": {
          "type": "string",
          "description": "IPV6 address of the CVM.\n"
        },
        "nodeSerial": {
          "type": "string",
          "description": "Node serial.\n"
        }
      },
      "type": "object",
      "required": [
        "cvmGateway",
        "cvmIp",
        "cvmNetmask",
        "cvmVlanId",
        "error",
        "hypervisorGateway",
        "hypervisorHostname",
        "hypervisorIp",
        "hypervisorNetmask",
        "ipmiGateway",
        "ipmiIp",
        "ipmiNetmask",
        "ipv6Address",
        "nodeSerial"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostCategory:getHostCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the key name.\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostGpuList:getHostGpuList": {
      "properties": {
        "assignable": {
          "type": "boolean"
        },
        "consumerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "deviceId": {
          "type": "integer"
        },
        "fraction": {
          "type": "integer"
        },
        "frameBufferSizeMib": {
          "type": "integer"
        },
        "guestDriverVersion": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        },
        "licenseLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "maxResolution": {
          "type": "string"
        },
        "mode": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "numVgpusAllocated": {
          "type": "integer"
        },
        "numVirtualDisplayHeads": {
          "type": "integer"
        },
        "numaNode": {
          "type": "integer"
        },
        "pciAddress": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "uuid": {
          "type": "string",
          "description": "- the uuid.\n"
        },
        "vendor": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "assignable",
        "consumerReference",
        "deviceId",
        "fraction",
        "frameBufferSizeMib",
        "guestDriverVersion",
        "index",
        "licenseLists",
        "maxResolution",
        "mode",
        "name",
        "numVgpusAllocated",
        "numVirtualDisplayHeads",
        "numaNode",
        "pciAddress",
        "status",
        "uuid",
        "vendor"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostHostDisksReferenceList:getHostHostDisksReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the uuid.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2Cluster:getHostV2Cluster": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- Cluster name. This is part of payload for both cluster create & update operations.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- Disk UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVm:getHostV2ControllerVm": {
      "properties": {
        "backplaneAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmBackplaneAddress:getHostV2ControllerVmBackplaneAddress"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "externalAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmExternalAddress:getHostV2ControllerVmExternalAddress"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "id": {
          "type": "integer",
          "description": "- Controller VM Id.\n"
        },
        "maintenanceMode": {
          "type": "boolean",
          "description": "- Maintenance mode status.\n"
        },
        "natIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmNatIp:getHostV2ControllerVmNatIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "natPort": {
          "type": "integer",
          "description": "- NAT port.\n"
        },
        "rdmaBackplaneAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmRdmaBackplaneAddress:getHostV2ControllerVmRdmaBackplaneAddress"
          },
          "description": "- RDMA backplane address.\n"
        }
      },
      "type": "object",
      "required": [
        "backplaneAddresses",
        "externalAddresses",
        "id",
        "maintenanceMode",
        "natIps",
        "natPort",
        "rdmaBackplaneAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmBackplaneAddress:getHostV2ControllerVmBackplaneAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmBackplaneAddressIpv4:getHostV2ControllerVmBackplaneAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmBackplaneAddressIpv6:getHostV2ControllerVmBackplaneAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmBackplaneAddressIpv4:getHostV2ControllerVmBackplaneAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmBackplaneAddressIpv6:getHostV2ControllerVmBackplaneAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmExternalAddress:getHostV2ControllerVmExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmExternalAddressIpv4:getHostV2ControllerVmExternalAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmExternalAddressIpv6:getHostV2ControllerVmExternalAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmExternalAddressIpv4:getHostV2ControllerVmExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmExternalAddressIpv6:getHostV2ControllerVmExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmNatIp:getHostV2ControllerVmNatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmNatIpIpv4:getHostV2ControllerVmNatIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmNatIpIpv6:getHostV2ControllerVmNatIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmNatIpIpv4:getHostV2ControllerVmNatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmNatIpIpv6:getHostV2ControllerVmNatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmRdmaBackplaneAddress:getHostV2ControllerVmRdmaBackplaneAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmRdmaBackplaneAddressIpv4:getHostV2ControllerVmRdmaBackplaneAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2ControllerVmRdmaBackplaneAddressIpv6:getHostV2ControllerVmRdmaBackplaneAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmRdmaBackplaneAddressIpv4:getHostV2ControllerVmRdmaBackplaneAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2ControllerVmRdmaBackplaneAddressIpv6:getHostV2ControllerVmRdmaBackplaneAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2Disk:getHostV2Disk": {
      "properties": {
        "mountPath": {
          "type": "string",
          "description": "- Disk mount path.\n"
        },
        "serialId": {
          "type": "string",
          "description": "- Disk serial Id.\n"
        },
        "sizeInBytes": {
          "type": "integer",
          "description": "- Disk size.\n"
        },
        "storageTier": {
          "type": "string",
          "description": "- Disk storage Tier type.\n* `HDD`: HDD storage tier.\n* `PCIE_SSD`: PCIE SSD storage tier.\n* `SATA_SSD`: SATA SSD storage tier.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- Disk UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "mountPath",
        "serialId",
        "sizeInBytes",
        "storageTier",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2Hypervisor:getHostV2Hypervisor": {
      "properties": {
        "acropolisConnectionState": {
          "type": "string",
          "description": "- Status of Acropolis connection to hypervisor.\n* `DISCONNECTED`: Acropolis disconnected.\n* `CONNECTED`: Acropolis connected.\n"
        },
        "externalAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2HypervisorExternalAddress:getHostV2HypervisorExternalAddress"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "fullName": {
          "type": "string",
          "description": "- Hypervisor full name.\n"
        },
        "numberOfVms": {
          "type": "integer",
          "description": "- Number of VMs.\n"
        },
        "state": {
          "type": "string",
          "description": "- Hypervisor state.\n* `HA_HEALING_TARGET`: Hypervisor in HA healing target state.\n* `ENTERING_MAINTENANCE_MODE`: Hypervisor entering maintenance mode.\n* `RESERVED_FOR_HA_FAILOVER`: Hypervisor reserved for HA failover.\n* `HA_HEALING_SOURCE`: Hypervisor in HA healing source state.\n* `RESERVING_FOR_HA_FAILOVER`: Hypervisor that is planned to be reserved for HA failover.\n* `HA_FAILOVER_SOURCE`: Hypervisor in HA failover source state.\n* `ACROPOLIS_NORMAL`: Hypervisor in Acropolis normal state.\n* `ENTERED_MAINTENANCE_MODE`: Hypervisor entered maintenance mode.\n* `ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER`: Hypervisor entering maintenance mode from HA failover.\n* `HA_FAILOVER_TARGET`: Hypervisor in HA failover target state.\n"
        },
        "type": {
          "type": "string",
          "description": "- Hypervisor type.\n* `XEN`: Xen hypervisor.\n* `HYPERV`: HyperV hypervisor.\n* `ESX`: ESX hypervisor.\n* `AHV`: AHV hypervisor.\n"
        },
        "userName": {
          "type": "string",
          "description": "- Hypervisor user name.\n"
        }
      },
      "type": "object",
      "required": [
        "acropolisConnectionState",
        "externalAddresses",
        "fullName",
        "numberOfVms",
        "state",
        "type",
        "userName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2HypervisorExternalAddress:getHostV2HypervisorExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2HypervisorExternalAddressIpv4:getHostV2HypervisorExternalAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2HypervisorExternalAddressIpv6:getHostV2HypervisorExternalAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2HypervisorExternalAddressIpv4:getHostV2HypervisorExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2HypervisorExternalAddressIpv6:getHostV2HypervisorExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2Ipmi:getHostV2Ipmi": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2IpmiIp:getHostV2IpmiIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "username": {
          "type": "string",
          "description": "- IPMI username.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2IpmiIp:getHostV2IpmiIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2IpmiIpIpv4:getHostV2IpmiIpIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostV2IpmiIpIpv6:getHostV2IpmiIpIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2IpmiIpIpv4:getHostV2IpmiIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2IpmiIpIpv6:getHostV2IpmiIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2KeyManagementDeviceToCertStatus:getHostV2KeyManagementDeviceToCertStatus": {
      "properties": {
        "isCertificatePresent": {
          "type": "boolean"
        },
        "keyManagementServerName": {
          "type": "string",
          "description": "- Key management server name.\n"
        }
      },
      "type": "object",
      "required": [
        "isCertificatePresent",
        "keyManagementServerName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostV2Link:getHostV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsEntity:getHostsEntity": {
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "The API version.\n"
        },
        "block": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Host block config info.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsEntityCategory:getHostsEntityCategory"
          },
          "description": "- Categories for the image.\n"
        },
        "clusterReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Reference to a kind. Either one of (kind, uuid) or url needs to be specified.\n"
        },
        "controllerVm": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Host controller vm information.\n"
        },
        "cpuCapacityHz": {
          "type": "integer",
          "description": "- Host CPU capacity.\n"
        },
        "cpuModel": {
          "type": "string",
          "description": "- Host CPU model.\n"
        },
        "failoverCluster": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Hyper-V failover cluster.\n"
        },
        "gpuDriverVersion": {
          "type": "string",
          "description": "- Host GPU driver version.\n"
        },
        "gpuLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsEntityGpuList:getHostsEntityGpuList"
          },
          "description": "- List of GPUs on the host.\n"
        },
        "hostDisksReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsEntityHostDisksReferenceList:getHostsEntityHostDisksReferenceList"
          },
          "description": "- The reference to a disk.\n"
        },
        "hostNicsIdLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Host NICs.\n"
        },
        "hostType": {
          "type": "string",
          "description": "- Host type.\n"
        },
        "hypervisor": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Host Hypervisor information.\n"
        },
        "ipmi": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Host IPMI info.\n"
        },
        "memoryCapacityMib": {
          "type": "integer",
          "description": "- Host memory capacity in MiB.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "monitoringState": {
          "type": "string",
          "description": "- Host monitoring status.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "numCpuCores": {
          "type": "integer",
          "description": "- Number of CPU cores on Host.\n"
        },
        "numCpuSockets": {
          "type": "integer",
          "description": "- Number of CPU sockets.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a project.\n"
        },
        "rackableUnitReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a rackable_unit.\n"
        },
        "serialNumber": {
          "type": "string",
          "description": "- Node serial number.\n"
        },
        "windowsDomain": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The name of the node to be renamed to during domain-join. If not given,a new name will be automatically assigned.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "block",
        "categories",
        "clusterReference",
        "controllerVm",
        "cpuCapacityHz",
        "cpuModel",
        "failoverCluster",
        "gpuDriverVersion",
        "gpuLists",
        "hostDisksReferenceLists",
        "hostNicsIdLists",
        "hostType",
        "hypervisor",
        "ipmi",
        "memoryCapacityMib",
        "metadata",
        "monitoringState",
        "name",
        "numCpuCores",
        "numCpuSockets",
        "ownerReference",
        "projectReference",
        "rackableUnitReference",
        "serialNumber",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsEntityCategory:getHostsEntityCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsEntityGpuList:getHostsEntityGpuList": {
      "properties": {
        "assignable": {
          "type": "boolean"
        },
        "consumerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "deviceId": {
          "type": "integer"
        },
        "fraction": {
          "type": "integer"
        },
        "frameBufferSizeMib": {
          "type": "integer"
        },
        "guestDriverVersion": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        },
        "licenseLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "maxResolution": {
          "type": "string"
        },
        "mode": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "numVgpusAllocated": {
          "type": "integer"
        },
        "numVirtualDisplayHeads": {
          "type": "integer"
        },
        "numaNode": {
          "type": "integer"
        },
        "pciAddress": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "uuid": {
          "type": "string",
          "description": "- the uuid.\n"
        },
        "vendor": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "assignable",
        "consumerReference",
        "deviceId",
        "fraction",
        "frameBufferSizeMib",
        "guestDriverVersion",
        "index",
        "licenseLists",
        "maxResolution",
        "mode",
        "name",
        "numVgpusAllocated",
        "numVirtualDisplayHeads",
        "numaNode",
        "pciAddress",
        "status",
        "uuid",
        "vendor"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsEntityHostDisksReferenceList:getHostsEntityHostDisksReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the uuid.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntity:getHostsV2HostEntity": {
      "properties": {
        "blockModel": {
          "type": "string"
        },
        "blockSerial": {
          "type": "string"
        },
        "bootTimeUsecs": {
          "type": "integer"
        },
        "clusterExtId": {
          "type": "string"
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityCluster:getHostsV2HostEntityCluster"
          },
          "description": "* `cpuCapacityHz`\n* `cpuFrequencyHz`\n* `cpuModel`\n* `defaultVhdContainerUuid`\n* `defaultVhdLocation`\n* `defaultVmContainerUuid`\n* `defaultVmLocation`\n* `failoverClusterFqdn`\n* `failoverClusterNodeStatus`\n* `gpuDriverVersion`\n* `gpuList`\n* `hostName`\n* `hostType`\n* `maintenanceState`\n* `memorySizeBytes`\n* `nodeStatus`\n* `numberOfCpuCores`\n* `numberOfCpuSockets`\n* `numberOfCpuThreads`\n* `rebootPending`\n"
        },
        "controllerVms": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVm:getHostsV2HostEntityControllerVm"
          }
        },
        "cpuCapacityHz": {
          "type": "integer"
        },
        "cpuFrequencyHz": {
          "type": "integer"
        },
        "cpuModel": {
          "type": "string"
        },
        "defaultVhdContainerUuid": {
          "type": "string"
        },
        "defaultVhdLocation": {
          "type": "string"
        },
        "defaultVmContainerUuid": {
          "type": "string"
        },
        "defaultVmLocation": {
          "type": "string"
        },
        "disks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityDisk:getHostsV2HostEntityDisk"
          }
        },
        "extId": {
          "type": "string"
        },
        "failoverClusterFqdn": {
          "type": "string"
        },
        "failoverClusterNodeStatus": {
          "type": "string"
        },
        "gpuDriverVersion": {
          "type": "string"
        },
        "gpuLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "hasCsr": {
          "type": "boolean"
        },
        "hostName": {
          "type": "string"
        },
        "hostType": {
          "type": "string"
        },
        "hypervisors": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityHypervisor:getHostsV2HostEntityHypervisor"
          }
        },
        "ipmis": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityIpmi:getHostsV2HostEntityIpmi"
          }
        },
        "isDegraded": {
          "type": "boolean"
        },
        "isHardwareVirtualized": {
          "type": "boolean"
        },
        "isRebootPending": {
          "type": "boolean"
        },
        "isSecureBooted": {
          "type": "boolean"
        },
        "keyManagementDeviceToCertStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityKeyManagementDeviceToCertStatus:getHostsV2HostEntityKeyManagementDeviceToCertStatus"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityLink:getHostsV2HostEntityLink"
          }
        },
        "maintenanceState": {
          "type": "string"
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "nodeStatus": {
          "type": "string"
        },
        "numberOfCpuCores": {
          "type": "integer"
        },
        "numberOfCpuSockets": {
          "type": "integer"
        },
        "numberOfCpuThreads": {
          "type": "integer"
        },
        "rackableUnitUuid": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "blockModel",
        "blockSerial",
        "bootTimeUsecs",
        "clusterExtId",
        "clusters",
        "controllerVms",
        "cpuCapacityHz",
        "cpuFrequencyHz",
        "cpuModel",
        "defaultVhdContainerUuid",
        "defaultVhdLocation",
        "defaultVmContainerUuid",
        "defaultVmLocation",
        "disks",
        "extId",
        "failoverClusterFqdn",
        "failoverClusterNodeStatus",
        "gpuDriverVersion",
        "gpuLists",
        "hasCsr",
        "hostName",
        "hostType",
        "hypervisors",
        "ipmis",
        "isDegraded",
        "isHardwareVirtualized",
        "isRebootPending",
        "isSecureBooted",
        "keyManagementDeviceToCertStatuses",
        "links",
        "maintenanceState",
        "memorySizeBytes",
        "nodeStatus",
        "numberOfCpuCores",
        "numberOfCpuSockets",
        "numberOfCpuThreads",
        "rackableUnitUuid",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityCluster:getHostsV2HostEntityCluster": {
      "properties": {
        "name": {
          "type": "string"
        },
        "uuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVm:getHostsV2HostEntityControllerVm": {
      "properties": {
        "backplaneAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmBackplaneAddress:getHostsV2HostEntityControllerVmBackplaneAddress"
          }
        },
        "externalAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmExternalAddress:getHostsV2HostEntityControllerVmExternalAddress"
          }
        },
        "id": {
          "type": "integer"
        },
        "maintenanceMode": {
          "type": "boolean"
        },
        "natIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmNatIp:getHostsV2HostEntityControllerVmNatIp"
          }
        },
        "natPort": {
          "type": "integer"
        },
        "rdmaBackplaneAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmRdmaBackplaneAddress:getHostsV2HostEntityControllerVmRdmaBackplaneAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "backplaneAddresses",
        "externalAddresses",
        "id",
        "maintenanceMode",
        "natIps",
        "natPort",
        "rdmaBackplaneAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmBackplaneAddress:getHostsV2HostEntityControllerVmBackplaneAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmBackplaneAddressIpv4:getHostsV2HostEntityControllerVmBackplaneAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmBackplaneAddressIpv6:getHostsV2HostEntityControllerVmBackplaneAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmBackplaneAddressIpv4:getHostsV2HostEntityControllerVmBackplaneAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmBackplaneAddressIpv6:getHostsV2HostEntityControllerVmBackplaneAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmExternalAddress:getHostsV2HostEntityControllerVmExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmExternalAddressIpv4:getHostsV2HostEntityControllerVmExternalAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmExternalAddressIpv6:getHostsV2HostEntityControllerVmExternalAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmExternalAddressIpv4:getHostsV2HostEntityControllerVmExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmExternalAddressIpv6:getHostsV2HostEntityControllerVmExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmNatIp:getHostsV2HostEntityControllerVmNatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmNatIpIpv4:getHostsV2HostEntityControllerVmNatIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmNatIpIpv6:getHostsV2HostEntityControllerVmNatIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmNatIpIpv4:getHostsV2HostEntityControllerVmNatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmNatIpIpv6:getHostsV2HostEntityControllerVmNatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmRdmaBackplaneAddress:getHostsV2HostEntityControllerVmRdmaBackplaneAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv4:getHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv6:getHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv4:getHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv6:getHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityDisk:getHostsV2HostEntityDisk": {
      "properties": {
        "mountPath": {
          "type": "string"
        },
        "serialId": {
          "type": "string"
        },
        "sizeInBytes": {
          "type": "integer"
        },
        "storageTier": {
          "type": "string"
        },
        "uuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "mountPath",
        "serialId",
        "sizeInBytes",
        "storageTier",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityHypervisor:getHostsV2HostEntityHypervisor": {
      "properties": {
        "acropolisConnectionState": {
          "type": "string"
        },
        "externalAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityHypervisorExternalAddress:getHostsV2HostEntityHypervisorExternalAddress"
          }
        },
        "fullName": {
          "type": "string"
        },
        "numberOfVms": {
          "type": "integer"
        },
        "state": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "userName": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "acropolisConnectionState",
        "externalAddresses",
        "fullName",
        "numberOfVms",
        "state",
        "type",
        "userName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityHypervisorExternalAddress:getHostsV2HostEntityHypervisorExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityHypervisorExternalAddressIpv4:getHostsV2HostEntityHypervisorExternalAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityHypervisorExternalAddressIpv6:getHostsV2HostEntityHypervisorExternalAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityHypervisorExternalAddressIpv4:getHostsV2HostEntityHypervisorExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityHypervisorExternalAddressIpv6:getHostsV2HostEntityHypervisorExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityIpmi:getHostsV2HostEntityIpmi": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityIpmiIp:getHostsV2HostEntityIpmiIp"
          }
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityIpmiIp:getHostsV2HostEntityIpmiIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityIpmiIpIpv4:getHostsV2HostEntityIpmiIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetHostsV2HostEntityIpmiIpIpv6:getHostsV2HostEntityIpmiIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityIpmiIpIpv4:getHostsV2HostEntityIpmiIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityIpmiIpIpv6:getHostsV2HostEntityIpmiIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityKeyManagementDeviceToCertStatus:getHostsV2HostEntityKeyManagementDeviceToCertStatus": {
      "properties": {
        "isCertificatePresent": {
          "type": "boolean"
        },
        "keyManagementServerName": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "isCertificatePresent",
        "keyManagementServerName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getHostsV2HostEntityLink:getHostsV2HostEntityLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImageCategory:getImageCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImageClusterReference:getImageClusterReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImageCurrentClusterReferenceList:getImageCurrentClusterReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImageDataSourceReference:getImageDataSourceReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagePlacementPoliciesV2PlacementPolicy:getImagePlacementPoliciesV2PlacementPolicy": {
      "properties": {
        "clusterEntityFilters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImagePlacementPoliciesV2PlacementPolicyClusterEntityFilter:getImagePlacementPoliciesV2PlacementPolicyClusterEntityFilter"
          },
          "description": "(Required) Category-based entity filter.\n"
        },
        "createTime": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "(Optional) Description of the image placement policy.\n"
        },
        "enforcementState": {
          "type": "string",
          "description": "(Optional) Enforcement status of the image placement policy. Valid values:\n- ACTIVE: The image placement policy is being actively enforced.\n- SUSPENDED: The policy enforcement for image placement is suspended.\n"
        },
        "extId": {
          "type": "string",
          "description": "The external identifier of an image placement policy.\n"
        },
        "imageEntityFilters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImagePlacementPoliciesV2PlacementPolicyImageEntityFilter:getImagePlacementPoliciesV2PlacementPolicyImageEntityFilter"
          },
          "description": "(Required) Category-based entity filter.\n"
        },
        "lastUpdateTime": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "(Required) Name of the image placement policy.\n"
        },
        "ownerExtId": {
          "type": "string"
        },
        "placementType": {
          "type": "string",
          "description": "(Required) Type of the image placement policy. Valid values:\n- HARD: Hard placement policy. Images can only be placed on clusters enforced by the image placement policy.\n- SOFT: Soft placement policy. Images can be placed on clusters apart from those enforced by the image placement policy.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterEntityFilters",
        "createTime",
        "description",
        "enforcementState",
        "extId",
        "imageEntityFilters",
        "lastUpdateTime",
        "name",
        "ownerExtId",
        "placementType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagePlacementPoliciesV2PlacementPolicyClusterEntityFilter:getImagePlacementPoliciesV2PlacementPolicyClusterEntityFilter": {
      "properties": {
        "categoryExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Array of strings\n"
        },
        "type": {
          "type": "string",
          "description": "(Required) Filter matching type. Valid values:\n- CATEGORIES_MATCH_ALL: Image policy only applies to the entities that are matched to all the corresponding entity categories attached to the image policy.\n- CATEGORIES_MATCH_ANY: Image policy applies to the entities that match any subset of the entity categories attached to the image policy.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryExtIds",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagePlacementPoliciesV2PlacementPolicyImageEntityFilter:getImagePlacementPoliciesV2PlacementPolicyImageEntityFilter": {
      "properties": {
        "categoryExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Array of strings\n"
        },
        "type": {
          "type": "string",
          "description": "(Required) Filter matching type. Valid values:\n- CATEGORIES_MATCH_ALL: Image policy only applies to the entities that are matched to all the corresponding entity categories attached to the image policy.\n- CATEGORIES_MATCH_ANY: Image policy applies to the entities that match any subset of the entity categories attached to the image policy.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryExtIds",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagePlacementPolicyV2ClusterEntityFilter:getImagePlacementPolicyV2ClusterEntityFilter": {
      "properties": {
        "categoryExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Array of strings\n"
        },
        "type": {
          "type": "string",
          "description": "(Required) Filter matching type. Valid values:\n- CATEGORIES_MATCH_ALL: Image policy only applies to the entities that are matched to all the corresponding entity categories attached to the image policy.\n- CATEGORIES_MATCH_ANY: Image policy applies to the entities that match any subset of the entity categories attached to the image policy.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryExtIds",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagePlacementPolicyV2ImageEntityFilter:getImagePlacementPolicyV2ImageEntityFilter": {
      "properties": {
        "categoryExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Array of strings\n"
        },
        "type": {
          "type": "string",
          "description": "(Required) Filter matching type. Valid values:\n- CATEGORIES_MATCH_ALL: Image policy only applies to the entities that are matched to all the corresponding entity categories attached to the image policy.\n- CATEGORIES_MATCH_ANY: Image policy applies to the entities that match any subset of the entity categories attached to the image policy.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryExtIds",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImageV2Checksum:getImageV2Checksum": {
      "properties": {
        "hexDigest": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "hexDigest"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImageV2PlacementPolicyStatus:getImageV2PlacementPolicyStatus": {
      "properties": {
        "complianceStatus": {
          "type": "string",
          "description": "Compliance status for a placement policy.\n"
        },
        "conflictingPolicyExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of image placement policy external identifier that conflict with the current one.\n"
        },
        "enforcedClusterExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of cluster external identifiers for the enforced placement policy.\n"
        },
        "enforcementMode": {
          "type": "string",
          "description": "Indicates whether the placement policy enforcement is ongoing or has failed.\n"
        },
        "placementPolicyExtId": {
          "type": "string",
          "description": "Image placement policy external identifier.\n"
        },
        "policyClusterExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of cluster external identifiers of the image location for the enforced placement policy.\n"
        }
      },
      "type": "object",
      "required": [
        "complianceStatus",
        "conflictingPolicyExtIds",
        "enforcedClusterExtIds",
        "enforcementMode",
        "placementPolicyExtId",
        "policyClusterExtIds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImageV2Source:getImageV2Source": {
      "properties": {
        "objectLiteSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImageV2SourceObjectLiteSource:getImageV2SourceObjectLiteSource"
          }
        },
        "urlSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImageV2SourceUrlSource:getImageV2SourceUrlSource"
          }
        },
        "vmDiskSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImageV2SourceVmDiskSource:getImageV2SourceVmDiskSource"
          }
        }
      },
      "type": "object",
      "required": [
        "objectLiteSources",
        "urlSources",
        "vmDiskSources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImageV2SourceObjectLiteSource:getImageV2SourceObjectLiteSource": {
      "properties": {
        "key": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "key"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImageV2SourceUrlSource:getImageV2SourceUrlSource": {
      "properties": {
        "basicAuths": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImageV2SourceUrlSourceBasicAuth:getImageV2SourceUrlSourceBasicAuth"
          },
          "description": "Basic authentication credentials for image source HTTP/S URL.\n"
        },
        "shouldAllowInsecureUrl": {
          "type": "boolean"
        },
        "url": {
          "type": "string",
          "description": "The URL for creating an image.\n"
        }
      },
      "type": "object",
      "required": [
        "basicAuths",
        "shouldAllowInsecureUrl",
        "url"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImageV2SourceUrlSourceBasicAuth:getImageV2SourceUrlSourceBasicAuth": {
      "properties": {
        "password": {
          "type": "string",
          "description": "Password for basic authentication.\n"
        },
        "username": {
          "type": "string",
          "description": "Username for basic authentication.\n"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImageV2SourceVmDiskSource:getImageV2SourceVmDiskSource": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The external identifier of an image.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagesV2Image:getImagesV2Image": {
      "properties": {
        "categoryExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "checksums": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImagesV2ImageChecksum:getImagesV2ImageChecksum"
          }
        },
        "clusterLocationExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "createTime": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "lastUpdateTime": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "ownerExtId": {
          "type": "string"
        },
        "placementPolicyStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImagesV2ImagePlacementPolicyStatus:getImagesV2ImagePlacementPolicyStatus"
          }
        },
        "sizeBytes": {
          "type": "integer"
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImagesV2ImageSource:getImagesV2ImageSource"
          }
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryExtIds",
        "checksums",
        "clusterLocationExtIds",
        "createTime",
        "description",
        "extId",
        "lastUpdateTime",
        "name",
        "ownerExtId",
        "placementPolicyStatuses",
        "sizeBytes",
        "sources",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagesV2ImageChecksum:getImagesV2ImageChecksum": {
      "properties": {
        "hexDigest": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "hexDigest"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagesV2ImagePlacementPolicyStatus:getImagesV2ImagePlacementPolicyStatus": {
      "properties": {
        "complianceStatus": {
          "type": "string"
        },
        "conflictingPolicyExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "enforcedClusterExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "enforcementMode": {
          "type": "string"
        },
        "placementPolicyExtId": {
          "type": "string"
        },
        "policyClusterExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "complianceStatus",
        "conflictingPolicyExtIds",
        "enforcedClusterExtIds",
        "enforcementMode",
        "placementPolicyExtId",
        "policyClusterExtIds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagesV2ImageSource:getImagesV2ImageSource": {
      "properties": {
        "objectLiteSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImagesV2ImageSourceObjectLiteSource:getImagesV2ImageSourceObjectLiteSource"
          }
        },
        "urlSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImagesV2ImageSourceUrlSource:getImagesV2ImageSourceUrlSource"
          }
        },
        "vmDiskSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImagesV2ImageSourceVmDiskSource:getImagesV2ImageSourceVmDiskSource"
          }
        }
      },
      "type": "object",
      "required": [
        "objectLiteSources",
        "urlSources",
        "vmDiskSources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagesV2ImageSourceObjectLiteSource:getImagesV2ImageSourceObjectLiteSource": {
      "properties": {
        "key": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "key"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagesV2ImageSourceUrlSource:getImagesV2ImageSourceUrlSource": {
      "properties": {
        "basicAuths": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetImagesV2ImageSourceUrlSourceBasicAuth:getImagesV2ImageSourceUrlSourceBasicAuth"
          }
        },
        "shouldAllowInsecureUrl": {
          "type": "boolean"
        },
        "url": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "basicAuths",
        "shouldAllowInsecureUrl",
        "url"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagesV2ImageSourceUrlSourceBasicAuth:getImagesV2ImageSourceUrlSourceBasicAuth": {
      "properties": {
        "password": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getImagesV2ImageSourceVmDiskSource:getImagesV2ImageSourceVmDiskSource": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClusterEtcdNodePool:getKarbonClusterEtcdNodePool": {
      "properties": {
        "ahvConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClusterEtcdNodePoolAhvConfig:getKarbonClusterEtcdNodePoolAhvConfig"
          },
          "description": "- VM configuration in AHV.\n"
        },
        "name": {
          "type": "string",
          "description": "- Unique name of the node pool.\n"
        },
        "nodeOsVersion": {
          "type": "string",
          "description": "- The version of the node OS image.\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClusterEtcdNodePoolNode:getKarbonClusterEtcdNodePoolNode"
          },
          "description": "- List of the deployed nodes in the node pool.\n"
        },
        "numInstances": {
          "type": "integer",
          "description": "- Number of nodes in the node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "ahvConfigs",
        "name",
        "nodeOsVersion",
        "nodes",
        "numInstances"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClusterEtcdNodePoolAhvConfig:getKarbonClusterEtcdNodePoolAhvConfig": {
      "properties": {
        "cpu": {
          "type": "integer",
          "description": "- The number of VCPUs allocated for each VM on the PE cluster.\n"
        },
        "diskMib": {
          "type": "integer",
          "description": "- Size of local storage for each VM on the PE cluster in MiB.\n"
        },
        "memoryMib": {
          "type": "integer",
          "description": "- Memory allocated for each VM on the PE cluster in MiB.\n"
        },
        "networkUuid": {
          "type": "string",
          "description": "- The UUID of the network for the VMs deployed with this resource configuration.\n"
        },
        "prismElementClusterUuid": {
          "type": "string",
          "description": "- The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "cpu",
        "diskMib",
        "memoryMib",
        "networkUuid",
        "prismElementClusterUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClusterEtcdNodePoolNode:getKarbonClusterEtcdNodePoolNode": {
      "properties": {
        "hostname": {
          "type": "string",
          "description": "- Hostname of the deployed node.\n"
        },
        "ipv4Address": {
          "type": "string",
          "description": "- IP of the deployed node.\n"
        }
      },
      "type": "object",
      "required": [
        "hostname",
        "ipv4Address"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClusterMasterNodePool:getKarbonClusterMasterNodePool": {
      "properties": {
        "ahvConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClusterMasterNodePoolAhvConfig:getKarbonClusterMasterNodePoolAhvConfig"
          },
          "description": "- VM configuration in AHV.\n"
        },
        "name": {
          "type": "string",
          "description": "- Unique name of the node pool.\n"
        },
        "nodeOsVersion": {
          "type": "string",
          "description": "- The version of the node OS image.\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClusterMasterNodePoolNode:getKarbonClusterMasterNodePoolNode"
          },
          "description": "- List of the deployed nodes in the node pool.\n"
        },
        "numInstances": {
          "type": "integer",
          "description": "- Number of nodes in the node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "ahvConfigs",
        "name",
        "nodeOsVersion",
        "nodes",
        "numInstances"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClusterMasterNodePoolAhvConfig:getKarbonClusterMasterNodePoolAhvConfig": {
      "properties": {
        "cpu": {
          "type": "integer",
          "description": "- The number of VCPUs allocated for each VM on the PE cluster.\n"
        },
        "diskMib": {
          "type": "integer",
          "description": "- Size of local storage for each VM on the PE cluster in MiB.\n"
        },
        "memoryMib": {
          "type": "integer",
          "description": "- Memory allocated for each VM on the PE cluster in MiB.\n"
        },
        "networkUuid": {
          "type": "string",
          "description": "- The UUID of the network for the VMs deployed with this resource configuration.\n"
        },
        "prismElementClusterUuid": {
          "type": "string",
          "description": "- The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "cpu",
        "diskMib",
        "memoryMib",
        "networkUuid",
        "prismElementClusterUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClusterMasterNodePoolNode:getKarbonClusterMasterNodePoolNode": {
      "properties": {
        "hostname": {
          "type": "string",
          "description": "- Hostname of the deployed node.\n"
        },
        "ipv4Address": {
          "type": "string",
          "description": "- IP of the deployed node.\n"
        }
      },
      "type": "object",
      "required": [
        "hostname",
        "ipv4Address"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClusterWorkerNodePool:getKarbonClusterWorkerNodePool": {
      "properties": {
        "ahvConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClusterWorkerNodePoolAhvConfig:getKarbonClusterWorkerNodePoolAhvConfig"
          },
          "description": "- VM configuration in AHV.\n"
        },
        "name": {
          "type": "string",
          "description": "- Unique name of the node pool.\n"
        },
        "nodeOsVersion": {
          "type": "string",
          "description": "- The version of the node OS image.\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClusterWorkerNodePoolNode:getKarbonClusterWorkerNodePoolNode"
          },
          "description": "- List of the deployed nodes in the node pool.\n"
        },
        "numInstances": {
          "type": "integer",
          "description": "- Number of nodes in the node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "ahvConfigs",
        "name",
        "nodeOsVersion",
        "nodes",
        "numInstances"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClusterWorkerNodePoolAhvConfig:getKarbonClusterWorkerNodePoolAhvConfig": {
      "properties": {
        "cpu": {
          "type": "integer",
          "description": "- The number of VCPUs allocated for each VM on the PE cluster.\n"
        },
        "diskMib": {
          "type": "integer",
          "description": "- Size of local storage for each VM on the PE cluster in MiB.\n"
        },
        "memoryMib": {
          "type": "integer",
          "description": "- Memory allocated for each VM on the PE cluster in MiB.\n"
        },
        "networkUuid": {
          "type": "string",
          "description": "- The UUID of the network for the VMs deployed with this resource configuration.\n"
        },
        "prismElementClusterUuid": {
          "type": "string",
          "description": "- The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "cpu",
        "diskMib",
        "memoryMib",
        "networkUuid",
        "prismElementClusterUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClusterWorkerNodePoolNode:getKarbonClusterWorkerNodePoolNode": {
      "properties": {
        "hostname": {
          "type": "string",
          "description": "- Hostname of the deployed node.\n"
        },
        "ipv4Address": {
          "type": "string",
          "description": "- IP of the deployed node.\n"
        }
      },
      "type": "object",
      "required": [
        "hostname",
        "ipv4Address"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClustersCluster:getKarbonClustersCluster": {
      "properties": {
        "deploymentType": {
          "type": "string"
        },
        "etcdNodePools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClustersClusterEtcdNodePool:getKarbonClustersClusterEtcdNodePool"
          },
          "description": "- Configuration of the node pools that the nodes in the etcd cluster belong to. The etcd nodes require a minimum of 8,192 MiB memory and 409,60 MiB disk space.\n"
        },
        "kubeapiServerIpv4Address": {
          "type": "string"
        },
        "masterNodePools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClustersClusterMasterNodePool:getKarbonClustersClusterMasterNodePool"
          },
          "description": "- .\n"
        },
        "name": {
          "type": "string",
          "description": "- Unique name of the node pool.\n"
        },
        "status": {
          "type": "string"
        },
        "uuid": {
          "type": "string"
        },
        "version": {
          "type": "string",
          "description": "- K8s version of the cluster.\n"
        },
        "workerNodePools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClustersClusterWorkerNodePool:getKarbonClustersClusterWorkerNodePool"
          }
        }
      },
      "type": "object",
      "required": [
        "deploymentType",
        "etcdNodePools",
        "kubeapiServerIpv4Address",
        "masterNodePools",
        "name",
        "status",
        "uuid",
        "version",
        "workerNodePools"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClustersClusterEtcdNodePool:getKarbonClustersClusterEtcdNodePool": {
      "properties": {
        "ahvConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClustersClusterEtcdNodePoolAhvConfig:getKarbonClustersClusterEtcdNodePoolAhvConfig"
          },
          "description": "- .\n"
        },
        "name": {
          "type": "string",
          "description": "- Unique name of the node pool.\n"
        },
        "nodeOsVersion": {
          "type": "string",
          "description": "- The version of the node OS image.\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClustersClusterEtcdNodePoolNode:getKarbonClustersClusterEtcdNodePoolNode"
          }
        },
        "numInstances": {
          "type": "integer",
          "description": "- Number of nodes in the node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "ahvConfigs",
        "name",
        "nodeOsVersion",
        "nodes",
        "numInstances"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClustersClusterEtcdNodePoolAhvConfig:getKarbonClustersClusterEtcdNodePoolAhvConfig": {
      "properties": {
        "cpu": {
          "type": "integer",
          "description": "- The number of VCPUs allocated for each VM on the PE cluster.\n"
        },
        "diskMib": {
          "type": "integer",
          "description": "- Size of local storage for each VM on the PE cluster in MiB.\n"
        },
        "memoryMib": {
          "type": "integer",
          "description": "- Memory allocated for each VM on the PE cluster in MiB.\n"
        },
        "networkUuid": {
          "type": "string",
          "description": "- The UUID of the network for the VMs deployed with this resource configuration.\n"
        },
        "prismElementClusterUuid": {
          "type": "string",
          "description": "- The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "cpu",
        "diskMib",
        "memoryMib",
        "networkUuid",
        "prismElementClusterUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClustersClusterEtcdNodePoolNode:getKarbonClustersClusterEtcdNodePoolNode": {
      "properties": {
        "hostname": {
          "type": "string"
        },
        "ipv4Address": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "hostname",
        "ipv4Address"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClustersClusterMasterNodePool:getKarbonClustersClusterMasterNodePool": {
      "properties": {
        "ahvConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClustersClusterMasterNodePoolAhvConfig:getKarbonClustersClusterMasterNodePoolAhvConfig"
          },
          "description": "- .\n"
        },
        "name": {
          "type": "string",
          "description": "- Unique name of the node pool.\n"
        },
        "nodeOsVersion": {
          "type": "string",
          "description": "- The version of the node OS image.\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClustersClusterMasterNodePoolNode:getKarbonClustersClusterMasterNodePoolNode"
          }
        },
        "numInstances": {
          "type": "integer",
          "description": "- Number of nodes in the node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "ahvConfigs",
        "name",
        "nodeOsVersion",
        "nodes",
        "numInstances"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClustersClusterMasterNodePoolAhvConfig:getKarbonClustersClusterMasterNodePoolAhvConfig": {
      "properties": {
        "cpu": {
          "type": "integer",
          "description": "- The number of VCPUs allocated for each VM on the PE cluster.\n"
        },
        "diskMib": {
          "type": "integer",
          "description": "- Size of local storage for each VM on the PE cluster in MiB.\n"
        },
        "memoryMib": {
          "type": "integer",
          "description": "- Memory allocated for each VM on the PE cluster in MiB.\n"
        },
        "networkUuid": {
          "type": "string",
          "description": "- The UUID of the network for the VMs deployed with this resource configuration.\n"
        },
        "prismElementClusterUuid": {
          "type": "string",
          "description": "- The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "cpu",
        "diskMib",
        "memoryMib",
        "networkUuid",
        "prismElementClusterUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClustersClusterMasterNodePoolNode:getKarbonClustersClusterMasterNodePoolNode": {
      "properties": {
        "hostname": {
          "type": "string"
        },
        "ipv4Address": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "hostname",
        "ipv4Address"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClustersClusterWorkerNodePool:getKarbonClustersClusterWorkerNodePool": {
      "properties": {
        "ahvConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClustersClusterWorkerNodePoolAhvConfig:getKarbonClustersClusterWorkerNodePoolAhvConfig"
          },
          "description": "- .\n"
        },
        "name": {
          "type": "string",
          "description": "- Unique name of the node pool.\n"
        },
        "nodeOsVersion": {
          "type": "string",
          "description": "- The version of the node OS image.\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetKarbonClustersClusterWorkerNodePoolNode:getKarbonClustersClusterWorkerNodePoolNode"
          }
        },
        "numInstances": {
          "type": "integer",
          "description": "- Number of nodes in the node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "ahvConfigs",
        "name",
        "nodeOsVersion",
        "nodes",
        "numInstances"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClustersClusterWorkerNodePoolAhvConfig:getKarbonClustersClusterWorkerNodePoolAhvConfig": {
      "properties": {
        "cpu": {
          "type": "integer",
          "description": "- The number of VCPUs allocated for each VM on the PE cluster.\n"
        },
        "diskMib": {
          "type": "integer",
          "description": "- Size of local storage for each VM on the PE cluster in MiB.\n"
        },
        "memoryMib": {
          "type": "integer",
          "description": "- Memory allocated for each VM on the PE cluster in MiB.\n"
        },
        "networkUuid": {
          "type": "string",
          "description": "- The UUID of the network for the VMs deployed with this resource configuration.\n"
        },
        "prismElementClusterUuid": {
          "type": "string",
          "description": "- The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.\n"
        }
      },
      "type": "object",
      "required": [
        "cpu",
        "diskMib",
        "memoryMib",
        "networkUuid",
        "prismElementClusterUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonClustersClusterWorkerNodePoolNode:getKarbonClustersClusterWorkerNodePoolNode": {
      "properties": {
        "hostname": {
          "type": "string"
        },
        "ipv4Address": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "hostname",
        "ipv4Address"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getKarbonPrivateRegistriesPrivateRegistry:getKarbonPrivateRegistriesPrivateRegistry": {
      "properties": {
        "endpoint": {
          "type": "string",
          "description": "- Endpoint of the private in format `url:port`.\n"
        },
        "name": {
          "type": "string",
          "description": "- Name of the private registry.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- UUID of the private registry.\n"
        }
      },
      "type": "object",
      "required": [
        "endpoint",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmConfigV2Link:getLcmConfigV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2Entity:getLcmEntitiesV2Entity": {
      "properties": {
        "availableVersions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntityAvailableVersion:getLcmEntitiesV2EntityAvailableVersion"
          },
          "description": "List of available versions for an LCM entity to update.\n"
        },
        "childEntities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Component information for the payload based entity.\n"
        },
        "clusterExtId": {
          "type": "string",
          "description": "Cluster uuid on which the resource is present or operation is being performed.\n"
        },
        "deviceId": {
          "type": "string",
          "description": "Unique identifier of an LCM entity e.g. \"HDD serial number\".\n"
        },
        "entityClass": {
          "type": "string",
          "description": "LCM entity class.\n"
        },
        "entityDescription": {
          "type": "string",
          "description": "Description of an LCM entity.\n"
        },
        "entityDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntityEntityDetail:getLcmEntitiesV2EntityEntityDetail"
          },
          "description": "Detailed information for the LCM entity. For example, firmware entities contain additional information about NIC and so on.\n"
        },
        "entityModel": {
          "type": "string",
          "description": "LCM entity model.\n"
        },
        "entityType": {
          "type": "string",
          "description": "Type of an LCM entity.  Enum Values:\n* `FIRMWARE`: LCM entity type firmware.\n* `SOFTWARE`: LCM entity type software.\n"
        },
        "entityVersion": {
          "type": "string",
          "description": "Current version of an LCM entity.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "groupUuid": {
          "type": "string",
          "description": "UUID of the group that this LCM entity is part of.\n"
        },
        "hardwareFamily": {
          "type": "string",
          "description": "A hardware family for a LCM entity.\n"
        },
        "hardwareVendor": {
          "type": "string",
          "description": "Hardware vendor information.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "UTC date and time in RFC-3339 format when the task was last updated.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntityLink:getLcmEntitiesV2EntityLink"
          },
          "description": "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.\n"
        },
        "locationInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntityLocationInfo:getLcmEntitiesV2EntityLocationInfo"
          },
          "description": "Location info corresponds to a tuple of location type (either node/cluster) and ExtID\n"
        },
        "subEntities": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntitySubEntity:getLcmEntitiesV2EntitySubEntity"
          },
          "description": "A list of sub-entities applicable to the entity.\n"
        },
        "targetVersion": {
          "type": "string",
          "description": "The requested update version of an LCM entity.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "availableVersions",
        "childEntities",
        "clusterExtId",
        "deviceId",
        "entityClass",
        "entityDescription",
        "entityDetails",
        "entityModel",
        "entityType",
        "entityVersion",
        "extId",
        "groupUuid",
        "hardwareFamily",
        "hardwareVendor",
        "lastUpdatedTime",
        "links",
        "locationInfos",
        "subEntities",
        "targetVersion",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntityAvailableVersion:getLcmEntitiesV2EntityAvailableVersion": {
      "properties": {
        "availableVersionUuid": {
          "type": "string",
          "description": "Available version UUID.\n"
        },
        "childEntities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Component information for the payload based entity.\n"
        },
        "customMessage": {
          "type": "string",
          "description": "Custom message associated with the available version.\n"
        },
        "dependencies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntityAvailableVersionDependency:getLcmEntitiesV2EntityAvailableVersionDependency"
          },
          "description": "List of dependencies for the available version.\n"
        },
        "disablementReason": {
          "type": "string",
          "description": "Reason for disablement of the available version.\n"
        },
        "groupUuid": {
          "type": "string",
          "description": "UUID of the group that this LCM entity is part of.\n"
        },
        "isEnabled": {
          "type": "boolean",
          "description": "Indicates if the available update is enabled.\n"
        },
        "order": {
          "type": "integer",
          "description": "Order of the available version.\n"
        },
        "releaseDate": {
          "type": "string",
          "description": "Release date of the available version.\n"
        },
        "releaseNotes": {
          "type": "string",
          "description": "Release notes for the available version.\n"
        },
        "status": {
          "type": "string",
          "description": "Status of the LCM entity. Enum Values:\n* `AVAILABLE`: Available version.\n* `EMERGENCY`: Emergency version.\n* `RECOMMENDED`: Deprecated version.\n* `STS`: Short-term supported version.\n* `LTS`: Long-term supported version.\n* `LATEST`: Latest version.\n* `DEPRECATED`: Deprecated version.\n* `ESTS`: Extended short-term supported version.\n* `CRITICAL`: Critical version.\n"
        },
        "version": {
          "type": "string",
          "description": "Version of the LCM entity.\n"
        }
      },
      "type": "object",
      "required": [
        "availableVersionUuid",
        "childEntities",
        "customMessage",
        "dependencies",
        "disablementReason",
        "groupUuid",
        "isEnabled",
        "order",
        "releaseDate",
        "releaseNotes",
        "status",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntityAvailableVersionDependency:getLcmEntitiesV2EntityAvailableVersionDependency": {
      "properties": {
        "dependentVersions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntityAvailableVersionDependencyDependentVersion:getLcmEntitiesV2EntityAvailableVersionDependencyDependentVersion"
          },
          "description": "Information of the dependent entity versions for this available entity.\n"
        },
        "entityClass": {
          "type": "string",
          "description": "LCM entity class.\n"
        },
        "entityModel": {
          "type": "string",
          "description": "LCM entity model.\n"
        },
        "entityType": {
          "type": "string",
          "description": "Type of an LCM entity.  Enum Values:\n* `FIRMWARE`: LCM entity type firmware.\n* `SOFTWARE`: LCM entity type software.\n"
        },
        "entityVersion": {
          "type": "string",
          "description": "Current version of an LCM entity.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "hardwareFamily": {
          "type": "string",
          "description": "A hardware family for a LCM entity.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntityAvailableVersionDependencyLink:getLcmEntitiesV2EntityAvailableVersionDependencyLink"
          },
          "description": "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.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "dependentVersions",
        "entityClass",
        "entityModel",
        "entityType",
        "entityVersion",
        "extId",
        "hardwareFamily",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntityAvailableVersionDependencyDependentVersion:getLcmEntitiesV2EntityAvailableVersionDependencyDependentVersion": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The key of the key-value pair.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntityAvailableVersionDependencyDependentVersionValue:getLcmEntitiesV2EntityAvailableVersionDependencyDependentVersionValue"
          },
          "description": "The value associated with the key for this key-value pair, string or integer or boolean or Array of strings or object or Array of MapOfString(objects) or Array of integers\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntityAvailableVersionDependencyDependentVersionValue:getLcmEntitiesV2EntityAvailableVersionDependencyDependentVersionValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntityAvailableVersionDependencyDependentVersionValueMapOfString:getLcmEntitiesV2EntityAvailableVersionDependencyDependentVersionValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntityAvailableVersionDependencyDependentVersionValueMapOfString:getLcmEntitiesV2EntityAvailableVersionDependencyDependentVersionValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntityAvailableVersionDependencyLink:getLcmEntitiesV2EntityAvailableVersionDependencyLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntityEntityDetail:getLcmEntitiesV2EntityEntityDetail": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The key of the key-value pair.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntityEntityDetailValue:getLcmEntitiesV2EntityEntityDetailValue"
          },
          "description": "The value associated with the key for this key-value pair, string or integer or boolean or Array of strings or object or Array of MapOfString(objects) or Array of integers\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntityEntityDetailValue:getLcmEntitiesV2EntityEntityDetailValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntityEntityDetailValueMapOfString:getLcmEntitiesV2EntityEntityDetailValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntityEntityDetailValueMapOfString:getLcmEntitiesV2EntityEntityDetailValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntityLink:getLcmEntitiesV2EntityLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntityLocationInfo:getLcmEntitiesV2EntityLocationInfo": {
      "properties": {
        "locationType": {
          "type": "string",
          "description": "Scope of entity represented in LCM. This could be either Node or cluster type. Enum Values:\n* `PC`: Entity for which the scope is Prism Central wide.\n* `NODE`: Entity that belongs to a node in the cluster.\n* `CLUSTER`: Entity for which the scope is cluster wide.\n"
        },
        "uuid": {
          "type": "string",
          "description": "Location UUID of the resource.\n"
        }
      },
      "type": "object",
      "required": [
        "locationType",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntitySubEntity:getLcmEntitiesV2EntitySubEntity": {
      "properties": {
        "entityClass": {
          "type": "string",
          "description": "LCM entity class.\n"
        },
        "entityModel": {
          "type": "string",
          "description": "LCM entity model.\n"
        },
        "entityType": {
          "type": "string",
          "description": "Type of an LCM entity.  Enum Values:\n* `FIRMWARE`: LCM entity type firmware.\n* `SOFTWARE`: LCM entity type software.\n"
        },
        "entityVersion": {
          "type": "string",
          "description": "Current version of an LCM entity.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "hardwareFamily": {
          "type": "string",
          "description": "A hardware family for a LCM entity.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntitiesV2EntitySubEntityLink:getLcmEntitiesV2EntitySubEntityLink"
          },
          "description": "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.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "entityClass",
        "entityModel",
        "entityType",
        "entityVersion",
        "extId",
        "hardwareFamily",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntitiesV2EntitySubEntityLink:getLcmEntitiesV2EntitySubEntityLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2AvailableVersion:getLcmEntityV2AvailableVersion": {
      "properties": {
        "availableVersionUuid": {
          "type": "string",
          "description": "Available version UUID.\n"
        },
        "childEntities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Component information for the payload based entity.\n"
        },
        "customMessage": {
          "type": "string",
          "description": "Custom message associated with the available version.\n"
        },
        "dependencies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntityV2AvailableVersionDependency:getLcmEntityV2AvailableVersionDependency"
          },
          "description": "List of dependencies for the available version.\n"
        },
        "disablementReason": {
          "type": "string",
          "description": "Reason for disablement of the available version.\n"
        },
        "groupUuid": {
          "type": "string",
          "description": "UUID of the group that this LCM entity is part of.\n"
        },
        "isEnabled": {
          "type": "boolean",
          "description": "Indicates if the available update is enabled.\n"
        },
        "order": {
          "type": "integer",
          "description": "Order of the available version.\n"
        },
        "releaseDate": {
          "type": "string",
          "description": "Release date of the available version.\n"
        },
        "releaseNotes": {
          "type": "string",
          "description": "Release notes for the available version.\n"
        },
        "status": {
          "type": "string",
          "description": "Status of the LCM entity. Enum Values:\n* `AVAILABLE`: Available version.\n* `EMERGENCY`: Emergency version.\n* `RECOMMENDED`: Deprecated version.\n* `STS`: Short-term supported version.\n* `LTS`: Long-term supported version.\n* `LATEST`: Latest version.\n* `DEPRECATED`: Deprecated version.\n* `ESTS`: Extended short-term supported version.\n* `CRITICAL`: Critical version.\n"
        },
        "version": {
          "type": "string",
          "description": "Version of the LCM entity.\n"
        }
      },
      "type": "object",
      "required": [
        "availableVersionUuid",
        "childEntities",
        "customMessage",
        "dependencies",
        "disablementReason",
        "groupUuid",
        "isEnabled",
        "order",
        "releaseDate",
        "releaseNotes",
        "status",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2AvailableVersionDependency:getLcmEntityV2AvailableVersionDependency": {
      "properties": {
        "dependentVersions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntityV2AvailableVersionDependencyDependentVersion:getLcmEntityV2AvailableVersionDependencyDependentVersion"
          },
          "description": "Information of the dependent entity versions for this available entity.\n"
        },
        "entityClass": {
          "type": "string",
          "description": "LCM entity class.\n"
        },
        "entityModel": {
          "type": "string",
          "description": "LCM entity model.\n"
        },
        "entityType": {
          "type": "string",
          "description": "Type of an LCM entity.  Enum Values:\n* `FIRMWARE`: LCM entity type firmware.\n* `SOFTWARE`: LCM entity type software.\n"
        },
        "entityVersion": {
          "type": "string",
          "description": "Current version of an LCM entity.\n"
        },
        "extId": {
          "type": "string",
          "description": "ExtId of the LCM entity.\n"
        },
        "hardwareFamily": {
          "type": "string",
          "description": "A hardware family for a LCM entity.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntityV2AvailableVersionDependencyLink:getLcmEntityV2AvailableVersionDependencyLink"
          },
          "description": "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.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "dependentVersions",
        "entityClass",
        "entityModel",
        "entityType",
        "entityVersion",
        "extId",
        "hardwareFamily",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2AvailableVersionDependencyDependentVersion:getLcmEntityV2AvailableVersionDependencyDependentVersion": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The key of the key-value pair.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntityV2AvailableVersionDependencyDependentVersionValue:getLcmEntityV2AvailableVersionDependencyDependentVersionValue"
          },
          "description": "The value associated with the key for this key-value pair, string or integer or boolean or Array of strings or object or Array of MapOfString(objects) or Array of integers\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2AvailableVersionDependencyDependentVersionValue:getLcmEntityV2AvailableVersionDependencyDependentVersionValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntityV2AvailableVersionDependencyDependentVersionValueMapOfString:getLcmEntityV2AvailableVersionDependencyDependentVersionValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2AvailableVersionDependencyDependentVersionValueMapOfString:getLcmEntityV2AvailableVersionDependencyDependentVersionValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2AvailableVersionDependencyLink:getLcmEntityV2AvailableVersionDependencyLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2EntityDetail:getLcmEntityV2EntityDetail": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The key of the key-value pair.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntityV2EntityDetailValue:getLcmEntityV2EntityDetailValue"
          },
          "description": "The value associated with the key for this key-value pair, string or integer or boolean or Array of strings or object or Array of MapOfString(objects) or Array of integers\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2EntityDetailValue:getLcmEntityV2EntityDetailValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntityV2EntityDetailValueMapOfString:getLcmEntityV2EntityDetailValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2EntityDetailValueMapOfString:getLcmEntityV2EntityDetailValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2Link:getLcmEntityV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2LocationInfo:getLcmEntityV2LocationInfo": {
      "properties": {
        "locationType": {
          "type": "string",
          "description": "Scope of entity represented in LCM. This could be either Node or cluster type. Enum Values:\n* `PC`: Entity for which the scope is Prism Central wide.\n* `NODE`: Entity that belongs to a node in the cluster.\n* `CLUSTER`: Entity for which the scope is cluster wide.\n"
        },
        "uuid": {
          "type": "string",
          "description": "Location UUID of the resource.\n"
        }
      },
      "type": "object",
      "required": [
        "locationType",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2SubEntity:getLcmEntityV2SubEntity": {
      "properties": {
        "entityClass": {
          "type": "string",
          "description": "LCM entity class.\n"
        },
        "entityModel": {
          "type": "string",
          "description": "LCM entity model.\n"
        },
        "entityType": {
          "type": "string",
          "description": "Type of an LCM entity.  Enum Values:\n* `FIRMWARE`: LCM entity type firmware.\n* `SOFTWARE`: LCM entity type software.\n"
        },
        "entityVersion": {
          "type": "string",
          "description": "Current version of an LCM entity.\n"
        },
        "extId": {
          "type": "string",
          "description": "ExtId of the LCM entity.\n"
        },
        "hardwareFamily": {
          "type": "string",
          "description": "A hardware family for a LCM entity.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetLcmEntityV2SubEntityLink:getLcmEntityV2SubEntityLink"
          },
          "description": "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.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "entityClass",
        "entityModel",
        "entityType",
        "entityVersion",
        "extId",
        "hardwareFamily",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmEntityV2SubEntityLink:getLcmEntityV2SubEntityLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmStatusV2FrameworkVersion:getLcmStatusV2FrameworkVersion": {
      "properties": {
        "availableVersion": {
          "type": "string",
          "description": "- LCM framework version present in the LCM URL.\n"
        },
        "currentVersion": {
          "type": "string",
          "description": "- Current LCM Version.\n"
        },
        "isUpdateNeeded": {
          "type": "boolean",
          "description": "- Boolean that indicates if LCM framework update is needed.\n"
        }
      },
      "type": "object",
      "required": [
        "availableVersion",
        "currentVersion",
        "isUpdateNeeded"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmStatusV2InProgressOperation:getLcmStatusV2InProgressOperation": {
      "properties": {
        "operationId": {
          "type": "string",
          "description": "- Root task UUID of the operation, if it is in running state.\n"
        },
        "operationType": {
          "type": "string",
          "description": "- Type of the operation tracked by the task. Values are:\n- `PRECHECKS`: Perform LCM prechecks for the intended update operation.\n- `INVENTORY`: Perform an LCM inventory operation.\n- `UPGRADE`: Perform upgrade operation to a specific target version for discovered LCM entity/entities.\n- `NONE`: Indicates that no operation is currently ongoing.\n"
        }
      },
      "type": "object",
      "required": [
        "operationId",
        "operationType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getLcmStatusV2Link:getLcmStatusV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneDatabaseNode:getNdbCloneDatabaseNode": {
      "properties": {
        "accessLevel": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "databaseId": {
          "type": "string"
        },
        "databaseStatus": {
          "type": "string",
          "description": "database status\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "dbserver": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverId": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneDatabaseNodeInfo:getNdbCloneDatabaseNodeInfo"
          },
          "description": "cloned info\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "primary": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneDatabaseNodeProperty:getNdbCloneDatabaseNodeProperty"
          },
          "description": "properties of clone\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "protectionDomains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneDatabaseNodeProtectionDomain:getNdbCloneDatabaseNodeProtectionDomain"
          }
        },
        "softwareInstallationId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneDatabaseNodeTag:getNdbCloneDatabaseNodeTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "databaseId",
        "databaseStatus",
        "dateCreated",
        "dateModified",
        "dbserver",
        "dbserverId",
        "description",
        "id",
        "infos",
        "name",
        "primary",
        "properties",
        "protectionDomainId",
        "protectionDomains",
        "softwareInstallationId",
        "status",
        "tags"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneDatabaseNodeInfo:getNdbCloneDatabaseNodeInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "cloned info\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "info",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneDatabaseNodeProperty:getNdbCloneDatabaseNodeProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneDatabaseNodeProtectionDomain:getNdbCloneDatabaseNodeProtectionDomain": {
      "properties": {
        "assocEntities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "cloudId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "eraCreated": {
          "type": "boolean"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "primaryHost": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneDatabaseNodeProtectionDomainProperty:getNdbCloneDatabaseNodeProtectionDomainProperty"
          },
          "description": "properties of clone\n"
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "type": {
          "type": "string",
          "description": "type\n"
        }
      },
      "type": "object",
      "required": [
        "assocEntities",
        "cloudId",
        "dateCreated",
        "dateModified",
        "description",
        "eraCreated",
        "id",
        "name",
        "ownerId",
        "primaryHost",
        "properties",
        "status",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneDatabaseNodeProtectionDomainProperty:getNdbCloneDatabaseNodeProtectionDomainProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneDatabaseNodeTag:getNdbCloneDatabaseNodeTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneFilter:getNdbCloneFilter": {
      "properties": {
        "anyStatus": {
          "type": "string",
          "description": "Get entity(s) if it satisfies query criteria irrespective of status (retrieve even deleted). Default is false\n"
        },
        "detailed": {
          "type": "string",
          "description": "Load entities with complete details. Default is false\n"
        },
        "loadDbserverCluster": {
          "type": "string",
          "description": "Load cluster info. Default is false\n"
        },
        "timezone": {
          "type": "string",
          "description": "Default is UTC\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/getNdbCloneInfo:getNdbCloneInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneInfoBpgConfig:getNdbCloneInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgConfigs",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneInfoBpgConfig:getNdbCloneInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneInfoBpgConfigBpgDbParam:getNdbCloneInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneInfoBpgConfigStorage:getNdbCloneInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneInfoBpgConfigVmProperty:getNdbCloneInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgDbParams",
        "storages",
        "vmProperties"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneInfoBpgConfigBpgDbParam:getNdbCloneInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "effectiveCacheSize",
        "maintenanceWorkMem",
        "maxParallelWorkersPerGather",
        "maxWorkerProcesses",
        "sharedBuffers",
        "workMem"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneInfoBpgConfigStorage:getNdbCloneInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneInfoBpgConfigStorageArchiveStorage:getNdbCloneInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneInfoBpgConfigStorageDataDisk:getNdbCloneInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneInfoBpgConfigStorageLogDisk:getNdbCloneInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "required": [
        "archiveStorages",
        "dataDisks",
        "logDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneInfoBpgConfigStorageArchiveStorage:getNdbCloneInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneInfoBpgConfigStorageDataDisk:getNdbCloneInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneInfoBpgConfigStorageLogDisk:getNdbCloneInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneInfoBpgConfigVmProperty:getNdbCloneInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "dirtyBackgroundRatio",
        "dirtyExpireCentisecs",
        "dirtyRatio",
        "dirtyWritebackCentisecs",
        "nrHugepages",
        "overcommitMemory",
        "swappiness"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneLcmConfig:getNdbCloneLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneLcmConfigExpiryDetail:getNdbCloneLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneLcmConfigPostDeleteCommand:getNdbCloneLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneLcmConfigPreDeleteCommand:getNdbCloneLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneLcmConfigRefreshDetail:getNdbCloneLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "required": [
        "expiryDetails",
        "postDeleteCommands",
        "preDeleteCommands",
        "refreshDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneLcmConfigExpiryDetail:getNdbCloneLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "deleteDatabase",
        "deleteTimeMachine",
        "deleteVm",
        "effectiveTimestamp",
        "expireInDays",
        "expiryDateTimezone",
        "expiryTimestamp",
        "remindBeforeInDays",
        "userCreated"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneLcmConfigPostDeleteCommand:getNdbCloneLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneLcmConfigPreDeleteCommand:getNdbCloneLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneLcmConfigRefreshDetail:getNdbCloneLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "lastRefreshDate",
        "nextRefreshDate",
        "refreshDateTimezone",
        "refreshInDays",
        "refreshInHours",
        "refreshInMonths",
        "refreshTime"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneLinkedDatabase:getNdbCloneLinkedDatabase": {
      "properties": {
        "databaseName": {
          "type": "string",
          "description": "database name\n"
        },
        "databaseStatus": {
          "type": "string",
          "description": "database status\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneLinkedDatabaseInfo:getNdbCloneLinkedDatabaseInfo"
          },
          "description": "cloned info\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Metric of clone\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "parent database id\n"
        },
        "parentLinkedDatabaseId": {
          "type": "string"
        },
        "snapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "timezone": {
          "type": "string",
          "description": "Default is UTC\n"
        }
      },
      "type": "object",
      "required": [
        "databaseName",
        "databaseStatus",
        "dateCreated",
        "dateModified",
        "description",
        "id",
        "infos",
        "metric",
        "name",
        "parentDatabaseId",
        "parentLinkedDatabaseId",
        "snapshotId",
        "status",
        "timezone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneLinkedDatabaseInfo:getNdbCloneLinkedDatabaseInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "cloned info\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "info",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneProperty:getNdbCloneProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTag:getNdbCloneTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachine:getNdbCloneTimeMachine": {
      "properties": {
        "accessLevel": {
          "type": "string"
        },
        "clone": {
          "type": "boolean",
          "description": "clone or not\n"
        },
        "clones": {
          "type": "string"
        },
        "clustered": {
          "type": "boolean",
          "description": "clustered or not\n"
        },
        "database": {
          "type": "string"
        },
        "databaseId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "eaStatus": {
          "type": "string"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "metric": {
          "type": "string",
          "description": "Metric of clone\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneTimeMachineProperty:getNdbCloneTimeMachineProperty"
          },
          "description": "properties of clone\n"
        },
        "scheduleId": {
          "type": "string"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneTimeMachineSchedule:getNdbCloneTimeMachineSchedule"
          }
        },
        "scope": {
          "type": "string"
        },
        "slaId": {
          "type": "string"
        },
        "slaUpdateInProgress": {
          "type": "boolean"
        },
        "slaUpdateMetadata": {
          "type": "string"
        },
        "slas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneTimeMachineSla:getNdbCloneTimeMachineSla"
          }
        },
        "sourceNxClusters": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneTimeMachineTag:getNdbCloneTimeMachineTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "type": {
          "type": "string",
          "description": "type\n"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "clone",
        "clones",
        "clustered",
        "database",
        "databaseId",
        "dateCreated",
        "dateModified",
        "description",
        "eaStatus",
        "id",
        "metric",
        "name",
        "properties",
        "scheduleId",
        "schedules",
        "scope",
        "slaId",
        "slaUpdateInProgress",
        "slaUpdateMetadata",
        "slas",
        "sourceNxClusters",
        "status",
        "tags",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachineProperty:getNdbCloneTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachineSchedule:getNdbCloneTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneTimeMachineScheduleContinuousSchedule:getNdbCloneTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneTimeMachineScheduleDailySchedule:getNdbCloneTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneTimeMachineScheduleMonthlySchedule:getNdbCloneTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneTimeMachineScheduleQuartelySchedule:getNdbCloneTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneTimeMachineScheduleSnapshotTimeOfDay:getNdbCloneTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string",
          "description": "time zone\n"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneTimeMachineScheduleWeeklySchedule:getNdbCloneTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbCloneTimeMachineScheduleYearlySchedule:getNdbCloneTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "required": [
        "continuousSchedules",
        "dailySchedules",
        "dateCreated",
        "dateModified",
        "description",
        "globalPolicy",
        "id",
        "monthlySchedules",
        "name",
        "ownerId",
        "quartelySchedules",
        "referenceCount",
        "snapshotTimeOfDays",
        "startTime",
        "systemPolicy",
        "timeZone",
        "uniqueName",
        "weeklySchedules",
        "yearlySchedules"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachineScheduleContinuousSchedule:getNdbCloneTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "enabled",
        "logBackupInterval",
        "snapshotsPerDay"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachineScheduleDailySchedule:getNdbCloneTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachineScheduleMonthlySchedule:getNdbCloneTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachineScheduleQuartelySchedule:getNdbCloneTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "startMonth",
        "startMonthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachineScheduleSnapshotTimeOfDay:getNdbCloneTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "extra",
        "hours",
        "minutes",
        "seconds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachineScheduleWeeklySchedule:getNdbCloneTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfWeek",
        "dayOfWeekValue",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachineScheduleYearlySchedule:getNdbCloneTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "month",
        "monthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachineSla:getNdbCloneTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "continuousRetention",
        "currentActiveFrequency",
        "dailyRetention",
        "dateCreated",
        "dateModified",
        "description",
        "id",
        "monthlyRetention",
        "name",
        "ownerId",
        "pitrEnabled",
        "quarterlyRetention",
        "referenceCount",
        "systemSla",
        "uniqueName",
        "weeklyRetention",
        "yearlyRetention"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbCloneTimeMachineTag:getNdbCloneTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesClone:getNdbClonesClone": {
      "properties": {
        "clone": {
          "type": "boolean",
          "description": "clone or not\n"
        },
        "clustered": {
          "type": "boolean",
          "description": "clustered or not\n"
        },
        "databaseClusterType": {
          "type": "string",
          "description": "database cluster type\n"
        },
        "databaseName": {
          "type": "string",
          "description": "database name\n"
        },
        "databaseNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneDatabaseNode:getNdbClonesCloneDatabaseNode"
          },
          "description": "database nodes associated with database instance\n"
        },
        "databaseStatus": {
          "type": "string",
          "description": "database status\n"
        },
        "databases": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "database for a cloned instance\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "dbserverLogicalCluster": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "dbserver logical cluster\n"
        },
        "dbserverLogicalClusterId": {
          "type": "string",
          "description": "dbserver logical cluster id\n"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneInfo:getNdbClonesCloneInfo"
          },
          "description": "cloned info\n"
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneLcmConfig:getNdbClonesCloneLcmConfig"
          },
          "description": "LCM Config\n"
        },
        "linkedDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneLinkedDatabase:getNdbClonesCloneLinkedDatabase"
          },
          "description": "linked databases within database instance\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Metric of clone\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "parent database id\n"
        },
        "parentSourceDatabaseId": {
          "type": "string",
          "description": "parent source database id\n"
        },
        "parentTimeMachineId": {
          "type": "string",
          "description": "parent time machine id\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneProperty:getNdbClonesCloneProperty"
          },
          "description": "properties of clone\n"
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTag:getNdbClonesCloneTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "time machine id\n"
        },
        "timeMachines": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachine:getNdbClonesCloneTimeMachine"
          },
          "description": "Time machine info\n"
        },
        "timeZone": {
          "type": "string",
          "description": "time zone\n"
        },
        "type": {
          "type": "string",
          "description": "type\n"
        }
      },
      "type": "object",
      "required": [
        "clone",
        "clustered",
        "databaseClusterType",
        "databaseName",
        "databaseNodes",
        "databaseStatus",
        "databases",
        "dateCreated",
        "dateModified",
        "dbserverLogicalCluster",
        "dbserverLogicalClusterId",
        "description",
        "id",
        "infos",
        "lcmConfigs",
        "linkedDatabases",
        "metric",
        "name",
        "parentDatabaseId",
        "parentSourceDatabaseId",
        "parentTimeMachineId",
        "properties",
        "status",
        "tags",
        "timeMachineId",
        "timeMachines",
        "timeZone",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneDatabaseNode:getNdbClonesCloneDatabaseNode": {
      "properties": {
        "accessLevel": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "databaseId": {
          "type": "string"
        },
        "databaseStatus": {
          "type": "string",
          "description": "database status\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "dbserver": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverId": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneDatabaseNodeInfo:getNdbClonesCloneDatabaseNodeInfo"
          },
          "description": "cloned info\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "primary": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneDatabaseNodeProperty:getNdbClonesCloneDatabaseNodeProperty"
          },
          "description": "properties of clone\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "protectionDomains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneDatabaseNodeProtectionDomain:getNdbClonesCloneDatabaseNodeProtectionDomain"
          }
        },
        "softwareInstallationId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneDatabaseNodeTag:getNdbClonesCloneDatabaseNodeTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "databaseId",
        "databaseStatus",
        "dateCreated",
        "dateModified",
        "dbserver",
        "dbserverId",
        "description",
        "id",
        "infos",
        "name",
        "primary",
        "properties",
        "protectionDomainId",
        "protectionDomains",
        "softwareInstallationId",
        "status",
        "tags"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneDatabaseNodeInfo:getNdbClonesCloneDatabaseNodeInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "cloned info\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "info",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneDatabaseNodeProperty:getNdbClonesCloneDatabaseNodeProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneDatabaseNodeProtectionDomain:getNdbClonesCloneDatabaseNodeProtectionDomain": {
      "properties": {
        "assocEntities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "cloudId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "eraCreated": {
          "type": "boolean"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "primaryHost": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneDatabaseNodeProtectionDomainProperty:getNdbClonesCloneDatabaseNodeProtectionDomainProperty"
          },
          "description": "properties of clone\n"
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "type": {
          "type": "string",
          "description": "type\n"
        }
      },
      "type": "object",
      "required": [
        "assocEntities",
        "cloudId",
        "dateCreated",
        "dateModified",
        "description",
        "eraCreated",
        "id",
        "name",
        "ownerId",
        "primaryHost",
        "properties",
        "status",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneDatabaseNodeProtectionDomainProperty:getNdbClonesCloneDatabaseNodeProtectionDomainProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneDatabaseNodeTag:getNdbClonesCloneDatabaseNodeTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneInfo:getNdbClonesCloneInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneInfoBpgConfig:getNdbClonesCloneInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgConfigs",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneInfoBpgConfig:getNdbClonesCloneInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneInfoBpgConfigBpgDbParam:getNdbClonesCloneInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneInfoBpgConfigStorage:getNdbClonesCloneInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneInfoBpgConfigVmProperty:getNdbClonesCloneInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgDbParams",
        "storages",
        "vmProperties"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneInfoBpgConfigBpgDbParam:getNdbClonesCloneInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "effectiveCacheSize",
        "maintenanceWorkMem",
        "maxParallelWorkersPerGather",
        "maxWorkerProcesses",
        "sharedBuffers",
        "workMem"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneInfoBpgConfigStorage:getNdbClonesCloneInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneInfoBpgConfigStorageArchiveStorage:getNdbClonesCloneInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneInfoBpgConfigStorageDataDisk:getNdbClonesCloneInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneInfoBpgConfigStorageLogDisk:getNdbClonesCloneInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "required": [
        "archiveStorages",
        "dataDisks",
        "logDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneInfoBpgConfigStorageArchiveStorage:getNdbClonesCloneInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneInfoBpgConfigStorageDataDisk:getNdbClonesCloneInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneInfoBpgConfigStorageLogDisk:getNdbClonesCloneInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneInfoBpgConfigVmProperty:getNdbClonesCloneInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "dirtyBackgroundRatio",
        "dirtyExpireCentisecs",
        "dirtyRatio",
        "dirtyWritebackCentisecs",
        "nrHugepages",
        "overcommitMemory",
        "swappiness"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneLcmConfig:getNdbClonesCloneLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneLcmConfigExpiryDetail:getNdbClonesCloneLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneLcmConfigPostDeleteCommand:getNdbClonesCloneLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneLcmConfigPreDeleteCommand:getNdbClonesCloneLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneLcmConfigRefreshDetail:getNdbClonesCloneLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "required": [
        "expiryDetails",
        "postDeleteCommands",
        "preDeleteCommands",
        "refreshDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneLcmConfigExpiryDetail:getNdbClonesCloneLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "deleteDatabase",
        "deleteTimeMachine",
        "deleteVm",
        "effectiveTimestamp",
        "expireInDays",
        "expiryDateTimezone",
        "expiryTimestamp",
        "remindBeforeInDays",
        "userCreated"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneLcmConfigPostDeleteCommand:getNdbClonesCloneLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneLcmConfigPreDeleteCommand:getNdbClonesCloneLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneLcmConfigRefreshDetail:getNdbClonesCloneLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "lastRefreshDate",
        "nextRefreshDate",
        "refreshDateTimezone",
        "refreshInDays",
        "refreshInHours",
        "refreshInMonths",
        "refreshTime"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneLinkedDatabase:getNdbClonesCloneLinkedDatabase": {
      "properties": {
        "databaseName": {
          "type": "string",
          "description": "database name\n"
        },
        "databaseStatus": {
          "type": "string",
          "description": "database status\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneLinkedDatabaseInfo:getNdbClonesCloneLinkedDatabaseInfo"
          },
          "description": "cloned info\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Metric of clone\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "parent database id\n"
        },
        "parentLinkedDatabaseId": {
          "type": "string"
        },
        "snapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "timezone": {
          "type": "string",
          "description": "Default is UTC\n"
        }
      },
      "type": "object",
      "required": [
        "databaseName",
        "databaseStatus",
        "dateCreated",
        "dateModified",
        "description",
        "id",
        "infos",
        "metric",
        "name",
        "parentDatabaseId",
        "parentLinkedDatabaseId",
        "snapshotId",
        "status",
        "timezone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneLinkedDatabaseInfo:getNdbClonesCloneLinkedDatabaseInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "cloned info\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "info",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneProperty:getNdbClonesCloneProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTag:getNdbClonesCloneTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachine:getNdbClonesCloneTimeMachine": {
      "properties": {
        "accessLevel": {
          "type": "string"
        },
        "clone": {
          "type": "boolean",
          "description": "clone or not\n"
        },
        "clones": {
          "type": "string",
          "description": "List of clones based on filters\n"
        },
        "clustered": {
          "type": "boolean",
          "description": "clustered or not\n"
        },
        "database": {
          "type": "string"
        },
        "databaseId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "eaStatus": {
          "type": "string"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "metric": {
          "type": "string",
          "description": "Metric of clone\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachineProperty:getNdbClonesCloneTimeMachineProperty"
          },
          "description": "properties of clone\n"
        },
        "scheduleId": {
          "type": "string"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachineSchedule:getNdbClonesCloneTimeMachineSchedule"
          }
        },
        "scope": {
          "type": "string"
        },
        "slaId": {
          "type": "string"
        },
        "slaUpdateInProgress": {
          "type": "boolean"
        },
        "slaUpdateMetadata": {
          "type": "string"
        },
        "slas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachineSla:getNdbClonesCloneTimeMachineSla"
          }
        },
        "sourceNxClusters": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachineTag:getNdbClonesCloneTimeMachineTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "type": {
          "type": "string",
          "description": "type\n"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "clone",
        "clones",
        "clustered",
        "database",
        "databaseId",
        "dateCreated",
        "dateModified",
        "description",
        "eaStatus",
        "id",
        "metric",
        "name",
        "properties",
        "scheduleId",
        "schedules",
        "scope",
        "slaId",
        "slaUpdateInProgress",
        "slaUpdateMetadata",
        "slas",
        "sourceNxClusters",
        "status",
        "tags",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachineProperty:getNdbClonesCloneTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachineSchedule:getNdbClonesCloneTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachineScheduleContinuousSchedule:getNdbClonesCloneTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachineScheduleDailySchedule:getNdbClonesCloneTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachineScheduleMonthlySchedule:getNdbClonesCloneTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachineScheduleQuartelySchedule:getNdbClonesCloneTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachineScheduleSnapshotTimeOfDay:getNdbClonesCloneTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string",
          "description": "time zone\n"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachineScheduleWeeklySchedule:getNdbClonesCloneTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClonesCloneTimeMachineScheduleYearlySchedule:getNdbClonesCloneTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "required": [
        "continuousSchedules",
        "dailySchedules",
        "dateCreated",
        "dateModified",
        "description",
        "globalPolicy",
        "id",
        "monthlySchedules",
        "name",
        "ownerId",
        "quartelySchedules",
        "referenceCount",
        "snapshotTimeOfDays",
        "startTime",
        "systemPolicy",
        "timeZone",
        "uniqueName",
        "weeklySchedules",
        "yearlySchedules"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachineScheduleContinuousSchedule:getNdbClonesCloneTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "enabled",
        "logBackupInterval",
        "snapshotsPerDay"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachineScheduleDailySchedule:getNdbClonesCloneTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachineScheduleMonthlySchedule:getNdbClonesCloneTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachineScheduleQuartelySchedule:getNdbClonesCloneTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "startMonth",
        "startMonthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachineScheduleSnapshotTimeOfDay:getNdbClonesCloneTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "extra",
        "hours",
        "minutes",
        "seconds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachineScheduleWeeklySchedule:getNdbClonesCloneTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfWeek",
        "dayOfWeekValue",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachineScheduleYearlySchedule:getNdbClonesCloneTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "month",
        "monthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachineSla:getNdbClonesCloneTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "description": {
          "type": "string",
          "description": "cloned description\n"
        },
        "id": {
          "type": "string",
          "description": "cloned id\n"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "cloned name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "continuousRetention",
        "currentActiveFrequency",
        "dailyRetention",
        "dateCreated",
        "dateModified",
        "description",
        "id",
        "monthlyRetention",
        "name",
        "ownerId",
        "pitrEnabled",
        "quarterlyRetention",
        "referenceCount",
        "systemSla",
        "uniqueName",
        "weeklyRetention",
        "yearlyRetention"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesCloneTimeMachineTag:getNdbClonesCloneTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClonesFilter:getNdbClonesFilter": {
      "properties": {
        "anyStatus": {
          "type": "string",
          "description": "Get entity(s) if it satisfies query criteria irrespective of status (retrieve even deleted). Default is false\n"
        },
        "detailed": {
          "type": "string",
          "description": "Load entities with complete details. Default is false\n"
        },
        "loadDbserverCluster": {
          "type": "string",
          "description": "Load cluster info. Default is false\n"
        },
        "orderByDbserverCluster": {
          "type": "string",
          "description": "Sorted by dbserver cluster. Default is false\n"
        },
        "orderByDbserverLogicalCluster": {
          "type": "string",
          "description": "Sorted by dbserver logical cluster.  Default is false\n"
        },
        "timezone": {
          "type": "string",
          "description": "Default is UTC\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/getNdbClusterEntityCount:getNdbClusterEntityCount": {
      "properties": {
        "dbServers": {
          "type": "integer"
        },
        "engineCounts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCount:getNdbClusterEntityCountEngineCount"
          }
        }
      },
      "type": "object",
      "required": [
        "dbServers",
        "engineCounts"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCount:getNdbClusterEntityCountEngineCount": {
      "properties": {
        "mariadbDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountMariadbDatabase:getNdbClusterEntityCountEngineCountMariadbDatabase"
          }
        },
        "mongodbDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountMongodbDatabase:getNdbClusterEntityCountEngineCountMongodbDatabase"
          }
        },
        "mysqlDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountMysqlDatabase:getNdbClusterEntityCountEngineCountMysqlDatabase"
          }
        },
        "oracleDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountOracleDatabase:getNdbClusterEntityCountEngineCountOracleDatabase"
          }
        },
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountPostgresDatabase:getNdbClusterEntityCountEngineCountPostgresDatabase"
          }
        },
        "saphanaDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountSaphanaDatabase:getNdbClusterEntityCountEngineCountSaphanaDatabase"
          }
        },
        "sqlserverDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountSqlserverDatabase:getNdbClusterEntityCountEngineCountSqlserverDatabase"
          }
        }
      },
      "type": "object",
      "required": [
        "mariadbDatabases",
        "mongodbDatabases",
        "mysqlDatabases",
        "oracleDatabases",
        "postgresDatabases",
        "saphanaDatabases",
        "sqlserverDatabases"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountMariadbDatabase:getNdbClusterEntityCountEngineCountMariadbDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountMariadbDatabaseProfile:getNdbClusterEntityCountEngineCountMariadbDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountMariadbDatabaseProfile:getNdbClusterEntityCountEngineCountMariadbDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountMongodbDatabase:getNdbClusterEntityCountEngineCountMongodbDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountMongodbDatabaseProfile:getNdbClusterEntityCountEngineCountMongodbDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountMongodbDatabaseProfile:getNdbClusterEntityCountEngineCountMongodbDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountMysqlDatabase:getNdbClusterEntityCountEngineCountMysqlDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountMysqlDatabaseProfile:getNdbClusterEntityCountEngineCountMysqlDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountMysqlDatabaseProfile:getNdbClusterEntityCountEngineCountMysqlDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountOracleDatabase:getNdbClusterEntityCountEngineCountOracleDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountOracleDatabaseProfile:getNdbClusterEntityCountEngineCountOracleDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountOracleDatabaseProfile:getNdbClusterEntityCountEngineCountOracleDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountPostgresDatabase:getNdbClusterEntityCountEngineCountPostgresDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountPostgresDatabaseProfile:getNdbClusterEntityCountEngineCountPostgresDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountPostgresDatabaseProfile:getNdbClusterEntityCountEngineCountPostgresDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountSaphanaDatabase:getNdbClusterEntityCountEngineCountSaphanaDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountSaphanaDatabaseProfile:getNdbClusterEntityCountEngineCountSaphanaDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountSaphanaDatabaseProfile:getNdbClusterEntityCountEngineCountSaphanaDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountSqlserverDatabase:getNdbClusterEntityCountEngineCountSqlserverDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClusterEntityCountEngineCountSqlserverDatabaseProfile:getNdbClusterEntityCountEngineCountSqlserverDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterEntityCountEngineCountSqlserverDatabaseProfile:getNdbClusterEntityCountEngineCountSqlserverDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterProperty:getNdbClusterProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "- description\n"
        },
        "name": {
          "type": "string",
          "description": "- name of cluster\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClusterResourceConfig:getNdbClusterResourceConfig": {
      "properties": {
        "memoryThresholdPercentage": {
          "type": "number"
        },
        "storageThresholdPercentage": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "memoryThresholdPercentage",
        "storageThresholdPercentage"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersCluster:getNdbClustersCluster": {
      "properties": {
        "cloudInfo": {
          "type": "string"
        },
        "cloudType": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "entityCounts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCount:getNdbClustersClusterEntityCount"
          }
        },
        "fqdns": {
          "type": "string"
        },
        "healthy": {
          "type": "boolean"
        },
        "hypervisorType": {
          "type": "string"
        },
        "hypervisorVersion": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "managementServerInfo": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "nxClusterUuid": {
          "type": "string"
        },
        "ownerId": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterProperty:getNdbClustersClusterProperty"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "resourceConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterResourceConfig:getNdbClustersClusterResourceConfig"
          }
        },
        "status": {
          "type": "string"
        },
        "uniqueName": {
          "type": "string"
        },
        "username": {
          "type": "string"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "cloudInfo",
        "cloudType",
        "dateCreated",
        "dateModified",
        "description",
        "entityCounts",
        "fqdns",
        "healthy",
        "hypervisorType",
        "hypervisorVersion",
        "id",
        "ipAddresses",
        "managementServerInfo",
        "name",
        "nxClusterUuid",
        "ownerId",
        "password",
        "properties",
        "referenceCount",
        "resourceConfigs",
        "status",
        "uniqueName",
        "username",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCount:getNdbClustersClusterEntityCount": {
      "properties": {
        "dbServers": {
          "type": "integer"
        },
        "engineCounts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCount:getNdbClustersClusterEntityCountEngineCount"
          }
        }
      },
      "type": "object",
      "required": [
        "dbServers",
        "engineCounts"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCount:getNdbClustersClusterEntityCountEngineCount": {
      "properties": {
        "mariadbDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountMariadbDatabase:getNdbClustersClusterEntityCountEngineCountMariadbDatabase"
          }
        },
        "mongodbDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountMongodbDatabase:getNdbClustersClusterEntityCountEngineCountMongodbDatabase"
          }
        },
        "mysqlDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountMysqlDatabase:getNdbClustersClusterEntityCountEngineCountMysqlDatabase"
          }
        },
        "oracleDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountOracleDatabase:getNdbClustersClusterEntityCountEngineCountOracleDatabase"
          }
        },
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountPostgresDatabase:getNdbClustersClusterEntityCountEngineCountPostgresDatabase"
          }
        },
        "saphanaDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountSaphanaDatabase:getNdbClustersClusterEntityCountEngineCountSaphanaDatabase"
          }
        },
        "sqlserverDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountSqlserverDatabase:getNdbClustersClusterEntityCountEngineCountSqlserverDatabase"
          }
        }
      },
      "type": "object",
      "required": [
        "mariadbDatabases",
        "mongodbDatabases",
        "mysqlDatabases",
        "oracleDatabases",
        "postgresDatabases",
        "saphanaDatabases",
        "sqlserverDatabases"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountMariadbDatabase:getNdbClustersClusterEntityCountEngineCountMariadbDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountMariadbDatabaseProfile:getNdbClustersClusterEntityCountEngineCountMariadbDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountMariadbDatabaseProfile:getNdbClustersClusterEntityCountEngineCountMariadbDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountMongodbDatabase:getNdbClustersClusterEntityCountEngineCountMongodbDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountMongodbDatabaseProfile:getNdbClustersClusterEntityCountEngineCountMongodbDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountMongodbDatabaseProfile:getNdbClustersClusterEntityCountEngineCountMongodbDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountMysqlDatabase:getNdbClustersClusterEntityCountEngineCountMysqlDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountMysqlDatabaseProfile:getNdbClustersClusterEntityCountEngineCountMysqlDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountMysqlDatabaseProfile:getNdbClustersClusterEntityCountEngineCountMysqlDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountOracleDatabase:getNdbClustersClusterEntityCountEngineCountOracleDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountOracleDatabaseProfile:getNdbClustersClusterEntityCountEngineCountOracleDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountOracleDatabaseProfile:getNdbClustersClusterEntityCountEngineCountOracleDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountPostgresDatabase:getNdbClustersClusterEntityCountEngineCountPostgresDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountPostgresDatabaseProfile:getNdbClustersClusterEntityCountEngineCountPostgresDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountPostgresDatabaseProfile:getNdbClustersClusterEntityCountEngineCountPostgresDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountSaphanaDatabase:getNdbClustersClusterEntityCountEngineCountSaphanaDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountSaphanaDatabaseProfile:getNdbClustersClusterEntityCountEngineCountSaphanaDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountSaphanaDatabaseProfile:getNdbClustersClusterEntityCountEngineCountSaphanaDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountSqlserverDatabase:getNdbClustersClusterEntityCountEngineCountSqlserverDatabase": {
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbClustersClusterEntityCountEngineCountSqlserverDatabaseProfile:getNdbClustersClusterEntityCountEngineCountSqlserverDatabaseProfile"
          }
        },
        "timeMachines": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "profiles",
        "timeMachines"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterEntityCountEngineCountSqlserverDatabaseProfile:getNdbClustersClusterEntityCountEngineCountSqlserverDatabaseProfile": {
      "properties": {
        "compute": {
          "type": "integer"
        },
        "databaseParameter": {
          "type": "integer"
        },
        "network": {
          "type": "integer"
        },
        "software": {
          "type": "integer"
        },
        "storage": {
          "type": "integer"
        },
        "windowsDomain": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "compute",
        "databaseParameter",
        "network",
        "software",
        "storage",
        "windowsDomain"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterProperty:getNdbClustersClusterProperty": {
      "properties": {
        "description": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbClustersClusterResourceConfig:getNdbClustersClusterResourceConfig": {
      "properties": {
        "memoryThresholdPercentage": {
          "type": "number"
        },
        "storageThresholdPercentage": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "memoryThresholdPercentage",
        "storageThresholdPercentage"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseDatabaseNode:getNdbDatabaseDatabaseNode": {
      "properties": {
        "accessLevel": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "databaseId": {
          "type": "string",
          "description": "ID of database instance\n"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "- creation date\n"
        },
        "dateModified": {
          "type": "string",
          "description": "- date modified\n"
        },
        "dbserver": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverId": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "- description\n"
        },
        "id": {
          "type": "string",
          "description": "- id of database instance\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseDatabaseNodeInfo:getNdbDatabaseDatabaseNodeInfo"
          },
          "description": "- info regarding disks, vm, storage, etc.\n"
        },
        "name": {
          "type": "string",
          "description": "- name of database instance\n"
        },
        "primary": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseDatabaseNodeProperty:getNdbDatabaseDatabaseNodeProperty"
          },
          "description": "- properties\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "protectionDomains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseDatabaseNodeProtectionDomain:getNdbDatabaseDatabaseNodeProtectionDomain"
          }
        },
        "softwareInstallationId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "- status of database instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseDatabaseNodeTag:getNdbDatabaseDatabaseNodeTag"
          },
          "description": "- tags attached\n"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "databaseId",
        "databaseStatus",
        "dateCreated",
        "dateModified",
        "dbserver",
        "dbserverId",
        "description",
        "id",
        "infos",
        "name",
        "primary",
        "properties",
        "protectionDomainId",
        "protectionDomains",
        "softwareInstallationId",
        "status",
        "tags"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseDatabaseNodeInfo:getNdbDatabaseDatabaseNodeInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- info regarding disks, vm, storage, etc.\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "info",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseDatabaseNodeProperty:getNdbDatabaseDatabaseNodeProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "- description\n"
        },
        "name": {
          "type": "string",
          "description": "- name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseDatabaseNodeProtectionDomain:getNdbDatabaseDatabaseNodeProtectionDomain": {
      "properties": {
        "assocEntities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "cloudId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "- creation date\n"
        },
        "dateModified": {
          "type": "string",
          "description": "- date modified\n"
        },
        "description": {
          "type": "string",
          "description": "- description\n"
        },
        "eraCreated": {
          "type": "boolean"
        },
        "id": {
          "type": "string",
          "description": "- id of database instance\n"
        },
        "name": {
          "type": "string",
          "description": "- name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "primaryHost": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseDatabaseNodeProtectionDomainProperty:getNdbDatabaseDatabaseNodeProtectionDomainProperty"
          },
          "description": "- properties\n"
        },
        "status": {
          "type": "string",
          "description": "- status of database instance\n"
        },
        "type": {
          "type": "string",
          "description": "- database engine type\n"
        }
      },
      "type": "object",
      "required": [
        "assocEntities",
        "cloudId",
        "dateCreated",
        "dateModified",
        "description",
        "eraCreated",
        "id",
        "name",
        "ownerId",
        "primaryHost",
        "properties",
        "status",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseDatabaseNodeProtectionDomainProperty:getNdbDatabaseDatabaseNodeProtectionDomainProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "- description\n"
        },
        "name": {
          "type": "string",
          "description": "- name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseDatabaseNodeTag:getNdbDatabaseDatabaseNodeTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseInfo:getNdbDatabaseInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseInfoBpgConfig:getNdbDatabaseInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgConfigs",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseInfoBpgConfig:getNdbDatabaseInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseInfoBpgConfigBpgDbParam:getNdbDatabaseInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseInfoBpgConfigStorage:getNdbDatabaseInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseInfoBpgConfigVmProperty:getNdbDatabaseInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgDbParams",
        "storages",
        "vmProperties"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseInfoBpgConfigBpgDbParam:getNdbDatabaseInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "effectiveCacheSize",
        "maintenanceWorkMem",
        "maxParallelWorkersPerGather",
        "maxWorkerProcesses",
        "sharedBuffers",
        "workMem"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseInfoBpgConfigStorage:getNdbDatabaseInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseInfoBpgConfigStorageArchiveStorage:getNdbDatabaseInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseInfoBpgConfigStorageDataDisk:getNdbDatabaseInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseInfoBpgConfigStorageLogDisk:getNdbDatabaseInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "required": [
        "archiveStorages",
        "dataDisks",
        "logDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseInfoBpgConfigStorageArchiveStorage:getNdbDatabaseInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseInfoBpgConfigStorageDataDisk:getNdbDatabaseInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseInfoBpgConfigStorageLogDisk:getNdbDatabaseInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseInfoBpgConfigVmProperty:getNdbDatabaseInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "dirtyBackgroundRatio",
        "dirtyExpireCentisecs",
        "dirtyRatio",
        "dirtyWritebackCentisecs",
        "nrHugepages",
        "overcommitMemory",
        "swappiness"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseLcmConfig:getNdbDatabaseLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseLcmConfigExpiryDetail:getNdbDatabaseLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseLcmConfigPostDeleteCommand:getNdbDatabaseLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseLcmConfigPreDeleteCommand:getNdbDatabaseLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseLcmConfigRefreshDetail:getNdbDatabaseLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "required": [
        "expiryDetails",
        "postDeleteCommands",
        "preDeleteCommands",
        "refreshDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseLcmConfigExpiryDetail:getNdbDatabaseLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "deleteDatabase",
        "deleteTimeMachine",
        "deleteVm",
        "effectiveTimestamp",
        "expireInDays",
        "expiryDateTimezone",
        "expiryTimestamp",
        "remindBeforeInDays",
        "userCreated"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseLcmConfigPostDeleteCommand:getNdbDatabaseLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseLcmConfigPreDeleteCommand:getNdbDatabaseLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseLcmConfigRefreshDetail:getNdbDatabaseLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "lastRefreshDate",
        "nextRefreshDate",
        "refreshDateTimezone",
        "refreshInDays",
        "refreshInHours",
        "refreshInMonths",
        "refreshTime"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseLinkedDatabase:getNdbDatabaseLinkedDatabase": {
      "properties": {
        "databaseName": {
          "type": "string",
          "description": "- database instance name\n"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "- creation date\n"
        },
        "dateModified": {
          "type": "string",
          "description": "- date modified\n"
        },
        "description": {
          "type": "string",
          "description": "- description\n"
        },
        "id": {
          "type": "string",
          "description": "- id of database instance\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseLinkedDatabaseInfo:getNdbDatabaseLinkedDatabaseInfo"
          },
          "description": "- info regarding disks, vm, storage, etc.\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- metrics\n"
        },
        "name": {
          "type": "string",
          "description": "- name of database instance\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "- parent database ID\n"
        },
        "parentLinkedDatabaseId": {
          "type": "string"
        },
        "snapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "- status of database instance\n"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "databaseName",
        "databaseStatus",
        "dateCreated",
        "dateModified",
        "description",
        "id",
        "infos",
        "metric",
        "name",
        "parentDatabaseId",
        "parentLinkedDatabaseId",
        "snapshotId",
        "status",
        "timezone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseLinkedDatabaseInfo:getNdbDatabaseLinkedDatabaseInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- info regarding disks, vm, storage, etc.\n"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "info",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseProperty:getNdbDatabaseProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "- description\n"
        },
        "name": {
          "type": "string",
          "description": "- name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTag:getNdbDatabaseTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachine:getNdbDatabaseTimeMachine": {
      "properties": {
        "accessLevel": {
          "type": "string"
        },
        "clone": {
          "type": "boolean",
          "description": "- if cloned\n"
        },
        "clones": {
          "type": "string"
        },
        "clustered": {
          "type": "boolean",
          "description": "- if clustered or not\n"
        },
        "database": {
          "type": "string"
        },
        "databaseId": {
          "type": "string",
          "description": "ID of database instance\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "- creation date\n"
        },
        "dateModified": {
          "type": "string",
          "description": "- date modified\n"
        },
        "description": {
          "type": "string",
          "description": "- description\n"
        },
        "eaStatus": {
          "type": "string"
        },
        "id": {
          "type": "string",
          "description": "- id of database instance\n"
        },
        "metric": {
          "type": "string",
          "description": "- metrics\n"
        },
        "name": {
          "type": "string",
          "description": "- name of database instance\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseTimeMachineProperty:getNdbDatabaseTimeMachineProperty"
          },
          "description": "- properties\n"
        },
        "scheduleId": {
          "type": "string"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseTimeMachineSchedule:getNdbDatabaseTimeMachineSchedule"
          }
        },
        "scope": {
          "type": "string"
        },
        "slaId": {
          "type": "string"
        },
        "slaUpdateInProgress": {
          "type": "boolean"
        },
        "slaUpdateMetadata": {
          "type": "string"
        },
        "slas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseTimeMachineSla:getNdbDatabaseTimeMachineSla"
          }
        },
        "sourceNxClusters": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "status": {
          "type": "string",
          "description": "- status of database instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseTimeMachineTag:getNdbDatabaseTimeMachineTag"
          },
          "description": "- tags attached\n"
        },
        "type": {
          "type": "string",
          "description": "- database engine type\n"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "clone",
        "clones",
        "clustered",
        "database",
        "databaseId",
        "dateCreated",
        "dateModified",
        "description",
        "eaStatus",
        "id",
        "metric",
        "name",
        "properties",
        "scheduleId",
        "schedules",
        "scope",
        "slaId",
        "slaUpdateInProgress",
        "slaUpdateMetadata",
        "slas",
        "sourceNxClusters",
        "status",
        "tags",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachineProperty:getNdbDatabaseTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "- description\n"
        },
        "name": {
          "type": "string",
          "description": "- name of database instance\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachineSchedule:getNdbDatabaseTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseTimeMachineScheduleContinuousSchedule:getNdbDatabaseTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseTimeMachineScheduleDailySchedule:getNdbDatabaseTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string",
          "description": "- creation date\n"
        },
        "dateModified": {
          "type": "string",
          "description": "- date modified\n"
        },
        "description": {
          "type": "string",
          "description": "- description\n"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string",
          "description": "- id of database instance\n"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseTimeMachineScheduleMonthlySchedule:getNdbDatabaseTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string",
          "description": "- name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseTimeMachineScheduleQuartelySchedule:getNdbDatabaseTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseTimeMachineScheduleSnapshotTimeOfDay:getNdbDatabaseTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string",
          "description": "- timezone\n"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseTimeMachineScheduleWeeklySchedule:getNdbDatabaseTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabaseTimeMachineScheduleYearlySchedule:getNdbDatabaseTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "required": [
        "continuousSchedules",
        "dailySchedules",
        "dateCreated",
        "dateModified",
        "description",
        "globalPolicy",
        "id",
        "monthlySchedules",
        "name",
        "ownerId",
        "quartelySchedules",
        "referenceCount",
        "snapshotTimeOfDays",
        "startTime",
        "systemPolicy",
        "timeZone",
        "uniqueName",
        "weeklySchedules",
        "yearlySchedules"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachineScheduleContinuousSchedule:getNdbDatabaseTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "enabled",
        "logBackupInterval",
        "snapshotsPerDay"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachineScheduleDailySchedule:getNdbDatabaseTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachineScheduleMonthlySchedule:getNdbDatabaseTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachineScheduleQuartelySchedule:getNdbDatabaseTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "startMonth",
        "startMonthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachineScheduleSnapshotTimeOfDay:getNdbDatabaseTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "extra",
        "hours",
        "minutes",
        "seconds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachineScheduleWeeklySchedule:getNdbDatabaseTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfWeek",
        "dayOfWeekValue",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachineScheduleYearlySchedule:getNdbDatabaseTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "month",
        "monthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachineSla:getNdbDatabaseTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string",
          "description": "- creation date\n"
        },
        "dateModified": {
          "type": "string",
          "description": "- date modified\n"
        },
        "description": {
          "type": "string",
          "description": "- description\n"
        },
        "id": {
          "type": "string",
          "description": "- id of database instance\n"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "- name of database instance\n"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "continuousRetention",
        "currentActiveFrequency",
        "dailyRetention",
        "dateCreated",
        "dateModified",
        "description",
        "id",
        "monthlyRetention",
        "name",
        "ownerId",
        "pitrEnabled",
        "quarterlyRetention",
        "referenceCount",
        "systemSla",
        "uniqueName",
        "weeklyRetention",
        "yearlyRetention"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabaseTimeMachineTag:getNdbDatabaseTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstance:getNdbDatabasesDatabaseInstance": {
      "properties": {
        "clone": {
          "type": "boolean"
        },
        "clustered": {
          "type": "boolean"
        },
        "databaseClusterType": {
          "type": "string"
        },
        "databaseName": {
          "type": "string"
        },
        "databaseNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceDatabaseNode:getNdbDatabasesDatabaseInstanceDatabaseNode"
          }
        },
        "databases": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "dbserverLogicalCluster": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverLogicalClusterId": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceInfo:getNdbDatabasesDatabaseInstanceInfo"
          }
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceLcmConfig:getNdbDatabasesDatabaseInstanceLcmConfig"
          }
        },
        "linkedDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceLinkedDatabase:getNdbDatabasesDatabaseInstanceLinkedDatabase"
          }
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceMetadata:getNdbDatabasesDatabaseInstanceMetadata"
          }
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string"
        },
        "parentDatabaseId": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceProperty:getNdbDatabasesDatabaseInstanceProperty"
          },
          "description": "List of all the properties\n"
        },
        "status": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTag:getNdbDatabasesDatabaseInstanceTag"
          }
        },
        "timeMachineId": {
          "type": "string"
        },
        "timeMachines": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachine:getNdbDatabasesDatabaseInstanceTimeMachine"
          }
        },
        "timeZone": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "clone",
        "clustered",
        "databaseClusterType",
        "databaseName",
        "databaseNodes",
        "databases",
        "dateCreated",
        "dateModified",
        "dbserverLogicalCluster",
        "dbserverLogicalClusterId",
        "description",
        "id",
        "infos",
        "lcmConfigs",
        "linkedDatabases",
        "metadatas",
        "metric",
        "name",
        "parentDatabaseId",
        "properties",
        "status",
        "tags",
        "timeMachineId",
        "timeMachines",
        "timeZone",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceDatabaseNode:getNdbDatabasesDatabaseInstanceDatabaseNode": {
      "properties": {
        "accessLevel": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "databaseId": {
          "type": "string"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "dbserver": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverId": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceDatabaseNodeInfo:getNdbDatabasesDatabaseInstanceDatabaseNodeInfo"
          }
        },
        "name": {
          "type": "string"
        },
        "primary": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceDatabaseNodeProperty:getNdbDatabasesDatabaseInstanceDatabaseNodeProperty"
          },
          "description": "List of all the properties\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "protectionDomains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceDatabaseNodeProtectionDomain:getNdbDatabasesDatabaseInstanceDatabaseNodeProtectionDomain"
          }
        },
        "softwareInstallationId": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceDatabaseNodeTag:getNdbDatabasesDatabaseInstanceDatabaseNodeTag"
          }
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "databaseId",
        "databaseStatus",
        "dateCreated",
        "dateModified",
        "dbserver",
        "dbserverId",
        "description",
        "id",
        "infos",
        "name",
        "primary",
        "properties",
        "protectionDomainId",
        "protectionDomains",
        "softwareInstallationId",
        "status",
        "tags"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceDatabaseNodeInfo:getNdbDatabasesDatabaseInstanceDatabaseNodeInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "info",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceDatabaseNodeProperty:getNdbDatabasesDatabaseInstanceDatabaseNodeProperty": {
      "properties": {
        "description": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceDatabaseNodeProtectionDomain:getNdbDatabasesDatabaseInstanceDatabaseNodeProtectionDomain": {
      "properties": {
        "assocEntities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "cloudId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "eraCreated": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "ownerId": {
          "type": "string"
        },
        "primaryHost": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceDatabaseNodeProtectionDomainProperty:getNdbDatabasesDatabaseInstanceDatabaseNodeProtectionDomainProperty"
          },
          "description": "List of all the properties\n"
        },
        "status": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "assocEntities",
        "cloudId",
        "dateCreated",
        "dateModified",
        "description",
        "eraCreated",
        "id",
        "name",
        "ownerId",
        "primaryHost",
        "properties",
        "status",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceDatabaseNodeProtectionDomainProperty:getNdbDatabasesDatabaseInstanceDatabaseNodeProtectionDomainProperty": {
      "properties": {
        "description": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceDatabaseNodeTag:getNdbDatabasesDatabaseInstanceDatabaseNodeTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceInfo:getNdbDatabasesDatabaseInstanceInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceInfoBpgConfig:getNdbDatabasesDatabaseInstanceInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgConfigs",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceInfoBpgConfig:getNdbDatabasesDatabaseInstanceInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceInfoBpgConfigBpgDbParam:getNdbDatabasesDatabaseInstanceInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceInfoBpgConfigStorage:getNdbDatabasesDatabaseInstanceInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceInfoBpgConfigVmProperty:getNdbDatabasesDatabaseInstanceInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgDbParams",
        "storages",
        "vmProperties"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceInfoBpgConfigBpgDbParam:getNdbDatabasesDatabaseInstanceInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "effectiveCacheSize",
        "maintenanceWorkMem",
        "maxParallelWorkersPerGather",
        "maxWorkerProcesses",
        "sharedBuffers",
        "workMem"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceInfoBpgConfigStorage:getNdbDatabasesDatabaseInstanceInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceInfoBpgConfigStorageArchiveStorage:getNdbDatabasesDatabaseInstanceInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceInfoBpgConfigStorageDataDisk:getNdbDatabasesDatabaseInstanceInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceInfoBpgConfigStorageLogDisk:getNdbDatabasesDatabaseInstanceInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "required": [
        "archiveStorages",
        "dataDisks",
        "logDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceInfoBpgConfigStorageArchiveStorage:getNdbDatabasesDatabaseInstanceInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceInfoBpgConfigStorageDataDisk:getNdbDatabasesDatabaseInstanceInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceInfoBpgConfigStorageLogDisk:getNdbDatabasesDatabaseInstanceInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceInfoBpgConfigVmProperty:getNdbDatabasesDatabaseInstanceInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "dirtyBackgroundRatio",
        "dirtyExpireCentisecs",
        "dirtyRatio",
        "dirtyWritebackCentisecs",
        "nrHugepages",
        "overcommitMemory",
        "swappiness"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceLcmConfig:getNdbDatabasesDatabaseInstanceLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceLcmConfigExpiryDetail:getNdbDatabasesDatabaseInstanceLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceLcmConfigPostDeleteCommand:getNdbDatabasesDatabaseInstanceLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceLcmConfigPreDeleteCommand:getNdbDatabasesDatabaseInstanceLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceLcmConfigRefreshDetail:getNdbDatabasesDatabaseInstanceLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "required": [
        "expiryDetails",
        "postDeleteCommands",
        "preDeleteCommands",
        "refreshDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceLcmConfigExpiryDetail:getNdbDatabasesDatabaseInstanceLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "deleteDatabase",
        "deleteTimeMachine",
        "deleteVm",
        "effectiveTimestamp",
        "expireInDays",
        "expiryDateTimezone",
        "expiryTimestamp",
        "remindBeforeInDays",
        "userCreated"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceLcmConfigPostDeleteCommand:getNdbDatabasesDatabaseInstanceLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceLcmConfigPreDeleteCommand:getNdbDatabasesDatabaseInstanceLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceLcmConfigRefreshDetail:getNdbDatabasesDatabaseInstanceLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "lastRefreshDate",
        "nextRefreshDate",
        "refreshDateTimezone",
        "refreshInDays",
        "refreshInHours",
        "refreshInMonths",
        "refreshTime"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceLinkedDatabase:getNdbDatabasesDatabaseInstanceLinkedDatabase": {
      "properties": {
        "databaseName": {
          "type": "string"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceLinkedDatabaseInfo:getNdbDatabasesDatabaseInstanceLinkedDatabaseInfo"
          }
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string"
        },
        "parentDatabaseId": {
          "type": "string"
        },
        "parentLinkedDatabaseId": {
          "type": "string"
        },
        "snapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "databaseName",
        "databaseStatus",
        "dateCreated",
        "dateModified",
        "description",
        "id",
        "infos",
        "metric",
        "name",
        "parentDatabaseId",
        "parentLinkedDatabaseId",
        "snapshotId",
        "status",
        "timezone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceLinkedDatabaseInfo:getNdbDatabasesDatabaseInstanceLinkedDatabaseInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "info",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceMetadata:getNdbDatabasesDatabaseInstanceMetadata": {
      "properties": {
        "baseSizeComputed": {
          "type": "boolean"
        },
        "capabilityResetTime": {
          "type": "string"
        },
        "createdDbservers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "deregisterInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceMetadataDeregisterInfo:getNdbDatabasesDatabaseInstanceMetadataDeregisterInfo"
          }
        },
        "deregisteredWithDeleteTimeMachine": {
          "type": "boolean"
        },
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "lastLogCatchupForRestoreOperationId": {
          "type": "string"
        },
        "lastRefreshTimestamp": {
          "type": "string"
        },
        "lastRequestedRefreshTimestamp": {
          "type": "string"
        },
        "logCatchupForRestoreDispatched": {
          "type": "boolean"
        },
        "originalDatabaseName": {
          "type": "string"
        },
        "pitrBased": {
          "type": "boolean"
        },
        "provisionOperationId": {
          "type": "string"
        },
        "refreshBlockerInfo": {
          "type": "string"
        },
        "registeredDbservers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "sourceSnapshotId": {
          "type": "string"
        },
        "stateBeforeRefresh": {
          "type": "string"
        },
        "stateBeforeRestore": {
          "type": "string"
        },
        "stateBeforeScaling": {
          "type": "string"
        },
        "tmActivateOperationId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "baseSizeComputed",
        "capabilityResetTime",
        "createdDbservers",
        "deregisterInfos",
        "deregisteredWithDeleteTimeMachine",
        "info",
        "lastLogCatchupForRestoreOperationId",
        "lastRefreshTimestamp",
        "lastRequestedRefreshTimestamp",
        "logCatchupForRestoreDispatched",
        "originalDatabaseName",
        "pitrBased",
        "provisionOperationId",
        "refreshBlockerInfo",
        "registeredDbservers",
        "secureInfo",
        "sourceSnapshotId",
        "stateBeforeRefresh",
        "stateBeforeRestore",
        "stateBeforeScaling",
        "tmActivateOperationId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceMetadataDeregisterInfo:getNdbDatabasesDatabaseInstanceMetadataDeregisterInfo": {
      "properties": {
        "message": {
          "type": "string"
        },
        "operations": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "message",
        "operations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceProperty:getNdbDatabasesDatabaseInstanceProperty": {
      "properties": {
        "description": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTag:getNdbDatabasesDatabaseInstanceTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachine:getNdbDatabasesDatabaseInstanceTimeMachine": {
      "properties": {
        "accessLevel": {
          "type": "string"
        },
        "clone": {
          "type": "boolean"
        },
        "clones": {
          "type": "string"
        },
        "clustered": {
          "type": "boolean"
        },
        "database": {
          "type": "string"
        },
        "databaseId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "eaStatus": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "metric": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachineProperty:getNdbDatabasesDatabaseInstanceTimeMachineProperty"
          },
          "description": "List of all the properties\n"
        },
        "scheduleId": {
          "type": "string"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachineSchedule:getNdbDatabasesDatabaseInstanceTimeMachineSchedule"
          }
        },
        "scope": {
          "type": "string"
        },
        "slaId": {
          "type": "string"
        },
        "slaUpdateInProgress": {
          "type": "boolean"
        },
        "slaUpdateMetadata": {
          "type": "string"
        },
        "slas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachineSla:getNdbDatabasesDatabaseInstanceTimeMachineSla"
          }
        },
        "sourceNxClusters": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "status": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachineTag:getNdbDatabasesDatabaseInstanceTimeMachineTag"
          }
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "clone",
        "clones",
        "clustered",
        "database",
        "databaseId",
        "dateCreated",
        "dateModified",
        "description",
        "eaStatus",
        "id",
        "metric",
        "name",
        "properties",
        "scheduleId",
        "schedules",
        "scope",
        "slaId",
        "slaUpdateInProgress",
        "slaUpdateMetadata",
        "slas",
        "sourceNxClusters",
        "status",
        "tags",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachineProperty:getNdbDatabasesDatabaseInstanceTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachineSchedule:getNdbDatabasesDatabaseInstanceTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachineScheduleContinuousSchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachineScheduleDailySchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachineScheduleMonthlySchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachineScheduleQuartelySchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachineScheduleSnapshotTimeOfDay:getNdbDatabasesDatabaseInstanceTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachineScheduleWeeklySchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDatabasesDatabaseInstanceTimeMachineScheduleYearlySchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "required": [
        "continuousSchedules",
        "dailySchedules",
        "dateCreated",
        "dateModified",
        "description",
        "globalPolicy",
        "id",
        "monthlySchedules",
        "name",
        "ownerId",
        "quartelySchedules",
        "referenceCount",
        "snapshotTimeOfDays",
        "startTime",
        "systemPolicy",
        "timeZone",
        "uniqueName",
        "weeklySchedules",
        "yearlySchedules"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachineScheduleContinuousSchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "enabled",
        "logBackupInterval",
        "snapshotsPerDay"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachineScheduleDailySchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachineScheduleMonthlySchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachineScheduleQuartelySchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "startMonth",
        "startMonthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachineScheduleSnapshotTimeOfDay:getNdbDatabasesDatabaseInstanceTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "extra",
        "hours",
        "minutes",
        "seconds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachineScheduleWeeklySchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfWeek",
        "dayOfWeekValue",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachineScheduleYearlySchedule:getNdbDatabasesDatabaseInstanceTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "month",
        "monthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachineSla:getNdbDatabasesDatabaseInstanceTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "continuousRetention",
        "currentActiveFrequency",
        "dailyRetention",
        "dateCreated",
        "dateModified",
        "description",
        "id",
        "monthlyRetention",
        "name",
        "ownerId",
        "pitrEnabled",
        "quarterlyRetention",
        "referenceCount",
        "systemSla",
        "uniqueName",
        "weeklyRetention",
        "yearlyRetention"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDatabasesDatabaseInstanceTimeMachineTag:getNdbDatabasesDatabaseInstanceTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverProperty:getNdbDbserverProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "name of database server vm\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverTag:getNdbDbserverTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfo:getNdbDbserverVmInfo": {
      "properties": {
        "deregisterInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserverVmInfoDeregisterInfo:getNdbDbserverVmInfoDeregisterInfo"
          }
        },
        "distribution": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserverVmInfoInfo:getNdbDbserverVmInfoInfo"
          }
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserverVmInfoNetworkInfo:getNdbDbserverVmInfoNetworkInfo"
          }
        },
        "osType": {
          "type": "string"
        },
        "osVersion": {
          "type": "string"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "deregisterInfos",
        "distribution",
        "infos",
        "networkInfos",
        "osType",
        "osVersion",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfoDeregisterInfo:getNdbDbserverVmInfoDeregisterInfo": {
      "properties": {
        "message": {
          "type": "string"
        },
        "operations": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "message",
        "operations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfoInfo:getNdbDbserverVmInfoInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserverVmInfoInfoBpgConfig:getNdbDbserverVmInfoInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgConfigs",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfoInfoBpgConfig:getNdbDbserverVmInfoInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserverVmInfoInfoBpgConfigBpgDbParam:getNdbDbserverVmInfoInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserverVmInfoInfoBpgConfigStorage:getNdbDbserverVmInfoInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserverVmInfoInfoBpgConfigVmProperty:getNdbDbserverVmInfoInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgDbParams",
        "storages",
        "vmProperties"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfoInfoBpgConfigBpgDbParam:getNdbDbserverVmInfoInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "effectiveCacheSize",
        "maintenanceWorkMem",
        "maxParallelWorkersPerGather",
        "maxWorkerProcesses",
        "sharedBuffers",
        "workMem"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfoInfoBpgConfigStorage:getNdbDbserverVmInfoInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserverVmInfoInfoBpgConfigStorageArchiveStorage:getNdbDbserverVmInfoInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserverVmInfoInfoBpgConfigStorageDataDisk:getNdbDbserverVmInfoInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserverVmInfoInfoBpgConfigStorageLogDisk:getNdbDbserverVmInfoInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "required": [
        "archiveStorages",
        "dataDisks",
        "logDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfoInfoBpgConfigStorageArchiveStorage:getNdbDbserverVmInfoInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfoInfoBpgConfigStorageDataDisk:getNdbDbserverVmInfoInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfoInfoBpgConfigStorageLogDisk:getNdbDbserverVmInfoInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfoInfoBpgConfigVmProperty:getNdbDbserverVmInfoInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "dirtyBackgroundRatio",
        "dirtyExpireCentisecs",
        "dirtyRatio",
        "dirtyWritebackCentisecs",
        "nrHugepages",
        "overcommitMemory",
        "swappiness"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfoNetworkInfo:getNdbDbserverVmInfoNetworkInfo": {
      "properties": {
        "accessInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserverVmInfoNetworkInfoAccessInfo:getNdbDbserverVmInfoNetworkInfoAccessInfo"
          }
        },
        "defaultGatewayDevice": {
          "type": "boolean"
        },
        "deviceName": {
          "type": "string"
        },
        "eraConfigured": {
          "type": "boolean"
        },
        "flags": {
          "type": "string"
        },
        "gateway": {
          "type": "string"
        },
        "hostname": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "IP addresses of the dbserver vm\n"
        },
        "macAddress": {
          "type": "string"
        },
        "mtu": {
          "type": "string"
        },
        "subnetMask": {
          "type": "string"
        },
        "vlanName": {
          "type": "string"
        },
        "vlanType": {
          "type": "string"
        },
        "vlanUuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "accessInfos",
        "defaultGatewayDevice",
        "deviceName",
        "eraConfigured",
        "flags",
        "gateway",
        "hostname",
        "ipAddresses",
        "macAddress",
        "mtu",
        "subnetMask",
        "vlanName",
        "vlanType",
        "vlanUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserverVmInfoNetworkInfoAccessInfo:getNdbDbserverVmInfoNetworkInfoAccessInfo": {
      "properties": {
        "accessType": {
          "type": "string"
        },
        "destinationSubnet": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "accessType",
        "destinationSubnet"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserver:getNdbDbserversDbserver": {
      "properties": {
        "accessKeyId": {
          "type": "string",
          "description": "access key id of dbserver vm\n"
        },
        "accessLevel": {
          "type": "string",
          "description": "access level\n"
        },
        "associatedTimeMachineIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "associated time machines ids\n"
        },
        "clientId": {
          "type": "string",
          "description": "client id\n"
        },
        "clustered": {
          "type": "boolean",
          "description": "clustered or not\n"
        },
        "databaseType": {
          "type": "string",
          "description": "database type\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created of db server vm\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified of db server vm\n"
        },
        "dbserverInvalidEaState": {
          "type": "boolean",
          "description": "dbserver invalid ea state\n"
        },
        "description": {
          "type": "string",
          "description": "description of db server vm\n"
        },
        "eraDriveId": {
          "type": "string",
          "description": "era drive id\n"
        },
        "eraVersion": {
          "type": "string",
          "description": "era version\n"
        },
        "fqdns": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "IP addresses of the dbserver vm\n"
        },
        "isServerDriven": {
          "type": "boolean",
          "description": "is server down or not\n"
        },
        "macAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Mac addresses of dbserver vm\n"
        },
        "name": {
          "type": "string",
          "description": "name of dbserver vm\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverProperty:getNdbDbserversDbserverProperty"
          },
          "description": "properties of db server vm\n"
        },
        "protectionDomainId": {
          "type": "string",
          "description": "protection domain id\n"
        },
        "queryCount": {
          "type": "integer",
          "description": "query count\n"
        },
        "status": {
          "type": "string",
          "description": "Status of Dbserver . Active or not.\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverTag:getNdbDbserversDbserverTag"
          },
          "description": "tags for db server vm\n"
        },
        "type": {
          "type": "string",
          "description": "Type of entity. i.e. Dbserver\n"
        },
        "validDiagnosticBundleState": {
          "type": "boolean",
          "description": "valid diagnostic bundle state\n"
        },
        "vmClusterUuid": {
          "type": "string",
          "description": "clusetr uuid for dbserver vm\n"
        },
        "vmInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfo:getNdbDbserversDbserverVmInfo"
          },
          "description": "info of dbserver vm\n"
        },
        "vmTimezone": {
          "type": "string",
          "description": "timezone of dbserver vm\n"
        },
        "windowsDbServer": {
          "type": "boolean",
          "description": "window db server\n"
        },
        "workingDirectory": {
          "type": "string",
          "description": "working directory of db server vm\n"
        }
      },
      "type": "object",
      "required": [
        "accessKeyId",
        "accessLevel",
        "associatedTimeMachineIds",
        "clientId",
        "clustered",
        "databaseType",
        "dateCreated",
        "dateModified",
        "dbserverInvalidEaState",
        "description",
        "eraDriveId",
        "eraVersion",
        "fqdns",
        "id",
        "ipAddresses",
        "isServerDriven",
        "macAddresses",
        "name",
        "properties",
        "protectionDomainId",
        "queryCount",
        "status",
        "tags",
        "type",
        "validDiagnosticBundleState",
        "vmClusterUuid",
        "vmInfos",
        "vmTimezone",
        "windowsDbServer",
        "workingDirectory"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverProperty:getNdbDbserversDbserverProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "name of dbserver vm\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverTag:getNdbDbserversDbserverTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfo:getNdbDbserversDbserverVmInfo": {
      "properties": {
        "deregisterInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfoDeregisterInfo:getNdbDbserversDbserverVmInfoDeregisterInfo"
          }
        },
        "distribution": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfoInfo:getNdbDbserversDbserverVmInfoInfo"
          }
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfoNetworkInfo:getNdbDbserversDbserverVmInfoNetworkInfo"
          }
        },
        "osType": {
          "type": "string"
        },
        "osVersion": {
          "type": "string"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "deregisterInfos",
        "distribution",
        "infos",
        "networkInfos",
        "osType",
        "osVersion",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfoDeregisterInfo:getNdbDbserversDbserverVmInfoDeregisterInfo": {
      "properties": {
        "message": {
          "type": "string"
        },
        "operations": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "message",
        "operations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfoInfo:getNdbDbserversDbserverVmInfoInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfoInfoBpgConfig:getNdbDbserversDbserverVmInfoInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgConfigs",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfoInfoBpgConfig:getNdbDbserversDbserverVmInfoInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfoInfoBpgConfigBpgDbParam:getNdbDbserversDbserverVmInfoInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfoInfoBpgConfigStorage:getNdbDbserversDbserverVmInfoInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfoInfoBpgConfigVmProperty:getNdbDbserversDbserverVmInfoInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgDbParams",
        "storages",
        "vmProperties"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfoInfoBpgConfigBpgDbParam:getNdbDbserversDbserverVmInfoInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "effectiveCacheSize",
        "maintenanceWorkMem",
        "maxParallelWorkersPerGather",
        "maxWorkerProcesses",
        "sharedBuffers",
        "workMem"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfoInfoBpgConfigStorage:getNdbDbserversDbserverVmInfoInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfoInfoBpgConfigStorageArchiveStorage:getNdbDbserversDbserverVmInfoInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfoInfoBpgConfigStorageDataDisk:getNdbDbserversDbserverVmInfoInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfoInfoBpgConfigStorageLogDisk:getNdbDbserversDbserverVmInfoInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "required": [
        "archiveStorages",
        "dataDisks",
        "logDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfoInfoBpgConfigStorageArchiveStorage:getNdbDbserversDbserverVmInfoInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfoInfoBpgConfigStorageDataDisk:getNdbDbserversDbserverVmInfoInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfoInfoBpgConfigStorageLogDisk:getNdbDbserversDbserverVmInfoInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfoInfoBpgConfigVmProperty:getNdbDbserversDbserverVmInfoInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "dirtyBackgroundRatio",
        "dirtyExpireCentisecs",
        "dirtyRatio",
        "dirtyWritebackCentisecs",
        "nrHugepages",
        "overcommitMemory",
        "swappiness"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfoNetworkInfo:getNdbDbserversDbserverVmInfoNetworkInfo": {
      "properties": {
        "accessInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbDbserversDbserverVmInfoNetworkInfoAccessInfo:getNdbDbserversDbserverVmInfoNetworkInfoAccessInfo"
          }
        },
        "defaultGatewayDevice": {
          "type": "boolean"
        },
        "deviceName": {
          "type": "string"
        },
        "eraConfigured": {
          "type": "boolean"
        },
        "flags": {
          "type": "string"
        },
        "gateway": {
          "type": "string"
        },
        "hostname": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "IP addresses of the dbserver vm\n"
        },
        "macAddress": {
          "type": "string"
        },
        "mtu": {
          "type": "string"
        },
        "subnetMask": {
          "type": "string"
        },
        "vlanName": {
          "type": "string"
        },
        "vlanType": {
          "type": "string"
        },
        "vlanUuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "accessInfos",
        "defaultGatewayDevice",
        "deviceName",
        "eraConfigured",
        "flags",
        "gateway",
        "hostname",
        "ipAddresses",
        "macAddress",
        "mtu",
        "subnetMask",
        "vlanName",
        "vlanType",
        "vlanUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbDbserversDbserverVmInfoNetworkInfoAccessInfo:getNdbDbserversDbserverVmInfoNetworkInfoAccessInfo": {
      "properties": {
        "accessType": {
          "type": "string"
        },
        "destinationSubnet": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "accessType",
        "destinationSubnet"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowEntityTaskAssoc:getNdbMaintenanceWindowEntityTaskAssoc": {
      "properties": {
        "accessLevel": {
          "type": "string",
          "description": "access level\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "created date of maintenance window\n"
        },
        "dateModified": {
          "type": "string",
          "description": "modified date of maintenance window\n"
        },
        "description": {
          "type": "string",
          "description": "description of maintenance window\n"
        },
        "entity": {
          "type": "string"
        },
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "id": {
          "type": "string",
          "description": "Maintenance window id.\n"
        },
        "maintenanceWindowId": {
          "type": "string"
        },
        "maintenanceWindowOwnerId": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "name of maintenance window\n"
        },
        "ownerId": {
          "type": "string",
          "description": "owner id of maintenance window\n"
        },
        "payloads": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowEntityTaskAssocPayload:getNdbMaintenanceWindowEntityTaskAssocPayload"
          }
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowEntityTaskAssocProperty:getNdbMaintenanceWindowEntityTaskAssocProperty"
          },
          "description": "properties of maintenance window\n"
        },
        "status": {
          "type": "string",
          "description": "status of maintennace window\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowEntityTaskAssocTag:getNdbMaintenanceWindowEntityTaskAssocTag"
          },
          "description": "tags of maintenance window\n"
        },
        "taskType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "dateCreated",
        "dateModified",
        "description",
        "entity",
        "entityId",
        "entityType",
        "id",
        "maintenanceWindowId",
        "maintenanceWindowOwnerId",
        "name",
        "ownerId",
        "payloads",
        "properties",
        "status",
        "tags",
        "taskType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowEntityTaskAssocPayload:getNdbMaintenanceWindowEntityTaskAssocPayload": {
      "properties": {
        "prePostCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowEntityTaskAssocPayloadPrePostCommand:getNdbMaintenanceWindowEntityTaskAssocPayloadPrePostCommand"
          }
        }
      },
      "type": "object",
      "required": [
        "prePostCommands"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowEntityTaskAssocPayloadPrePostCommand:getNdbMaintenanceWindowEntityTaskAssocPayloadPrePostCommand": {
      "properties": {
        "postCommand": {
          "type": "string"
        },
        "preCommand": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "postCommand",
        "preCommand"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowEntityTaskAssocProperty:getNdbMaintenanceWindowEntityTaskAssocProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "name of maintenance window\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowEntityTaskAssocTag:getNdbMaintenanceWindowEntityTaskAssocTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowProperty:getNdbMaintenanceWindowProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "name of maintenance window\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowSchedule:getNdbMaintenanceWindowSchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "duration": {
          "type": "integer"
        },
        "hour": {
          "type": "integer"
        },
        "minute": {
          "type": "integer"
        },
        "recurrence": {
          "type": "string"
        },
        "startTime": {
          "type": "string"
        },
        "threshold": {
          "type": "string"
        },
        "timezone": {
          "type": "string",
          "description": "timezone\n"
        },
        "weekOfMonth": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "dayOfWeek",
        "duration",
        "hour",
        "minute",
        "recurrence",
        "threshold",
        "timezone",
        "weekOfMonth"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowTag:getNdbMaintenanceWindowTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowsMaintenanceWindow:getNdbMaintenanceWindowsMaintenanceWindow": {
      "properties": {
        "accessLevel": {
          "type": "string",
          "description": "access level\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "created date of maintenance window\n"
        },
        "dateModified": {
          "type": "string",
          "description": "modified date of maintenance window\n"
        },
        "description": {
          "type": "string",
          "description": "description of maintenance window\n"
        },
        "entityTaskAssocs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssoc:getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssoc"
          },
          "description": "entity task association for maintenance window\n"
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "name of maintenance window\n"
        },
        "nextRunTime": {
          "type": "string",
          "description": "next run time for maintenance window to trigger\n"
        },
        "ownerId": {
          "type": "string",
          "description": "owner id of maintenance window\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowsMaintenanceWindowProperty:getNdbMaintenanceWindowsMaintenanceWindowProperty"
          },
          "description": "properties of maintenance window\n"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowsMaintenanceWindowSchedule:getNdbMaintenanceWindowsMaintenanceWindowSchedule"
          },
          "description": "schedule of maintenance window\n"
        },
        "status": {
          "type": "string",
          "description": "status of maintennace window\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowsMaintenanceWindowTag:getNdbMaintenanceWindowsMaintenanceWindowTag"
          },
          "description": "tags of maintenance window\n"
        },
        "timezone": {
          "type": "string",
          "description": "timezone\n"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "dateCreated",
        "dateModified",
        "description",
        "entityTaskAssocs",
        "id",
        "name",
        "nextRunTime",
        "ownerId",
        "properties",
        "schedules",
        "status",
        "tags",
        "timezone"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssoc:getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssoc": {
      "properties": {
        "accessLevel": {
          "type": "string",
          "description": "access level\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "created date of maintenance window\n"
        },
        "dateModified": {
          "type": "string",
          "description": "modified date of maintenance window\n"
        },
        "description": {
          "type": "string",
          "description": "description of maintenance window\n"
        },
        "entity": {
          "type": "string"
        },
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "maintenanceWindowId": {
          "type": "string"
        },
        "maintenanceWindowOwnerId": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "name of maintenance window\n"
        },
        "ownerId": {
          "type": "string",
          "description": "owner id of maintenance window\n"
        },
        "payloads": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocPayload:getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocPayload"
          }
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocProperty:getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocProperty"
          },
          "description": "properties of maintenance window\n"
        },
        "status": {
          "type": "string",
          "description": "status of maintennace window\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocTag:getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocTag"
          },
          "description": "tags of maintenance window\n"
        },
        "taskType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "dateCreated",
        "dateModified",
        "description",
        "entity",
        "entityId",
        "entityType",
        "id",
        "maintenanceWindowId",
        "maintenanceWindowOwnerId",
        "name",
        "ownerId",
        "payloads",
        "properties",
        "status",
        "tags",
        "taskType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocPayload:getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocPayload": {
      "properties": {
        "prePostCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocPayloadPrePostCommand:getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocPayloadPrePostCommand"
          }
        }
      },
      "type": "object",
      "required": [
        "prePostCommands"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocPayloadPrePostCommand:getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocPayloadPrePostCommand": {
      "properties": {
        "postCommand": {
          "type": "string"
        },
        "preCommand": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "postCommand",
        "preCommand"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocProperty:getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "name of maintenance window\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocTag:getNdbMaintenanceWindowsMaintenanceWindowEntityTaskAssocTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowsMaintenanceWindowProperty:getNdbMaintenanceWindowsMaintenanceWindowProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "name of maintenance window\n"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowsMaintenanceWindowSchedule:getNdbMaintenanceWindowsMaintenanceWindowSchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "duration": {
          "type": "integer"
        },
        "hour": {
          "type": "integer"
        },
        "minute": {
          "type": "integer"
        },
        "recurrence": {
          "type": "string"
        },
        "startTime": {
          "type": "string"
        },
        "threshold": {
          "type": "string"
        },
        "timezone": {
          "type": "string",
          "description": "timezone\n"
        },
        "weekOfMonth": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "dayOfWeek",
        "duration",
        "hour",
        "minute",
        "recurrence",
        "threshold",
        "timezone",
        "weekOfMonth"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbMaintenanceWindowsMaintenanceWindowTag:getNdbMaintenanceWindowsMaintenanceWindowTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworkAvailableIpsAvailableIp:getNdbNetworkAvailableIpsAvailableIp": {
      "properties": {
        "clusterId": {
          "type": "string",
          "description": "cluster id\n"
        },
        "clusterName": {
          "type": "string",
          "description": "cluster name\n"
        },
        "id": {
          "type": "string",
          "description": "network profile id\n"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "list of available ips in network\n"
        },
        "managed": {
          "type": "boolean",
          "description": "managed by ndb or not\n"
        },
        "name": {
          "type": "string",
          "description": "Network Name\n"
        },
        "propertyName": {
          "type": "string",
          "description": "property name of vlan\n"
        },
        "type": {
          "type": "string",
          "description": "type of network\n"
        }
      },
      "type": "object",
      "required": [
        "clusterId",
        "clusterName",
        "id",
        "ipAddresses",
        "managed",
        "name",
        "propertyName",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworkIpAddress:getNdbNetworkIpAddress": {
      "properties": {
        "dbserverId": {
          "type": "string",
          "description": "dbserver id\n"
        },
        "dbserverName": {
          "type": "string",
          "description": "dbserver name\n"
        },
        "ip": {
          "type": "string",
          "description": "ip of pool\n"
        },
        "status": {
          "type": "string",
          "description": "ip status\n"
        }
      },
      "type": "object",
      "required": [
        "dbserverId",
        "dbserverName",
        "ip",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworkIpPool:getNdbNetworkIpPool": {
      "properties": {
        "addresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbNetworkIpPoolAddress:getNdbNetworkIpPoolAddress"
          },
          "description": "address of ips ranges\n"
        },
        "endIp": {
          "type": "string",
          "description": "end ip\n"
        },
        "startIp": {
          "type": "string",
          "description": "start ip\n"
        }
      },
      "type": "object",
      "required": [
        "addresses",
        "endIp",
        "startIp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworkIpPoolAddress:getNdbNetworkIpPoolAddress": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip of pool\n"
        },
        "status": {
          "type": "string",
          "description": "ip status\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworkPropertiesMap:getNdbNetworkPropertiesMap": {
      "properties": {
        "vlanGateway": {
          "type": "string",
          "description": "gateway of vlan\n"
        },
        "vlanPrimaryDns": {
          "type": "string",
          "description": "primary dns of vlan\n"
        },
        "vlanSecondaryDns": {
          "type": "string",
          "description": "secondary dns of vlan\n"
        },
        "vlanSubnetMask": {
          "type": "string",
          "description": "subnet mask of vlan\n"
        }
      },
      "type": "object",
      "required": [
        "vlanGateway",
        "vlanPrimaryDns",
        "vlanSecondaryDns",
        "vlanSubnetMask"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworkProperty:getNdbNetworkProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "name of network\n"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworksNetwork:getNdbNetworksNetwork": {
      "properties": {
        "clusterId": {
          "type": "string",
          "description": "cluster id where network is present\n"
        },
        "id": {
          "type": "string",
          "description": "network id\n"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbNetworksNetworkIpAddress:getNdbNetworksNetworkIpAddress"
          },
          "description": "IP addresses of network\n"
        },
        "ipPools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbNetworksNetworkIpPool:getNdbNetworksNetworkIpPool"
          },
          "description": "IP Pools of network\n"
        },
        "managed": {
          "type": "boolean",
          "description": "network managed by NDB or not\n"
        },
        "name": {
          "type": "string",
          "description": "network name\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbNetworksNetworkProperty:getNdbNetworksNetworkProperty"
          },
          "description": "properties of network\n"
        },
        "propertiesMaps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbNetworksNetworkPropertiesMap:getNdbNetworksNetworkPropertiesMap"
          },
          "description": "properties map of network\n"
        },
        "stretchedVlanId": {
          "type": "string",
          "description": "stretched vlan id\n"
        },
        "type": {
          "type": "string",
          "description": "type of network\n"
        }
      },
      "type": "object",
      "required": [
        "clusterId",
        "id",
        "ipAddresses",
        "ipPools",
        "managed",
        "name",
        "properties",
        "propertiesMaps",
        "stretchedVlanId",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworksNetworkIpAddress:getNdbNetworksNetworkIpAddress": {
      "properties": {
        "dbserverId": {
          "type": "string",
          "description": "dbserver id\n"
        },
        "dbserverName": {
          "type": "string",
          "description": "dbserver name\n"
        },
        "ip": {
          "type": "string",
          "description": "ip of pool\n"
        },
        "status": {
          "type": "string",
          "description": "ip status\n"
        }
      },
      "type": "object",
      "required": [
        "dbserverId",
        "dbserverName",
        "ip",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworksNetworkIpPool:getNdbNetworksNetworkIpPool": {
      "properties": {
        "addresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbNetworksNetworkIpPoolAddress:getNdbNetworksNetworkIpPoolAddress"
          },
          "description": "address of ips ranges\n"
        },
        "endIp": {
          "type": "string",
          "description": "end ip\n"
        },
        "startIp": {
          "type": "string",
          "description": "start ip\n"
        }
      },
      "type": "object",
      "required": [
        "addresses",
        "endIp",
        "startIp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworksNetworkIpPoolAddress:getNdbNetworksNetworkIpPoolAddress": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip of pool\n"
        },
        "status": {
          "type": "string",
          "description": "ip status\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworksNetworkPropertiesMap:getNdbNetworksNetworkPropertiesMap": {
      "properties": {
        "vlanGateway": {
          "type": "string",
          "description": "gateway of vlan\n"
        },
        "vlanPrimaryDns": {
          "type": "string",
          "description": "primary dns of vlan\n"
        },
        "vlanSecondaryDns": {
          "type": "string",
          "description": "secondary dns of vlan\n"
        },
        "vlanSubnetMask": {
          "type": "string",
          "description": "subnet mask of vlan\n"
        }
      },
      "type": "object",
      "required": [
        "vlanGateway",
        "vlanPrimaryDns",
        "vlanSecondaryDns",
        "vlanSubnetMask"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbNetworksNetworkProperty:getNdbNetworksNetworkProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "network name\n"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbProfileClusterAvailability:getNdbProfileClusterAvailability": {
      "properties": {
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "nxClusterId": {
          "type": "string",
          "description": "- era cluster ID\n"
        },
        "ownerId": {
          "type": "string"
        },
        "profileId": {
          "type": "string",
          "description": "Profile ID for query\n"
        },
        "status": {
          "type": "string",
          "description": "- status of profile\n"
        }
      },
      "type": "object",
      "required": [
        "dateCreated",
        "dateModified",
        "nxClusterId",
        "ownerId",
        "profileId",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbProfileVersion:getNdbProfileVersion": {
      "properties": {
        "dbVersion": {
          "type": "string",
          "description": "- database version\n"
        },
        "deprecated": {
          "type": "boolean"
        },
        "description": {
          "type": "string",
          "description": "- description of profile\n"
        },
        "engineType": {
          "type": "string",
          "description": "- database engine type\n"
        },
        "id": {
          "type": "string",
          "description": "- id of profile\n"
        },
        "name": {
          "type": "string",
          "description": "- profile name\n"
        },
        "owner": {
          "type": "string",
          "description": "- owner name\n"
        },
        "profileId": {
          "type": "string",
          "description": "Profile ID for query\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbProfileVersionProperty:getNdbProfileVersionProperty"
          }
        },
        "propertiesMap": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "published": {
          "type": "boolean"
        },
        "status": {
          "type": "string",
          "description": "- status of profile\n"
        },
        "systemProfile": {
          "type": "boolean",
          "description": "- if system profile or not\n"
        },
        "topology": {
          "type": "string",
          "description": "- topology\n"
        },
        "type": {
          "type": "string"
        },
        "version": {
          "type": "string"
        },
        "versionClusterAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbProfileVersionVersionClusterAssociation:getNdbProfileVersionVersionClusterAssociation"
          }
        }
      },
      "type": "object",
      "required": [
        "dbVersion",
        "deprecated",
        "description",
        "engineType",
        "id",
        "name",
        "owner",
        "profileId",
        "properties",
        "propertiesMap",
        "published",
        "status",
        "systemProfile",
        "topology",
        "type",
        "version",
        "versionClusterAssociations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbProfileVersionProperty:getNdbProfileVersionProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- profile name\n"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbProfileVersionVersionClusterAssociation:getNdbProfileVersionVersionClusterAssociation": {
      "properties": {
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "nxClusterId": {
          "type": "string",
          "description": "- era cluster ID\n"
        },
        "optimizedForProvisioning": {
          "type": "boolean"
        },
        "ownerId": {
          "type": "string"
        },
        "profileVersionId": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbProfileVersionVersionClusterAssociationProperty:getNdbProfileVersionVersionClusterAssociationProperty"
          }
        },
        "status": {
          "type": "string",
          "description": "- status of profile\n"
        }
      },
      "type": "object",
      "required": [
        "dateCreated",
        "dateModified",
        "nxClusterId",
        "optimizedForProvisioning",
        "ownerId",
        "profileVersionId",
        "properties",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbProfileVersionVersionClusterAssociationProperty:getNdbProfileVersionVersionClusterAssociationProperty": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- profile name\n"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbProfilesProfile:getNdbProfilesProfile": {
      "properties": {
        "assocDatabases": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "assocDbServers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clusterAvailabilities": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbProfilesProfileClusterAvailability:getNdbProfilesProfileClusterAvailability"
          }
        },
        "dbVersion": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "engineType": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "latestVersion": {
          "type": "string"
        },
        "latestVersionId": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "nxClusterId": {
          "type": "string"
        },
        "owner": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "systemProfile": {
          "type": "boolean"
        },
        "topology": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "versions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbProfilesProfileVersion:getNdbProfilesProfileVersion"
          }
        }
      },
      "type": "object",
      "required": [
        "assocDatabases",
        "assocDbServers",
        "clusterAvailabilities",
        "dbVersion",
        "description",
        "engineType",
        "id",
        "latestVersion",
        "latestVersionId",
        "name",
        "nxClusterId",
        "owner",
        "status",
        "systemProfile",
        "topology",
        "type",
        "versions"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbProfilesProfileClusterAvailability:getNdbProfilesProfileClusterAvailability": {
      "properties": {
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "nxClusterId": {
          "type": "string"
        },
        "ownerId": {
          "type": "string"
        },
        "profileId": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dateCreated",
        "dateModified",
        "nxClusterId",
        "ownerId",
        "profileId",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbProfilesProfileVersion:getNdbProfilesProfileVersion": {
      "properties": {
        "dbVersion": {
          "type": "string"
        },
        "deprecated": {
          "type": "boolean"
        },
        "description": {
          "type": "string"
        },
        "engineType": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "owner": {
          "type": "string"
        },
        "profileId": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbProfilesProfileVersionProperty:getNdbProfilesProfileVersionProperty"
          }
        },
        "propertiesMap": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "published": {
          "type": "boolean"
        },
        "status": {
          "type": "string"
        },
        "systemProfile": {
          "type": "boolean"
        },
        "topology": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "version": {
          "type": "string"
        },
        "versionClusterAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbProfilesProfileVersionVersionClusterAssociation:getNdbProfilesProfileVersionVersionClusterAssociation"
          }
        }
      },
      "type": "object",
      "required": [
        "dbVersion",
        "deprecated",
        "description",
        "engineType",
        "id",
        "name",
        "owner",
        "profileId",
        "properties",
        "propertiesMap",
        "published",
        "status",
        "systemProfile",
        "topology",
        "type",
        "version",
        "versionClusterAssociations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbProfilesProfileVersionProperty:getNdbProfilesProfileVersionProperty": {
      "properties": {
        "name": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbProfilesProfileVersionVersionClusterAssociation:getNdbProfilesProfileVersionVersionClusterAssociation": {
      "properties": {
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "nxClusterId": {
          "type": "string"
        },
        "optimizedForProvisioning": {
          "type": "boolean"
        },
        "ownerId": {
          "type": "string"
        },
        "profileVersionId": {
          "type": "string"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbProfilesProfileVersionVersionClusterAssociationProperty:getNdbProfilesProfileVersionVersionClusterAssociationProperty"
          }
        },
        "status": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dateCreated",
        "dateModified",
        "nxClusterId",
        "optimizedForProvisioning",
        "ownerId",
        "profileVersionId",
        "properties",
        "status"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbProfilesProfileVersionVersionClusterAssociationProperty:getNdbProfilesProfileVersionVersionClusterAssociationProperty": {
      "properties": {
        "name": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSlasSla:getNdbSlasSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer",
          "description": "- continuous retention of logs limit\n"
        },
        "currentActiveFrequency": {
          "type": "string",
          "description": "- Current active frequency\n"
        },
        "dailyRetention": {
          "type": "integer",
          "description": "- Daily snapshots retention limit\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "- creation date\n"
        },
        "dateModified": {
          "type": "string",
          "description": "- last modified\n"
        },
        "description": {
          "type": "string",
          "description": "- description of sla\n"
        },
        "id": {
          "type": "string",
          "description": "- ID of sla\n"
        },
        "monthlyRetention": {
          "type": "integer",
          "description": "- Monthly snapshots retention limit\n"
        },
        "name": {
          "type": "string",
          "description": "- sla name\n"
        },
        "ownerId": {
          "type": "string",
          "description": "- owner ID\n"
        },
        "pitrEnabled": {
          "type": "boolean",
          "description": "- If point in time recovery enabled\n"
        },
        "quartelyRetention": {
          "type": "integer",
          "description": "- Daily snapshots retention limit\n"
        },
        "referenceCount": {
          "type": "integer",
          "description": "- Reference count\n"
        },
        "systemSla": {
          "type": "boolean",
          "description": "- if system sla\n"
        },
        "uniqueName": {
          "type": "string",
          "description": "- unique name\n"
        },
        "weeklyRetention": {
          "type": "integer",
          "description": "- weeky snapshots retention limit\n"
        },
        "yearlyRetention": {
          "type": "integer",
          "description": "- Yearly snapshots retention limit\n"
        }
      },
      "type": "object",
      "required": [
        "continuousRetention",
        "currentActiveFrequency",
        "dailyRetention",
        "dateCreated",
        "dateModified",
        "description",
        "id",
        "monthlyRetention",
        "name",
        "ownerId",
        "pitrEnabled",
        "quartelyRetention",
        "referenceCount",
        "systemSla",
        "uniqueName",
        "weeklyRetention",
        "yearlyRetention"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotFilter:getNdbSnapshotFilter": {
      "properties": {
        "loadReplicatedChildSnapshots": {
          "type": "string",
          "description": "load child snapshots. Default is false\n"
        },
        "timezone": {
          "type": "string",
          "description": "Default is UTC\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/getNdbSnapshotLcmConfig:getNdbSnapshotLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbSnapshotLcmConfigExpiryDetail:getNdbSnapshotLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbSnapshotLcmConfigPostDeleteCommand:getNdbSnapshotLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbSnapshotLcmConfigPreDeleteCommand:getNdbSnapshotLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbSnapshotLcmConfigRefreshDetail:getNdbSnapshotLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "required": [
        "expiryDetails",
        "postDeleteCommands",
        "preDeleteCommands",
        "refreshDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotLcmConfigExpiryDetail:getNdbSnapshotLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "deleteDatabase",
        "deleteTimeMachine",
        "deleteVm",
        "effectiveTimestamp",
        "expireInDays",
        "expiryDateTimezone",
        "expiryTimestamp",
        "remindBeforeInDays",
        "userCreated"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotLcmConfigPostDeleteCommand:getNdbSnapshotLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotLcmConfigPreDeleteCommand:getNdbSnapshotLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotLcmConfigRefreshDetail:getNdbSnapshotLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "lastRefreshDate",
        "nextRefreshDate",
        "refreshDateTimezone",
        "refreshInDays",
        "refreshInHours",
        "refreshInMonths",
        "refreshTime"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotProperty:getNdbSnapshotProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "description of snapshot\n"
        },
        "name": {
          "type": "string"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotTag:getNdbSnapshotTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotsFilter:getNdbSnapshotsFilter": {
      "properties": {
        "timeMachineId": {
          "type": "string",
          "description": "Fetches all the snapshots for a given time machine\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/getNdbSnapshotsSnapshot:getNdbSnapshotsSnapshot": {
      "properties": {
        "appInfoVersion": {
          "type": "string"
        },
        "applicableTypes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "databaseNodeId": {
          "type": "string"
        },
        "databaseSnapshot": {
          "type": "boolean"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "dbserverId": {
          "type": "string"
        },
        "dbserverIp": {
          "type": "string"
        },
        "dbserverName": {
          "type": "string"
        },
        "dbserverStorageMetadataVersion": {
          "type": "integer"
        },
        "description": {
          "type": "string"
        },
        "fromTimestamp": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbSnapshotsSnapshotLcmConfig:getNdbSnapshotsSnapshotLcmConfig"
          }
        },
        "name": {
          "type": "string"
        },
        "nxClusterId": {
          "type": "string"
        },
        "parentSnapshot": {
          "type": "boolean"
        },
        "parentSnapshotId": {
          "type": "string"
        },
        "processed": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbSnapshotsSnapshotProperty:getNdbSnapshotsSnapshotProperty"
          },
          "description": "List of all the properties\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "replicatedSnapshots": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "santized": {
          "type": "boolean"
        },
        "santizedFromSnapshotId": {
          "type": "string"
        },
        "santizedSnapshots": {
          "type": "string"
        },
        "snapshotFamily": {
          "type": "string"
        },
        "snapshotSize": {
          "type": "number"
        },
        "snapshotTimestamp": {
          "type": "string"
        },
        "snapshotTimestampDate": {
          "type": "integer"
        },
        "snapshotUuid": {
          "type": "string"
        },
        "softwareDatabaseSnapshot": {
          "type": "boolean"
        },
        "softwareSnapshot": {
          "type": "string"
        },
        "softwareSnapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbSnapshotsSnapshotTag:getNdbSnapshotsSnapshotTag"
          }
        },
        "timeMachineId": {
          "type": "string",
          "description": "Fetches all the snapshots for a given time machine\n"
        },
        "timezone": {
          "type": "string"
        },
        "toTimestamp": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "appInfoVersion",
        "applicableTypes",
        "databaseNodeId",
        "databaseSnapshot",
        "dateCreated",
        "dateModified",
        "dbserverId",
        "dbserverIp",
        "dbserverName",
        "dbserverStorageMetadataVersion",
        "description",
        "fromTimestamp",
        "id",
        "lcmConfigs",
        "name",
        "nxClusterId",
        "parentSnapshot",
        "parentSnapshotId",
        "processed",
        "properties",
        "protectionDomainId",
        "replicatedSnapshots",
        "santized",
        "santizedFromSnapshotId",
        "santizedSnapshots",
        "snapshotFamily",
        "snapshotSize",
        "snapshotTimestamp",
        "snapshotTimestampDate",
        "snapshotUuid",
        "softwareDatabaseSnapshot",
        "softwareSnapshot",
        "softwareSnapshotId",
        "status",
        "tags",
        "timeMachineId",
        "timezone",
        "toTimestamp",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotsSnapshotLcmConfig:getNdbSnapshotsSnapshotLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbSnapshotsSnapshotLcmConfigExpiryDetail:getNdbSnapshotsSnapshotLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbSnapshotsSnapshotLcmConfigPostDeleteCommand:getNdbSnapshotsSnapshotLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbSnapshotsSnapshotLcmConfigPreDeleteCommand:getNdbSnapshotsSnapshotLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbSnapshotsSnapshotLcmConfigRefreshDetail:getNdbSnapshotsSnapshotLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "required": [
        "expiryDetails",
        "postDeleteCommands",
        "preDeleteCommands",
        "refreshDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotsSnapshotLcmConfigExpiryDetail:getNdbSnapshotsSnapshotLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "deleteDatabase",
        "deleteTimeMachine",
        "deleteVm",
        "effectiveTimestamp",
        "expireInDays",
        "expiryDateTimezone",
        "expiryTimestamp",
        "remindBeforeInDays",
        "userCreated"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotsSnapshotLcmConfigPostDeleteCommand:getNdbSnapshotsSnapshotLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotsSnapshotLcmConfigPreDeleteCommand:getNdbSnapshotsSnapshotLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotsSnapshotLcmConfigRefreshDetail:getNdbSnapshotsSnapshotLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "lastRefreshDate",
        "nextRefreshDate",
        "refreshDateTimezone",
        "refreshInDays",
        "refreshInHours",
        "refreshInMonths",
        "refreshTime"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotsSnapshotProperty:getNdbSnapshotsSnapshotProperty": {
      "properties": {
        "description": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbSnapshotsSnapshotTag:getNdbSnapshotsSnapshotTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTagsTag:getNdbTagsTag": {
      "properties": {
        "dateCreated": {
          "type": "string",
          "description": "date created of the tag\n"
        },
        "dateModified": {
          "type": "string",
          "description": "modified date of tha tag\n"
        },
        "description": {
          "type": "string",
          "description": "description for the tag\n"
        },
        "entityType": {
          "type": "string",
          "description": "entity for the tag to be associated with.\n"
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "name for the tag\n"
        },
        "owner": {
          "type": "string",
          "description": "owner id of the tag\n"
        },
        "required": {
          "type": "boolean",
          "description": "tag value for entities.\n"
        },
        "status": {
          "type": "string",
          "description": "Status of the tag\n"
        },
        "values": {
          "type": "integer",
          "description": "value for the tag\n"
        }
      },
      "type": "object",
      "required": [
        "dateCreated",
        "dateModified",
        "description",
        "entityType",
        "id",
        "name",
        "owner",
        "required",
        "status",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachineProperty:getNdbTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "time machine description\n"
        },
        "name": {
          "type": "string",
          "description": "time machine name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachineSchedule:getNdbTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachineScheduleContinuousSchedule:getNdbTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachineScheduleDailySchedule:getNdbTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string",
          "description": "date created\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified\n"
        },
        "description": {
          "type": "string",
          "description": "time machine description\n"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string",
          "description": "time machine id\n"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachineScheduleMonthlySchedule:getNdbTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string",
          "description": "time machine name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachineScheduleQuartelySchedule:getNdbTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachineScheduleSnapshotTimeOfDay:getNdbTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachineScheduleWeeklySchedule:getNdbTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachineScheduleYearlySchedule:getNdbTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "required": [
        "continuousSchedules",
        "dailySchedules",
        "dateCreated",
        "dateModified",
        "description",
        "globalPolicy",
        "id",
        "monthlySchedules",
        "name",
        "ownerId",
        "quartelySchedules",
        "referenceCount",
        "snapshotTimeOfDays",
        "startTime",
        "systemPolicy",
        "timeZone",
        "uniqueName",
        "weeklySchedules",
        "yearlySchedules"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachineScheduleContinuousSchedule:getNdbTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "enabled",
        "logBackupInterval",
        "snapshotsPerDay"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachineScheduleDailySchedule:getNdbTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachineScheduleMonthlySchedule:getNdbTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachineScheduleQuartelySchedule:getNdbTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "startMonth",
        "startMonthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachineScheduleSnapshotTimeOfDay:getNdbTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "extra",
        "hours",
        "minutes",
        "seconds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachineScheduleWeeklySchedule:getNdbTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfWeek",
        "dayOfWeekValue",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachineScheduleYearlySchedule:getNdbTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "month",
        "monthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachineSla:getNdbTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified\n"
        },
        "description": {
          "type": "string",
          "description": "time machine description\n"
        },
        "id": {
          "type": "string",
          "description": "time machine id\n"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "time machine name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "continuousRetention",
        "currentActiveFrequency",
        "dailyRetention",
        "dateCreated",
        "dateModified",
        "description",
        "id",
        "monthlyRetention",
        "name",
        "ownerId",
        "pitrEnabled",
        "quarterlyRetention",
        "referenceCount",
        "systemSla",
        "uniqueName",
        "weeklyRetention",
        "yearlyRetention"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachineTag:getNdbTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachine:getNdbTimeMachinesTimeMachine": {
      "properties": {
        "accessLevel": {
          "type": "string",
          "description": "access level to time machines\n"
        },
        "clone": {
          "type": "boolean",
          "description": "clone time machine or not\n"
        },
        "clones": {
          "type": "string",
          "description": "clone info\n"
        },
        "clustered": {
          "type": "boolean",
          "description": "clustered or not\n"
        },
        "database": {
          "type": "string",
          "description": "database info\n"
        },
        "databaseId": {
          "type": "string",
          "description": "database id\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified\n"
        },
        "description": {
          "type": "string",
          "description": "time machine description\n"
        },
        "eaStatus": {
          "type": "string",
          "description": "ea status of time machine\n"
        },
        "id": {
          "type": "string",
          "description": "time machine id\n"
        },
        "metric": {
          "type": "string",
          "description": "Metric info\n"
        },
        "name": {
          "type": "string",
          "description": "time machine name\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachinesTimeMachineProperty:getNdbTimeMachinesTimeMachineProperty"
          },
          "description": "List of all the properties\n"
        },
        "scheduleId": {
          "type": "string",
          "description": "schedule id\n"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachinesTimeMachineSchedule:getNdbTimeMachinesTimeMachineSchedule"
          },
          "description": "schedule info\n\n\nSee detailed information in [NDB Time Machines](https://www.nutanix.dev/api_references/ndb/#/e68ba687086ed-get-list-of-all-time-machines).\n"
        },
        "scope": {
          "type": "string",
          "description": "scope\n"
        },
        "slaId": {
          "type": "string",
          "description": "sla id\n"
        },
        "slaUpdateInProgress": {
          "type": "boolean",
          "description": "sla update in progress\n"
        },
        "slaUpdateMetadata": {
          "type": "string",
          "description": "sla update metadata\n"
        },
        "slas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachinesTimeMachineSla:getNdbTimeMachinesTimeMachineSla"
          },
          "description": "sla info\n"
        },
        "sourceNxClusters": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "source clusters\n"
        },
        "status": {
          "type": "string",
          "description": "status of time machine\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachinesTimeMachineTag:getNdbTimeMachinesTimeMachineTag"
          },
          "description": "tags\n"
        },
        "type": {
          "type": "string",
          "description": "type of time machine\n"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "clone",
        "clones",
        "clustered",
        "database",
        "databaseId",
        "dateCreated",
        "dateModified",
        "description",
        "eaStatus",
        "id",
        "metric",
        "name",
        "properties",
        "scheduleId",
        "schedules",
        "scope",
        "slaId",
        "slaUpdateInProgress",
        "slaUpdateMetadata",
        "slas",
        "sourceNxClusters",
        "status",
        "tags",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachineProperty:getNdbTimeMachinesTimeMachineProperty": {
      "properties": {
        "description": {
          "type": "string",
          "description": "time machine description\n"
        },
        "name": {
          "type": "string",
          "description": "time machine name\n"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachineSchedule:getNdbTimeMachinesTimeMachineSchedule": {
      "properties": {
        "continuousSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachinesTimeMachineScheduleContinuousSchedule:getNdbTimeMachinesTimeMachineScheduleContinuousSchedule"
          }
        },
        "dailySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachinesTimeMachineScheduleDailySchedule:getNdbTimeMachinesTimeMachineScheduleDailySchedule"
          }
        },
        "dateCreated": {
          "type": "string",
          "description": "date created\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified\n"
        },
        "description": {
          "type": "string",
          "description": "time machine description\n"
        },
        "globalPolicy": {
          "type": "boolean"
        },
        "id": {
          "type": "string",
          "description": "time machine id\n"
        },
        "monthlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachinesTimeMachineScheduleMonthlySchedule:getNdbTimeMachinesTimeMachineScheduleMonthlySchedule"
          }
        },
        "name": {
          "type": "string",
          "description": "time machine name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "quartelySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachinesTimeMachineScheduleQuartelySchedule:getNdbTimeMachinesTimeMachineScheduleQuartelySchedule"
          }
        },
        "referenceCount": {
          "type": "integer"
        },
        "snapshotTimeOfDays": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachinesTimeMachineScheduleSnapshotTimeOfDay:getNdbTimeMachinesTimeMachineScheduleSnapshotTimeOfDay"
          }
        },
        "startTime": {
          "type": "string"
        },
        "systemPolicy": {
          "type": "boolean"
        },
        "timeZone": {
          "type": "string"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachinesTimeMachineScheduleWeeklySchedule:getNdbTimeMachinesTimeMachineScheduleWeeklySchedule"
          }
        },
        "yearlySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTimeMachinesTimeMachineScheduleYearlySchedule:getNdbTimeMachinesTimeMachineScheduleYearlySchedule"
          }
        }
      },
      "type": "object",
      "required": [
        "continuousSchedules",
        "dailySchedules",
        "dateCreated",
        "dateModified",
        "description",
        "globalPolicy",
        "id",
        "monthlySchedules",
        "name",
        "ownerId",
        "quartelySchedules",
        "referenceCount",
        "snapshotTimeOfDays",
        "startTime",
        "systemPolicy",
        "timeZone",
        "uniqueName",
        "weeklySchedules",
        "yearlySchedules"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachineScheduleContinuousSchedule:getNdbTimeMachinesTimeMachineScheduleContinuousSchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "logBackupInterval": {
          "type": "integer"
        },
        "snapshotsPerDay": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "enabled",
        "logBackupInterval",
        "snapshotsPerDay"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachineScheduleDailySchedule:getNdbTimeMachinesTimeMachineScheduleDailySchedule": {
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachineScheduleMonthlySchedule:getNdbTimeMachinesTimeMachineScheduleMonthlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachineScheduleQuartelySchedule:getNdbTimeMachinesTimeMachineScheduleQuartelySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "startMonth": {
          "type": "string"
        },
        "startMonthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "startMonth",
        "startMonthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachineScheduleSnapshotTimeOfDay:getNdbTimeMachinesTimeMachineScheduleSnapshotTimeOfDay": {
      "properties": {
        "extra": {
          "type": "boolean"
        },
        "hours": {
          "type": "integer"
        },
        "minutes": {
          "type": "integer"
        },
        "seconds": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "extra",
        "hours",
        "minutes",
        "seconds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachineScheduleWeeklySchedule:getNdbTimeMachinesTimeMachineScheduleWeeklySchedule": {
      "properties": {
        "dayOfWeek": {
          "type": "string"
        },
        "dayOfWeekValue": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "dayOfWeek",
        "dayOfWeekValue",
        "enabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachineScheduleYearlySchedule:getNdbTimeMachinesTimeMachineScheduleYearlySchedule": {
      "properties": {
        "dayOfMonth": {
          "type": "integer"
        },
        "enabled": {
          "type": "boolean"
        },
        "month": {
          "type": "string"
        },
        "monthValue": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "dayOfMonth",
        "enabled",
        "month",
        "monthValue"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachineSla:getNdbTimeMachinesTimeMachineSla": {
      "properties": {
        "continuousRetention": {
          "type": "integer"
        },
        "currentActiveFrequency": {
          "type": "string"
        },
        "dailyRetention": {
          "type": "integer"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified\n"
        },
        "description": {
          "type": "string",
          "description": "time machine description\n"
        },
        "id": {
          "type": "string",
          "description": "time machine id\n"
        },
        "monthlyRetention": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "time machine name\n"
        },
        "ownerId": {
          "type": "string"
        },
        "pitrEnabled": {
          "type": "boolean"
        },
        "quarterlyRetention": {
          "type": "integer"
        },
        "referenceCount": {
          "type": "integer"
        },
        "systemSla": {
          "type": "boolean"
        },
        "uniqueName": {
          "type": "string"
        },
        "weeklyRetention": {
          "type": "integer"
        },
        "yearlyRetention": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "continuousRetention",
        "currentActiveFrequency",
        "dailyRetention",
        "dateCreated",
        "dateModified",
        "description",
        "id",
        "monthlyRetention",
        "name",
        "ownerId",
        "pitrEnabled",
        "quarterlyRetention",
        "referenceCount",
        "systemSla",
        "uniqueName",
        "weeklyRetention",
        "yearlyRetention"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTimeMachinesTimeMachineTag:getNdbTimeMachinesTimeMachineTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapability:getNdbTmsCapabilityCapability": {
      "properties": {
        "continuousRegions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilityContinuousRegion:getNdbTmsCapabilityCapabilityContinuousRegion"
          }
        },
        "databaseIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "databasesContinuousRegion": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "mode": {
          "type": "string"
        },
        "snapshots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshot:getNdbTmsCapabilityCapabilitySnapshot"
          }
        },
        "timeUnit": {
          "type": "string"
        },
        "timeUnitNumber": {
          "type": "string"
        },
        "to": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "continuousRegions",
        "databaseIds",
        "databasesContinuousRegion",
        "from",
        "mode",
        "snapshots",
        "timeUnit",
        "timeUnitNumber",
        "to"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilityContinuousRegion:getNdbTmsCapabilityCapabilityContinuousRegion": {
      "properties": {
        "dbLogs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilityContinuousRegionDbLog:getNdbTmsCapabilityCapabilityContinuousRegionDbLog"
          }
        },
        "fromTime": {
          "type": "string"
        },
        "message": {
          "type": "string"
        },
        "partialRanges": {
          "type": "boolean"
        },
        "processedRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilityContinuousRegionProcessedRange:getNdbTmsCapabilityCapabilityContinuousRegionProcessedRange"
          }
        },
        "snapshotIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "snapshots": {
          "type": "string"
        },
        "subRange": {
          "type": "boolean"
        },
        "timeRangeAndDatabases": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        },
        "toTime": {
          "type": "string"
        },
        "unknownTimeRanges": {
          "type": "string"
        },
        "unprocessedRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilityContinuousRegionUnprocessedRange:getNdbTmsCapabilityCapabilityContinuousRegionUnprocessedRange"
          }
        }
      },
      "type": "object",
      "required": [
        "dbLogs",
        "fromTime",
        "message",
        "partialRanges",
        "processedRanges",
        "snapshotIds",
        "snapshots",
        "subRange",
        "timeRangeAndDatabases",
        "timezone",
        "toTime",
        "unknownTimeRanges",
        "unprocessedRanges"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilityContinuousRegionDbLog:getNdbTmsCapabilityCapabilityContinuousRegionDbLog": {
      "properties": {
        "databaseId": {
          "type": "string"
        },
        "databaseNodeId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "eraLogDriveId": {
          "type": "string"
        },
        "fromTime": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilityContinuousRegionDbLogInfo:getNdbTmsCapabilityCapabilityContinuousRegionDbLogInfo"
          }
        },
        "logCopyOperationId": {
          "type": "string"
        },
        "message": {
          "type": "string"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilityContinuousRegionDbLogMetadata:getNdbTmsCapabilityCapabilityContinuousRegionDbLogMetadata"
          }
        },
        "name": {
          "type": "string"
        },
        "ownerId": {
          "type": "string"
        },
        "size": {
          "type": "integer"
        },
        "status": {
          "type": "string"
        },
        "toTime": {
          "type": "string"
        },
        "unprocessed": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "databaseId",
        "databaseNodeId",
        "dateCreated",
        "dateModified",
        "eraLogDriveId",
        "fromTime",
        "id",
        "infos",
        "logCopyOperationId",
        "message",
        "metadatas",
        "name",
        "ownerId",
        "size",
        "status",
        "toTime",
        "unprocessed"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilityContinuousRegionDbLogInfo:getNdbTmsCapabilityCapabilityContinuousRegionDbLogInfo": {
      "properties": {
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "unknownTimeRange": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "info",
        "secureInfo",
        "unknownTimeRange"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilityContinuousRegionDbLogMetadata:getNdbTmsCapabilityCapabilityContinuousRegionDbLogMetadata": {
      "properties": {
        "createdDirectly": {
          "type": "boolean"
        },
        "curationRetryCount": {
          "type": "integer"
        },
        "deregisterInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilityContinuousRegionDbLogMetadataDeregisterInfo:getNdbTmsCapabilityCapabilityContinuousRegionDbLogMetadataDeregisterInfo"
          }
        },
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "updatedDirectly": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "createdDirectly",
        "curationRetryCount",
        "deregisterInfos",
        "info",
        "secureInfo",
        "updatedDirectly"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilityContinuousRegionDbLogMetadataDeregisterInfo:getNdbTmsCapabilityCapabilityContinuousRegionDbLogMetadataDeregisterInfo": {
      "properties": {
        "message": {
          "type": "string"
        },
        "operations": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "message",
        "operations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilityContinuousRegionProcessedRange:getNdbTmsCapabilityCapabilityContinuousRegionProcessedRange": {
      "properties": {
        "first": {
          "type": "string"
        },
        "second": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "first",
        "second"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilityContinuousRegionUnprocessedRange:getNdbTmsCapabilityCapabilityContinuousRegionUnprocessedRange": {
      "properties": {
        "first": {
          "type": "string"
        },
        "second": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "first",
        "second"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshot:getNdbTmsCapabilityCapabilitySnapshot": {
      "properties": {
        "appInfoVersion": {
          "type": "string"
        },
        "applicableTypes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "databaseNodeId": {
          "type": "string"
        },
        "databaseSnapshot": {
          "type": "boolean"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "dbserverId": {
          "type": "string"
        },
        "dbserverIp": {
          "type": "string"
        },
        "dbserverName": {
          "type": "string"
        },
        "dbserverStorageMetadataVersion": {
          "type": "integer"
        },
        "description": {
          "type": "string"
        },
        "fromTimestamp": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotLcmConfig:getNdbTmsCapabilityCapabilitySnapshotLcmConfig"
          }
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotMetadata:getNdbTmsCapabilityCapabilitySnapshotMetadata"
          }
        },
        "name": {
          "type": "string"
        },
        "nxClusterId": {
          "type": "string"
        },
        "ownerId": {
          "type": "string"
        },
        "parentSnapshot": {
          "type": "boolean"
        },
        "parentSnapshotId": {
          "type": "string"
        },
        "processed": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotProperty:getNdbTmsCapabilityCapabilitySnapshotProperty"
          },
          "description": "List of all the properties\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "replicatedSnapshots": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "santized": {
          "type": "boolean"
        },
        "santizedFromSnapshotId": {
          "type": "string"
        },
        "santizedSnapshots": {
          "type": "string"
        },
        "snapshotFamily": {
          "type": "string"
        },
        "snapshotSize": {
          "type": "number"
        },
        "snapshotTimestamp": {
          "type": "string"
        },
        "snapshotTimestampDate": {
          "type": "integer"
        },
        "snapshotUuid": {
          "type": "string"
        },
        "softwareDatabaseSnapshot": {
          "type": "boolean"
        },
        "softwareSnapshot": {
          "type": "string"
        },
        "softwareSnapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotTag:getNdbTmsCapabilityCapabilitySnapshotTag"
          }
        },
        "timeMachineId": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        },
        "toTimestamp": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "appInfoVersion",
        "applicableTypes",
        "databaseNodeId",
        "databaseSnapshot",
        "dateCreated",
        "dateModified",
        "dbserverId",
        "dbserverIp",
        "dbserverName",
        "dbserverStorageMetadataVersion",
        "description",
        "fromTimestamp",
        "id",
        "lcmConfigs",
        "metadatas",
        "name",
        "nxClusterId",
        "ownerId",
        "parentSnapshot",
        "parentSnapshotId",
        "processed",
        "properties",
        "protectionDomainId",
        "replicatedSnapshots",
        "santized",
        "santizedFromSnapshotId",
        "santizedSnapshots",
        "snapshotFamily",
        "snapshotSize",
        "snapshotTimestamp",
        "snapshotTimestampDate",
        "snapshotUuid",
        "softwareDatabaseSnapshot",
        "softwareSnapshot",
        "softwareSnapshotId",
        "status",
        "tags",
        "timeMachineId",
        "timezone",
        "toTimestamp",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotLcmConfig:getNdbTmsCapabilityCapabilitySnapshotLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotLcmConfigExpiryDetail:getNdbTmsCapabilityCapabilitySnapshotLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotLcmConfigPostDeleteCommand:getNdbTmsCapabilityCapabilitySnapshotLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotLcmConfigPreDeleteCommand:getNdbTmsCapabilityCapabilitySnapshotLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotLcmConfigRefreshDetail:getNdbTmsCapabilityCapabilitySnapshotLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "required": [
        "expiryDetails",
        "postDeleteCommands",
        "preDeleteCommands",
        "refreshDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotLcmConfigExpiryDetail:getNdbTmsCapabilityCapabilitySnapshotLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "deleteDatabase",
        "deleteTimeMachine",
        "deleteVm",
        "effectiveTimestamp",
        "expireInDays",
        "expiryDateTimezone",
        "expiryTimestamp",
        "remindBeforeInDays",
        "userCreated"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotLcmConfigPostDeleteCommand:getNdbTmsCapabilityCapabilitySnapshotLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotLcmConfigPreDeleteCommand:getNdbTmsCapabilityCapabilitySnapshotLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotLcmConfigRefreshDetail:getNdbTmsCapabilityCapabilitySnapshotLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "lastRefreshDate",
        "nextRefreshDate",
        "refreshDateTimezone",
        "refreshInDays",
        "refreshInHours",
        "refreshInMonths",
        "refreshTime"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotMetadata:getNdbTmsCapabilityCapabilitySnapshotMetadata": {
      "properties": {
        "async": {
          "type": "boolean"
        },
        "curationRetryCount": {
          "type": "integer"
        },
        "deregisterInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "fromTimestamp": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotMetadataInfo:getNdbTmsCapabilityCapabilitySnapshotMetadataInfo"
          }
        },
        "lastReplicationRetyrSourceSnapshotId": {
          "type": "string"
        },
        "operationsUsingSnapshots": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "replicationRetryCount": {
          "type": "integer"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "standBy": {
          "type": "boolean"
        },
        "toTimestamp": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "async",
        "curationRetryCount",
        "deregisterInfo",
        "fromTimestamp",
        "infos",
        "lastReplicationRetyrSourceSnapshotId",
        "operationsUsingSnapshots",
        "replicationRetryCount",
        "secureInfo",
        "standBy",
        "toTimestamp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotMetadataInfo:getNdbTmsCapabilityCapabilitySnapshotMetadataInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfig:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgConfigs",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfig:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigBpgDbParam:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorage:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigVmProperty:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgDbParams",
        "storages",
        "vmProperties"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigBpgDbParam:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "effectiveCacheSize",
        "maintenanceWorkMem",
        "maxParallelWorkersPerGather",
        "maxWorkerProcesses",
        "sharedBuffers",
        "workMem"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorage:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageArchiveStorage:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageDataDisk:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageLogDisk:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "required": [
        "archiveStorages",
        "dataDisks",
        "logDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageArchiveStorage:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageDataDisk:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageLogDisk:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigVmProperty:getNdbTmsCapabilityCapabilitySnapshotMetadataInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "dirtyBackgroundRatio",
        "dirtyExpireCentisecs",
        "dirtyRatio",
        "dirtyWritebackCentisecs",
        "nrHugepages",
        "overcommitMemory",
        "swappiness"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotProperty:getNdbTmsCapabilityCapabilitySnapshotProperty": {
      "properties": {
        "description": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityCapabilitySnapshotTag:getNdbTmsCapabilityCapabilitySnapshotTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshot:getNdbTmsCapabilityLastContinuousSnapshot": {
      "properties": {
        "appInfoVersion": {
          "type": "string"
        },
        "applicableTypes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "databaseNodeId": {
          "type": "string"
        },
        "databaseSnapshot": {
          "type": "boolean"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "dbserverId": {
          "type": "string"
        },
        "dbserverIp": {
          "type": "string"
        },
        "dbserverName": {
          "type": "string"
        },
        "dbserverStorageMetadataVersion": {
          "type": "integer"
        },
        "description": {
          "type": "string"
        },
        "fromTimestamp": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotLcmConfig:getNdbTmsCapabilityLastContinuousSnapshotLcmConfig"
          }
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotMetadata:getNdbTmsCapabilityLastContinuousSnapshotMetadata"
          }
        },
        "name": {
          "type": "string"
        },
        "nxClusterId": {
          "type": "string"
        },
        "ownerId": {
          "type": "string"
        },
        "parentSnapshot": {
          "type": "boolean"
        },
        "parentSnapshotId": {
          "type": "string"
        },
        "processed": {
          "type": "boolean"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotProperty:getNdbTmsCapabilityLastContinuousSnapshotProperty"
          },
          "description": "List of all the properties\n"
        },
        "protectionDomainId": {
          "type": "string"
        },
        "replicatedSnapshots": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "santized": {
          "type": "boolean"
        },
        "santizedFromSnapshotId": {
          "type": "string"
        },
        "santizedSnapshots": {
          "type": "string"
        },
        "snapshotFamily": {
          "type": "string"
        },
        "snapshotSize": {
          "type": "number"
        },
        "snapshotTimestamp": {
          "type": "string"
        },
        "snapshotTimestampDate": {
          "type": "integer"
        },
        "snapshotUuid": {
          "type": "string"
        },
        "softwareDatabaseSnapshot": {
          "type": "boolean"
        },
        "softwareSnapshot": {
          "type": "string"
        },
        "softwareSnapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotTag:getNdbTmsCapabilityLastContinuousSnapshotTag"
          }
        },
        "timeMachineId": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        },
        "toTimestamp": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "appInfoVersion",
        "applicableTypes",
        "databaseNodeId",
        "databaseSnapshot",
        "dateCreated",
        "dateModified",
        "dbserverId",
        "dbserverIp",
        "dbserverName",
        "dbserverStorageMetadataVersion",
        "description",
        "fromTimestamp",
        "id",
        "lcmConfigs",
        "metadatas",
        "name",
        "nxClusterId",
        "ownerId",
        "parentSnapshot",
        "parentSnapshotId",
        "processed",
        "properties",
        "protectionDomainId",
        "replicatedSnapshots",
        "santized",
        "santizedFromSnapshotId",
        "santizedSnapshots",
        "snapshotFamily",
        "snapshotSize",
        "snapshotTimestamp",
        "snapshotTimestampDate",
        "snapshotUuid",
        "softwareDatabaseSnapshot",
        "softwareSnapshot",
        "softwareSnapshotId",
        "status",
        "tags",
        "timeMachineId",
        "timezone",
        "toTimestamp",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotLcmConfig:getNdbTmsCapabilityLastContinuousSnapshotLcmConfig": {
      "properties": {
        "expiryDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotLcmConfigExpiryDetail:getNdbTmsCapabilityLastContinuousSnapshotLcmConfigExpiryDetail"
          }
        },
        "postDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotLcmConfigPostDeleteCommand:getNdbTmsCapabilityLastContinuousSnapshotLcmConfigPostDeleteCommand"
          }
        },
        "preDeleteCommands": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotLcmConfigPreDeleteCommand:getNdbTmsCapabilityLastContinuousSnapshotLcmConfigPreDeleteCommand"
          }
        },
        "refreshDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotLcmConfigRefreshDetail:getNdbTmsCapabilityLastContinuousSnapshotLcmConfigRefreshDetail"
          }
        }
      },
      "type": "object",
      "required": [
        "expiryDetails",
        "postDeleteCommands",
        "preDeleteCommands",
        "refreshDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotLcmConfigExpiryDetail:getNdbTmsCapabilityLastContinuousSnapshotLcmConfigExpiryDetail": {
      "properties": {
        "deleteDatabase": {
          "type": "boolean"
        },
        "deleteTimeMachine": {
          "type": "boolean"
        },
        "deleteVm": {
          "type": "boolean"
        },
        "effectiveTimestamp": {
          "type": "string"
        },
        "expireInDays": {
          "type": "integer"
        },
        "expiryDateTimezone": {
          "type": "string"
        },
        "expiryTimestamp": {
          "type": "string"
        },
        "remindBeforeInDays": {
          "type": "integer"
        },
        "userCreated": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "deleteDatabase",
        "deleteTimeMachine",
        "deleteVm",
        "effectiveTimestamp",
        "expireInDays",
        "expiryDateTimezone",
        "expiryTimestamp",
        "remindBeforeInDays",
        "userCreated"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotLcmConfigPostDeleteCommand:getNdbTmsCapabilityLastContinuousSnapshotLcmConfigPostDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotLcmConfigPreDeleteCommand:getNdbTmsCapabilityLastContinuousSnapshotLcmConfigPreDeleteCommand": {
      "properties": {
        "command": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "command"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotLcmConfigRefreshDetail:getNdbTmsCapabilityLastContinuousSnapshotLcmConfigRefreshDetail": {
      "properties": {
        "lastRefreshDate": {
          "type": "string"
        },
        "nextRefreshDate": {
          "type": "string"
        },
        "refreshDateTimezone": {
          "type": "string"
        },
        "refreshInDays": {
          "type": "integer"
        },
        "refreshInHours": {
          "type": "integer"
        },
        "refreshInMonths": {
          "type": "integer"
        },
        "refreshTime": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "lastRefreshDate",
        "nextRefreshDate",
        "refreshDateTimezone",
        "refreshInDays",
        "refreshInHours",
        "refreshInMonths",
        "refreshTime"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotMetadata:getNdbTmsCapabilityLastContinuousSnapshotMetadata": {
      "properties": {
        "async": {
          "type": "boolean"
        },
        "curationRetryCount": {
          "type": "integer"
        },
        "deregisterInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "fromTimestamp": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotMetadataInfo:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfo"
          }
        },
        "lastReplicationRetrySourceSnapshotId": {
          "type": "string"
        },
        "lastReplicationRetryTimestamp": {
          "type": "string"
        },
        "operationsUsingSnapshots": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "replicationRetryCount": {
          "type": "integer"
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "standBy": {
          "type": "boolean"
        },
        "toTimestamp": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "async",
        "curationRetryCount",
        "deregisterInfo",
        "fromTimestamp",
        "infos",
        "lastReplicationRetrySourceSnapshotId",
        "lastReplicationRetryTimestamp",
        "operationsUsingSnapshots",
        "replicationRetryCount",
        "secureInfo",
        "standBy",
        "toTimestamp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotMetadataInfo:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfo": {
      "properties": {
        "bpgConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfig:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfig"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgConfigs",
        "secureInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfig:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfig": {
      "properties": {
        "bpgDbParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigBpgDbParam:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigBpgDbParam"
          }
        },
        "storages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorage:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorage"
          }
        },
        "vmProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigVmProperty:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigVmProperty"
          }
        }
      },
      "type": "object",
      "required": [
        "bpgDbParams",
        "storages",
        "vmProperties"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigBpgDbParam:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigBpgDbParam": {
      "properties": {
        "effectiveCacheSize": {
          "type": "string"
        },
        "maintenanceWorkMem": {
          "type": "string"
        },
        "maxParallelWorkersPerGather": {
          "type": "string"
        },
        "maxWorkerProcesses": {
          "type": "string"
        },
        "sharedBuffers": {
          "type": "string"
        },
        "workMem": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "effectiveCacheSize",
        "maintenanceWorkMem",
        "maxParallelWorkersPerGather",
        "maxWorkerProcesses",
        "sharedBuffers",
        "workMem"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorage:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorage": {
      "properties": {
        "archiveStorages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageArchiveStorage:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageArchiveStorage"
          }
        },
        "dataDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageDataDisk:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageDataDisk"
          }
        },
        "logDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageLogDisk:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageLogDisk"
          }
        }
      },
      "type": "object",
      "required": [
        "archiveStorages",
        "dataDisks",
        "logDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageArchiveStorage:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageArchiveStorage": {
      "properties": {
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageDataDisk:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageDataDisk": {
      "properties": {
        "count": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageLogDisk:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigStorageLogDisk": {
      "properties": {
        "count": {
          "type": "number"
        },
        "size": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "count",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigVmProperty:getNdbTmsCapabilityLastContinuousSnapshotMetadataInfoBpgConfigVmProperty": {
      "properties": {
        "dirtyBackgroundRatio": {
          "type": "number"
        },
        "dirtyExpireCentisecs": {
          "type": "number"
        },
        "dirtyRatio": {
          "type": "number"
        },
        "dirtyWritebackCentisecs": {
          "type": "number"
        },
        "nrHugepages": {
          "type": "number"
        },
        "overcommitMemory": {
          "type": "number"
        },
        "swappiness": {
          "type": "number"
        }
      },
      "type": "object",
      "required": [
        "dirtyBackgroundRatio",
        "dirtyExpireCentisecs",
        "dirtyRatio",
        "dirtyWritebackCentisecs",
        "nrHugepages",
        "overcommitMemory",
        "swappiness"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotProperty:getNdbTmsCapabilityLastContinuousSnapshotProperty": {
      "properties": {
        "description": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "refId": {
          "type": "string"
        },
        "secure": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "refId",
        "secure",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastContinuousSnapshotTag:getNdbTmsCapabilityLastContinuousSnapshotTag": {
      "properties": {
        "entityId": {
          "type": "string"
        },
        "entityType": {
          "type": "string"
        },
        "tagId": {
          "type": "string"
        },
        "tagName": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityId",
        "entityType",
        "tagId",
        "tagName",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastDbLog:getNdbTmsCapabilityLastDbLog": {
      "properties": {
        "databaseId": {
          "type": "string"
        },
        "databaseNodeId": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "eraLogDriveId": {
          "type": "string"
        },
        "fromTime": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "logCopyOperationId": {
          "type": "string"
        },
        "message": {
          "type": "string"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastDbLogMetadata:getNdbTmsCapabilityLastDbLogMetadata"
          }
        },
        "name": {
          "type": "string"
        },
        "ownerId": {
          "type": "string"
        },
        "size": {
          "type": "integer"
        },
        "status": {
          "type": "string"
        },
        "toTime": {
          "type": "string"
        },
        "unprocessed": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "databaseId",
        "databaseNodeId",
        "dateCreated",
        "dateModified",
        "eraLogDriveId",
        "fromTime",
        "id",
        "logCopyOperationId",
        "message",
        "metadatas",
        "name",
        "ownerId",
        "size",
        "status",
        "toTime",
        "unprocessed"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastDbLogMetadata:getNdbTmsCapabilityLastDbLogMetadata": {
      "properties": {
        "createdDirectly": {
          "type": "boolean"
        },
        "curationRetryCount": {
          "type": "integer"
        },
        "deregisterInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNdbTmsCapabilityLastDbLogMetadataDeregisterInfo:getNdbTmsCapabilityLastDbLogMetadataDeregisterInfo"
          }
        },
        "info": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "secureInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "updatedDirectly": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "createdDirectly",
        "curationRetryCount",
        "deregisterInfos",
        "info",
        "secureInfo",
        "updatedDirectly"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNdbTmsCapabilityLastDbLogMetadataDeregisterInfo:getNdbTmsCapabilityLastDbLogMetadataDeregisterInfo": {
      "properties": {
        "message": {
          "type": "string"
        },
        "operations": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "message",
        "operations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicy:getNetworkSecurityPoliciesV2NetworkPolicy": {
      "properties": {
        "createdBy": {
          "type": "string",
          "description": "created by.\n"
        },
        "creationTime": {
          "type": "string",
          "description": "creation time of NSP\n"
        },
        "description": {
          "type": "string",
          "description": "A user defined annotation for a policy.\n"
        },
        "extId": {
          "type": "string",
          "description": "Network security policy UUID.\n"
        },
        "isHitlogEnabled": {
          "type": "boolean",
          "description": "If Hitlog is enabled.\n"
        },
        "isIpv6TrafficAllowed": {
          "type": "boolean",
          "description": "If Ipv6 Traffic is allowed.\n"
        },
        "isSystemDefined": {
          "type": "boolean",
          "description": "Is system defined NSP\n"
        },
        "lastUpdateTime": {
          "type": "string",
          "description": "last updated time\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyLink:getNetworkSecurityPoliciesV2NetworkPolicyLink"
          },
          "description": "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.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the Flow Network Security Policy.\n"
        },
        "rules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRule:getNetworkSecurityPoliciesV2NetworkPolicyRule"
          },
          "description": "A list of rules that form a policy. For isolation policies, use isolation rules; for application or quarantine policies, use application rules.\n"
        },
        "scope": {
          "type": "string",
          "description": "Defines the scope of the policy. Currently, only ALL_VLAN and VPC_LIST are supported. If scope is not provided, the default is set based on whether vpcReferences field is provided or not.\n"
        },
        "securedGroups": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Uuids of the secured groups in the NSP.\n"
        },
        "state": {
          "type": "string",
          "description": "Whether the policy is applied or monitored; can be omitted or set null to save the policy without applying or monitoring it.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity\n"
        },
        "type": {
          "type": "string",
          "description": "Defines the type of rules that can be used in a policy.\n"
        },
        "vpcReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of external ids for VPCs, used only when the scope of policy is a list of VPCs.\n"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "creationTime",
        "description",
        "extId",
        "isHitlogEnabled",
        "isIpv6TrafficAllowed",
        "isSystemDefined",
        "lastUpdateTime",
        "links",
        "name",
        "rules",
        "scope",
        "securedGroups",
        "state",
        "tenantId",
        "type",
        "vpcReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyLink:getNetworkSecurityPoliciesV2NetworkPolicyLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n\nSee detailed information in [Nutanix List Security Policies v4](https://developers.nutanix.com/api-reference?namespace=microseg&version=v4.0#tag/NetworkSecurityPolicies/operation/listNetworkSecurityPolicies).\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRule:getNetworkSecurityPoliciesV2NetworkPolicyRule": {
      "properties": {
        "description": {
          "type": "string",
          "description": "A user defined annotation for a rule.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleLink:getNetworkSecurityPoliciesV2NetworkPolicyRuleLink"
          },
          "description": "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.\n"
        },
        "specs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpec"
          },
          "description": "Spec for rules.\n"
        },
        "type": {
          "type": "string",
          "description": "The type for a rule - the value chosen here restricts which specification can be chosen.\n"
        }
      },
      "type": "object",
      "required": [
        "description",
        "extId",
        "links",
        "specs",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleLink:getNetworkSecurityPoliciesV2NetworkPolicyRuleLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n\nSee detailed information in [Nutanix List Security Policies v4](https://developers.nutanix.com/api-reference?namespace=microseg&version=v4.0#tag/NetworkSecurityPolicies/operation/listNetworkSecurityPolicies).\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpec": {
      "properties": {
        "applicationRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpec"
          },
          "description": "Application Rule Spec.\n"
        },
        "intraEntityGroupRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecIntraEntityGroupRuleSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecIntraEntityGroupRuleSpec"
          },
          "description": "Intra entity group Rule Spec\n"
        },
        "multiEnvIsolationRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpec"
          },
          "description": "Multi Environment Isolation Rule Spec.\n"
        },
        "twoEnvIsolationRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecTwoEnvIsolationRuleSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecTwoEnvIsolationRuleSpec"
          },
          "description": "Two Environment Isolation Rule Spec.\n"
        }
      },
      "type": "object",
      "required": [
        "applicationRuleSpecs",
        "intraEntityGroupRuleSpecs",
        "multiEnvIsolationRuleSpecs",
        "twoEnvIsolationRuleSpecs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpec": {
      "properties": {
        "destAddressGroupReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of address group references.\n"
        },
        "destAllowSpec": {
          "type": "string",
          "description": "A specification to how allow mode traffic should be applied, either ALL or NONE.\n"
        },
        "destCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of categories that define a set of network endpoints as outbound.\n"
        },
        "destSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecDestSubnet:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecDestSubnet"
          },
          "description": "destination subnet value\n"
        },
        "icmpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecIcmpService:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecIcmpService"
          },
          "description": "icmp services\n"
        },
        "isAllProtocolAllowed": {
          "type": "boolean",
          "description": "Denotes if rule allows traffic for all protocol.\n"
        },
        "networkFunctionChainReference": {
          "type": "string",
          "description": "A reference to the network function chain in the rule.\n"
        },
        "securedGroupCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A set of network endpoints which is protected by a Network Security Policy and defined as a list of categories.\n"
        },
        "serviceGroupReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of service group references.\n"
        },
        "srcAddressGroupReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of address group references.\n"
        },
        "srcAllowSpec": {
          "type": "string",
          "description": "A specification to how allow mode traffic should be applied, either ALL or NONE.\n"
        },
        "srcCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of categories that define a set of network endpoints as inbound.\n"
        },
        "srcSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecSrcSubnet:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecSrcSubnet"
          },
          "description": "source subnet value\n"
        },
        "tcpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecTcpService:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecTcpService"
          },
          "description": "tcp services\n"
        },
        "udpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecUdpService:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecUdpService"
          },
          "description": "udp services\n"
        }
      },
      "type": "object",
      "required": [
        "destAddressGroupReferences",
        "destAllowSpec",
        "destCategoryReferences",
        "destSubnets",
        "icmpServices",
        "isAllProtocolAllowed",
        "networkFunctionChainReference",
        "securedGroupCategoryReferences",
        "serviceGroupReferences",
        "srcAddressGroupReferences",
        "srcAllowSpec",
        "srcCategoryReferences",
        "srcSubnets",
        "tcpServices",
        "udpServices"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecDestSubnet:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecDestSubnet": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecIcmpService:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecIcmpService": {
      "properties": {
        "code": {
          "type": "integer",
          "description": "Icmp service Code. Ignore this field if Code has to be ANY.\n"
        },
        "isAllAllowed": {
          "type": "boolean",
          "description": "Set this field to true if both Type and Code is ANY.\n"
        },
        "type": {
          "type": "integer",
          "description": "Icmp service Type. Ignore this field if Type has to be ANY.\n"
        }
      },
      "type": "object",
      "required": [
        "code",
        "isAllAllowed",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecSrcSubnet:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecSrcSubnet": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecTcpService:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecTcpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecUdpService:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecApplicationRuleSpecUdpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecIntraEntityGroupRuleSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecIntraEntityGroupRuleSpec": {
      "properties": {
        "securedGroupAction": {
          "type": "string",
          "description": "List of secured group action.\n"
        },
        "securedGroupCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A specification to whether traffic between intra secured group entities should be allowed or denied.\n"
        }
      },
      "type": "object",
      "required": [
        "securedGroupAction",
        "securedGroupCategoryReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpec": {
      "properties": {
        "specs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpec"
          },
          "description": "Multi Environment Isolation Rule Spec.\n"
        }
      },
      "type": "object",
      "required": [
        "specs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpec": {
      "properties": {
        "allToAllIsolationGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup"
          },
          "description": "all to all isolation group\n"
        }
      },
      "type": "object",
      "required": [
        "allToAllIsolationGroups"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup": {
      "properties": {
        "isolationGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup"
          },
          "description": "Denotes the list of secured groups that will be used in All to All mutual isolation.\n"
        }
      },
      "type": "object",
      "required": [
        "isolationGroups"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup": {
      "properties": {
        "groupCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "External identifiers of categories belonging to the isolation group.\n"
        }
      },
      "type": "object",
      "required": [
        "groupCategoryReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecTwoEnvIsolationRuleSpec:getNetworkSecurityPoliciesV2NetworkPolicyRuleSpecTwoEnvIsolationRuleSpec": {
      "properties": {
        "firstIsolationGroups": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Denotes the first group of category uuids that will be used in an isolation policy.\n"
        },
        "secondIsolationGroups": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Denotes the second group of category uuids that will be used in an isolation policy.\n"
        }
      },
      "type": "object",
      "required": [
        "firstIsolationGroups",
        "secondIsolationGroups"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2Link:getNetworkSecurityPolicyV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2Rule:getNetworkSecurityPolicyV2Rule": {
      "properties": {
        "description": {
          "type": "string",
          "description": "A user defined annotation for a rule.\n"
        },
        "extId": {
          "type": "string",
          "description": "Network security policy UUID.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleLink:getNetworkSecurityPolicyV2RuleLink"
          },
          "description": "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.\n"
        },
        "specs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpec:getNetworkSecurityPolicyV2RuleSpec"
          },
          "description": "Multi Environment Isolation Rule Spec.\n"
        },
        "type": {
          "type": "string",
          "description": "Icmp service Type. Ignore this field if Type has to be ANY.\n"
        }
      },
      "type": "object",
      "required": [
        "description",
        "extId",
        "links",
        "specs",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleLink:getNetworkSecurityPolicyV2RuleLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpec:getNetworkSecurityPolicyV2RuleSpec": {
      "properties": {
        "applicationRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecApplicationRuleSpec:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpec"
          },
          "description": "Application Rule Spec.\n"
        },
        "intraEntityGroupRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecIntraEntityGroupRuleSpec:getNetworkSecurityPolicyV2RuleSpecIntraEntityGroupRuleSpec"
          },
          "description": "Intra entity group Rule Spec\n"
        },
        "multiEnvIsolationRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpec:getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpec"
          },
          "description": "Multi Environment Isolation Rule Spec.\n"
        },
        "twoEnvIsolationRuleSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpec:getNetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpec"
          },
          "description": "Two Environment Isolation Rule Spec.\n"
        }
      },
      "type": "object",
      "required": [
        "applicationRuleSpecs",
        "intraEntityGroupRuleSpecs",
        "multiEnvIsolationRuleSpecs",
        "twoEnvIsolationRuleSpecs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpec:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpec": {
      "properties": {
        "destAddressGroupReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of address group references.\n"
        },
        "destAllowSpec": {
          "type": "string",
          "description": "A specification to how allow mode traffic should be applied, either ALL or NONE.\n"
        },
        "destCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of categories that define a set of network endpoints as outbound.\n"
        },
        "destSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecDestSubnet:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecDestSubnet"
          },
          "description": "destination subnet value\n"
        },
        "icmpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecIcmpService:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecIcmpService"
          },
          "description": "icmp services\n"
        },
        "isAllProtocolAllowed": {
          "type": "boolean",
          "description": "Denotes if rule allows traffic for all protocol.\n"
        },
        "networkFunctionChainReference": {
          "type": "string",
          "description": "A reference to the network function chain in the rule.\n"
        },
        "securedGroupCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A specification to whether traffic between intra secured group entities should be allowed or denied.\n"
        },
        "serviceGroupReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of service group references.\n"
        },
        "srcAddressGroupReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of address group references.\n"
        },
        "srcAllowSpec": {
          "type": "string",
          "description": "A specification to how allow mode traffic should be applied, either ALL or NONE.\n"
        },
        "srcCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of categories that define a set of network endpoints as inbound.\n"
        },
        "srcSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecSrcSubnet:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecSrcSubnet"
          },
          "description": "source subnet value\n"
        },
        "tcpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecTcpService:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecTcpService"
          },
          "description": "tcp services\n"
        },
        "udpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecUdpService:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecUdpService"
          },
          "description": "udp services\n"
        }
      },
      "type": "object",
      "required": [
        "destAddressGroupReferences",
        "destAllowSpec",
        "destCategoryReferences",
        "destSubnets",
        "icmpServices",
        "isAllProtocolAllowed",
        "networkFunctionChainReference",
        "securedGroupCategoryReferences",
        "serviceGroupReferences",
        "srcAddressGroupReferences",
        "srcAllowSpec",
        "srcCategoryReferences",
        "srcSubnets",
        "tcpServices",
        "udpServices"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecDestSubnet:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecDestSubnet": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecIcmpService:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecIcmpService": {
      "properties": {
        "code": {
          "type": "integer",
          "description": "Icmp service Code. Ignore this field if Code has to be ANY.\n"
        },
        "isAllAllowed": {
          "type": "boolean",
          "description": "Set this field to true if both Type and Code is ANY.\n"
        },
        "type": {
          "type": "integer",
          "description": "Icmp service Type. Ignore this field if Type has to be ANY.\n"
        }
      },
      "type": "object",
      "required": [
        "code",
        "isAllAllowed",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecSrcSubnet:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecSrcSubnet": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecTcpService:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecTcpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecUdpService:getNetworkSecurityPolicyV2RuleSpecApplicationRuleSpecUdpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecIntraEntityGroupRuleSpec:getNetworkSecurityPolicyV2RuleSpecIntraEntityGroupRuleSpec": {
      "properties": {
        "securedGroupAction": {
          "type": "string",
          "description": "List of secured group action.\n"
        },
        "securedGroupCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A specification to whether traffic between intra secured group entities should be allowed or denied.\n"
        }
      },
      "type": "object",
      "required": [
        "securedGroupAction",
        "securedGroupCategoryReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpec:getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpec": {
      "properties": {
        "specs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpec:getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpec"
          },
          "description": "Multi Environment Isolation Rule Spec.\n"
        }
      },
      "type": "object",
      "required": [
        "specs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpec:getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpec": {
      "properties": {
        "allToAllIsolationGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup:getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup"
          },
          "description": "all to all isolation group\n"
        }
      },
      "type": "object",
      "required": [
        "allToAllIsolationGroups"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup:getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup": {
      "properties": {
        "isolationGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup:getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup"
          },
          "description": "Denotes the list of secured groups that will be used in All to All mutual isolation.\n"
        }
      },
      "type": "object",
      "required": [
        "isolationGroups"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup:getNetworkSecurityPolicyV2RuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup": {
      "properties": {
        "groupCategoryReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "External identifiers of categories belonging to the isolation group.\n"
        }
      },
      "type": "object",
      "required": [
        "groupCategoryReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpec:getNetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpec": {
      "properties": {
        "firstIsolationGroups": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Denotes the first group of category uuids that will be used in an isolation policy.\n"
        },
        "secondIsolationGroups": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Denotes the second group of category uuids that will be used in an isolation policy.\n"
        }
      },
      "type": "object",
      "required": [
        "firstIsolationGroups",
        "secondIsolationGroups"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleInboundAllowList:getNetworkSecurityRuleAdRuleInboundAllowList": {
      "properties": {
        "addressGroupInclusionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleInboundAllowListAddressGroupInclusionList:getNetworkSecurityRuleAdRuleInboundAllowListAddressGroupInclusionList"
          }
        },
        "expirationTime": {
          "type": "string"
        },
        "filterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "filterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleInboundAllowListFilterParam:getNetworkSecurityRuleAdRuleInboundAllowListFilterParam"
          }
        },
        "filterType": {
          "type": "string"
        },
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleInboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleAdRuleInboundAllowListIcmpTypeCodeList"
          }
        },
        "ipSubnet": {
          "type": "string"
        },
        "ipSubnetPrefixLength": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "peerSpecificationType": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "serviceGroupLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleInboundAllowListServiceGroupList:getNetworkSecurityRuleAdRuleInboundAllowListServiceGroupList"
          }
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleInboundAllowListTcpPortRangeList:getNetworkSecurityRuleAdRuleInboundAllowListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleInboundAllowListUdpPortRangeList:getNetworkSecurityRuleAdRuleInboundAllowListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "addressGroupInclusionLists",
        "expirationTime",
        "filterKindLists",
        "filterParams",
        "filterType",
        "icmpTypeCodeLists",
        "ipSubnet",
        "ipSubnetPrefixLength",
        "networkFunctionChainReference",
        "peerSpecificationType",
        "protocol",
        "serviceGroupLists",
        "tcpPortRangeLists",
        "udpPortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleInboundAllowListAddressGroupInclusionList:getNetworkSecurityRuleAdRuleInboundAllowListAddressGroupInclusionList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleInboundAllowListFilterParam:getNetworkSecurityRuleAdRuleInboundAllowListFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleInboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleAdRuleInboundAllowListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "code",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleInboundAllowListServiceGroupList:getNetworkSecurityRuleAdRuleInboundAllowListServiceGroupList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleInboundAllowListTcpPortRangeList:getNetworkSecurityRuleAdRuleInboundAllowListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleInboundAllowListUdpPortRangeList:getNetworkSecurityRuleAdRuleInboundAllowListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleOutboundAllowList:getNetworkSecurityRuleAdRuleOutboundAllowList": {
      "properties": {
        "addressGroupInclusionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionList:getNetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionList"
          }
        },
        "expirationTime": {
          "type": "string"
        },
        "filterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "filterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleOutboundAllowListFilterParam:getNetworkSecurityRuleAdRuleOutboundAllowListFilterParam"
          }
        },
        "filterType": {
          "type": "string"
        },
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleOutboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleAdRuleOutboundAllowListIcmpTypeCodeList"
          }
        },
        "ipSubnet": {
          "type": "string"
        },
        "ipSubnetPrefixLength": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "peerSpecificationType": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "serviceGroupLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleOutboundAllowListServiceGroupList:getNetworkSecurityRuleAdRuleOutboundAllowListServiceGroupList"
          }
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleOutboundAllowListTcpPortRangeList:getNetworkSecurityRuleAdRuleOutboundAllowListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAdRuleOutboundAllowListUdpPortRangeList:getNetworkSecurityRuleAdRuleOutboundAllowListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "addressGroupInclusionLists",
        "expirationTime",
        "filterKindLists",
        "filterParams",
        "filterType",
        "icmpTypeCodeLists",
        "ipSubnet",
        "ipSubnetPrefixLength",
        "networkFunctionChainReference",
        "peerSpecificationType",
        "protocol",
        "serviceGroupLists",
        "tcpPortRangeLists",
        "udpPortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionList:getNetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleOutboundAllowListFilterParam:getNetworkSecurityRuleAdRuleOutboundAllowListFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleOutboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleAdRuleOutboundAllowListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "code",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleOutboundAllowListServiceGroupList:getNetworkSecurityRuleAdRuleOutboundAllowListServiceGroupList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleOutboundAllowListTcpPortRangeList:getNetworkSecurityRuleAdRuleOutboundAllowListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleOutboundAllowListUdpPortRangeList:getNetworkSecurityRuleAdRuleOutboundAllowListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAdRuleTargetGroupFilterParam:getNetworkSecurityRuleAdRuleTargetGroupFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleInboundAllowList:getNetworkSecurityRuleAppRuleInboundAllowList": {
      "properties": {
        "addressGroupInclusionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAppRuleInboundAllowListAddressGroupInclusionList:getNetworkSecurityRuleAppRuleInboundAllowListAddressGroupInclusionList"
          }
        },
        "expirationTime": {
          "type": "string"
        },
        "filterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "filterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAppRuleInboundAllowListFilterParam:getNetworkSecurityRuleAppRuleInboundAllowListFilterParam"
          }
        },
        "filterType": {
          "type": "string"
        },
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAppRuleInboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleAppRuleInboundAllowListIcmpTypeCodeList"
          }
        },
        "ipSubnet": {
          "type": "string"
        },
        "ipSubnetPrefixLength": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "peerSpecificationType": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "serviceGroupLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAppRuleInboundAllowListServiceGroupList:getNetworkSecurityRuleAppRuleInboundAllowListServiceGroupList"
          }
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAppRuleInboundAllowListTcpPortRangeList:getNetworkSecurityRuleAppRuleInboundAllowListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAppRuleInboundAllowListUdpPortRangeList:getNetworkSecurityRuleAppRuleInboundAllowListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "addressGroupInclusionLists",
        "expirationTime",
        "filterKindLists",
        "filterParams",
        "filterType",
        "icmpTypeCodeLists",
        "ipSubnet",
        "ipSubnetPrefixLength",
        "networkFunctionChainReference",
        "peerSpecificationType",
        "protocol",
        "serviceGroupLists",
        "tcpPortRangeLists",
        "udpPortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleInboundAllowListAddressGroupInclusionList:getNetworkSecurityRuleAppRuleInboundAllowListAddressGroupInclusionList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleInboundAllowListFilterParam:getNetworkSecurityRuleAppRuleInboundAllowListFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleInboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleAppRuleInboundAllowListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "code",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleInboundAllowListServiceGroupList:getNetworkSecurityRuleAppRuleInboundAllowListServiceGroupList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleInboundAllowListTcpPortRangeList:getNetworkSecurityRuleAppRuleInboundAllowListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleInboundAllowListUdpPortRangeList:getNetworkSecurityRuleAppRuleInboundAllowListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleOutboundAllowList:getNetworkSecurityRuleAppRuleOutboundAllowList": {
      "properties": {
        "expirationTime": {
          "type": "string"
        },
        "filterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "filterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAppRuleOutboundAllowListFilterParam:getNetworkSecurityRuleAppRuleOutboundAllowListFilterParam"
          }
        },
        "filterType": {
          "type": "string"
        },
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAppRuleOutboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleAppRuleOutboundAllowListIcmpTypeCodeList"
          }
        },
        "ipSubnet": {
          "type": "string"
        },
        "ipSubnetPrefixLength": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "peerSpecificationType": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAppRuleOutboundAllowListTcpPortRangeList:getNetworkSecurityRuleAppRuleOutboundAllowListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleAppRuleOutboundAllowListUdpPortRangeList:getNetworkSecurityRuleAppRuleOutboundAllowListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "expirationTime",
        "filterKindLists",
        "filterParams",
        "filterType",
        "icmpTypeCodeLists",
        "ipSubnet",
        "ipSubnetPrefixLength",
        "networkFunctionChainReference",
        "peerSpecificationType",
        "protocol",
        "tcpPortRangeLists",
        "udpPortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleOutboundAllowListFilterParam:getNetworkSecurityRuleAppRuleOutboundAllowListFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleOutboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleAppRuleOutboundAllowListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "code",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleOutboundAllowListTcpPortRangeList:getNetworkSecurityRuleAppRuleOutboundAllowListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleOutboundAllowListUdpPortRangeList:getNetworkSecurityRuleAppRuleOutboundAllowListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleAppRuleTargetGroupFilterParam:getNetworkSecurityRuleAppRuleTargetGroupFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleCategory:getNetworkSecurityRuleCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleIsolationRuleFirstEntityFilterParam:getNetworkSecurityRuleIsolationRuleFirstEntityFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleIsolationRuleSecondEntityFilterParam:getNetworkSecurityRuleIsolationRuleSecondEntityFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleInboundAllowList:getNetworkSecurityRuleQuarantineRuleInboundAllowList": {
      "properties": {
        "expirationTime": {
          "type": "string"
        },
        "filterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "filterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleQuarantineRuleInboundAllowListFilterParam:getNetworkSecurityRuleQuarantineRuleInboundAllowListFilterParam"
          }
        },
        "filterType": {
          "type": "string"
        },
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleQuarantineRuleInboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleQuarantineRuleInboundAllowListIcmpTypeCodeList"
          }
        },
        "ipSubnet": {
          "type": "string"
        },
        "ipSubnetPrefixLength": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "peerSpecificationType": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleQuarantineRuleInboundAllowListTcpPortRangeList:getNetworkSecurityRuleQuarantineRuleInboundAllowListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleQuarantineRuleInboundAllowListUdpPortRangeList:getNetworkSecurityRuleQuarantineRuleInboundAllowListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "expirationTime",
        "filterKindLists",
        "filterParams",
        "filterType",
        "icmpTypeCodeLists",
        "ipSubnet",
        "ipSubnetPrefixLength",
        "networkFunctionChainReference",
        "peerSpecificationType",
        "protocol",
        "tcpPortRangeLists",
        "udpPortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleInboundAllowListFilterParam:getNetworkSecurityRuleQuarantineRuleInboundAllowListFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleInboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleQuarantineRuleInboundAllowListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "code",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleInboundAllowListTcpPortRangeList:getNetworkSecurityRuleQuarantineRuleInboundAllowListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleInboundAllowListUdpPortRangeList:getNetworkSecurityRuleQuarantineRuleInboundAllowListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleOutboundAllowList:getNetworkSecurityRuleQuarantineRuleOutboundAllowList": {
      "properties": {
        "addressGroupInclusionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleQuarantineRuleOutboundAllowListAddressGroupInclusionList:getNetworkSecurityRuleQuarantineRuleOutboundAllowListAddressGroupInclusionList"
          }
        },
        "expirationTime": {
          "type": "string"
        },
        "filterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "filterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleQuarantineRuleOutboundAllowListFilterParam:getNetworkSecurityRuleQuarantineRuleOutboundAllowListFilterParam"
          }
        },
        "filterType": {
          "type": "string"
        },
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleQuarantineRuleOutboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleQuarantineRuleOutboundAllowListIcmpTypeCodeList"
          }
        },
        "ipSubnet": {
          "type": "string"
        },
        "ipSubnetPrefixLength": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "peerSpecificationType": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "serviceGroupLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleQuarantineRuleOutboundAllowListServiceGroupList:getNetworkSecurityRuleQuarantineRuleOutboundAllowListServiceGroupList"
          }
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleQuarantineRuleOutboundAllowListTcpPortRangeList:getNetworkSecurityRuleQuarantineRuleOutboundAllowListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetNetworkSecurityRuleQuarantineRuleOutboundAllowListUdpPortRangeList:getNetworkSecurityRuleQuarantineRuleOutboundAllowListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "addressGroupInclusionLists",
        "expirationTime",
        "filterKindLists",
        "filterParams",
        "filterType",
        "icmpTypeCodeLists",
        "ipSubnet",
        "ipSubnetPrefixLength",
        "networkFunctionChainReference",
        "peerSpecificationType",
        "protocol",
        "serviceGroupLists",
        "tcpPortRangeLists",
        "udpPortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleOutboundAllowListAddressGroupInclusionList:getNetworkSecurityRuleQuarantineRuleOutboundAllowListAddressGroupInclusionList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleOutboundAllowListFilterParam:getNetworkSecurityRuleQuarantineRuleOutboundAllowListFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleOutboundAllowListIcmpTypeCodeList:getNetworkSecurityRuleQuarantineRuleOutboundAllowListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "code",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleOutboundAllowListServiceGroupList:getNetworkSecurityRuleQuarantineRuleOutboundAllowListServiceGroupList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleOutboundAllowListTcpPortRangeList:getNetworkSecurityRuleQuarantineRuleOutboundAllowListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleOutboundAllowListUdpPortRangeList:getNetworkSecurityRuleQuarantineRuleOutboundAllowListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getNetworkSecurityRuleQuarantineRuleTargetGroupFilterParam:getNetworkSecurityRuleQuarantineRuleTargetGroupFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoreV2Link:getObjectStoreV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoreV2Metadata:getObjectStoreV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "- The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "- The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoreV2PublicNetworkIp:getObjectStoreV2PublicNetworkIp": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoreV2PublicNetworkIpIpv4:getObjectStoreV2PublicNetworkIpIpv4",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoreV2PublicNetworkIpIpv6:getObjectStoreV2PublicNetworkIpIpv6",
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoreV2PublicNetworkIpIpv4:getObjectStoreV2PublicNetworkIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoreV2PublicNetworkIpIpv6:getObjectStoreV2PublicNetworkIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoreV2StorageNetworkDnsIp:getObjectStoreV2StorageNetworkDnsIp": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoreV2StorageNetworkDnsIpIpv4:getObjectStoreV2StorageNetworkDnsIpIpv4",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoreV2StorageNetworkDnsIpIpv6:getObjectStoreV2StorageNetworkDnsIpIpv6",
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoreV2StorageNetworkDnsIpIpv4:getObjectStoreV2StorageNetworkDnsIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoreV2StorageNetworkDnsIpIpv6:getObjectStoreV2StorageNetworkDnsIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoreV2StorageNetworkVip:getObjectStoreV2StorageNetworkVip": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoreV2StorageNetworkVipIpv4:getObjectStoreV2StorageNetworkVipIpv4",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoreV2StorageNetworkVipIpv6:getObjectStoreV2StorageNetworkVipIpv6",
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoreV2StorageNetworkVipIpv4:getObjectStoreV2StorageNetworkVipIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoreV2StorageNetworkVipIpv6:getObjectStoreV2StorageNetworkVipIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStore:getObjectStoresV2ObjectStore": {
      "properties": {
        "certificateExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- A list of the UUIDs of the certificates of an Object store.\n"
        },
        "clusterExtId": {
          "type": "string",
          "description": "- UUID of the AHV or ESXi cluster.\n"
        },
        "creationTime": {
          "type": "string",
          "description": "- The time when the Object store was created.\n"
        },
        "deploymentVersion": {
          "type": "string",
          "description": "- The deployment version of the Object store.\n"
        },
        "description": {
          "type": "string",
          "description": "- A brief description of the Object store.\n"
        },
        "domain": {
          "type": "string",
          "description": "- The DNS domain/subdomain the Object store belongs to. All the Object stores under one Prism Central must have the same domain name. The domain name must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens, or underscores. Each part can be up to 63 characters long. The domain must begin and end with an alphanumeric character. For example - 'objects-0.pc_nutanix.com'.\n"
        },
        "extId": {
          "type": "string",
          "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "lastUpdateTime": {
          "type": "string",
          "description": "- The time when the Object store was last updated.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetObjectStoresV2ObjectStoreLink:getObjectStoresV2ObjectStoreLink"
          },
          "description": "- 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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetObjectStoresV2ObjectStoreMetadata:getObjectStoresV2ObjectStoreMetadata"
          },
          "description": "- Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "- The name of the Object store.\n"
        },
        "numWorkerNodes": {
          "type": "integer",
          "description": "- The number of worker nodes (VMs) to be created for the Object store. Each worker node requires 10 vCPUs and 32 GiB of memory.\n"
        },
        "publicNetworkIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetObjectStoresV2ObjectStorePublicNetworkIp:getObjectStoresV2ObjectStorePublicNetworkIp"
          },
          "description": "- A list of static IP addresses used as public IPs to access the Object store.\n"
        },
        "publicNetworkReference": {
          "type": "string",
          "description": "- Public network reference of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.\n"
        },
        "region": {
          "type": "string",
          "description": "- The region in which the Object store is deployed.\n"
        },
        "state": {
          "type": "string",
          "description": "- Enum for the state of the Object store.\n| Enum                                   | Description                                                     |\n|----------------------------------------|-----------------------------------------------------------------|\n| `DEPLOYING_OBJECT_STORE`             | The Object store is being deployed.                             |\n| `OBJECT_STORE_DEPLOYMENT_FAILED`     | The Object store deployment has failed.                         |\n| `DELETING_OBJECT_STORE`              | A deployed Object store is being deleted.                       |\n| `OBJECT_STORE_OPERATION_FAILED`      | There was an error while performing an operation on the Object store. |\n| `UNDEPLOYED_OBJECT_STORE`            | The Object store is not deployed.                               |\n| `OBJECT_STORE_OPERATION_PENDING`     | There is an ongoing operation on the Object store.              |\n| `OBJECT_STORE_AVAILABLE`            | There are no ongoing operations on the deployed Object store.   |\n| `OBJECT_STORE_CERT_CREATION_FAILED`  | Creating the Object store certificate has failed.               |\n| `CREATING_OBJECT_STORE_CERT`         | A certificate is being created for the Object store.            |\n| `OBJECT_STORE_DELETION_FAILED`       | There was an error deleting the Object store.                   |\n"
        },
        "storageNetworkDnsIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetObjectStoresV2ObjectStoreStorageNetworkDnsIp:getObjectStoresV2ObjectStoreStorageNetworkDnsIp"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "storageNetworkReference": {
          "type": "string",
          "description": "- Reference to the Storage Network of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.\n"
        },
        "storageNetworkVips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetObjectStoresV2ObjectStoreStorageNetworkVip:getObjectStoresV2ObjectStoreStorageNetworkVip"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        },
        "totalCapacityGib": {
          "type": "integer",
          "description": "- Size of the Object store in GiB.\n"
        }
      },
      "type": "object",
      "required": [
        "certificateExtIds",
        "clusterExtId",
        "creationTime",
        "deploymentVersion",
        "description",
        "domain",
        "extId",
        "lastUpdateTime",
        "links",
        "metadatas",
        "name",
        "numWorkerNodes",
        "publicNetworkIps",
        "publicNetworkReference",
        "region",
        "state",
        "storageNetworkDnsIps",
        "storageNetworkReference",
        "storageNetworkVips",
        "tenantId",
        "totalCapacityGib"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStoreLink:getObjectStoresV2ObjectStoreLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStoreMetadata:getObjectStoresV2ObjectStoreMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "- The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "- The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStorePublicNetworkIp:getObjectStoresV2ObjectStorePublicNetworkIp": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoresV2ObjectStorePublicNetworkIpIpv4:getObjectStoresV2ObjectStorePublicNetworkIpIpv4",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoresV2ObjectStorePublicNetworkIpIpv6:getObjectStoresV2ObjectStorePublicNetworkIpIpv6",
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStorePublicNetworkIpIpv4:getObjectStoresV2ObjectStorePublicNetworkIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStorePublicNetworkIpIpv6:getObjectStoresV2ObjectStorePublicNetworkIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStoreStorageNetworkDnsIp:getObjectStoresV2ObjectStoreStorageNetworkDnsIp": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv4:getObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv4",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv6:getObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv6",
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv4:getObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv6:getObjectStoresV2ObjectStoreStorageNetworkDnsIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStoreStorageNetworkVip:getObjectStoresV2ObjectStoreStorageNetworkVip": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoresV2ObjectStoreStorageNetworkVipIpv4:getObjectStoresV2ObjectStoreStorageNetworkVipIpv4",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetObjectStoresV2ObjectStoreStorageNetworkVipIpv6:getObjectStoresV2ObjectStoreStorageNetworkVipIpv6",
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStoreStorageNetworkVipIpv4:getObjectStoresV2ObjectStoreStorageNetworkVipIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getObjectStoresV2ObjectStoreStorageNetworkVipIpv6:getObjectStoresV2ObjectStoreStorageNetworkVipIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4 address belongs. Default for IPv4 is 32 and for IPv6 is 128.\n"
        },
        "value": {
          "type": "string",
          "description": "- The IPv4/IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getOperationV2AssociatedEndpointList:getOperationV2AssociatedEndpointList": {
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "Version of the API for the provided associated endpoint.\n"
        },
        "endpointUrl": {
          "type": "string",
          "description": "Endpoint URL.\n"
        },
        "httpMethod": {
          "type": "string",
          "description": "HTTP method for the provided associated endpoint.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "endpointUrl",
        "httpMethod"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getOperationsV2Operation:getOperationsV2Operation": {
      "properties": {
        "associatedEndpointLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetOperationsV2OperationAssociatedEndpointList:getOperationsV2OperationAssociatedEndpointList"
          },
          "description": "List of associated endpoint objects for the Operation.\n"
        },
        "clientName": {
          "type": "string",
          "description": "Client that created the entity.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "Permission creation time\n"
        },
        "description": {
          "type": "string",
          "description": "Permission description\n"
        },
        "displayName": {
          "type": "string",
          "description": "Permission name.\n"
        },
        "entityType": {
          "type": "string",
          "description": "Type of entity associated with this Operation.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "Permission last updated time.\n"
        },
        "operationType": {
          "type": "string",
          "description": "The Operation type. Currently we support INTERNAL, EXTERNAL and SYSTEM_DEFINED_ONLY.\n"
        },
        "relatedOperationLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of related Operations. These are the Operations which might need to be given access to, along with the current Operation, for certain workflows to succeed.\n"
        }
      },
      "type": "object",
      "required": [
        "associatedEndpointLists",
        "clientName",
        "createdTime",
        "description",
        "displayName",
        "entityType",
        "extId",
        "lastUpdatedTime",
        "operationType",
        "relatedOperationLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getOperationsV2OperationAssociatedEndpointList:getOperationsV2OperationAssociatedEndpointList": {
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "Version of the API for the provided associated endpoint.\n"
        },
        "endpointUrl": {
          "type": "string",
          "description": "Endpoint URL.\n"
        },
        "httpMethod": {
          "type": "string",
          "description": "HTTP method for the provided associated endpoint.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "endpointUrl",
        "httpMethod"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpec:getPbrSpec": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResource:getPbrSpecResource"
          },
          "description": "PBR resources status\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "resources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResource:getPbrSpecResource": {
      "properties": {
        "actions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResourceAction:getPbrSpecResourceAction"
          },
          "description": "Routing policy action\n"
        },
        "destinations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResourceDestination:getPbrSpecResourceDestination"
          },
          "description": "destination address of an IP.\n"
        },
        "isBidirectional": {
          "type": "boolean",
          "description": "Policy in reverse direction.\n"
        },
        "priority": {
          "type": "integer",
          "description": "priority of routing policy\n"
        },
        "protocolParameters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResourceProtocolParameter:getPbrSpecResourceProtocolParameter"
          },
          "description": "Routing policy IP protocol parameters\n"
        },
        "protocolType": {
          "type": "string",
          "description": "Protocol type of routing policy\n"
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResourceSource:getPbrSpecResourceSource"
          },
          "description": "source address of an IP.\n"
        },
        "vpcReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to VPC\n"
        }
      },
      "type": "object",
      "required": [
        "actions",
        "destinations",
        "isBidirectional",
        "priority",
        "protocolParameters",
        "protocolType",
        "sources",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResourceAction:getPbrSpecResourceAction": {
      "properties": {
        "action": {
          "type": "string",
          "description": "Routing policy action\n"
        },
        "serviceIpLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "action",
        "serviceIpLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResourceDestination:getPbrSpecResourceDestination": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of provided subnet.\n"
        },
        "subnetIp": {
          "type": "string",
          "description": "IP subnet provided as an address.\n"
        }
      },
      "type": "object",
      "required": [
        "addressType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResourceProtocolParameter:getPbrSpecResourceProtocolParameter": {
      "properties": {
        "icmps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResourceProtocolParameterIcmp:getPbrSpecResourceProtocolParameterIcmp"
          },
          "description": "ICMP parameters in routing policy.\n"
        },
        "protocolNumber": {
          "type": "integer",
          "description": "Protocol number in routing policy\n"
        },
        "tcps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResourceProtocolParameterTcp:getPbrSpecResourceProtocolParameterTcp"
          },
          "description": "TCP parameters in routing policy\n"
        },
        "udps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResourceProtocolParameterUdp:getPbrSpecResourceProtocolParameterUdp"
          },
          "description": "UDP parameters in routing policy\n"
        }
      },
      "type": "object",
      "required": [
        "icmps",
        "protocolNumber",
        "tcps",
        "udps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResourceProtocolParameterIcmp:getPbrSpecResourceProtocolParameterIcmp": {
      "properties": {
        "icmpCode": {
          "type": "integer"
        },
        "icmpType": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "icmpCode",
        "icmpType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResourceProtocolParameterTcp:getPbrSpecResourceProtocolParameterTcp": {
      "properties": {
        "destinationPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResourceProtocolParameterTcpDestinationPortRangeList:getPbrSpecResourceProtocolParameterTcpDestinationPortRangeList"
          }
        },
        "sourcePortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResourceProtocolParameterTcpSourcePortRangeList:getPbrSpecResourceProtocolParameterTcpSourcePortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "destinationPortRangeLists",
        "sourcePortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResourceProtocolParameterTcpDestinationPortRangeList:getPbrSpecResourceProtocolParameterTcpDestinationPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResourceProtocolParameterTcpSourcePortRangeList:getPbrSpecResourceProtocolParameterTcpSourcePortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResourceProtocolParameterUdp:getPbrSpecResourceProtocolParameterUdp": {
      "properties": {
        "destinationPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResourceProtocolParameterUdpDestinationPortRangeList:getPbrSpecResourceProtocolParameterUdpDestinationPortRangeList"
          }
        },
        "sourcePortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrSpecResourceProtocolParameterUdpSourcePortRangeList:getPbrSpecResourceProtocolParameterUdpSourcePortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "destinationPortRangeLists",
        "sourcePortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResourceProtocolParameterUdpDestinationPortRangeList:getPbrSpecResourceProtocolParameterUdpDestinationPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResourceProtocolParameterUdpSourcePortRangeList:getPbrSpecResourceProtocolParameterUdpSourcePortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrSpecResourceSource:getPbrSpecResourceSource": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of provided subnet.\n"
        },
        "subnetIp": {
          "type": "string",
          "description": "IP subnet provided as an address.\n"
        }
      },
      "type": "object",
      "required": [
        "addressType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatus:getPbrStatus": {
      "properties": {
        "executionContexts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusExecutionContext:getPbrStatusExecutionContext"
          },
          "description": "Execution Context of PBR.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResource:getPbrStatusResource"
          },
          "description": "PBR resources status\n"
        },
        "state": {
          "type": "string",
          "description": "The state of the PBR\n"
        }
      },
      "type": "object",
      "required": [
        "executionContexts",
        "name",
        "resources",
        "state"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusExecutionContext:getPbrStatusExecutionContext": {
      "properties": {
        "taskUuids": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "taskUuids"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResource:getPbrStatusResource": {
      "properties": {
        "actions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceAction:getPbrStatusResourceAction"
          },
          "description": "Routing policy action\n"
        },
        "destinations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceDestination:getPbrStatusResourceDestination"
          },
          "description": "destination address of an IP.\n"
        },
        "isBidirectional": {
          "type": "boolean",
          "description": "Policy in reverse direction.\n"
        },
        "priority": {
          "type": "integer",
          "description": "priority of routing policy\n"
        },
        "protocolParameters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceProtocolParameter:getPbrStatusResourceProtocolParameter"
          },
          "description": "Routing policy IP protocol parameters\n"
        },
        "protocolType": {
          "type": "string",
          "description": "Protocol type of routing policy\n"
        },
        "routingPolicyCounters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceRoutingPolicyCounter:getPbrStatusResourceRoutingPolicyCounter"
          }
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceSource:getPbrStatusResourceSource"
          },
          "description": "source address of an IP.\n"
        },
        "vpcReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to VPC\n"
        }
      },
      "type": "object",
      "required": [
        "actions",
        "destinations",
        "isBidirectional",
        "priority",
        "protocolParameters",
        "protocolType",
        "routingPolicyCounters",
        "sources",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceAction:getPbrStatusResourceAction": {
      "properties": {
        "action": {
          "type": "string",
          "description": "Routing policy action\n"
        },
        "serviceIpLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "action",
        "serviceIpLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceDestination:getPbrStatusResourceDestination": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of provided subnet.\n"
        },
        "subnetIp": {
          "type": "string",
          "description": "IP subnet provided as an address.\n"
        }
      },
      "type": "object",
      "required": [
        "addressType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceProtocolParameter:getPbrStatusResourceProtocolParameter": {
      "properties": {
        "icmps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceProtocolParameterIcmp:getPbrStatusResourceProtocolParameterIcmp"
          },
          "description": "ICMP parameters in routing policy.\n"
        },
        "protocolNumber": {
          "type": "integer",
          "description": "Protocol number in routing policy\n"
        },
        "tcps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceProtocolParameterTcp:getPbrStatusResourceProtocolParameterTcp"
          },
          "description": "TCP parameters in routing policy\n"
        },
        "udps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceProtocolParameterUdp:getPbrStatusResourceProtocolParameterUdp"
          },
          "description": "UDP parameters in routing policy\n"
        }
      },
      "type": "object",
      "required": [
        "icmps",
        "protocolNumber",
        "tcps",
        "udps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceProtocolParameterIcmp:getPbrStatusResourceProtocolParameterIcmp": {
      "properties": {
        "icmpCode": {
          "type": "integer"
        },
        "icmpType": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "icmpCode",
        "icmpType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceProtocolParameterTcp:getPbrStatusResourceProtocolParameterTcp": {
      "properties": {
        "destinationPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceProtocolParameterTcpDestinationPortRangeList:getPbrStatusResourceProtocolParameterTcpDestinationPortRangeList"
          }
        },
        "sourcePortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceProtocolParameterTcpSourcePortRangeList:getPbrStatusResourceProtocolParameterTcpSourcePortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "destinationPortRangeLists",
        "sourcePortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceProtocolParameterTcpDestinationPortRangeList:getPbrStatusResourceProtocolParameterTcpDestinationPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceProtocolParameterTcpSourcePortRangeList:getPbrStatusResourceProtocolParameterTcpSourcePortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceProtocolParameterUdp:getPbrStatusResourceProtocolParameterUdp": {
      "properties": {
        "destinationPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceProtocolParameterUdpDestinationPortRangeList:getPbrStatusResourceProtocolParameterUdpDestinationPortRangeList"
          }
        },
        "sourcePortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrStatusResourceProtocolParameterUdpSourcePortRangeList:getPbrStatusResourceProtocolParameterUdpSourcePortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "destinationPortRangeLists",
        "sourcePortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceProtocolParameterUdpDestinationPortRangeList:getPbrStatusResourceProtocolParameterUdpDestinationPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceProtocolParameterUdpSourcePortRangeList:getPbrStatusResourceProtocolParameterUdpSourcePortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceRoutingPolicyCounter:getPbrStatusResourceRoutingPolicyCounter": {
      "properties": {
        "byteCount": {
          "type": "integer"
        },
        "packetCount": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "byteCount",
        "packetCount"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrStatusResourceSource:getPbrStatusResourceSource": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of provided subnet.\n"
        },
        "subnetIp": {
          "type": "string",
          "description": "IP subnet provided as an address.\n"
        }
      },
      "type": "object",
      "required": [
        "addressType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2Link:getPbrV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2Metadata:getPbrV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2Policy:getPbrV2Policy": {
      "properties": {
        "isBidirectional": {
          "type": "boolean",
          "description": "If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.\n"
        },
        "policyActions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyAction:getPbrV2PolicyPolicyAction"
          },
          "description": "The action to be taken on the traffic matching the routing policy.\n"
        },
        "policyMatches": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatch:getPbrV2PolicyPolicyMatch"
          },
          "description": "Match condition for the traffic that is entering the VPC.\n"
        }
      },
      "type": "object",
      "required": [
        "isBidirectional",
        "policyActions",
        "policyMatches"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyAction:getPbrV2PolicyPolicyAction": {
      "properties": {
        "actionType": {
          "type": "string",
          "description": "Routing policy action type.\n"
        },
        "nexthopIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionNexthopIpAddress:getPbrV2PolicyPolicyActionNexthopIpAddress"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "rerouteParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionRerouteParam:getPbrV2PolicyPolicyActionRerouteParam"
          },
          "description": "Routing policy Reroute params.\n"
        }
      },
      "type": "object",
      "required": [
        "actionType",
        "nexthopIpAddresses",
        "rerouteParams"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionNexthopIpAddress:getPbrV2PolicyPolicyActionNexthopIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionNexthopIpAddressIpv4:getPbrV2PolicyPolicyActionNexthopIpAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionNexthopIpAddressIpv6:getPbrV2PolicyPolicyActionNexthopIpAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionNexthopIpAddressIpv4:getPbrV2PolicyPolicyActionNexthopIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionNexthopIpAddressIpv6:getPbrV2PolicyPolicyActionNexthopIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionRerouteParam:getPbrV2PolicyPolicyActionRerouteParam": {
      "properties": {
        "egressServiceIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionRerouteParamEgressServiceIp:getPbrV2PolicyPolicyActionRerouteParamEgressServiceIp"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "ingressServiceIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionRerouteParamIngressServiceIp:getPbrV2PolicyPolicyActionRerouteParamIngressServiceIp"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "rerouteFallbackAction": {
          "type": "string",
          "description": "Type of fallback action in reroute case when service VM is down.\n"
        },
        "serviceIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionRerouteParamServiceIp:getPbrV2PolicyPolicyActionRerouteParamServiceIp"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "egressServiceIps",
        "ingressServiceIps",
        "rerouteFallbackAction",
        "serviceIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionRerouteParamEgressServiceIp:getPbrV2PolicyPolicyActionRerouteParamEgressServiceIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4:getPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6:getPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4:getPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6:getPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionRerouteParamIngressServiceIp:getPbrV2PolicyPolicyActionRerouteParamIngressServiceIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4:getPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6:getPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4:getPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6:getPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionRerouteParamServiceIp:getPbrV2PolicyPolicyActionRerouteParamServiceIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionRerouteParamServiceIpIpv4:getPbrV2PolicyPolicyActionRerouteParamServiceIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyActionRerouteParamServiceIpIpv6:getPbrV2PolicyPolicyActionRerouteParamServiceIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionRerouteParamServiceIpIpv4:getPbrV2PolicyPolicyActionRerouteParamServiceIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyActionRerouteParamServiceIpIpv6:getPbrV2PolicyPolicyActionRerouteParamServiceIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatch:getPbrV2PolicyPolicyMatch": {
      "properties": {
        "destinations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchDestination:getPbrV2PolicyPolicyMatchDestination"
          },
          "description": "Address Type like \"EXTERNAL\" or \"ANY\".\n"
        },
        "protocolParameters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchProtocolParameter:getPbrV2PolicyPolicyMatchProtocolParameter"
          },
          "description": "Protocol Params Object.\n"
        },
        "protocolType": {
          "type": "string",
          "description": "Routing Policy IP protocol type.\n"
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchSource:getPbrV2PolicyPolicyMatchSource"
          },
          "description": "Address Type like \"EXTERNAL\" or \"ANY\".\n"
        }
      },
      "type": "object",
      "required": [
        "destinations",
        "protocolParameters",
        "protocolType",
        "sources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchDestination:getPbrV2PolicyPolicyMatchDestination": {
      "properties": {
        "addressType": {
          "type": "string",
          "description": "Address Type like \"EXTERNAL\" or \"ANY\".\n"
        },
        "subnetPrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchDestinationSubnetPrefix:getPbrV2PolicyPolicyMatchDestinationSubnetPrefix"
          },
          "description": "Subnet Prefix\n"
        }
      },
      "type": "object",
      "required": [
        "addressType",
        "subnetPrefixes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchDestinationSubnetPrefix:getPbrV2PolicyPolicyMatchDestinationSubnetPrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4:getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6:getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4:getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip:getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip"
          },
          "description": "IP of address\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip:getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6:getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip:getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip"
          },
          "description": "IP of address\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip:getPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchProtocolParameter:getPbrV2PolicyPolicyMatchProtocolParameter": {
      "properties": {
        "icmpObjects": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchProtocolParameterIcmpObject:getPbrV2PolicyPolicyMatchProtocolParameterIcmpObject"
          },
          "description": "ICMP object\n"
        },
        "layerFourProtocolObjects": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject:getPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject"
          },
          "description": "Layer Four Protocol Object.\n"
        },
        "protocolNumberObjects": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject:getPbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject"
          },
          "description": "Protocol Number Object.\n"
        }
      },
      "type": "object",
      "required": [
        "icmpObjects",
        "layerFourProtocolObjects",
        "protocolNumberObjects"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchProtocolParameterIcmpObject:getPbrV2PolicyPolicyMatchProtocolParameterIcmpObject": {
      "properties": {
        "icmpCode": {
          "type": "integer",
          "description": "icmp code\n"
        },
        "icmpType": {
          "type": "integer",
          "description": "icmp type\n"
        }
      },
      "type": "object",
      "required": [
        "icmpCode",
        "icmpType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject:getPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject": {
      "properties": {
        "destinationPortRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange:getPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange"
          },
          "description": "Start and end port ranges object.\n"
        },
        "sourcePortRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange:getPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange"
          },
          "description": "Start and end port ranges object.\n"
        }
      },
      "type": "object",
      "required": [
        "destinationPortRanges",
        "sourcePortRanges"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange:getPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange:getPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject:getPbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject": {
      "properties": {
        "protocolNumber": {
          "type": "integer",
          "description": "protocol number\n"
        }
      },
      "type": "object",
      "required": [
        "protocolNumber"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchSource:getPbrV2PolicyPolicyMatchSource": {
      "properties": {
        "addressType": {
          "type": "string",
          "description": "Address Type like \"EXTERNAL\" or \"ANY\".\n"
        },
        "subnetPrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchSourceSubnetPrefix:getPbrV2PolicyPolicyMatchSourceSubnetPrefix"
          },
          "description": "Subnet Prefix\n"
        }
      },
      "type": "object",
      "required": [
        "addressType",
        "subnetPrefixes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchSourceSubnetPrefix:getPbrV2PolicyPolicyMatchSourceSubnetPrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4:getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6:getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4:getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip:getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip"
          },
          "description": "IP of address\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip:getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6:getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip:getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip"
          },
          "description": "IP of address\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip:getPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrV2Vpc:getPbrV2Vpc": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the routing policy.\n"
        }
      },
      "type": "object",
      "required": [
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntity:getPbrsEntity": {
      "properties": {
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The routing policies kind metadata.\n"
        },
        "specs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpec:getPbrsEntitySpec"
          },
          "description": "PBR spec\n"
        },
        "statuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatus:getPbrsEntityStatus"
          },
          "description": "PBR output status\n"
        }
      },
      "type": "object",
      "required": [
        "metadata",
        "specs",
        "statuses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpec:getPbrsEntitySpec": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResource:getPbrsEntitySpecResource"
          },
          "description": "PBR resources status\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "resources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResource:getPbrsEntitySpecResource": {
      "properties": {
        "actions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResourceAction:getPbrsEntitySpecResourceAction"
          },
          "description": "Routing policy action\n"
        },
        "destinations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResourceDestination:getPbrsEntitySpecResourceDestination"
          },
          "description": "destination address of an IP.\n"
        },
        "isBidirectional": {
          "type": "boolean",
          "description": "Policy in reverse direction.\n"
        },
        "priority": {
          "type": "integer",
          "description": "priority of routing policy\n"
        },
        "protocolParameters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResourceProtocolParameter:getPbrsEntitySpecResourceProtocolParameter"
          },
          "description": "Routing policy IP protocol parameters\n"
        },
        "protocolType": {
          "type": "string",
          "description": "Protocol type of routing policy\n"
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResourceSource:getPbrsEntitySpecResourceSource"
          },
          "description": "source address of an IP.\n"
        },
        "vpcReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to VPC\n"
        }
      },
      "type": "object",
      "required": [
        "actions",
        "destinations",
        "isBidirectional",
        "priority",
        "protocolParameters",
        "protocolType",
        "sources",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResourceAction:getPbrsEntitySpecResourceAction": {
      "properties": {
        "action": {
          "type": "string",
          "description": "Routing policy action\n"
        },
        "serviceIpLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "action",
        "serviceIpLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResourceDestination:getPbrsEntitySpecResourceDestination": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of provided subnet.\n"
        },
        "subnetIp": {
          "type": "string",
          "description": "IP subnet provided as an address.\n"
        }
      },
      "type": "object",
      "required": [
        "addressType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResourceProtocolParameter:getPbrsEntitySpecResourceProtocolParameter": {
      "properties": {
        "icmps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResourceProtocolParameterIcmp:getPbrsEntitySpecResourceProtocolParameterIcmp"
          },
          "description": "ICMP parameters in routing policy.\n"
        },
        "protocolNumber": {
          "type": "integer",
          "description": "Protocol number in routing policy\n"
        },
        "tcps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResourceProtocolParameterTcp:getPbrsEntitySpecResourceProtocolParameterTcp"
          },
          "description": "TCP parameters in routing policy\n"
        },
        "udps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResourceProtocolParameterUdp:getPbrsEntitySpecResourceProtocolParameterUdp"
          },
          "description": "UDP parameters in routing policy\n"
        }
      },
      "type": "object",
      "required": [
        "icmps",
        "protocolNumber",
        "tcps",
        "udps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResourceProtocolParameterIcmp:getPbrsEntitySpecResourceProtocolParameterIcmp": {
      "properties": {
        "icmpCode": {
          "type": "integer"
        },
        "icmpType": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "icmpCode",
        "icmpType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResourceProtocolParameterTcp:getPbrsEntitySpecResourceProtocolParameterTcp": {
      "properties": {
        "destinationPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResourceProtocolParameterTcpDestinationPortRangeList:getPbrsEntitySpecResourceProtocolParameterTcpDestinationPortRangeList"
          }
        },
        "sourcePortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResourceProtocolParameterTcpSourcePortRangeList:getPbrsEntitySpecResourceProtocolParameterTcpSourcePortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "destinationPortRangeLists",
        "sourcePortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResourceProtocolParameterTcpDestinationPortRangeList:getPbrsEntitySpecResourceProtocolParameterTcpDestinationPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResourceProtocolParameterTcpSourcePortRangeList:getPbrsEntitySpecResourceProtocolParameterTcpSourcePortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResourceProtocolParameterUdp:getPbrsEntitySpecResourceProtocolParameterUdp": {
      "properties": {
        "destinationPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResourceProtocolParameterUdpDestinationPortRangeList:getPbrsEntitySpecResourceProtocolParameterUdpDestinationPortRangeList"
          }
        },
        "sourcePortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntitySpecResourceProtocolParameterUdpSourcePortRangeList:getPbrsEntitySpecResourceProtocolParameterUdpSourcePortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "destinationPortRangeLists",
        "sourcePortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResourceProtocolParameterUdpDestinationPortRangeList:getPbrsEntitySpecResourceProtocolParameterUdpDestinationPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResourceProtocolParameterUdpSourcePortRangeList:getPbrsEntitySpecResourceProtocolParameterUdpSourcePortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntitySpecResourceSource:getPbrsEntitySpecResourceSource": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of provided subnet.\n"
        },
        "subnetIp": {
          "type": "string",
          "description": "IP subnet provided as an address.\n"
        }
      },
      "type": "object",
      "required": [
        "addressType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatus:getPbrsEntityStatus": {
      "properties": {
        "executionContexts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusExecutionContext:getPbrsEntityStatusExecutionContext"
          },
          "description": "Execution Context of PBR.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResource:getPbrsEntityStatusResource"
          },
          "description": "PBR resources status\n"
        },
        "state": {
          "type": "string",
          "description": "The state of the PBR\n"
        }
      },
      "type": "object",
      "required": [
        "executionContexts",
        "name",
        "resources",
        "state"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusExecutionContext:getPbrsEntityStatusExecutionContext": {
      "properties": {
        "taskUuids": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "taskUuids"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResource:getPbrsEntityStatusResource": {
      "properties": {
        "actions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceAction:getPbrsEntityStatusResourceAction"
          },
          "description": "Routing policy action\n"
        },
        "destinations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceDestination:getPbrsEntityStatusResourceDestination"
          },
          "description": "destination address of an IP.\n"
        },
        "isBidirectional": {
          "type": "boolean",
          "description": "Policy in reverse direction.\n"
        },
        "priority": {
          "type": "integer",
          "description": "priority of routing policy\n"
        },
        "protocolParameters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceProtocolParameter:getPbrsEntityStatusResourceProtocolParameter"
          },
          "description": "Routing policy IP protocol parameters\n"
        },
        "protocolType": {
          "type": "string",
          "description": "Protocol type of routing policy\n"
        },
        "routingPolicyCounters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceRoutingPolicyCounter:getPbrsEntityStatusResourceRoutingPolicyCounter"
          }
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceSource:getPbrsEntityStatusResourceSource"
          },
          "description": "source address of an IP.\n"
        },
        "vpcReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to VPC\n"
        }
      },
      "type": "object",
      "required": [
        "actions",
        "destinations",
        "isBidirectional",
        "priority",
        "protocolParameters",
        "protocolType",
        "routingPolicyCounters",
        "sources",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceAction:getPbrsEntityStatusResourceAction": {
      "properties": {
        "action": {
          "type": "string",
          "description": "Routing policy action\n"
        },
        "serviceIpLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "action",
        "serviceIpLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceDestination:getPbrsEntityStatusResourceDestination": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of provided subnet.\n"
        },
        "subnetIp": {
          "type": "string",
          "description": "IP subnet provided as an address.\n"
        }
      },
      "type": "object",
      "required": [
        "addressType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceProtocolParameter:getPbrsEntityStatusResourceProtocolParameter": {
      "properties": {
        "icmps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceProtocolParameterIcmp:getPbrsEntityStatusResourceProtocolParameterIcmp"
          },
          "description": "ICMP parameters in routing policy.\n"
        },
        "protocolNumber": {
          "type": "integer",
          "description": "Protocol number in routing policy\n"
        },
        "tcps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceProtocolParameterTcp:getPbrsEntityStatusResourceProtocolParameterTcp"
          },
          "description": "TCP parameters in routing policy\n"
        },
        "udps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceProtocolParameterUdp:getPbrsEntityStatusResourceProtocolParameterUdp"
          },
          "description": "UDP parameters in routing policy\n"
        }
      },
      "type": "object",
      "required": [
        "icmps",
        "protocolNumber",
        "tcps",
        "udps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceProtocolParameterIcmp:getPbrsEntityStatusResourceProtocolParameterIcmp": {
      "properties": {
        "icmpCode": {
          "type": "integer"
        },
        "icmpType": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "icmpCode",
        "icmpType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceProtocolParameterTcp:getPbrsEntityStatusResourceProtocolParameterTcp": {
      "properties": {
        "destinationPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceProtocolParameterTcpDestinationPortRangeList:getPbrsEntityStatusResourceProtocolParameterTcpDestinationPortRangeList"
          }
        },
        "sourcePortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceProtocolParameterTcpSourcePortRangeList:getPbrsEntityStatusResourceProtocolParameterTcpSourcePortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "destinationPortRangeLists",
        "sourcePortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceProtocolParameterTcpDestinationPortRangeList:getPbrsEntityStatusResourceProtocolParameterTcpDestinationPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceProtocolParameterTcpSourcePortRangeList:getPbrsEntityStatusResourceProtocolParameterTcpSourcePortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceProtocolParameterUdp:getPbrsEntityStatusResourceProtocolParameterUdp": {
      "properties": {
        "destinationPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceProtocolParameterUdpDestinationPortRangeList:getPbrsEntityStatusResourceProtocolParameterUdpDestinationPortRangeList"
          }
        },
        "sourcePortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsEntityStatusResourceProtocolParameterUdpSourcePortRangeList:getPbrsEntityStatusResourceProtocolParameterUdpSourcePortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "destinationPortRangeLists",
        "sourcePortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceProtocolParameterUdpDestinationPortRangeList:getPbrsEntityStatusResourceProtocolParameterUdpDestinationPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceProtocolParameterUdpSourcePortRangeList:getPbrsEntityStatusResourceProtocolParameterUdpSourcePortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceRoutingPolicyCounter:getPbrsEntityStatusResourceRoutingPolicyCounter": {
      "properties": {
        "byteCount": {
          "type": "integer"
        },
        "packetCount": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "byteCount",
        "packetCount"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsEntityStatusResourceSource:getPbrsEntityStatusResourceSource": {
      "properties": {
        "addressType": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of provided subnet.\n"
        },
        "subnetIp": {
          "type": "string",
          "description": "IP subnet provided as an address.\n"
        }
      },
      "type": "object",
      "required": [
        "addressType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsMetadata:getPbrsMetadata": {
      "properties": {
        "filter": {
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "length": {
          "type": "integer"
        },
        "offset": {
          "type": "integer"
        },
        "sortAttribute": {
          "type": "string"
        },
        "sortOrder": {
          "type": "string"
        },
        "totalMatches": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "filter",
        "kind",
        "length",
        "offset",
        "sortAttribute",
        "sortOrder",
        "totalMatches"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicy:getPbrsV2RoutingPolicy": {
      "properties": {
        "description": {
          "type": "string",
          "description": "A description of the routing policy.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyLink:getPbrsV2RoutingPolicyLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyMetadata:getPbrsV2RoutingPolicyMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the routing policy.\n"
        },
        "policies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicy:getPbrsV2RoutingPolicyPolicy"
          },
          "description": "Routing Policies\n"
        },
        "priority": {
          "type": "integer",
          "description": "Priority of the routing policy.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity\n"
        },
        "vpcExtId": {
          "type": "string",
          "description": "ExtId of the VPC extId to which the routing policy belongs.\n"
        },
        "vpcs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyVpc:getPbrsV2RoutingPolicyVpc"
          },
          "description": "VPC name for projections\n"
        }
      },
      "type": "object",
      "required": [
        "description",
        "extId",
        "links",
        "metadatas",
        "name",
        "policies",
        "priority",
        "tenantId",
        "vpcExtId",
        "vpcs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyLink:getPbrsV2RoutingPolicyLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyMetadata:getPbrsV2RoutingPolicyMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicy:getPbrsV2RoutingPolicyPolicy": {
      "properties": {
        "isBidirectional": {
          "type": "boolean",
          "description": "If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.\n"
        },
        "policyActions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyAction:getPbrsV2RoutingPolicyPolicyPolicyAction"
          },
          "description": "The action to be taken on the traffic matching the routing policy.\n"
        },
        "policyMatches": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatch:getPbrsV2RoutingPolicyPolicyPolicyMatch"
          },
          "description": "Match condition for the traffic that is entering the VPC.\n"
        }
      },
      "type": "object",
      "required": [
        "isBidirectional",
        "policyActions",
        "policyMatches"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyAction:getPbrsV2RoutingPolicyPolicyPolicyAction": {
      "properties": {
        "actionType": {
          "type": "string",
          "description": "Routing policy action type.\n"
        },
        "nexthopIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress:getPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "rerouteParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam"
          },
          "description": "Routing policy Reroute params.\n"
        }
      },
      "type": "object",
      "required": [
        "actionType",
        "nexthopIpAddresses",
        "rerouteParams"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress:getPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv4:getPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv6:getPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv4:getPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv6:getPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam": {
      "properties": {
        "egressServiceIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "ingressServiceIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "rerouteFallbackAction": {
          "type": "string",
          "description": "Type of fallback action in reroute case when service VM is down.\n"
        },
        "serviceIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "egressServiceIps",
        "ingressServiceIps",
        "rerouteFallbackAction",
        "serviceIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv4:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv6:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv4:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv6:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv4:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv6:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv4:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv6:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv4:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv6:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv4:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv6:getPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatch:getPbrsV2RoutingPolicyPolicyPolicyMatch": {
      "properties": {
        "destinations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchDestination:getPbrsV2RoutingPolicyPolicyPolicyMatchDestination"
          },
          "description": "Address Type like \"EXTERNAL\" or \"ANY\".\n"
        },
        "protocolParameters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameter:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameter"
          },
          "description": "Protocol Params Object.\n"
        },
        "protocolType": {
          "type": "string",
          "description": "Routing Policy IP protocol type.\n"
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchSource:getPbrsV2RoutingPolicyPolicyPolicyMatchSource"
          },
          "description": "Address Type like \"EXTERNAL\" or \"ANY\".\n"
        }
      },
      "type": "object",
      "required": [
        "destinations",
        "protocolParameters",
        "protocolType",
        "sources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchDestination:getPbrsV2RoutingPolicyPolicyPolicyMatchDestination": {
      "properties": {
        "addressType": {
          "type": "string",
          "description": "Address Type like \"EXTERNAL\" or \"ANY\".\n"
        },
        "subnetPrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefix:getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefix"
          },
          "description": "Subnet Prefix\n"
        }
      },
      "type": "object",
      "required": [
        "addressType",
        "subnetPrefixes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefix:getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4:getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6:getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4:getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip:getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip"
          },
          "description": "IP of address\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip:getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6:getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6Ip:getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6Ip"
          },
          "description": "IP of address\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6Ip:getPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameter:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameter": {
      "properties": {
        "icmpObjects": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterIcmpObject:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterIcmpObject"
          },
          "description": "ICMP object\n"
        },
        "layerFourProtocolObjects": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObject:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObject"
          },
          "description": "Layer Four Protocol Object.\n"
        },
        "protocolNumberObjects": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterProtocolNumberObject:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterProtocolNumberObject"
          },
          "description": "Protocol Number Object.\n"
        }
      },
      "type": "object",
      "required": [
        "icmpObjects",
        "layerFourProtocolObjects",
        "protocolNumberObjects"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterIcmpObject:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterIcmpObject": {
      "properties": {
        "icmpCode": {
          "type": "integer",
          "description": "icmp code\n"
        },
        "icmpType": {
          "type": "integer",
          "description": "icmp type\n"
        }
      },
      "type": "object",
      "required": [
        "icmpCode",
        "icmpType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObject:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObject": {
      "properties": {
        "destinationPortRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange"
          },
          "description": "Start and end port ranges object.\n"
        },
        "sourcePortRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange"
          },
          "description": "Start and end port ranges object.\n"
        }
      },
      "type": "object",
      "required": [
        "destinationPortRanges",
        "sourcePortRanges"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterProtocolNumberObject:getPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterProtocolNumberObject": {
      "properties": {
        "protocolNumber": {
          "type": "integer",
          "description": "protocol number\n"
        }
      },
      "type": "object",
      "required": [
        "protocolNumber"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchSource:getPbrsV2RoutingPolicyPolicyPolicyMatchSource": {
      "properties": {
        "addressType": {
          "type": "string",
          "description": "Address Type like \"EXTERNAL\" or \"ANY\".\n"
        },
        "subnetPrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefix:getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefix"
          },
          "description": "Subnet Prefix\n"
        }
      },
      "type": "object",
      "required": [
        "addressType",
        "subnetPrefixes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefix:getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4:getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6:getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4:getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip:getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip"
          },
          "description": "IP of address\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip:getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6:getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6Ip:getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6Ip"
          },
          "description": "IP of address\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6Ip:getPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "ip value\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPbrsV2RoutingPolicyVpc:getPbrsV2RoutingPolicyVpc": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the routing policy.\n"
        }
      },
      "type": "object",
      "required": [
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetV2Link:getPcBackupTargetV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetV2Location:getPcBackupTargetV2Location": {
      "properties": {
        "clusterLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetV2LocationClusterLocation:getPcBackupTargetV2LocationClusterLocation"
          },
          "description": "- A boolean value indicating whether to enable lockdown mode for a cluster.\n"
        },
        "objectStoreLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetV2LocationObjectStoreLocation:getPcBackupTargetV2LocationObjectStoreLocation"
          },
          "description": "- Currently representing the build information to be used for the cluster creation.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterLocations",
        "objectStoreLocations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetV2LocationClusterLocation:getPcBackupTargetV2LocationClusterLocation": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetV2LocationClusterLocationConfig:getPcBackupTargetV2LocationClusterLocationConfig"
          },
          "description": "- Cluster reference of the remote cluster to be connected.\n"
        }
      },
      "type": "object",
      "required": [
        "configs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetV2LocationClusterLocationConfig:getPcBackupTargetV2LocationClusterLocationConfig": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "-(Required) A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "name": {
          "type": "string",
          "description": "- Name of the cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetV2LocationObjectStoreLocation:getPcBackupTargetV2LocationObjectStoreLocation": {
      "properties": {
        "backupPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetV2LocationObjectStoreLocationBackupPolicy:getPcBackupTargetV2LocationObjectStoreLocationBackupPolicy"
          },
          "description": "-(Optional) Backup policy for the object store provided.\n"
        },
        "providerConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetV2LocationObjectStoreLocationProviderConfig:getPcBackupTargetV2LocationObjectStoreLocationProviderConfig"
          },
          "description": "-(Required) The base model of S3 object store endpoint where domain manager is backed up.\n"
        }
      },
      "type": "object",
      "required": [
        "backupPolicies",
        "providerConfigs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetV2LocationObjectStoreLocationBackupPolicy:getPcBackupTargetV2LocationObjectStoreLocationBackupPolicy": {
      "properties": {
        "rpoInMinutes": {
          "type": "integer",
          "description": "- RPO interval in minutes at which the backup will be taken. The Value should be in the range of 60 to 1440.\n"
        }
      },
      "type": "object",
      "required": [
        "rpoInMinutes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetV2LocationObjectStoreLocationProviderConfig:getPcBackupTargetV2LocationObjectStoreLocationProviderConfig": {
      "properties": {
        "bucketName": {
          "type": "string",
          "description": "- The bucket name of the object store endpoint where backup data of domain manager is to be stored.\n"
        },
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetV2LocationObjectStoreLocationProviderConfigCredential:getPcBackupTargetV2LocationObjectStoreLocationProviderConfigCredential"
          },
          "description": "- Secret credentials model for the object store containing access key ID and secret access key.\n"
        },
        "region": {
          "type": "string",
          "description": "- The region name of the object store endpoint where backup data of domain manager is stored. Default is `us-east-1`.\n"
        }
      },
      "type": "object",
      "required": [
        "bucketName",
        "credentials",
        "region"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetV2LocationObjectStoreLocationProviderConfigCredential:getPcBackupTargetV2LocationObjectStoreLocationProviderConfigCredential": {
      "properties": {
        "accessKeyId": {
          "type": "string",
          "description": "- Access key ID for the object store provided for backup target.\n"
        },
        "secretAccessKey": {
          "type": "string",
          "description": "- Secret access key for the object store provided for backup target.\n"
        }
      },
      "type": "object",
      "required": [
        "accessKeyId",
        "secretAccessKey"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetsV2BackupTarget:getPcBackupTargetsV2BackupTarget": {
      "properties": {
        "backupPauseReason": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "isBackupPaused": {
          "type": "boolean"
        },
        "lastSyncTime": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetsV2BackupTargetLink:getPcBackupTargetsV2BackupTargetLink"
          }
        },
        "locations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetsV2BackupTargetLocation:getPcBackupTargetsV2BackupTargetLocation"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "backupPauseReason",
        "extId",
        "isBackupPaused",
        "lastSyncTime",
        "links",
        "locations",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetsV2BackupTargetLink:getPcBackupTargetsV2BackupTargetLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetsV2BackupTargetLocation:getPcBackupTargetsV2BackupTargetLocation": {
      "properties": {
        "clusterLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetsV2BackupTargetLocationClusterLocation:getPcBackupTargetsV2BackupTargetLocationClusterLocation"
          }
        },
        "objectStoreLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetsV2BackupTargetLocationObjectStoreLocation:getPcBackupTargetsV2BackupTargetLocationObjectStoreLocation"
          }
        }
      },
      "type": "object",
      "required": [
        "clusterLocations",
        "objectStoreLocations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetsV2BackupTargetLocationClusterLocation:getPcBackupTargetsV2BackupTargetLocationClusterLocation": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetsV2BackupTargetLocationClusterLocationConfig:getPcBackupTargetsV2BackupTargetLocationClusterLocationConfig"
          }
        }
      },
      "type": "object",
      "required": [
        "configs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetsV2BackupTargetLocationClusterLocationConfig:getPcBackupTargetsV2BackupTargetLocationClusterLocationConfig": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetsV2BackupTargetLocationObjectStoreLocation:getPcBackupTargetsV2BackupTargetLocationObjectStoreLocation": {
      "properties": {
        "backupPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetsV2BackupTargetLocationObjectStoreLocationBackupPolicy:getPcBackupTargetsV2BackupTargetLocationObjectStoreLocationBackupPolicy"
          }
        },
        "providerConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetsV2BackupTargetLocationObjectStoreLocationProviderConfig:getPcBackupTargetsV2BackupTargetLocationObjectStoreLocationProviderConfig"
          }
        }
      },
      "type": "object",
      "required": [
        "backupPolicies",
        "providerConfigs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetsV2BackupTargetLocationObjectStoreLocationBackupPolicy:getPcBackupTargetsV2BackupTargetLocationObjectStoreLocationBackupPolicy": {
      "properties": {
        "rpoInMinutes": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "rpoInMinutes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetsV2BackupTargetLocationObjectStoreLocationProviderConfig:getPcBackupTargetsV2BackupTargetLocationObjectStoreLocationProviderConfig": {
      "properties": {
        "bucketName": {
          "type": "string"
        },
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcBackupTargetsV2BackupTargetLocationObjectStoreLocationProviderConfigCredential:getPcBackupTargetsV2BackupTargetLocationObjectStoreLocationProviderConfigCredential"
          }
        },
        "region": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "bucketName",
        "credentials",
        "region"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcBackupTargetsV2BackupTargetLocationObjectStoreLocationProviderConfigCredential:getPcBackupTargetsV2BackupTargetLocationObjectStoreLocationProviderConfigCredential": {
      "properties": {
        "accessKeyId": {
          "type": "string"
        },
        "secretAccessKey": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "accessKeyId",
        "secretAccessKey"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManager:getPcRestorePointV2DomainManager": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfig:getPcRestorePointV2DomainManagerConfig"
          },
          "description": "- Domain manager (Prism Central) cluster configuration details.\n"
        },
        "extId": {
          "type": "string",
          "description": "Restore point ID for the backup created in cluster/object store.\n"
        },
        "hostingClusterExtId": {
          "type": "string",
          "description": "- The external identifier of the cluster hosting the domain manager (Prism Central) instance.\n"
        },
        "isRegisteredWithHostingCluster": {
          "type": "boolean",
          "description": "- Boolean value indicating if the domain manager (Prism Central) is registered with the hosting cluster, that is, Prism Element.\n"
        },
        "networks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetwork:getPcRestorePointV2DomainManagerNetwork"
          },
          "description": "- Domain manager (Prism Central) network configuration details.\n"
        },
        "nodeExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Domain manager (Prism Central) nodes external identifier.\n"
        },
        "shouldEnableHighAvailability": {
          "type": "boolean",
          "description": "- This configuration enables Prism Central to be deployed in scale-out mode.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "configs",
        "extId",
        "hostingClusterExtId",
        "isRegisteredWithHostingCluster",
        "networks",
        "nodeExtIds",
        "shouldEnableHighAvailability",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfig:getPcRestorePointV2DomainManagerConfig": {
      "properties": {
        "bootstrapConfig": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigBootstrapConfig:getPcRestorePointV2DomainManagerConfigBootstrapConfig",
          "description": "- Bootstrap configuration details for the domain manager (Prism Central).\n"
        },
        "buildInfo": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigBuildInfo:getPcRestorePointV2DomainManagerConfigBuildInfo",
          "description": "-Currently representing the build information to be used for the cluster creation.\n"
        },
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigCredential:getPcRestorePointV2DomainManagerConfigCredential"
          }
        },
        "name": {
          "type": "string",
          "description": "- Name of the domain manager (Prism Central).\n"
        },
        "resourceConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigResourceConfig:getPcRestorePointV2DomainManagerConfigResourceConfig"
          },
          "description": "- This configuration is used to provide the resource-related details like container external identifiers, number of VCPUs, memory size, data disk size of the domain manager (Prism Central). In the case of a multi-node setup, the sum of resources like number of VCPUs, memory size and data disk size are provided.\n"
        },
        "shouldEnableLockdownMode": {
          "type": "boolean",
          "description": "- A boolean value indicating whether to enable lockdown mode for a cluster.\n"
        },
        "size": {
          "type": "string",
          "description": "- Domain manager (Prism Central) size is an enumeration of starter, small, large, or extra large starter values. possible values are:\n- `SMALL` : Domain manager (Prism Central) of size small.\n- `LARGE` : Domain manager (Prism Central) of size large.\n- `EXTRALARGE` : Domain manager (Prism Central) of size extra large.\n- `STARTER` : Domain manager (Prism Central) of size starter.\n"
        }
      },
      "type": "object",
      "required": [
        "bootstrapConfig",
        "buildInfo",
        "name",
        "resourceConfigs",
        "shouldEnableLockdownMode",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigBootstrapConfig:getPcRestorePointV2DomainManagerConfigBootstrapConfig": {
      "properties": {
        "cloudInitConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfig:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfig"
          }
        },
        "environmentInfo": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigBootstrapConfigEnvironmentInfo:getPcRestorePointV2DomainManagerConfigBootstrapConfigEnvironmentInfo",
          "description": "- Environment information for the domain manager (Prism Central) cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "environmentInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfig:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfig": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript"
          }
        },
        "datasourceType": {
          "type": "string"
        },
        "metadata": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "cloudInitScripts",
        "metadata"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "required": [
        "customKeyValues",
        "userDatas"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "required": [
        "keyValuePairs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- Name of the domain manager (Prism Central).\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue"
          },
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData:getPcRestorePointV2DomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigBootstrapConfigEnvironmentInfo:getPcRestorePointV2DomainManagerConfigBootstrapConfigEnvironmentInfo": {
      "properties": {
        "providerType": {
          "type": "string",
          "description": "- Enums denoting the provider type of the PC, that is, AHV or ESXi.\nFollowing are the supported provider types:\n- `VSPHERE` : Vsphere cloud provider.\n- `AZURE` : Azure cloud provider.\n- `NTNX` : Nutanix cloud provider.\n- `GCP` : GCP cloud provider.\n- `AWS` : AWS cloud provider.\n"
        },
        "provisioningType": {
          "type": "string",
          "description": "- Enums denoting the instance type of the cloud PC. It indicates whether the PC is created on bare-metal or on a cloud-provisioned VM. Hence, it supports two possible values:\n- `NTNX` : Nutanix instance.\n- `NATIVE` : Native instance.\n"
        },
        "type": {
          "type": "string",
          "description": "- Enums denoting the environment type of the PC, that is, on-prem PC or cloud PC.\nFollowing are the supported entity types:\n- `ONPREM` : On-prem environment.\n- `NTNX_CLOUD` : Nutanix cloud environment.\n"
        }
      },
      "type": "object",
      "required": [
        "providerType",
        "provisioningType",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigBuildInfo:getPcRestorePointV2DomainManagerConfigBuildInfo": {
      "properties": {
        "version": {
          "type": "string",
          "description": "- Software version.\n"
        }
      },
      "type": "object",
      "required": [
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigCredential:getPcRestorePointV2DomainManagerConfigCredential": {
      "properties": {
        "password": {
          "type": "string",
          "secret": true
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerConfigResourceConfig:getPcRestorePointV2DomainManagerConfigResourceConfig": {
      "properties": {
        "containerExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- The external identifier of the container that will be used to create the domain manager (Prism Central) cluster.\n"
        },
        "dataDiskSizeBytes": {
          "type": "integer",
          "description": "- This property is used for readOnly purposes to display Prism Central data disk size allocation at a cluster level.\n"
        },
        "memorySizeBytes": {
          "type": "integer",
          "description": "- This property is used for readOnly purposes to display Prism Central RAM allocation at the cluster level.\n"
        },
        "numVcpus": {
          "type": "integer",
          "description": "- This property is used for readOnly purposes to display Prism Central number of VCPUs allocation.\n"
        }
      },
      "type": "object",
      "required": [
        "containerExtIds",
        "dataDiskSizeBytes",
        "memorySizeBytes",
        "numVcpus"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetwork:getPcRestorePointV2DomainManagerNetwork": {
      "properties": {
        "externalAddress": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalAddress:getPcRestorePointV2DomainManagerNetworkExternalAddress",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "externalNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetwork:getPcRestorePointV2DomainManagerNetworkExternalNetwork"
          },
          "description": "- This configuration is used to manage Prism Central.\n"
        },
        "fqdn": {
          "type": "string",
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "internalNetworks": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworks:getPcRestorePointV2DomainManagerNetworkInternalNetworks"
        },
        "nameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkNameServer:getPcRestorePointV2DomainManagerNetworkNameServer"
          },
          "description": "- List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkNtpServer:getPcRestorePointV2DomainManagerNetworkNtpServer"
          },
          "description": "- List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        }
      },
      "type": "object",
      "required": [
        "externalNetworks",
        "fqdn",
        "internalNetworks",
        "nameServers",
        "ntpServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalAddress:getPcRestorePointV2DomainManagerNetworkExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalAddressIpv4:getPcRestorePointV2DomainManagerNetworkExternalAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalAddressIpv6:getPcRestorePointV2DomainManagerNetworkExternalAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalAddressIpv4:getPcRestorePointV2DomainManagerNetworkExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalAddressIpv6:getPcRestorePointV2DomainManagerNetworkExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetwork:getPcRestorePointV2DomainManagerNetworkExternalNetwork": {
      "properties": {
        "defaultGateway": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGateway:getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGateway",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkIpRange:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRange"
          },
          "description": "- Range of IPs used for Prism Central network setup.\n"
        },
        "networkExtId": {
          "type": "string",
          "description": "- The network external identifier to which Domain Manager (Prism Central) is to be deployed or is already configured.\n"
        },
        "subnetMask": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMask:getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMask",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        }
      },
      "type": "object",
      "required": [
        "defaultGateway",
        "ipRanges",
        "networkExtId",
        "subnetMask"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGateway:getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayFqdn:getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv4:getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv6:getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayFqdn:getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv4:getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv6:getPcRestorePointV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRange:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRange": {
      "properties": {
        "begin": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBegin:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBegin",
          "description": "- The beginning IP address of the range.\n"
        },
        "end": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEnd:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEnd",
          "description": "- The ending IP address of the range.\n"
        }
      },
      "type": "object",
      "required": [
        "begin",
        "end"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBegin:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv4:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv6:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv4:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv6:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEnd:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEndIpv4:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEndIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEndIpv6:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEndIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEndIpv4:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEndIpv6:getPcRestorePointV2DomainManagerNetworkExternalNetworkIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMask:getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskFqdn:getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskIpv4:getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskIpv6:getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskFqdn:getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskIpv4:getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskIpv6:getPcRestorePointV2DomainManagerNetworkExternalNetworkSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworks:getPcRestorePointV2DomainManagerNetworkInternalNetworks": {
      "properties": {
        "defaultGateway": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGateway:getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGateway",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksIpRange:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRange"
          },
          "description": "- Range of IPs used for Prism Central network setup.\n"
        },
        "subnetMask": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMask:getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMask",
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        }
      },
      "type": "object",
      "required": [
        "defaultGateway",
        "ipRanges",
        "subnetMask"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGateway:getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayFqdn:getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv4:getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv6:getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayFqdn:getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv4:getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv6:getPcRestorePointV2DomainManagerNetworkInternalNetworksDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRange:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRange": {
      "properties": {
        "begin": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBegin:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBegin",
          "description": "- The beginning IP address of the range.\n"
        },
        "end": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEnd:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEnd",
          "description": "- The ending IP address of the range.\n"
        }
      },
      "type": "object",
      "required": [
        "begin",
        "end"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBegin:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv4:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv6:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv4:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv6:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEnd:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEndIpv4:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEndIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEndIpv6:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEndIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEndIpv4:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEndIpv6:getPcRestorePointV2DomainManagerNetworkInternalNetworksIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMask:getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskFqdn:getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskIpv4:getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskIpv6:getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskFqdn:getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskIpv4:getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskIpv6:getPcRestorePointV2DomainManagerNetworkInternalNetworksSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkNameServer:getPcRestorePointV2DomainManagerNetworkNameServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkNameServerFqdn:getPcRestorePointV2DomainManagerNetworkNameServerFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkNameServerIpv4:getPcRestorePointV2DomainManagerNetworkNameServerIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkNameServerIpv6:getPcRestorePointV2DomainManagerNetworkNameServerIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkNameServerFqdn:getPcRestorePointV2DomainManagerNetworkNameServerFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkNameServerIpv4:getPcRestorePointV2DomainManagerNetworkNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkNameServerIpv6:getPcRestorePointV2DomainManagerNetworkNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkNtpServer:getPcRestorePointV2DomainManagerNetworkNtpServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkNtpServerFqdn:getPcRestorePointV2DomainManagerNetworkNtpServerFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkNtpServerIpv4:getPcRestorePointV2DomainManagerNetworkNtpServerIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointV2DomainManagerNetworkNtpServerIpv6:getPcRestorePointV2DomainManagerNetworkNtpServerIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkNtpServerFqdn:getPcRestorePointV2DomainManagerNetworkNtpServerFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkNtpServerIpv4:getPcRestorePointV2DomainManagerNetworkNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2DomainManagerNetworkNtpServerIpv6:getPcRestorePointV2DomainManagerNetworkNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointV2Link:getPcRestorePointV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePoint:getPcRestorePointsV2RestorePoint": {
      "properties": {
        "creationTime": {
          "type": "string"
        },
        "domainManagers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManager:getPcRestorePointsV2RestorePointDomainManager"
          }
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointLink:getPcRestorePointsV2RestorePointLink"
          },
          "description": "- `tenantId`\n"
        },
        "restorableDomainManagerExtId": {
          "type": "string",
          "description": "A unique identifier for the domain manager.\n"
        },
        "restoreSourceExtId": {
          "type": "string",
          "description": "A unique identifier obtained from the restore source API that corresponds to the details provided for the restore source.\n"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "creationTime",
        "domainManagers",
        "extId",
        "links",
        "restorableDomainManagerExtId",
        "restoreSourceExtId",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManager:getPcRestorePointsV2RestorePointDomainManager": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfig:getPcRestorePointsV2RestorePointDomainManagerConfig"
          }
        },
        "extId": {
          "type": "string"
        },
        "hostingClusterExtId": {
          "type": "string"
        },
        "isRegisteredWithHostingCluster": {
          "type": "boolean"
        },
        "networks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetwork:getPcRestorePointsV2RestorePointDomainManagerNetwork"
          }
        },
        "nodeExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "shouldEnableHighAvailability": {
          "type": "boolean"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "configs",
        "extId",
        "hostingClusterExtId",
        "isRegisteredWithHostingCluster",
        "networks",
        "nodeExtIds",
        "shouldEnableHighAvailability",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfig:getPcRestorePointsV2RestorePointDomainManagerConfig": {
      "properties": {
        "bootstrapConfig": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfig:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfig"
        },
        "buildInfo": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigBuildInfo:getPcRestorePointsV2RestorePointDomainManagerConfigBuildInfo"
        },
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigCredential:getPcRestorePointsV2RestorePointDomainManagerConfigCredential"
          }
        },
        "name": {
          "type": "string"
        },
        "resourceConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigResourceConfig:getPcRestorePointsV2RestorePointDomainManagerConfigResourceConfig"
          }
        },
        "shouldEnableLockdownMode": {
          "type": "boolean"
        },
        "size": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "bootstrapConfig",
        "buildInfo",
        "name",
        "resourceConfigs",
        "shouldEnableLockdownMode",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfig:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfig": {
      "properties": {
        "cloudInitConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfig:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfig"
          }
        },
        "environmentInfo": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigEnvironmentInfo:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigEnvironmentInfo"
        }
      },
      "type": "object",
      "required": [
        "environmentInfo"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfig:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfig": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript"
          }
        },
        "datasourceType": {
          "type": "string"
        },
        "metadata": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "cloudInitScripts",
        "metadata"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "required": [
        "customKeyValues",
        "userDatas"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "required": [
        "keyValuePairs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigCloudInitConfigCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigEnvironmentInfo:getPcRestorePointsV2RestorePointDomainManagerConfigBootstrapConfigEnvironmentInfo": {
      "properties": {
        "providerType": {
          "type": "string"
        },
        "provisioningType": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "providerType",
        "provisioningType",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigBuildInfo:getPcRestorePointsV2RestorePointDomainManagerConfigBuildInfo": {
      "properties": {
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigCredential:getPcRestorePointsV2RestorePointDomainManagerConfigCredential": {
      "properties": {
        "password": {
          "type": "string",
          "secret": true
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "password",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerConfigResourceConfig:getPcRestorePointsV2RestorePointDomainManagerConfigResourceConfig": {
      "properties": {
        "containerExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "dataDiskSizeBytes": {
          "type": "integer"
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "numVcpus": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "containerExtIds",
        "dataDiskSizeBytes",
        "memorySizeBytes",
        "numVcpus"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetwork:getPcRestorePointsV2RestorePointDomainManagerNetwork": {
      "properties": {
        "externalAddress": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddress:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddress"
        },
        "externalNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetwork:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetwork"
          }
        },
        "fqdn": {
          "type": "string"
        },
        "internalNetworks": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworks:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworks"
        },
        "nameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkNameServer:getPcRestorePointsV2RestorePointDomainManagerNetworkNameServer"
          }
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkNtpServer:getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServer"
          }
        }
      },
      "type": "object",
      "required": [
        "externalNetworks",
        "fqdn",
        "internalNetworks",
        "nameServers",
        "ntpServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddress:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddressIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddressIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddressIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddressIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetwork:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetwork": {
      "properties": {
        "defaultGateway": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGateway:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGateway"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRange:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRange"
          }
        },
        "networkExtId": {
          "type": "string"
        },
        "subnetMask": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMask:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMask"
        }
      },
      "type": "object",
      "required": [
        "defaultGateway",
        "ipRanges",
        "networkExtId",
        "subnetMask"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGateway:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRange:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRange": {
      "properties": {
        "begin": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBegin:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBegin"
        },
        "end": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEnd:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEnd"
        }
      },
      "type": "object",
      "required": [
        "begin",
        "end"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBegin:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBeginIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBeginIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBeginIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBeginIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBeginIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBeginIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEnd:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEndIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEndIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEndIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEndIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEndIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEndIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMask:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkExternalNetworkSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworks:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworks": {
      "properties": {
        "defaultGateway": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGateway:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGateway"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRange:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRange"
          }
        },
        "subnetMask": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMask:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMask"
        }
      },
      "type": "object",
      "required": [
        "defaultGateway",
        "ipRanges",
        "subnetMask"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGateway:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRange:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRange": {
      "properties": {
        "begin": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBegin:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBegin"
        },
        "end": {
          "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEnd:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEnd"
        }
      },
      "type": "object",
      "required": [
        "begin",
        "end"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBegin:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBeginIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBeginIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBeginIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBeginIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBeginIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBeginIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEnd:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEndIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEndIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEndIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEndIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEndIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEndIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMask:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkInternalNetworksSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkNameServer:getPcRestorePointsV2RestorePointDomainManagerNetworkNameServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkNameServerFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkNameServerFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkNameServerIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkNameServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkNameServerIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkNameServerIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkNameServerFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkNameServerFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkNameServerIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkNameServerIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServer:getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerFqdn:getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerIpv4:getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerIpv6:getPcRestorePointsV2RestorePointDomainManagerNetworkNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestorePointsV2RestorePointLink:getPcRestorePointsV2RestorePointLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestoreSourceV2Link:getPcRestoreSourceV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestoreSourceV2Location:getPcRestoreSourceV2Location": {
      "properties": {
        "clusterLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestoreSourceV2LocationClusterLocation:getPcRestoreSourceV2LocationClusterLocation"
          },
          "description": "- A boolean value indicating whether to enable lockdown mode for a cluster.\n"
        },
        "objectStoreLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestoreSourceV2LocationObjectStoreLocation:getPcRestoreSourceV2LocationObjectStoreLocation"
          },
          "description": "- Currently representing the build information to be used for the cluster creation.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterLocations",
        "objectStoreLocations"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestoreSourceV2LocationClusterLocation:getPcRestoreSourceV2LocationClusterLocation": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestoreSourceV2LocationClusterLocationConfig:getPcRestoreSourceV2LocationClusterLocationConfig"
          },
          "description": "- Cluster reference of the remote cluster to be connected.\n"
        }
      },
      "type": "object",
      "required": [
        "configs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestoreSourceV2LocationClusterLocationConfig:getPcRestoreSourceV2LocationClusterLocationConfig": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "-(Required) A globally unique identifier of an instance that is suitable for external consumption.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestoreSourceV2LocationObjectStoreLocation:getPcRestoreSourceV2LocationObjectStoreLocation": {
      "properties": {
        "backupPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestoreSourceV2LocationObjectStoreLocationBackupPolicy:getPcRestoreSourceV2LocationObjectStoreLocationBackupPolicy"
          },
          "description": "- Backup policy for the object store provided.\n"
        },
        "providerConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestoreSourceV2LocationObjectStoreLocationProviderConfig:getPcRestoreSourceV2LocationObjectStoreLocationProviderConfig"
          },
          "description": "- The base model of S3 object store endpoint where domain manager is backed up.\n"
        }
      },
      "type": "object",
      "required": [
        "backupPolicies",
        "providerConfigs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestoreSourceV2LocationObjectStoreLocationBackupPolicy:getPcRestoreSourceV2LocationObjectStoreLocationBackupPolicy": {
      "properties": {
        "rpoInMinutes": {
          "type": "integer",
          "description": "- RPO interval in minutes at which the backup will be taken. The Value should be in the range of 60 to 1440.\n"
        }
      },
      "type": "object",
      "required": [
        "rpoInMinutes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestoreSourceV2LocationObjectStoreLocationProviderConfig:getPcRestoreSourceV2LocationObjectStoreLocationProviderConfig": {
      "properties": {
        "bucketName": {
          "type": "string",
          "description": "- The bucket name of the object store endpoint where backup data of domain manager is to be stored.\n"
        },
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcRestoreSourceV2LocationObjectStoreLocationProviderConfigCredential:getPcRestoreSourceV2LocationObjectStoreLocationProviderConfigCredential"
          },
          "description": "- Secret credentials model for the object store containing access key ID and secret access key.\n"
        },
        "region": {
          "type": "string",
          "description": "- The region name of the object store endpoint where backup data of domain manager is stored. Default is `us-east-1`.\n"
        }
      },
      "type": "object",
      "required": [
        "bucketName",
        "credentials",
        "region"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcRestoreSourceV2LocationObjectStoreLocationProviderConfigCredential:getPcRestoreSourceV2LocationObjectStoreLocationProviderConfigCredential": {
      "properties": {
        "accessKeyId": {
          "type": "string",
          "description": "- Access key ID for the object store provided for backup target.\n"
        },
        "secretAccessKey": {
          "type": "string",
          "description": "- Secret access key for the object store provided for backup target.\n"
        }
      },
      "type": "object",
      "required": [
        "accessKeyId",
        "secretAccessKey"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2Config:getPcV2Config": {
      "properties": {
        "bootstrapConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2ConfigBootstrapConfig:getPcV2ConfigBootstrapConfig"
          },
          "description": "- Bootstrap configuration details for the domain manager (Prism Central).\n"
        },
        "buildInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2ConfigBuildInfo:getPcV2ConfigBuildInfo"
          },
          "description": "-Currently representing the build information to be used for the cluster creation.\n"
        },
        "name": {
          "type": "string",
          "description": "- Name of the domain manager (Prism Central).\n"
        },
        "resourceConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2ConfigResourceConfig:getPcV2ConfigResourceConfig"
          },
          "description": "- This configuration is used to provide the resource-related details like container external identifiers, number of VCPUs, memory size, data disk size of the domain manager (Prism Central). In the case of a multi-node setup, the sum of resources like number of VCPUs, memory size and data disk size are provided.\n"
        },
        "shouldEnableLockdownMode": {
          "type": "boolean",
          "description": "- A boolean value indicating whether to enable lockdown mode for a cluster.\n"
        },
        "size": {
          "type": "string",
          "description": "- Domain manager (Prism Central) size is an enumeration of starter, small, large, or extra large starter values. possible values are:\n* `SMALL` : Domain manager (Prism Central) of size small.\n* `LARGE` : Domain manager (Prism Central) of size large.\n* `EXTRALARGE` : Domain manager (Prism Central) of size extra large.\n* `STARTER` : Domain manager (Prism Central) of size starter.\n"
        }
      },
      "type": "object",
      "required": [
        "bootstrapConfigs",
        "buildInfos",
        "name",
        "resourceConfigs",
        "shouldEnableLockdownMode",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2ConfigBootstrapConfig:getPcV2ConfigBootstrapConfig": {
      "properties": {
        "environmentInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2ConfigBootstrapConfigEnvironmentInfo:getPcV2ConfigBootstrapConfigEnvironmentInfo"
          },
          "description": "- Environment information for the domain manager (Prism Central) cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "environmentInfos"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2ConfigBootstrapConfigEnvironmentInfo:getPcV2ConfigBootstrapConfigEnvironmentInfo": {
      "properties": {
        "providerType": {
          "type": "string",
          "description": "- Enums denoting the provider type of the PC, that is, AHV or ESXi.\nFollowing are the supported provider types:\n* `VSPHERE` : Vsphere cloud provider.\n* `AZURE` : Azure cloud provider.\n* `NTNX` : Nutanix cloud provider.\n* `GCP` : GCP cloud provider.\n* `AWS` : AWS cloud provider.\n"
        },
        "provisioningType": {
          "type": "string",
          "description": "- Enums denoting the instance type of the cloud PC. It indicates whether the PC is created on bare-metal or on a cloud-provisioned VM. Hence, it supports two possible values:\n* `NTNX` : Nutanix instance.\n* `NATIVE` : Native instance.\n"
        },
        "type": {
          "type": "string",
          "description": "- Enums denoting the environment type of the PC, that is, on-prem PC or cloud PC.\nFollowing are the supported entity types:\n* `ONPREM` : On-prem environment.\n* `NTNX_CLOUD` : Nutanix cloud environment.\n"
        }
      },
      "type": "object",
      "required": [
        "providerType",
        "provisioningType",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2ConfigBuildInfo:getPcV2ConfigBuildInfo": {
      "properties": {
        "version": {
          "type": "string",
          "description": "- Software version.\n"
        }
      },
      "type": "object",
      "required": [
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2ConfigResourceConfig:getPcV2ConfigResourceConfig": {
      "properties": {
        "containerExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- The external identifier of the container that will be used to create the domain manager (Prism Central) cluster.\n"
        },
        "dataDiskSizeBytes": {
          "type": "integer",
          "description": "- This property is used for readOnly purposes to display Prism Central data disk size allocation at a cluster level.\n"
        },
        "memorySizeBytes": {
          "type": "integer",
          "description": "- This property is used for readOnly purposes to display Prism Central RAM allocation at the cluster level.\n"
        },
        "numVcpus": {
          "type": "integer",
          "description": "- This property is used for readOnly purposes to display Prism Central number of VCPUs allocation.\n"
        }
      },
      "type": "object",
      "required": [
        "containerExtIds",
        "dataDiskSizeBytes",
        "memorySizeBytes",
        "numVcpus"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2Link:getPcV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2Network:getPcV2Network": {
      "properties": {
        "externalAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalAddress:getPcV2NetworkExternalAddress"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "externalNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetwork:getPcV2NetworkExternalNetwork"
          },
          "description": "- This configuration is used to manage Prism Central.\n"
        },
        "fqdn": {
          "type": "string",
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "nameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkNameServer:getPcV2NetworkNameServer"
          },
          "description": "- List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkNtpServer:getPcV2NetworkNtpServer"
          },
          "description": "- List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.\n"
        }
      },
      "type": "object",
      "required": [
        "externalAddresses",
        "externalNetworks",
        "fqdn",
        "nameServers",
        "ntpServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalAddress:getPcV2NetworkExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalAddressIpv4:getPcV2NetworkExternalAddressIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalAddressIpv6:getPcV2NetworkExternalAddressIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalAddressIpv4:getPcV2NetworkExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalAddressIpv6:getPcV2NetworkExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetwork:getPcV2NetworkExternalNetwork": {
      "properties": {
        "defaultGateways": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkDefaultGateway:getPcV2NetworkExternalNetworkDefaultGateway"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkIpRange:getPcV2NetworkExternalNetworkIpRange"
          },
          "description": "- Range of IPs used for Prism Central network setup.\n"
        },
        "networkExtId": {
          "type": "string",
          "description": "- The network external identifier to which Domain Manager (Prism Central) is to be deployed or is already configured.\n"
        },
        "subnetMasks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkSubnetMask:getPcV2NetworkExternalNetworkSubnetMask"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        }
      },
      "type": "object",
      "required": [
        "defaultGateways",
        "ipRanges",
        "networkExtId",
        "subnetMasks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkDefaultGateway:getPcV2NetworkExternalNetworkDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkDefaultGatewayFqdn:getPcV2NetworkExternalNetworkDefaultGatewayFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkDefaultGatewayIpv4:getPcV2NetworkExternalNetworkDefaultGatewayIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkDefaultGatewayIpv6:getPcV2NetworkExternalNetworkDefaultGatewayIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkDefaultGatewayFqdn:getPcV2NetworkExternalNetworkDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkDefaultGatewayIpv4:getPcV2NetworkExternalNetworkDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkDefaultGatewayIpv6:getPcV2NetworkExternalNetworkDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkIpRange:getPcV2NetworkExternalNetworkIpRange": {
      "properties": {
        "begins": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkIpRangeBegin:getPcV2NetworkExternalNetworkIpRangeBegin"
          },
          "description": "- The beginning IP address of the range.\n"
        },
        "ends": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkIpRangeEnd:getPcV2NetworkExternalNetworkIpRangeEnd"
          },
          "description": "- The ending IP address of the range.\n"
        }
      },
      "type": "object",
      "required": [
        "begins",
        "ends"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkIpRangeBegin:getPcV2NetworkExternalNetworkIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkIpRangeBeginIpv4:getPcV2NetworkExternalNetworkIpRangeBeginIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkIpRangeBeginIpv6:getPcV2NetworkExternalNetworkIpRangeBeginIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkIpRangeBeginIpv4:getPcV2NetworkExternalNetworkIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkIpRangeBeginIpv6:getPcV2NetworkExternalNetworkIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkIpRangeEnd:getPcV2NetworkExternalNetworkIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkIpRangeEndIpv4:getPcV2NetworkExternalNetworkIpRangeEndIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkIpRangeEndIpv6:getPcV2NetworkExternalNetworkIpRangeEndIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkIpRangeEndIpv4:getPcV2NetworkExternalNetworkIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkIpRangeEndIpv6:getPcV2NetworkExternalNetworkIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkSubnetMask:getPcV2NetworkExternalNetworkSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkSubnetMaskFqdn:getPcV2NetworkExternalNetworkSubnetMaskFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkSubnetMaskIpv4:getPcV2NetworkExternalNetworkSubnetMaskIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkExternalNetworkSubnetMaskIpv6:getPcV2NetworkExternalNetworkSubnetMaskIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkSubnetMaskFqdn:getPcV2NetworkExternalNetworkSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkSubnetMaskIpv4:getPcV2NetworkExternalNetworkSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkExternalNetworkSubnetMaskIpv6:getPcV2NetworkExternalNetworkSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkNameServer:getPcV2NetworkNameServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkNameServerFqdn:getPcV2NetworkNameServerFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkNameServerIpv4:getPcV2NetworkNameServerIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkNameServerIpv6:getPcV2NetworkNameServerIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkNameServerFqdn:getPcV2NetworkNameServerFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkNameServerIpv4:getPcV2NetworkNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkNameServerIpv6:getPcV2NetworkNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkNtpServer:getPcV2NetworkNtpServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkNtpServerFqdn:getPcV2NetworkNtpServerFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkNtpServerIpv4:getPcV2NetworkNtpServerIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcV2NetworkNtpServerIpv6:getPcV2NetworkNtpServerIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkNtpServerFqdn:getPcV2NetworkNtpServerFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkNtpServerIpv4:getPcV2NetworkNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcV2NetworkNtpServerIpv6:getPcV2NetworkNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2Pc:getPcsV2Pc": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcConfig:getPcsV2PcConfig"
          },
          "description": "* `extId`\n"
        },
        "extId": {
          "type": "string"
        },
        "hostingClusterExtId": {
          "type": "string"
        },
        "isRegisteredWithHostingCluster": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcLink:getPcsV2PcLink"
          }
        },
        "networks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetwork:getPcsV2PcNetwork"
          }
        },
        "nodeExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "shouldEnableHighAvailability": {
          "type": "boolean"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "configs",
        "extId",
        "hostingClusterExtId",
        "isRegisteredWithHostingCluster",
        "links",
        "networks",
        "nodeExtIds",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcConfig:getPcsV2PcConfig": {
      "properties": {
        "bootstrapConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcConfigBootstrapConfig:getPcsV2PcConfigBootstrapConfig"
          }
        },
        "buildInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcConfigBuildInfo:getPcsV2PcConfigBuildInfo"
          }
        },
        "name": {
          "type": "string"
        },
        "resourceConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcConfigResourceConfig:getPcsV2PcConfigResourceConfig"
          }
        },
        "shouldEnableLockdownMode": {
          "type": "boolean"
        },
        "size": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "bootstrapConfigs",
        "buildInfos",
        "name",
        "resourceConfigs",
        "shouldEnableLockdownMode",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcConfigBootstrapConfig:getPcsV2PcConfigBootstrapConfig": {
      "properties": {
        "environmentInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcConfigBootstrapConfigEnvironmentInfo:getPcsV2PcConfigBootstrapConfigEnvironmentInfo"
          }
        }
      },
      "type": "object",
      "required": [
        "environmentInfos"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcConfigBootstrapConfigEnvironmentInfo:getPcsV2PcConfigBootstrapConfigEnvironmentInfo": {
      "properties": {
        "providerType": {
          "type": "string"
        },
        "provisioningType": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "providerType",
        "provisioningType",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcConfigBuildInfo:getPcsV2PcConfigBuildInfo": {
      "properties": {
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcConfigResourceConfig:getPcsV2PcConfigResourceConfig": {
      "properties": {
        "containerExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "dataDiskSizeBytes": {
          "type": "integer"
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "numVcpus": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "containerExtIds",
        "dataDiskSizeBytes",
        "memorySizeBytes",
        "numVcpus"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcLink:getPcsV2PcLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetwork:getPcsV2PcNetwork": {
      "properties": {
        "externalAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalAddress:getPcsV2PcNetworkExternalAddress"
          }
        },
        "externalNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetwork:getPcsV2PcNetworkExternalNetwork"
          }
        },
        "fqdn": {
          "type": "string"
        },
        "nameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkNameServer:getPcsV2PcNetworkNameServer"
          }
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkNtpServer:getPcsV2PcNetworkNtpServer"
          }
        }
      },
      "type": "object",
      "required": [
        "externalAddresses",
        "externalNetworks",
        "fqdn",
        "nameServers",
        "ntpServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalAddress:getPcsV2PcNetworkExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalAddressIpv4:getPcsV2PcNetworkExternalAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalAddressIpv6:getPcsV2PcNetworkExternalAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalAddressIpv4:getPcsV2PcNetworkExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalAddressIpv6:getPcsV2PcNetworkExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetwork:getPcsV2PcNetworkExternalNetwork": {
      "properties": {
        "defaultGateways": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkDefaultGateway:getPcsV2PcNetworkExternalNetworkDefaultGateway"
          }
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkIpRange:getPcsV2PcNetworkExternalNetworkIpRange"
          }
        },
        "networkExtId": {
          "type": "string"
        },
        "subnetMasks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkSubnetMask:getPcsV2PcNetworkExternalNetworkSubnetMask"
          }
        }
      },
      "type": "object",
      "required": [
        "defaultGateways",
        "ipRanges",
        "networkExtId",
        "subnetMasks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkDefaultGateway:getPcsV2PcNetworkExternalNetworkDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkDefaultGatewayFqdn:getPcsV2PcNetworkExternalNetworkDefaultGatewayFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkDefaultGatewayIpv4:getPcsV2PcNetworkExternalNetworkDefaultGatewayIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkDefaultGatewayIpv6:getPcsV2PcNetworkExternalNetworkDefaultGatewayIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkDefaultGatewayFqdn:getPcsV2PcNetworkExternalNetworkDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkDefaultGatewayIpv4:getPcsV2PcNetworkExternalNetworkDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkDefaultGatewayIpv6:getPcsV2PcNetworkExternalNetworkDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkIpRange:getPcsV2PcNetworkExternalNetworkIpRange": {
      "properties": {
        "begins": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkIpRangeBegin:getPcsV2PcNetworkExternalNetworkIpRangeBegin"
          }
        },
        "ends": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkIpRangeEnd:getPcsV2PcNetworkExternalNetworkIpRangeEnd"
          }
        }
      },
      "type": "object",
      "required": [
        "begins",
        "ends"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkIpRangeBegin:getPcsV2PcNetworkExternalNetworkIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkIpRangeBeginIpv4:getPcsV2PcNetworkExternalNetworkIpRangeBeginIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkIpRangeBeginIpv6:getPcsV2PcNetworkExternalNetworkIpRangeBeginIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkIpRangeBeginIpv4:getPcsV2PcNetworkExternalNetworkIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkIpRangeBeginIpv6:getPcsV2PcNetworkExternalNetworkIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkIpRangeEnd:getPcsV2PcNetworkExternalNetworkIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkIpRangeEndIpv4:getPcsV2PcNetworkExternalNetworkIpRangeEndIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkIpRangeEndIpv6:getPcsV2PcNetworkExternalNetworkIpRangeEndIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkIpRangeEndIpv4:getPcsV2PcNetworkExternalNetworkIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkIpRangeEndIpv6:getPcsV2PcNetworkExternalNetworkIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkSubnetMask:getPcsV2PcNetworkExternalNetworkSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkSubnetMaskFqdn:getPcsV2PcNetworkExternalNetworkSubnetMaskFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkSubnetMaskIpv4:getPcsV2PcNetworkExternalNetworkSubnetMaskIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkExternalNetworkSubnetMaskIpv6:getPcsV2PcNetworkExternalNetworkSubnetMaskIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkSubnetMaskFqdn:getPcsV2PcNetworkExternalNetworkSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkSubnetMaskIpv4:getPcsV2PcNetworkExternalNetworkSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkExternalNetworkSubnetMaskIpv6:getPcsV2PcNetworkExternalNetworkSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkNameServer:getPcsV2PcNetworkNameServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkNameServerFqdn:getPcsV2PcNetworkNameServerFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkNameServerIpv4:getPcsV2PcNetworkNameServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkNameServerIpv6:getPcsV2PcNetworkNameServerIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkNameServerFqdn:getPcsV2PcNetworkNameServerFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkNameServerIpv4:getPcsV2PcNetworkNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkNameServerIpv6:getPcsV2PcNetworkNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkNtpServer:getPcsV2PcNetworkNtpServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkNtpServerFqdn:getPcsV2PcNetworkNtpServerFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkNtpServerIpv4:getPcsV2PcNetworkNtpServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPcsV2PcNetworkNtpServerIpv6:getPcsV2PcNetworkNtpServerIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkNtpServerFqdn:getPcsV2PcNetworkNtpServerFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkNtpServerIpv4:getPcsV2PcNetworkNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPcsV2PcNetworkNtpServerIpv6:getPcsV2PcNetworkNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPermissionCategory:getPermissionCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPermissionField:getPermissionField": {
      "properties": {
        "fieldMode": {
          "type": "string",
          "description": "Allow or disallow the fields mentioned.\n"
        },
        "fieldNameLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of fields.\n"
        }
      },
      "type": "object",
      "required": [
        "fieldMode",
        "fieldNameLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPermissionsEntity:getPermissionsEntity": {
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "version of the API\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPermissionsEntityCategory:getPermissionsEntityCategory"
          },
          "description": "The categories for this resource.\n"
        },
        "description": {
          "type": "string",
          "description": "A description for the permission.\n"
        },
        "fields": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetPermissionsEntityField:getPermissionsEntityField"
          },
          "description": ". The fields that can/cannot be accessed during the specified operation.<span pulumi-lang-nodejs=\" fieldNameList \" pulumi-lang-dotnet=\" FieldNameList \" pulumi-lang-go=\" fieldNameList \" pulumi-lang-python=\" field_name_list \" pulumi-lang-yaml=\" fieldNameList \" pulumi-lang-java=\" fieldNameList \"> field_name_list </span>will be a list of fields. e.g. if<span pulumi-lang-nodejs=\" fieldMode \" pulumi-lang-dotnet=\" FieldMode \" pulumi-lang-go=\" fieldMode \" pulumi-lang-python=\" field_mode \" pulumi-lang-yaml=\" fieldMode \" pulumi-lang-java=\" fieldMode \"> field_mode </span>= disallowed,<span pulumi-lang-nodejs=\" fieldNameList \" pulumi-lang-dotnet=\" FieldNameList \" pulumi-lang-go=\" fieldNameList \" pulumi-lang-python=\" field_name_list \" pulumi-lang-yaml=\" fieldNameList \" pulumi-lang-java=\" fieldNameList \"> field_name_list </span>= [“xyz”] then the list of allowed fields is ALL fields minus xyz. Seee Field for more info.\n"
        },
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The permission kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "operation": {
          "type": "string",
          "description": "The operation that is being performed on a given kind.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a project.\n"
        },
        "state": {
          "type": "string",
          "description": "The state of the permission.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "categories",
        "description",
        "fields",
        "kind",
        "metadata",
        "name",
        "operation",
        "ownerReference",
        "projectReference",
        "state"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPermissionsEntityCategory:getPermissionsEntityCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPermissionsEntityField:getPermissionsEntityField": {
      "properties": {
        "fieldMode": {
          "type": "string",
          "description": "Allow or disallow the fields mentioned.\n"
        },
        "fieldNameLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of fields.\n"
        }
      },
      "type": "object",
      "required": [
        "fieldMode",
        "fieldNameLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getPermissionsMetadata:getPermissionsMetadata": {
      "properties": {
        "filter": {
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "length": {
          "type": "integer"
        },
        "offset": {
          "type": "integer"
        },
        "sortAttribute": {
          "type": "string"
        },
        "sortOrder": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "filter",
        "kind",
        "length",
        "offset",
        "sortAttribute",
        "sortOrder"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAccountReferenceList:getProjectAccountReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAcp:getProjectAcp": {
      "properties": {
        "contextFilterLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectAcpContextFilterList:getProjectAcpContextFilterList"
          },
          "description": "The list of context filters. These are OR filters. The scope-expression-list defines the context, and the filter works in conjunction with the entity-expression-list.\n"
        },
        "description": {
          "type": "string",
          "description": "Description of ACP\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "roleReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectAcpRoleReference:getProjectAcpRoleReference"
          },
          "description": "Reference to role.\n"
        },
        "userGroupReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectAcpUserGroupReferenceList:getProjectAcpUserGroupReferenceList"
          },
          "description": "List of Reference of users groups.\n"
        },
        "userReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectAcpUserReferenceList:getProjectAcpUserReferenceList"
          },
          "description": "List of Reference of users.\n"
        }
      },
      "type": "object",
      "required": [
        "contextFilterLists",
        "description",
        "metadata",
        "name",
        "roleReferences",
        "userGroupReferenceLists",
        "userReferenceLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAcpContextFilterList:getProjectAcpContextFilterList": {
      "properties": {
        "entityFilterExpressionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectAcpContextFilterListEntityFilterExpressionList:getProjectAcpContextFilterListEntityFilterExpressionList"
          },
          "description": "(Required) A list of Entity filter expressions.\n"
        },
        "scopeFilterExpressionLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectAcpContextFilterListScopeFilterExpressionList:getProjectAcpContextFilterListScopeFilterExpressionList"
          },
          "description": "- (Optional) Filter the scope of an Access Control Policy.\n"
        }
      },
      "type": "object",
      "required": [
        "entityFilterExpressionLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAcpContextFilterListEntityFilterExpressionList:getProjectAcpContextFilterListEntityFilterExpressionList": {
      "properties": {
        "leftHandSideEntityType": {
          "type": "string",
          "description": "- (Optional)  The LHS of the filter expression - the entity type.\n"
        },
        "operator": {
          "type": "string",
          "description": "- (Required) The operator in the filter expression.\n"
        },
        "rightHandSides": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectAcpContextFilterListEntityFilterExpressionListRightHandSide:getProjectAcpContextFilterListEntityFilterExpressionListRightHandSide"
          },
          "description": "- (Required) The right hand side (RHS) of an scope expression.\n"
        }
      },
      "type": "object",
      "required": [
        "leftHandSideEntityType",
        "operator",
        "rightHandSides"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAcpContextFilterListEntityFilterExpressionListRightHandSide:getProjectAcpContextFilterListEntityFilterExpressionListRightHandSide": {
      "properties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectAcpContextFilterListEntityFilterExpressionListRightHandSideCategory:getProjectAcpContextFilterListEntityFilterExpressionListRightHandSideCategory"
          },
          "description": "- (Optional) The category values represented as a dictionary of key > list of values.\n"
        },
        "collection": {
          "type": "string",
          "description": "- (Optional)  A representative term for supported groupings of entities. ALL = All the entities of a given kind.\n"
        },
        "uuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) The explicit list of UUIDs for the given kind.\n"
        }
      },
      "type": "object",
      "required": [
        "categories",
        "collection",
        "uuidLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAcpContextFilterListEntityFilterExpressionListRightHandSideCategory:getProjectAcpContextFilterListEntityFilterExpressionListRightHandSideCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAcpContextFilterListScopeFilterExpressionList:getProjectAcpContextFilterListScopeFilterExpressionList": {
      "properties": {
        "leftHandSide": {
          "type": "string",
          "description": "- (Optional)  The LHS of the filter expression - the scope type.\n"
        },
        "operator": {
          "type": "string",
          "description": "- (Required) The operator in the filter expression.\n"
        },
        "rightHandSides": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectAcpContextFilterListScopeFilterExpressionListRightHandSide:getProjectAcpContextFilterListScopeFilterExpressionListRightHandSide"
          },
          "description": "- (Required) The right hand side (RHS) of an scope expression.\n"
        }
      },
      "type": "object",
      "required": [
        "leftHandSide",
        "operator",
        "rightHandSides"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAcpContextFilterListScopeFilterExpressionListRightHandSide:getProjectAcpContextFilterListScopeFilterExpressionListRightHandSide": {
      "properties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectAcpContextFilterListScopeFilterExpressionListRightHandSideCategory:getProjectAcpContextFilterListScopeFilterExpressionListRightHandSideCategory"
          },
          "description": "- (Optional) The category values represented as a dictionary of key > list of values.\n"
        },
        "collection": {
          "type": "string",
          "description": "- (Optional)  A representative term for supported groupings of entities. ALL = All the entities of a given kind.\n"
        },
        "uuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) The explicit list of UUIDs for the given kind.\n"
        }
      },
      "type": "object",
      "required": [
        "categories",
        "collection",
        "uuidLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAcpContextFilterListScopeFilterExpressionListRightHandSideCategory:getProjectAcpContextFilterListScopeFilterExpressionListRightHandSideCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAcpRoleReference:getProjectAcpRoleReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAcpUserGroupReferenceList:getProjectAcpUserGroupReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectAcpUserReferenceList:getProjectAcpUserReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectCategory:getProjectCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectClusterReferenceList:getProjectClusterReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectDefaultEnvironmentReference:getProjectDefaultEnvironmentReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Optional) The kind name. Default value is <span pulumi-lang-nodejs=\"`environment`\" pulumi-lang-dotnet=\"`Environment`\" pulumi-lang-go=\"`environment`\" pulumi-lang-python=\"`environment`\" pulumi-lang-yaml=\"`environment`\" pulumi-lang-java=\"`environment`\">`environment`</span>\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional/Computed) The name of a environment.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) The UUID of a environment\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectEnvironmentReferenceList:getProjectEnvironmentReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectExternalNetworkList:getProjectExternalNetworkList": {
      "properties": {
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectExternalUserGroupReferenceList:getProjectExternalUserGroupReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectResourceDomain:getProjectResourceDomain": {
      "properties": {
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectResourceDomainResource:getProjectResourceDomainResource"
          },
          "description": "Array of the utilization/limit for resource types\n* `resource_domain.resources.#.limit` The resource consumption limit (unspecified is unlimited)\n* `resource_domain.resources.#.resource_type` The type of resource (for example storage, CPUs)\n* `resource_domain.resources.#.units` - The units of the resource type\n* `resource_domain.resources.#.value` - The amount of resource consumed\n"
        }
      },
      "type": "object",
      "required": [
        "resources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectResourceDomainResource:getProjectResourceDomainResource": {
      "properties": {
        "limit": {
          "type": "integer"
        },
        "resourceType": {
          "type": "string"
        },
        "units": {
          "type": "string"
        },
        "value": {
          "type": "integer",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "limit",
        "resourceType",
        "units",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectSubnetReferenceList:getProjectSubnetReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectTunnelReferenceList:getProjectTunnelReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectUserReferenceList:getProjectUserReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectVpcReferenceList:getProjectVpcReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectsEntity:getProjectsEntity": {
      "properties": {
        "accountReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectsEntityAccountReferenceList:getProjectsEntityAccountReferenceList"
          },
          "description": "List of accounts associated with the project.\n* `account_reference_list.#.kind` - The kind name. Default value is <span pulumi-lang-nodejs=\"`account`\" pulumi-lang-dotnet=\"`Account`\" pulumi-lang-go=\"`account`\" pulumi-lang-python=\"`account`\" pulumi-lang-yaml=\"`account`\" pulumi-lang-java=\"`account`\">`account`</span>\n* `account_reference_list.#.uuid` - The UUID of an account.\n* `account_reference_list.#.name` - The name of an account.\n"
        },
        "apiVersion": {
          "type": "string",
          "description": "version of the API\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectsEntityCategory:getProjectsEntityCategory"
          }
        },
        "defaultSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to a subnet.\n"
        },
        "description": {
          "type": "string",
          "description": "A description for project.\n"
        },
        "environmentReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectsEntityEnvironmentReferenceList:getProjectsEntityEnvironmentReferenceList"
          },
          "description": "List of environments associated with the project.\n* `environment_reference_list.#.kind` - The kind name. Default value is <span pulumi-lang-nodejs=\"`environment`\" pulumi-lang-dotnet=\"`Environment`\" pulumi-lang-go=\"`environment`\" pulumi-lang-python=\"`environment`\" pulumi-lang-yaml=\"`environment`\" pulumi-lang-java=\"`environment`\">`environment`</span>\n* `environment_reference_list.#.uuid` - The UUID of an environment.\n* `environment_reference_list.#.name` - The name of an environment.\n"
        },
        "externalNetworkLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectsEntityExternalNetworkList:getProjectsEntityExternalNetworkList"
          },
          "description": "List of external networks associated with the project.\n* `external_network_list.#.uuid` - The UUID of a network.\n* `external_network_list.#.name` - The name of a network.\n"
        },
        "externalUserGroupReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectsEntityExternalUserGroupReferenceList:getProjectsEntityExternalUserGroupReferenceList"
          },
          "description": "List of directory service user groups. These groups are not managed by Nutanix.\n* `external_user_group_reference_list.#.kind` - The kind name. Default value is <span pulumi-lang-nodejs=\"`userGroup`\" pulumi-lang-dotnet=\"`UserGroup`\" pulumi-lang-go=\"`userGroup`\" pulumi-lang-python=\"`user_group`\" pulumi-lang-yaml=\"`userGroup`\" pulumi-lang-java=\"`userGroup`\">`user_group`</span>\n* `external_user_group_reference_list.#.uuid` - The UUID of a<span pulumi-lang-nodejs=\" userGroup\n\" pulumi-lang-dotnet=\" UserGroup\n\" pulumi-lang-go=\" userGroup\n\" pulumi-lang-python=\" user_group\n\" pulumi-lang-yaml=\" userGroup\n\" pulumi-lang-java=\" userGroup\n\"> user_group\n</span>* `external_user_group_reference_list.#.name` - The name of a user_group\n"
        },
        "isDefault": {
          "type": "boolean"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "resourceDomains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectsEntityResourceDomain:getProjectsEntityResourceDomain"
          },
          "description": "The status for a resource domain (limits and values)\n"
        },
        "state": {
          "type": "string"
        },
        "subnetReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectsEntitySubnetReferenceList:getProjectsEntitySubnetReferenceList"
          },
          "description": "List of subnets for the project.\n* `subnet_reference_list.#.kind` - The kind name. Default value is <span pulumi-lang-nodejs=\"`subnet`\" pulumi-lang-dotnet=\"`Subnet`\" pulumi-lang-go=\"`subnet`\" pulumi-lang-python=\"`subnet`\" pulumi-lang-yaml=\"`subnet`\" pulumi-lang-java=\"`subnet`\">`subnet`</span>\n* `subnet_reference_list.#.uuid` - The UUID of a subnet\n* `subnet_reference_list.#.name` - The name of a subnet.\n"
        },
        "userReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectsEntityUserReferenceList:getProjectsEntityUserReferenceList"
          },
          "description": "List of users in the project.\n* `user_reference_list.#.kind` - The kind name. Default value is <span pulumi-lang-nodejs=\"`user`\" pulumi-lang-dotnet=\"`User`\" pulumi-lang-go=\"`user`\" pulumi-lang-python=\"`user`\" pulumi-lang-yaml=\"`user`\" pulumi-lang-java=\"`user`\">`user`</span>\n* `user_reference_list.#.uuid` - The UUID of a user\n* `user_reference_list.#.name` - The name of a user.\n"
        }
      },
      "type": "object",
      "required": [
        "accountReferenceLists",
        "apiVersion",
        "categories",
        "defaultSubnetReference",
        "description",
        "environmentReferenceLists",
        "externalNetworkLists",
        "externalUserGroupReferenceLists",
        "isDefault",
        "metadata",
        "name",
        "ownerReference",
        "projectReference",
        "resourceDomains",
        "state",
        "subnetReferenceLists",
        "userReferenceLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectsEntityAccountReferenceList:getProjectsEntityAccountReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectsEntityCategory:getProjectsEntityCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectsEntityEnvironmentReferenceList:getProjectsEntityEnvironmentReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectsEntityExternalNetworkList:getProjectsEntityExternalNetworkList": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectsEntityExternalUserGroupReferenceList:getProjectsEntityExternalUserGroupReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectsEntityResourceDomain:getProjectsEntityResourceDomain": {
      "properties": {
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProjectsEntityResourceDomainResource:getProjectsEntityResourceDomainResource"
          },
          "description": "Array of the utilization/limit for resource types\n* `resource_domain.resources.#.limit` The resource consumption limit (unspecified is unlimited)\n* `resource_domain.resources.#.resource_type` The type of resource (for example storage, CPUs)\n* `resource_domain.resources.#.units` - The units of the resource type\n* `resource_domain.resources.#.value` - The amount of resource consumed\n"
        }
      },
      "type": "object",
      "required": [
        "resources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectsEntityResourceDomainResource:getProjectsEntityResourceDomainResource": {
      "properties": {
        "limit": {
          "type": "integer"
        },
        "resourceType": {
          "type": "string"
        },
        "units": {
          "type": "string"
        },
        "value": {
          "type": "integer",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "limit",
        "resourceType",
        "units",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectsEntitySubnetReferenceList:getProjectsEntitySubnetReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProjectsEntityUserReferenceList:getProjectsEntityUserReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectedResourceV2Link:getProtectedResourceV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectedResourceV2ReplicationState:getProtectedResourceV2ReplicationState": {
      "properties": {
        "protectionPolicyExtId": {
          "type": "string",
          "description": "The external identifier of the Protection policy associated with the protected resource.\n"
        },
        "recoveryPointObjectiveSeconds": {
          "type": "integer",
          "description": "The recovery point objective of the schedule in seconds.\n"
        },
        "replicationStatus": {
          "type": "string",
          "description": "Status of replication to a specified target site. Possible values are:\n- `IN_SYNC`: The specified recovery point objective is met on the target site and failover can be performed.\n- `SYNCING`: The system is trying to meet the specified recovery point objective for the target site via ongoing replications and failover can't yet be performed.\n- `OUT_OF_SYNC`: The replication schedule is disabled and there are no ongoing replications. Manual action might be needed by the user to meet the recovery point objective.\n"
        },
        "targetSiteReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectedResourceV2ReplicationStateTargetSiteReference:getProtectedResourceV2ReplicationStateTargetSiteReference"
          },
          "description": "Details about the data protection site in the Prism Central.\n"
        }
      },
      "type": "object",
      "required": [
        "protectionPolicyExtId",
        "recoveryPointObjectiveSeconds",
        "replicationStatus",
        "targetSiteReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectedResourceV2ReplicationStateTargetSiteReference:getProtectedResourceV2ReplicationStateTargetSiteReference": {
      "properties": {
        "clusterExtId": {
          "type": "string",
          "description": "External identifier of the cluster.\n"
        },
        "mgmtClusterExtId": {
          "type": "string",
          "description": "External identifier of the Prism Central.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterExtId",
        "mgmtClusterExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectedResourceV2SiteProtectionInfo:getProtectedResourceV2SiteProtectionInfo": {
      "properties": {
        "locationReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectedResourceV2SiteProtectionInfoLocationReference:getProtectedResourceV2SiteProtectionInfoLocationReference"
          },
          "description": "Details about the data protection site in the Prism Central.\n"
        },
        "recoveryInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectedResourceV2SiteProtectionInfoRecoveryInfo:getProtectedResourceV2SiteProtectionInfoRecoveryInfo"
          },
          "description": "The restorable time range details that can be used to recover the protected resource.\n"
        },
        "synchronousReplicationRole": {
          "type": "string",
          "description": "Synchronous Replication role related information of the protected resource. Possible values are:\n- `DECOUPLED`: VM is no longer in Synchronous Replication, and all the actions are blocked on VM, except a delete operation.\n- `SECONDARY`: This is the target site for VM in Synchronous Replication.\n- `INDEPENDENT`: VM is no longer in Synchronous Replication, and not replicating to the configured recovery cluster.\n- `PRIMARY`: VM is in Synchronous Replication, and is active on the primary site.\n"
        }
      },
      "type": "object",
      "required": [
        "locationReferences",
        "recoveryInfos",
        "synchronousReplicationRole"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectedResourceV2SiteProtectionInfoLocationReference:getProtectedResourceV2SiteProtectionInfoLocationReference": {
      "properties": {
        "clusterExtId": {
          "type": "string",
          "description": "External identifier of the cluster.\n"
        },
        "mgmtClusterExtId": {
          "type": "string",
          "description": "External identifier of the Prism Central.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterExtId",
        "mgmtClusterExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectedResourceV2SiteProtectionInfoRecoveryInfo:getProtectedResourceV2SiteProtectionInfoRecoveryInfo": {
      "properties": {
        "restorableTimeRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectedResourceV2SiteProtectionInfoRecoveryInfoRestorableTimeRange:getProtectedResourceV2SiteProtectionInfoRecoveryInfoRestorableTimeRange"
          },
          "description": "The restorable time range details that can be used to recover the protected resource.\n"
        }
      },
      "type": "object",
      "required": [
        "restorableTimeRanges"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectedResourceV2SiteProtectionInfoRecoveryInfoRestorableTimeRange:getProtectedResourceV2SiteProtectionInfoRecoveryInfoRestorableTimeRange": {
      "properties": {
        "endTime": {
          "type": "string",
          "description": "UTC date and time in ISO 8601 format representing the time when the restorable time range for the entity starts.\n"
        },
        "startTime": {
          "type": "string",
          "description": "UTC date and time in ISO 8601 format representing the time when the restorable time range for the entity starts.\n"
        }
      },
      "type": "object",
      "required": [
        "endTime",
        "startTime"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectedResourceV2SourceSiteReference:getProtectedResourceV2SourceSiteReference": {
      "properties": {
        "clusterExtId": {
          "type": "string",
          "description": "External identifier of the cluster.\n"
        },
        "mgmtClusterExtId": {
          "type": "string",
          "description": "External identifier of the Prism Central.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterExtId",
        "mgmtClusterExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicy:getProtectionPoliciesV2ProtectionPolicy": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "description": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "isApprovalPolicyNeeded": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionPoliciesV2ProtectionPolicyLink:getProtectionPoliciesV2ProtectionPolicyLink"
          }
        },
        "name": {
          "type": "string"
        },
        "ownerExtId": {
          "type": "string"
        },
        "replicationConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionPoliciesV2ProtectionPolicyReplicationConfiguration:getProtectionPoliciesV2ProtectionPolicyReplicationConfiguration"
          }
        },
        "replicationLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionPoliciesV2ProtectionPolicyReplicationLocation:getProtectionPoliciesV2ProtectionPolicyReplicationLocation"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "description",
        "extId",
        "isApprovalPolicyNeeded",
        "links",
        "name",
        "ownerExtId",
        "replicationConfigurations",
        "replicationLocations",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicyLink:getProtectionPoliciesV2ProtectionPolicyLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicyReplicationConfiguration:getProtectionPoliciesV2ProtectionPolicyReplicationConfiguration": {
      "properties": {
        "remoteLocationLabel": {
          "type": "string"
        },
        "schedule": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPoliciesV2ProtectionPolicyReplicationConfigurationSchedule:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationSchedule"
        },
        "sourceLocationLabel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "schedule",
        "sourceLocationLabel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationSchedule:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationSchedule": {
      "properties": {
        "recoveryPointObjectiveTimeSeconds": {
          "type": "integer"
        },
        "recoveryPointType": {
          "type": "string"
        },
        "retention": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetention:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetention"
        },
        "startTime": {
          "type": "string"
        },
        "syncReplicationAutoSuspendTimeoutSeconds": {
          "type": "integer"
        }
      },
      "type": "object"
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetention:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetention": {
      "properties": {
        "autoRollupRetention": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetention:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetention"
        },
        "linearRetention": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionLinearRetention:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionLinearRetention"
        }
      },
      "type": "object"
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetention:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetention": {
      "properties": {
        "local": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal"
        },
        "remote": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote"
        }
      },
      "type": "object",
      "required": [
        "local"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal": {
      "properties": {
        "frequency": {
          "type": "integer"
        },
        "snapshotIntervalType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "frequency"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote": {
      "properties": {
        "frequency": {
          "type": "integer"
        },
        "snapshotIntervalType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "frequency"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionLinearRetention:getProtectionPoliciesV2ProtectionPolicyReplicationConfigurationScheduleRetentionLinearRetention": {
      "properties": {
        "local": {
          "type": "integer"
        },
        "remote": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "local"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicyReplicationLocation:getProtectionPoliciesV2ProtectionPolicyReplicationLocation": {
      "properties": {
        "domainManagerExtId": {
          "type": "string"
        },
        "isPrimary": {
          "type": "boolean"
        },
        "label": {
          "type": "string"
        },
        "replicationSubLocation": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPoliciesV2ProtectionPolicyReplicationLocationReplicationSubLocation:getProtectionPoliciesV2ProtectionPolicyReplicationLocationReplicationSubLocation"
        }
      },
      "type": "object",
      "required": [
        "domainManagerExtId",
        "label"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicyReplicationLocationReplicationSubLocation:getProtectionPoliciesV2ProtectionPolicyReplicationLocationReplicationSubLocation": {
      "properties": {
        "clusterExtIds": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPoliciesV2ProtectionPolicyReplicationLocationReplicationSubLocationClusterExtIds:getProtectionPoliciesV2ProtectionPolicyReplicationLocationReplicationSubLocationClusterExtIds"
        }
      },
      "type": "object",
      "required": [
        "clusterExtIds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPoliciesV2ProtectionPolicyReplicationLocationReplicationSubLocationClusterExtIds:getProtectionPoliciesV2ProtectionPolicyReplicationLocationReplicationSubLocationClusterExtIds": {
      "properties": {
        "clusterExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "clusterExtIds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPolicyV2Link:getProtectionPolicyV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPolicyV2ReplicationConfiguration:getProtectionPolicyV2ReplicationConfiguration": {
      "properties": {
        "remoteLocationLabel": {
          "type": "string",
          "description": "- Label of the source location from the replication locations list, where the entity will be replicated.\n"
        },
        "schedule": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPolicyV2ReplicationConfigurationSchedule:getProtectionPolicyV2ReplicationConfigurationSchedule",
          "description": "- Schedule for protection. The schedule specifies the recovery point objective and the retention policy for the participating locations.\n"
        },
        "sourceLocationLabel": {
          "type": "string",
          "description": "- Label of the source location from the replication locations list, where the entity is running. The location of type MST can not be specified as the replication source.\n"
        }
      },
      "type": "object",
      "required": [
        "schedule",
        "sourceLocationLabel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPolicyV2ReplicationConfigurationSchedule:getProtectionPolicyV2ReplicationConfigurationSchedule": {
      "properties": {
        "recoveryPointObjectiveTimeSeconds": {
          "type": "integer",
          "description": "- The Recovery point objective of the schedule in seconds and specified in multiple of 60 seconds. Only following RPO values can be provided for rollup retention type:\n- Minute(s): 1, 2, 3, 4, 5, 6, 10, 12, 15\n- Hour(s): 1, 2, 3, 4, 6, 8, 12\n- Day(s): 1\n- Week(s): 1, 2\n"
        },
        "recoveryPointType": {
          "type": "string",
          "description": "- Type of recovery point.\n* `CRASH_CONSISTENT`: Crash-consistent Recovery points capture all the VM and application level details.\n* `APP_CONSISTENT`: Application-consistent Recovery points can capture all the data stored in the memory and also the in-progress transaction details.\n"
        },
        "retention": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPolicyV2ReplicationConfigurationScheduleRetention:getProtectionPolicyV2ReplicationConfigurationScheduleRetention",
          "description": "- Specifies the retention policy for the recovery point schedule.\n"
        },
        "startTime": {
          "type": "string",
          "description": "- Represents the protection start time for the new entities added to the policy after the policy is created in h:m format. The values must be between 00h:00m and 23h:59m and in UTC timezone. It specifies the time when the first snapshot is taken and replicated for any entity added to the policy. If this is not specified, the snapshot is taken immediately and replicated for any new entity added to the policy.\n"
        },
        "syncReplicationAutoSuspendTimeoutSeconds": {
          "type": "integer",
          "description": "- Auto suspend timeout if there is a connection failure between locations for synchronous replication. If this value is not set, then the policy will not be suspended.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/getProtectionPolicyV2ReplicationConfigurationScheduleRetention:getProtectionPolicyV2ReplicationConfigurationScheduleRetention": {
      "properties": {
        "autoRollupRetention": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetention:getProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetention",
          "description": "- Auto rollup retention policy.\n"
        },
        "linearRetention": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetention:getProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetention",
          "description": "- Linear retention policy.\n"
        }
      },
      "type": "object"
    },
    "nutanix:index/getProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetention:getProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetention": {
      "properties": {
        "local": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal:getProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal",
          "description": "- Specifies the auto rollup retention details.\n"
        },
        "remote": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote:getProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote",
          "description": "- Specifies the auto rollup retention details.\n"
        }
      },
      "type": "object",
      "required": [
        "local"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal:getProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocal": {
      "properties": {
        "frequency": {
          "type": "integer",
          "description": "- Multiplier to 'snapshotIntervalType'. For example, if 'snapshotIntervalType' is 'YEARLY' and 'multiple' is 5, then 5 years worth of rollup snapshots will be retained.\n"
        },
        "snapshotIntervalType": {
          "type": "string",
          "description": "- Snapshot interval period.\n* `YEARLY`: Specifies the number of latest yearly recovery points to retain.\n* `WEEKLY`: Specifies the number of latest weekly recovery points to retain.\n* `DAILY`: Specifies the number of latest daily recovery points to retain.\n* `MONTHLY`: Specifies the number of latest monthly recovery points to retain.\n* `HOURLY`: Specifies the number of latest hourly recovery points to retain.\n"
        }
      },
      "type": "object",
      "required": [
        "frequency"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote:getProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemote": {
      "properties": {
        "frequency": {
          "type": "integer",
          "description": "- Multiplier to 'snapshotIntervalType'. For example, if 'snapshotIntervalType' is 'YEARLY' and 'multiple' is 5, then 5 years worth of rollup snapshots will be retained.\n"
        },
        "snapshotIntervalType": {
          "type": "string",
          "description": "- Snapshot interval period.\n* `YEARLY`: Specifies the number of latest yearly recovery points to retain.\n* `WEEKLY`: Specifies the number of latest weekly recovery points to retain.\n* `DAILY`: Specifies the number of latest daily recovery points to retain.\n* `MONTHLY`: Specifies the number of latest monthly recovery points to retain.\n* `HOURLY`: Specifies the number of latest hourly recovery points to retain.\n"
        }
      },
      "type": "object",
      "required": [
        "frequency"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetention:getProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetention": {
      "properties": {
        "local": {
          "type": "integer",
          "description": "- Specifies the auto rollup retention details.\n"
        },
        "remote": {
          "type": "integer",
          "description": "- Specifies the auto rollup retention details.\n"
        }
      },
      "type": "object",
      "required": [
        "local"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPolicyV2ReplicationLocation:getProtectionPolicyV2ReplicationLocation": {
      "properties": {
        "domainManagerExtId": {
          "type": "string",
          "description": "- External identifier of the domain manager.\n"
        },
        "isPrimary": {
          "type": "boolean",
          "description": "- One of the locations must be specified as the primary location. All the other locations must be connected to the primary location.\n"
        },
        "label": {
          "type": "string",
          "description": "- This is a unique user defined label of the replication location. It is used to identify the location in the replication configurations.\n"
        },
        "replicationSubLocation": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPolicyV2ReplicationLocationReplicationSubLocation:getProtectionPolicyV2ReplicationLocationReplicationSubLocation",
          "description": "- Specifies the replication sub-locations where recovery points can be created or replicated.\n"
        }
      },
      "type": "object",
      "required": [
        "domainManagerExtId",
        "label"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPolicyV2ReplicationLocationReplicationSubLocation:getProtectionPolicyV2ReplicationLocationReplicationSubLocation": {
      "properties": {
        "clusterExtIds": {
          "$ref": "#/types/nutanix:index%2FgetProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIds:getProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIds",
          "description": "- External identifier of the clusters.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterExtIds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIds:getProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIds": {
      "properties": {
        "clusterExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- External identifier of the clusters.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterExtIds"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRuleAvailabilityZoneConnectivityList:getProtectionRuleAvailabilityZoneConnectivityList": {
      "properties": {
        "destinationAvailabilityZoneIndex": {
          "type": "integer",
          "description": "(Optional/Computed) Index of the availability zone.\n"
        },
        "snapshotScheduleLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleList:getProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleList"
          },
          "description": "(Optional/Computed) Snapshot schedules for the pair of the availability zones.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.recovery_point_objective_secs` - (Required) \"A recovery point objective (RPO) is the maximum acceptable amount of data loss.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.local_snapshot_retention_policy` - (Optional/Computed) This describes the snapshot retention policy for this availability zone.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.local_snapshot_retention_policy.0.num_snapshots` - (Optional/Computed) Number of snapshots need to be retained.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.local_snapshot_retention_policy.0.rollup_retention_policy_multiple` - (Optional/Computed) Multiplier to 'snapshot_interval_type'.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.local_snapshot_retention_policy.0.rollup_retention_policy_snapshot_interval_type` - (Optional/Computed)\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.auto_suspend_timeout_secs` - (Optional/Computed) Auto suspend timeout in case of connection failure between the sites.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.snapshot_type` - (Optional/Computed) Crash consistent or Application Consistent snapshot.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.remote_snapshot_retention_policy` - (Optional/Computed) This describes the snapshot retention policy for this availability zone.\n"
        },
        "sourceAvailabilityZoneIndex": {
          "type": "integer",
          "description": "(Optional/Computed) Index of the availability zone.\n"
        }
      },
      "type": "object",
      "required": [
        "destinationAvailabilityZoneIndex",
        "snapshotScheduleLists",
        "sourceAvailabilityZoneIndex"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleList:getProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleList": {
      "properties": {
        "autoSuspendTimeoutSecs": {
          "type": "integer"
        },
        "localSnapshotRetentionPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy:getProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy"
          }
        },
        "recoveryPointObjectiveSecs": {
          "type": "integer"
        },
        "remoteSnapshotRetentionPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy:getProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy"
          }
        },
        "snapshotType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "autoSuspendTimeoutSecs",
        "localSnapshotRetentionPolicies",
        "recoveryPointObjectiveSecs",
        "remoteSnapshotRetentionPolicies",
        "snapshotType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy:getProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy": {
      "properties": {
        "numSnapshots": {
          "type": "integer"
        },
        "rollupRetentionPolicyMultiple": {
          "type": "integer"
        },
        "rollupRetentionPolicySnapshotIntervalType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "numSnapshots",
        "rollupRetentionPolicyMultiple",
        "rollupRetentionPolicySnapshotIntervalType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy:getProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy": {
      "properties": {
        "numSnapshots": {
          "type": "integer"
        },
        "rollupRetentionPolicyMultiple": {
          "type": "integer"
        },
        "rollupRetentionPolicySnapshotIntervalType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "numSnapshots",
        "rollupRetentionPolicyMultiple",
        "rollupRetentionPolicySnapshotIntervalType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRuleCategory:getProtectionRuleCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRuleCategoryFilter:getProtectionRuleCategoryFilter": {
      "properties": {
        "kindLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "(Optional/Computed) List of kinds associated with this filter.\n"
        },
        "params": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRuleCategoryFilterParam:getProtectionRuleCategoryFilterParam"
          },
          "description": "(Optional/Computed) A list of category key and list of values.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional/Computed) The type of the filter being used.\n"
        }
      },
      "type": "object",
      "required": [
        "kindLists",
        "params",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRuleCategoryFilterParam:getProtectionRuleCategoryFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRuleOrderedAvailabilityZoneList:getProtectionRuleOrderedAvailabilityZoneList": {
      "properties": {
        "availabilityZoneUrl": {
          "type": "string"
        },
        "clusterUuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "availabilityZoneUrl",
        "clusterUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRuleOwnerReference:getProtectionRuleOwnerReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRuleProjectReference:getProtectionRuleProjectReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRulesEntity:getProtectionRulesEntity": {
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "version of the API\n"
        },
        "availabilityZoneConnectivityLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRulesEntityAvailabilityZoneConnectivityList:getProtectionRulesEntityAvailabilityZoneConnectivityList"
          },
          "description": "(Required) This encodes the datapipes between various availability zones and\\nthe backup policy of the pipes.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRulesEntityCategory:getProtectionRulesEntityCategory"
          }
        },
        "categoryFilters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRulesEntityCategoryFilter:getProtectionRulesEntityCategoryFilter"
          },
          "description": "(Optional/Computed)\n"
        },
        "description": {
          "type": "string",
          "description": "A description for protection rule.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "orderedAvailabilityZoneLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRulesEntityOrderedAvailabilityZoneList:getProtectionRulesEntityOrderedAvailabilityZoneList"
          },
          "description": "(Required) A list of availability zones, each of which, receives a replica\\nof the data for the entities protected by this protection rule.\n* `ordered_availability_zone_list.#.cluster_uuid` - (Optional/Computed) UUID of specific cluster to which we will be replicating.\n* `ordered_availability_zone_list.#.availability_zone_url` - (Optional/Computed) The FQDN or IP address of the availability zone.\n"
        },
        "ownerReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRulesEntityOwnerReference:getProtectionRulesEntityOwnerReference"
          }
        },
        "projectReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRulesEntityProjectReference:getProtectionRulesEntityProjectReference"
          }
        },
        "startTime": {
          "type": "string"
        },
        "state": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "availabilityZoneConnectivityLists",
        "categories",
        "categoryFilters",
        "description",
        "metadata",
        "name",
        "orderedAvailabilityZoneLists",
        "ownerReferences",
        "projectReferences",
        "startTime",
        "state"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRulesEntityAvailabilityZoneConnectivityList:getProtectionRulesEntityAvailabilityZoneConnectivityList": {
      "properties": {
        "destinationAvailabilityZoneIndex": {
          "type": "integer",
          "description": "(Optional/Computed) Index of the availability zone.\n"
        },
        "snapshotScheduleLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleList:getProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleList"
          },
          "description": "(Optional/Computed) Snapshot schedules for the pair of the availability zones.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.recovery_point_objective_secs` - (Required) \"A recovery point objective (RPO) is the maximum acceptable amount of data loss.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.local_snapshot_retention_policy` - (Optional/Computed) This describes the snapshot retention policy for this availability zone.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.local_snapshot_retention_policy.0.num_snapshots` - (Optional/Computed) Number of snapshots need to be retained.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.local_snapshot_retention_policy.0.rollup_retention_policy_multiple` - (Optional/Computed) Multiplier to 'snapshot_interval_type'.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.local_snapshot_retention_policy.0.rollup_retention_policy_snapshot_interval_type` - (Optional/Computed)\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.auto_suspend_timeout_secs` - (Optional/Computed) Auto suspend timeout in case of connection failure between the sites.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.snapshot_type` - (Optional/Computed) Crash consistent or Application Consistent snapshot.\n* `availability_zone_connectivity_list.snapshot_schedule_list.#.remote_snapshot_retention_policy` - (Optional/Computed) This describes the snapshot retention policy for this availability zone.\n"
        },
        "sourceAvailabilityZoneIndex": {
          "type": "integer",
          "description": "(Optional/Computed) Index of the availability zone.\n"
        }
      },
      "type": "object",
      "required": [
        "destinationAvailabilityZoneIndex",
        "snapshotScheduleLists",
        "sourceAvailabilityZoneIndex"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleList:getProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleList": {
      "properties": {
        "autoSuspendTimeoutSecs": {
          "type": "integer"
        },
        "localSnapshotRetentionPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy:getProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy"
          }
        },
        "recoveryPointObjectiveSecs": {
          "type": "integer"
        },
        "remoteSnapshotRetentionPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy:getProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy"
          }
        },
        "snapshotType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "autoSuspendTimeoutSecs",
        "localSnapshotRetentionPolicies",
        "recoveryPointObjectiveSecs",
        "remoteSnapshotRetentionPolicies",
        "snapshotType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy:getProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicy": {
      "properties": {
        "numSnapshots": {
          "type": "integer"
        },
        "rollupRetentionPolicyMultiple": {
          "type": "integer"
        },
        "rollupRetentionPolicySnapshotIntervalType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "numSnapshots",
        "rollupRetentionPolicyMultiple",
        "rollupRetentionPolicySnapshotIntervalType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy:getProtectionRulesEntityAvailabilityZoneConnectivityListSnapshotScheduleListRemoteSnapshotRetentionPolicy": {
      "properties": {
        "numSnapshots": {
          "type": "integer"
        },
        "rollupRetentionPolicyMultiple": {
          "type": "integer"
        },
        "rollupRetentionPolicySnapshotIntervalType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "numSnapshots",
        "rollupRetentionPolicyMultiple",
        "rollupRetentionPolicySnapshotIntervalType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRulesEntityCategory:getProtectionRulesEntityCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRulesEntityCategoryFilter:getProtectionRulesEntityCategoryFilter": {
      "properties": {
        "kindLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "(Optional/Computed) List of kinds associated with this filter.\n"
        },
        "params": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetProtectionRulesEntityCategoryFilterParam:getProtectionRulesEntityCategoryFilterParam"
          },
          "description": "(Optional/Computed) A list of category key and list of values.\n"
        },
        "type": {
          "type": "string",
          "description": "(Optional/Computed) The type of the filter being used.\n"
        }
      },
      "type": "object",
      "required": [
        "kindLists",
        "params",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRulesEntityCategoryFilterParam:getProtectionRulesEntityCategoryFilterParam": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRulesEntityOrderedAvailabilityZoneList:getProtectionRulesEntityOrderedAvailabilityZoneList": {
      "properties": {
        "availabilityZoneUrl": {
          "type": "string"
        },
        "clusterUuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "availabilityZoneUrl",
        "clusterUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRulesEntityOwnerReference:getProtectionRulesEntityOwnerReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getProtectionRulesEntityProjectReference:getProtectionRulesEntityProjectReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanCategory:getRecoveryPlanCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanOwnerReference:getRecoveryPlanOwnerReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameter:getRecoveryPlanParameter": {
      "properties": {
        "floatingIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterFloatingIpAssignmentList:getRecoveryPlanParameterFloatingIpAssignmentList"
          },
          "description": "(Optional/Computed) Floating IP assignment for VMs upon recovery in an Availability Zone. This is applicable only for the public cloud Availability Zones.\n* `parameters.0.floating_ip_assignment_list.#.availability_zone_url` - (Required) URL of the Availability Zone.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list` - (Required) IP assignment for VMs upon recovery in the specified Availability Zone.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.test_floating_ip_config` - (Optional/Computed) Configuration for assigning floating IP to a VM on the execution of the Recovery Plan.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.test_floating_ip_config.ip` - (Optional/Computed) IP to be assigned to VM, in case of failover.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.test_floating_ip_config.should_allocate_dynamically` - (Optional/Computed) Whether to allocate the floating IPs for the VMs dynamically.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.recovery_floating_ip_config` - (Optional/Computed) Configuration for assigning floating IP to a VM on the execution of the Recovery Plan.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.recovery_floating_ip_config.ip` - (Optional/Computed) IP to be assigned to VM, in case of failover.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.recovery_floating_ip_config.should_allocate_dynamically` - (Optional/Computed) Whether to allocate the floating IPs for the VMs dynamically.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_reference` - (Required) Reference to a vm.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_reference.kind` - (Required) The kind name.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_reference.uuid` - (Required) The uuid.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_reference.name` - (Optional/Computed) The name.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_nic_information` - (Required) Information about vnic to which floating IP has to be assigned.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_nic_information.ip` - (Optional/Computed) IP address associated with vnic for which floating IP has to be assigned on failover.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_nic_information.uuid` - (Required) Uuid of the vnic of the VM to which floating IP has to be assigned.\n"
        },
        "networkMappingLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingList:getRecoveryPlanParameterNetworkMappingList"
          },
          "description": "(Required) Network mappings to be used for the Recovery Plan. This will be represented by array of network mappings across the Availability Zones.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list` - (Required) Mapping of networks across the Availability Zones.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.availability_zone_url` - (Optional/Computed) URL of the Availability Zone.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network` - (Optional/Computed) Network configuration to be used for performing network mapping and IP preservation/mapping on Recovery Plan execution.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.virtual_network_reference` - (Optional/Computed) The reference to a virtual_network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.virtual_network_reference.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.virtual_network_reference.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.virtual_network_reference.name` - (Optional/Computed) The name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.use_vpc_reference` - (Optional/Computed) The reference to a VPC.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.vpc_reference` - (Optional/Computed) The reference to a VPC.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.vpc_reference.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.vpc_reference.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.vpc_reference.name` - (Optional/Computed) The name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.subnet_list` - (Optional/Computed) List of subnets for the network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.subnet_list.#.gateway_ip` - (Required) Gateway IP address for the subnet.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.subnet_list.#.external_connectivity_state` - (Optional/Computed) External connectivity state of the subnet. This is applicable only for the subnet to be created in public cloud Availability Zone.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.subnet_list.#.prefix_length` - (Required) Prefix length for the subnet.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.name` - (Required) Name of the network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network` - (Optional/Computed) Network configuration to be used for performing network mapping and IP preservation/mapping on Recovery Plan execution.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.virtual_network_reference` - (Optional/Computed) The reference to a virtual_network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.virtual_network_reference.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.virtual_network_reference.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.virtual_network_reference.name` - (Optional/Computed) The name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.subnet_list` - (Optional/Computed) List of subnets for the network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.subnet_list.#.gateway_ip` - (Required) Gateway IP address for the subnet.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.subnet_list.#.external_connectivity_state` - (Optional/Computed) External connectivity state of the subnet. This is applicable only for the subnet to be created in public cloud Availability Zone.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.subnet_list.#.prefix_length` - (Required) Prefix length for the subnet.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.name` - (Required) Name of the network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list` - (Optional/Computed) Static IP configuration for the VMs to be applied post recovery in the recovery network for migrate/ failover action on the Recovery Plan.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.vm_reference` - (Optional/Computed) The reference to a vm.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.vm_reference.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.vm_reference.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.vm_reference.name` - (Optional/Computed) The name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.ip_config_list` - (Optional/Computed) List of IP configurations for a VM.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.ip_config_list.#.ip_address` - (Required) IP address.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list` - (Optional/Computed) Static IP configuration for the VMs to be applied post recovery in the test network for test failover action on the Recovery Plan.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.vm_reference` - (Optional/Computed) The reference to a vm.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.vm_reference.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.vm_reference.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.vm_reference.name` - (Optional/Computed) The name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.ip_config_list` - (Optional/Computed) List of IP configurations for a VM.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.ip_config_list.#.ip_address` - (Required) IP address.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.cluster_reference_list` - (Optional/Computed) The clusters where the recovery and test networks reside. This is required to specify network mapping across clusters for a Recovery Plan created to handle failover within the same Availability Zone.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.cluster_reference_list.0.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.cluster_reference_list.0.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.name` - (Optional/Computed) The name.\n"
        }
      },
      "type": "object",
      "required": [
        "floatingIpAssignmentLists",
        "networkMappingLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterFloatingIpAssignmentList:getRecoveryPlanParameterFloatingIpAssignmentList": {
      "properties": {
        "availabilityZoneUrl": {
          "type": "string"
        },
        "vmIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentList:getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentList"
          }
        }
      },
      "type": "object",
      "required": [
        "availabilityZoneUrl",
        "vmIpAssignmentLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentList:getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentList": {
      "properties": {
        "recoveryFloatingIpConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig:getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig"
          }
        },
        "testFloatingIpConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig:getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig"
          }
        },
        "vmNicInformations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListVmNicInformation:getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListVmNicInformation"
          }
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListVmReference:getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListVmReference"
          }
        }
      },
      "type": "object",
      "required": [
        "recoveryFloatingIpConfigs",
        "testFloatingIpConfigs",
        "vmNicInformations",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig:getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "shouldAllocateDynamically": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "shouldAllocateDynamically"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig:getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "shouldAllocateDynamically": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "shouldAllocateDynamically"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListVmNicInformation:getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListVmNicInformation": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListVmReference:getRecoveryPlanParameterFloatingIpAssignmentListVmIpAssignmentListVmReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingList:getRecoveryPlanParameterNetworkMappingList": {
      "properties": {
        "areNetworksStretched": {
          "type": "boolean"
        },
        "availabilityZoneNetworkMappingLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingList"
          }
        }
      },
      "type": "object",
      "required": [
        "areNetworksStretched",
        "availabilityZoneNetworkMappingLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingList": {
      "properties": {
        "availabilityZoneUrl": {
          "type": "string"
        },
        "clusterReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList"
          }
        },
        "recoveryIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList"
          }
        },
        "recoveryNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork"
          }
        },
        "testIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList"
          }
        },
        "testNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork"
          }
        }
      },
      "type": "object",
      "required": [
        "availabilityZoneUrl",
        "clusterReferenceLists",
        "recoveryIpAssignmentLists",
        "recoveryNetworks",
        "testIpAssignmentLists",
        "testNetworks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList": {
      "properties": {
        "ipConfigLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList"
          }
        },
        "vmReference": {
          "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference"
        }
      },
      "type": "object",
      "required": [
        "ipConfigLists",
        "vmReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList": {
      "properties": {
        "ipAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ipAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "subnetLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList"
          }
        },
        "useVpcReference": {
          "type": "boolean"
        },
        "virtualNetworkReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference"
          }
        },
        "vpcReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "subnetLists",
        "useVpcReference",
        "virtualNetworkReferences",
        "vpcReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList": {
      "properties": {
        "externalConnectivityState": {
          "type": "string"
        },
        "gatewayIp": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "externalConnectivityState",
        "gatewayIp",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList": {
      "properties": {
        "ipConfigLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList"
          }
        },
        "vmReference": {
          "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference"
        }
      },
      "type": "object",
      "required": [
        "ipConfigLists",
        "vmReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList": {
      "properties": {
        "ipAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ipAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "subnetLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList"
          }
        },
        "useVpcReference": {
          "type": "boolean"
        },
        "virtualNetworkReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference"
          }
        },
        "vpcReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "subnetLists",
        "useVpcReference",
        "virtualNetworkReferences",
        "vpcReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList": {
      "properties": {
        "externalConnectivityState": {
          "type": "string"
        },
        "gatewayIp": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "externalConnectivityState",
        "gatewayIp",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference:getRecoveryPlanParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanProjectReference:getRecoveryPlanProjectReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanStageList:getRecoveryPlanStageList": {
      "properties": {
        "delayTimeSecs": {
          "type": "integer",
          "description": "(Optional/Computed) Amount of time in seconds to delay the execution of next stage after execution of current stage.\n"
        },
        "stageUuid": {
          "type": "string",
          "description": "(Optional/Computed) UUID of stage.\n"
        },
        "stageWorks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanStageListStageWork:getRecoveryPlanStageListStageWork"
          },
          "description": "(Required) A stage specifies the work to be performed when the Recovery Plan is executed.\n"
        }
      },
      "type": "object",
      "required": [
        "delayTimeSecs",
        "stageUuid",
        "stageWorks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanStageListStageWork:getRecoveryPlanStageListStageWork": {
      "properties": {
        "recoverEntities": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanStageListStageWorkRecoverEntity:getRecoveryPlanStageListStageWorkRecoverEntity"
          },
          "description": "(Optional/Computed) Information about entities to be recovered.\n"
        }
      },
      "type": "object",
      "required": [
        "recoverEntities"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanStageListStageWorkRecoverEntity:getRecoveryPlanStageListStageWorkRecoverEntity": {
      "properties": {
        "entityInfoLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanStageListStageWorkRecoverEntityEntityInfoList:getRecoveryPlanStageListStageWorkRecoverEntityEntityInfoList"
          },
          "description": "(Optional/Computed) Information about entities to be recovered as part of this stage. For VM, entity information will include set of scripts to be executed after recovery of VM. Only one of categories or<span pulumi-lang-nodejs=\" anyEntityReference \" pulumi-lang-dotnet=\" AnyEntityReference \" pulumi-lang-go=\" anyEntityReference \" pulumi-lang-python=\" any_entity_reference \" pulumi-lang-yaml=\" anyEntityReference \" pulumi-lang-java=\" anyEntityReference \"> any_entity_reference </span>has to be provided.\n* `stage_list.stage_work.0.recover_entities.0.entity_info_list.#.any_entity_reference_kind` - (Optional/Computed) Reference to a kind.\n* `stage_list.stage_work.0.recover_entities.0.entity_info_list.#.any_entity_reference_uuid` - (Optional/Computed) Reference to a uuid.\n* `stage_list.stage_work.0.recover_entities.0.entity_info_list.#.any_entity_reference_name` - (Optional/Computed) Reference to a name.\n* `stage_list.stage_work.0.recover_entities.0.entity_info_list.#.categories` - (Optional/Computed)  Categories for filtering entities.\n"
        }
      },
      "type": "object",
      "required": [
        "entityInfoLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanStageListStageWorkRecoverEntityEntityInfoList:getRecoveryPlanStageListStageWorkRecoverEntityEntityInfoList": {
      "properties": {
        "anyEntityReferenceKind": {
          "type": "string"
        },
        "anyEntityReferenceName": {
          "type": "string"
        },
        "anyEntityReferenceUuid": {
          "type": "string"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanStageListStageWorkRecoverEntityEntityInfoListCategory:getRecoveryPlanStageListStageWorkRecoverEntityEntityInfoListCategory"
          }
        },
        "scriptLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlanStageListStageWorkRecoverEntityEntityInfoListScriptList:getRecoveryPlanStageListStageWorkRecoverEntityEntityInfoListScriptList"
          }
        }
      },
      "type": "object",
      "required": [
        "anyEntityReferenceKind",
        "anyEntityReferenceName",
        "anyEntityReferenceUuid",
        "categories",
        "scriptLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanStageListStageWorkRecoverEntityEntityInfoListCategory:getRecoveryPlanStageListStageWorkRecoverEntityEntityInfoListCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlanStageListStageWorkRecoverEntityEntityInfoListScriptList:getRecoveryPlanStageListStageWorkRecoverEntityEntityInfoListScriptList": {
      "properties": {
        "enableScriptExec": {
          "type": "boolean"
        },
        "timeout": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "enableScriptExec",
        "timeout"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntity:getRecoveryPlansEntity": {
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "version of the API\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityCategory:getRecoveryPlansEntityCategory"
          }
        },
        "description": {
          "type": "string",
          "description": "A description for recovery plan.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "ownerReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityOwnerReference:getRecoveryPlansEntityOwnerReference"
          }
        },
        "parameters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameter:getRecoveryPlansEntityParameter"
          },
          "description": "(Required) Parameters for the Recovery Plan.\n"
        },
        "projectReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityProjectReference:getRecoveryPlansEntityProjectReference"
          }
        },
        "stageLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityStageList:getRecoveryPlansEntityStageList"
          },
          "description": "(Required) Input for the stages of the Recovery Plan. Each stage will perform a predefined type of task.\n"
        },
        "state": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "categories",
        "description",
        "metadata",
        "name",
        "ownerReferences",
        "parameters",
        "projectReferences",
        "stageLists",
        "state"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityCategory:getRecoveryPlansEntityCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityOwnerReference:getRecoveryPlansEntityOwnerReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameter:getRecoveryPlansEntityParameter": {
      "properties": {
        "floatingIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterFloatingIpAssignmentList:getRecoveryPlansEntityParameterFloatingIpAssignmentList"
          },
          "description": "(Optional/Computed) Floating IP assignment for VMs upon recovery in an Availability Zone. This is applicable only for the public cloud Availability Zones.\n* `parameters.0.floating_ip_assignment_list.#.availability_zone_url` - (Required) URL of the Availability Zone.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list` - (Required) IP assignment for VMs upon recovery in the specified Availability Zone.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.test_floating_ip_config` - (Optional/Computed) Configuration for assigning floating IP to a VM on the execution of the Recovery Plan.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.test_floating_ip_config.ip` - (Optional/Computed) IP to be assigned to VM, in case of failover.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.test_floating_ip_config.should_allocate_dynamically` - (Optional/Computed) Whether to allocate the floating IPs for the VMs dynamically.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.recovery_floating_ip_config` - (Optional/Computed) Configuration for assigning floating IP to a VM on the execution of the Recovery Plan.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.recovery_floating_ip_config.ip` - (Optional/Computed) IP to be assigned to VM, in case of failover.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.recovery_floating_ip_config.should_allocate_dynamically` - (Optional/Computed) Whether to allocate the floating IPs for the VMs dynamically.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_reference` - (Required) Reference to a vm.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_reference.kind` - (Required) The kind name.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_reference.uuid` - (Required) The uuid.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_reference.name` - (Optional/Computed) The name.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_nic_information` - (Required) Information about vnic to which floating IP has to be assigned.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_nic_information.ip` - (Optional/Computed) IP address associated with vnic for which floating IP has to be assigned on failover.\n* `parameters.0.floating_ip_assignment_list.#.vm_ip_assignment_list.#.vm_nic_information.uuid` - (Required) Uuid of the vnic of the VM to which floating IP has to be assigned.\n"
        },
        "networkMappingLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingList:getRecoveryPlansEntityParameterNetworkMappingList"
          },
          "description": "(Required) Network mappings to be used for the Recovery Plan. This will be represented by array of network mappings across the Availability Zones.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list` - (Required) Mapping of networks across the Availability Zones.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.availability_zone_url` - (Optional/Computed) URL of the Availability Zone.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network` - (Optional/Computed) Network configuration to be used for performing network mapping and IP preservation/mapping on Recovery Plan execution.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.virtual_network_reference` - (Optional/Computed) The reference to a virtual_network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.virtual_network_reference.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.virtual_network_reference.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.virtual_network_reference.name` - (Optional/Computed) The name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.use_vpc_reference` - (Optional/Computed) The reference to a VPC.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.vpc_reference` - (Optional/Computed) The reference to a VPC.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.vpc_reference.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.vpc_reference.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.vpc_reference.name` - (Optional/Computed) The name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.subnet_list` - (Optional/Computed) List of subnets for the network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.subnet_list.#.gateway_ip` - (Required) Gateway IP address for the subnet.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.subnet_list.#.external_connectivity_state` - (Optional/Computed) External connectivity state of the subnet. This is applicable only for the subnet to be created in public cloud Availability Zone.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.subnet_list.#.prefix_length` - (Required) Prefix length for the subnet.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_network.0.name` - (Required) Name of the network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network` - (Optional/Computed) Network configuration to be used for performing network mapping and IP preservation/mapping on Recovery Plan execution.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.virtual_network_reference` - (Optional/Computed) The reference to a virtual_network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.virtual_network_reference.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.virtual_network_reference.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.virtual_network_reference.name` - (Optional/Computed) The name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.subnet_list` - (Optional/Computed) List of subnets for the network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.subnet_list.#.gateway_ip` - (Required) Gateway IP address for the subnet.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.subnet_list.#.external_connectivity_state` - (Optional/Computed) External connectivity state of the subnet. This is applicable only for the subnet to be created in public cloud Availability Zone.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.subnet_list.#.prefix_length` - (Required) Prefix length for the subnet.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_network.0.name` - (Required) Name of the network.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list` - (Optional/Computed) Static IP configuration for the VMs to be applied post recovery in the recovery network for migrate/ failover action on the Recovery Plan.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.vm_reference` - (Optional/Computed) The reference to a vm.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.vm_reference.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.vm_reference.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.vm_reference.name` - (Optional/Computed) The name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.ip_config_list` - (Optional/Computed) List of IP configurations for a VM.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.recovery_ip_assignment_list.0.ip_config_list.#.ip_address` - (Required) IP address.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list` - (Optional/Computed) Static IP configuration for the VMs to be applied post recovery in the test network for test failover action on the Recovery Plan.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.vm_reference` - (Optional/Computed) The reference to a vm.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.vm_reference.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.vm_reference.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.vm_reference.name` - (Optional/Computed) The name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.ip_config_list` - (Optional/Computed) List of IP configurations for a VM.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.ip_config_list.#.ip_address` - (Required) IP address.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.cluster_reference_list` - (Optional/Computed) The clusters where the recovery and test networks reside. This is required to specify network mapping across clusters for a Recovery Plan created to handle failover within the same Availability Zone.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.cluster_reference_list.0.kind` - (Optional/Computed) The kind name.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.cluster_reference_list.0.uuid` - (Optional/Computed) The uuid.\n* `parameters.0.network_mapping_list.#.availability_zone_network_mapping_list.#.test_ip_assignment_list.0.name` - (Optional/Computed) The name.\n"
        }
      },
      "type": "object",
      "required": [
        "floatingIpAssignmentLists",
        "networkMappingLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterFloatingIpAssignmentList:getRecoveryPlansEntityParameterFloatingIpAssignmentList": {
      "properties": {
        "availabilityZoneUrl": {
          "type": "string"
        },
        "vmIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentList:getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentList"
          }
        }
      },
      "type": "object",
      "required": [
        "availabilityZoneUrl",
        "vmIpAssignmentLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentList:getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentList": {
      "properties": {
        "recoveryFloatingIpConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig:getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig"
          }
        },
        "testFloatingIpConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig:getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig"
          }
        },
        "vmNicInformations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListVmNicInformation:getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListVmNicInformation"
          }
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListVmReference:getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListVmReference"
          }
        }
      },
      "type": "object",
      "required": [
        "recoveryFloatingIpConfigs",
        "testFloatingIpConfigs",
        "vmNicInformations",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig:getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListRecoveryFloatingIpConfig": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "shouldAllocateDynamically": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "shouldAllocateDynamically"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig:getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListTestFloatingIpConfig": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "shouldAllocateDynamically": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "shouldAllocateDynamically"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListVmNicInformation:getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListVmNicInformation": {
      "properties": {
        "ip": {
          "type": "string"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListVmReference:getRecoveryPlansEntityParameterFloatingIpAssignmentListVmIpAssignmentListVmReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingList:getRecoveryPlansEntityParameterNetworkMappingList": {
      "properties": {
        "areNetworksStretched": {
          "type": "boolean"
        },
        "availabilityZoneNetworkMappingLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingList"
          }
        }
      },
      "type": "object",
      "required": [
        "areNetworksStretched",
        "availabilityZoneNetworkMappingLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingList": {
      "properties": {
        "availabilityZoneUrl": {
          "type": "string"
        },
        "clusterReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList"
          }
        },
        "recoveryIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList"
          }
        },
        "recoveryNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork"
          }
        },
        "testIpAssignmentLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList"
          }
        },
        "testNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork"
          }
        }
      },
      "type": "object",
      "required": [
        "availabilityZoneUrl",
        "clusterReferenceLists",
        "recoveryIpAssignmentLists",
        "recoveryNetworks",
        "testIpAssignmentLists",
        "testNetworks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListClusterReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentList": {
      "properties": {
        "ipConfigLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList"
          }
        },
        "vmReference": {
          "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference"
        }
      },
      "type": "object",
      "required": [
        "ipConfigLists",
        "vmReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListIpConfigList": {
      "properties": {
        "ipAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ipAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryIpAssignmentListVmReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetwork": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "subnetLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList"
          }
        },
        "useVpcReference": {
          "type": "boolean"
        },
        "virtualNetworkReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference"
          }
        },
        "vpcReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "subnetLists",
        "useVpcReference",
        "virtualNetworkReferences",
        "vpcReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkSubnetList": {
      "properties": {
        "externalConnectivityState": {
          "type": "string"
        },
        "gatewayIp": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "externalConnectivityState",
        "gatewayIp",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVirtualNetworkReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListRecoveryNetworkVpcReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentList": {
      "properties": {
        "ipConfigLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList"
          }
        },
        "vmReference": {
          "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference"
        }
      },
      "type": "object",
      "required": [
        "ipConfigLists",
        "vmReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListIpConfigList": {
      "properties": {
        "ipAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ipAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestIpAssignmentListVmReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetwork": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "subnetLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList"
          }
        },
        "useVpcReference": {
          "type": "boolean"
        },
        "virtualNetworkReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference"
          }
        },
        "vpcReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "subnetLists",
        "useVpcReference",
        "virtualNetworkReferences",
        "vpcReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkSubnetList": {
      "properties": {
        "externalConnectivityState": {
          "type": "string"
        },
        "gatewayIp": {
          "type": "string"
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "externalConnectivityState",
        "gatewayIp",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVirtualNetworkReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference:getRecoveryPlansEntityParameterNetworkMappingListAvailabilityZoneNetworkMappingListTestNetworkVpcReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityProjectReference:getRecoveryPlansEntityProjectReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "(Required) The kind name (Default value: <span pulumi-lang-nodejs=\"`project`\" pulumi-lang-dotnet=\"`Project`\" pulumi-lang-go=\"`project`\" pulumi-lang-python=\"`project`\" pulumi-lang-yaml=\"`project`\" pulumi-lang-java=\"`project`\">`project`</span>).\n"
        },
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "uuid": {
          "type": "string",
          "description": "(Required) the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityStageList:getRecoveryPlansEntityStageList": {
      "properties": {
        "delayTimeSecs": {
          "type": "integer",
          "description": "(Optional/Computed) Amount of time in seconds to delay the execution of next stage after execution of current stage.\n"
        },
        "stageUuid": {
          "type": "string",
          "description": "(Optional/Computed) UUID of stage.\n"
        },
        "stageWorks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityStageListStageWork:getRecoveryPlansEntityStageListStageWork"
          },
          "description": "(Required) A stage specifies the work to be performed when the Recovery Plan is executed.\n"
        }
      },
      "type": "object",
      "required": [
        "delayTimeSecs",
        "stageUuid",
        "stageWorks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityStageListStageWork:getRecoveryPlansEntityStageListStageWork": {
      "properties": {
        "recoverEntities": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityStageListStageWorkRecoverEntity:getRecoveryPlansEntityStageListStageWorkRecoverEntity"
          },
          "description": "(Optional/Computed) Information about entities to be recovered.\n"
        }
      },
      "type": "object",
      "required": [
        "recoverEntities"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityStageListStageWorkRecoverEntity:getRecoveryPlansEntityStageListStageWorkRecoverEntity": {
      "properties": {
        "entityInfoLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoList:getRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoList"
          },
          "description": "(Optional/Computed) Information about entities to be recovered as part of this stage. For VM, entity information will include set of scripts to be executed after recovery of VM. Only one of categories or<span pulumi-lang-nodejs=\" anyEntityReference \" pulumi-lang-dotnet=\" AnyEntityReference \" pulumi-lang-go=\" anyEntityReference \" pulumi-lang-python=\" any_entity_reference \" pulumi-lang-yaml=\" anyEntityReference \" pulumi-lang-java=\" anyEntityReference \"> any_entity_reference </span>has to be provided.\n* `stage_list.stage_work.0.recover_entities.0.entity_info_list.#.any_entity_reference_kind` - (Optional/Computed) Reference to a kind.\n* `stage_list.stage_work.0.recover_entities.0.entity_info_list.#.any_entity_reference_uuid` - (Optional/Computed) Reference to a uuid.\n* `stage_list.stage_work.0.recover_entities.0.entity_info_list.#.any_entity_reference_name` - (Optional/Computed) Reference to a name.\n* `stage_list.stage_work.0.recover_entities.0.entity_info_list.#.categories` - (Optional/Computed)  Categories for filtering entities.\n"
        }
      },
      "type": "object",
      "required": [
        "entityInfoLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoList:getRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoList": {
      "properties": {
        "anyEntityReferenceKind": {
          "type": "string"
        },
        "anyEntityReferenceName": {
          "type": "string"
        },
        "anyEntityReferenceUuid": {
          "type": "string"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoListCategory:getRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoListCategory"
          }
        },
        "scriptLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoListScriptList:getRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoListScriptList"
          }
        }
      },
      "type": "object",
      "required": [
        "anyEntityReferenceKind",
        "anyEntityReferenceName",
        "anyEntityReferenceUuid",
        "categories",
        "scriptLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoListCategory:getRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoListCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "(Optional) the name.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoListScriptList:getRecoveryPlansEntityStageListStageWorkRecoverEntityEntityInfoListScriptList": {
      "properties": {
        "enableScriptExec": {
          "type": "boolean"
        },
        "timeout": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "enableScriptExec",
        "timeout"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointV2Link:getRecoveryPointV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointV2LocationReference:getRecoveryPointV2LocationReference": {
      "properties": {
        "locationExtId": {
          "type": "string",
          "description": "External identifier of the cluster where the recovery point is present.\n"
        }
      },
      "type": "object",
      "required": [
        "locationExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointV2VmRecoveryPoint:getRecoveryPointV2VmRecoveryPoint": {
      "properties": {
        "applicationConsistentProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointV2VmRecoveryPointApplicationConsistentProperty:getRecoveryPointV2VmRecoveryPointApplicationConsistentProperty"
          },
          "description": "User-defined application-consistent properties for the recovery point.\n"
        },
        "consistencyGroupExtId": {
          "type": "string",
          "description": "External identifier of the Consistency group which the entity was part of at the time of recovery point creation.\n"
        },
        "creationTime": {
          "type": "string",
          "description": "The UTC date and time in ISO-8601 format when the Recovery point is created.\n"
        },
        "diskRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointV2VmRecoveryPointDiskRecoveryPoint:getRecoveryPointV2VmRecoveryPointDiskRecoveryPoint"
          },
          "description": "array of disk recovery points.\n"
        },
        "expirationTime": {
          "type": "string",
          "description": "The UTC date and time in ISO-8601 format when the current Recovery point expires and will be garbage collected.\n"
        },
        "extId": {
          "type": "string",
          "description": "recovery point UUID\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointV2VmRecoveryPointLink:getRecoveryPointV2VmRecoveryPointLink"
          },
          "description": "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.\n"
        },
        "locationAgnosticId": {
          "type": "string",
          "description": "Location agnostic identifier of the recovery point. This identifier is used to identify the same instances of a recovery point across different sites.\n"
        },
        "name": {
          "type": "string",
          "description": "The name of the Recovery point.\n"
        },
        "recoveryPointType": {
          "type": "string",
          "description": "Type of the Recovery point.\n"
        },
        "status": {
          "type": "string",
          "description": "The status of the Recovery point, which indicates whether this Recovery point is fit to be consumed.\n* supported values:\n* `COMPLETE`: -  The Recovery point is in a complete state and ready to be consumed.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity\n"
        },
        "vmCategories": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Category key-value pairs associated with the VM at the time of recovery point creation. The category key and value are separated by '/'. For example, a category with key 'dept' and value 'hr' is displayed as 'dept/hr'.\n"
        },
        "vmExtId": {
          "type": "string",
          "description": "VM external identifier which is captured as a part of this recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "applicationConsistentProperties",
        "consistencyGroupExtId",
        "creationTime",
        "diskRecoveryPoints",
        "expirationTime",
        "extId",
        "links",
        "locationAgnosticId",
        "name",
        "recoveryPointType",
        "status",
        "tenantId",
        "vmCategories",
        "vmExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointV2VmRecoveryPointApplicationConsistentProperty:getRecoveryPointV2VmRecoveryPointApplicationConsistentProperty": {
      "properties": {
        "backupType": {
          "type": "string",
          "description": "The backup type specifies the criteria for identifying the files to be backed up. This property should be specified to the application-consistent recovery points for Windows VMs/agents. The following backup types are supported for the application-consistent recovery points:\n* supported values:\n* `FULL_BACKUP`: -  All the files are backed up irrespective of their last backup date/time or state. Also, this backup type updates the backup history of each file that participated in the recovery point. If not explicitly specified, this is the default backup type.\n* `COPY_BACKUP`: -  this backup type does not update the backup history of individual files involved in the recovery point.\n"
        },
        "objectType": {
          "type": "string",
          "description": "value: `dataprotection.v4.common.VssProperties`\n"
        },
        "shouldIncludeWriters": {
          "type": "boolean",
          "description": "Indicates whether the given set of VSS writers' UUIDs should be included or excluded from the application consistent recovery point. By default, the value is set to false, indicating that all listed VSS writers' UUIDs will be excluded.\n"
        },
        "shouldStoreVssMetadata": {
          "type": "boolean",
          "description": "Indicates whether to store the VSS metadata if the user is interested in application-specific backup/restore. The VSS metadata consists of VSS writers and requester metadata details. These are compressed into a cabinet file(.cab file) during a VSS backup operation. This cabinet file must be saved to the backup media during a backup operation, as it is required during the restore operation.\n"
        },
        "writers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of VSS writer UUIDs that are used in an application consistent recovery point. The default values are the system and the registry writer UUIDs.\n"
        }
      },
      "type": "object",
      "required": [
        "backupType",
        "objectType",
        "shouldIncludeWriters",
        "shouldStoreVssMetadata",
        "writers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointV2VmRecoveryPointDiskRecoveryPoint:getRecoveryPointV2VmRecoveryPointDiskRecoveryPoint": {
      "properties": {
        "diskExtId": {
          "type": "string",
          "description": "External identifier of the disk.\n"
        },
        "diskRecoveryPointExtId": {
          "type": "string",
          "description": "External identifier of the disk recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "diskExtId",
        "diskRecoveryPointExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointV2VmRecoveryPointLink:getRecoveryPointV2VmRecoveryPointLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointV2VolumeGroupRecoveryPoint:getRecoveryPointV2VolumeGroupRecoveryPoint": {
      "properties": {
        "consistencyGroupExtId": {
          "type": "string",
          "description": "External identifier of the Consistency group which the entity was part of at the time of recovery point creation.\n"
        },
        "diskRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointV2VolumeGroupRecoveryPointDiskRecoveryPoint:getRecoveryPointV2VolumeGroupRecoveryPointDiskRecoveryPoint"
          },
          "description": "array of disk recovery points.\n"
        },
        "extId": {
          "type": "string",
          "description": "recovery point UUID\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointV2VolumeGroupRecoveryPointLink:getRecoveryPointV2VolumeGroupRecoveryPointLink"
          },
          "description": "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.\n"
        },
        "locationAgnosticId": {
          "type": "string",
          "description": "Location agnostic identifier of the recovery point. This identifier is used to identify the same instances of a recovery point across different sites.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity\n"
        },
        "volumeGroupCategories": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Category key-value pairs associated with the volume group at the time of recovery point creation. The category key and value are separated by '/'. For example, a category with key 'dept' and value 'hr' will be represented as 'dept/hr'.\n"
        },
        "volumeGroupExtId": {
          "type": "string",
          "description": "Volume Group external identifier which is captured as part of this recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "consistencyGroupExtId",
        "diskRecoveryPoints",
        "extId",
        "links",
        "locationAgnosticId",
        "tenantId",
        "volumeGroupCategories",
        "volumeGroupExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointV2VolumeGroupRecoveryPointDiskRecoveryPoint:getRecoveryPointV2VolumeGroupRecoveryPointDiskRecoveryPoint": {
      "properties": {
        "diskExtId": {
          "type": "string",
          "description": "External identifier of the disk.\n"
        },
        "diskRecoveryPointExtId": {
          "type": "string",
          "description": "External identifier of the disk recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "diskExtId",
        "diskRecoveryPointExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointV2VolumeGroupRecoveryPointLink:getRecoveryPointV2VolumeGroupRecoveryPointLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointsV2RecoveryPoint:getRecoveryPointsV2RecoveryPoint": {
      "properties": {
        "creationTime": {
          "type": "string"
        },
        "expirationTime": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointsV2RecoveryPointLink:getRecoveryPointsV2RecoveryPointLink"
          }
        },
        "locationAgnosticId": {
          "type": "string"
        },
        "locationReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointsV2RecoveryPointLocationReference:getRecoveryPointsV2RecoveryPointLocationReference"
          }
        },
        "name": {
          "type": "string"
        },
        "ownerExtId": {
          "type": "string"
        },
        "recoveryPointType": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        },
        "vmRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointsV2RecoveryPointVmRecoveryPoint:getRecoveryPointsV2RecoveryPointVmRecoveryPoint"
          }
        },
        "volumeGroupRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPoint:getRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPoint"
          }
        }
      },
      "type": "object",
      "required": [
        "creationTime",
        "expirationTime",
        "extId",
        "links",
        "locationAgnosticId",
        "locationReferences",
        "name",
        "ownerExtId",
        "recoveryPointType",
        "status",
        "tenantId",
        "vmRecoveryPoints",
        "volumeGroupRecoveryPoints"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointsV2RecoveryPointLink:getRecoveryPointsV2RecoveryPointLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointsV2RecoveryPointLocationReference:getRecoveryPointsV2RecoveryPointLocationReference": {
      "properties": {
        "locationExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "locationExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointsV2RecoveryPointVmRecoveryPoint:getRecoveryPointsV2RecoveryPointVmRecoveryPoint": {
      "properties": {
        "applicationConsistentProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointsV2RecoveryPointVmRecoveryPointApplicationConsistentProperty:getRecoveryPointsV2RecoveryPointVmRecoveryPointApplicationConsistentProperty"
          }
        },
        "consistencyGroupExtId": {
          "type": "string"
        },
        "creationTime": {
          "type": "string"
        },
        "diskRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointsV2RecoveryPointVmRecoveryPointDiskRecoveryPoint:getRecoveryPointsV2RecoveryPointVmRecoveryPointDiskRecoveryPoint"
          }
        },
        "expirationTime": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointsV2RecoveryPointVmRecoveryPointLink:getRecoveryPointsV2RecoveryPointVmRecoveryPointLink"
          }
        },
        "locationAgnosticId": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "recoveryPointType": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        },
        "vmCategories": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "vmExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "applicationConsistentProperties",
        "consistencyGroupExtId",
        "creationTime",
        "diskRecoveryPoints",
        "expirationTime",
        "extId",
        "links",
        "locationAgnosticId",
        "name",
        "recoveryPointType",
        "status",
        "tenantId",
        "vmCategories",
        "vmExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointsV2RecoveryPointVmRecoveryPointApplicationConsistentProperty:getRecoveryPointsV2RecoveryPointVmRecoveryPointApplicationConsistentProperty": {
      "properties": {
        "backupType": {
          "type": "string"
        },
        "objectType": {
          "type": "string"
        },
        "shouldIncludeWriters": {
          "type": "boolean"
        },
        "shouldStoreVssMetadata": {
          "type": "boolean"
        },
        "writers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "backupType",
        "objectType",
        "shouldIncludeWriters",
        "shouldStoreVssMetadata",
        "writers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointsV2RecoveryPointVmRecoveryPointDiskRecoveryPoint:getRecoveryPointsV2RecoveryPointVmRecoveryPointDiskRecoveryPoint": {
      "properties": {
        "diskExtId": {
          "type": "string"
        },
        "diskRecoveryPointExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "diskExtId",
        "diskRecoveryPointExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointsV2RecoveryPointVmRecoveryPointLink:getRecoveryPointsV2RecoveryPointVmRecoveryPointLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPoint:getRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPoint": {
      "properties": {
        "consistencyGroupExtId": {
          "type": "string"
        },
        "diskRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPointDiskRecoveryPoint:getRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPointDiskRecoveryPoint"
          }
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPointLink:getRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPointLink"
          }
        },
        "locationAgnosticId": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        },
        "volumeGroupCategories": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "volumeGroupExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "consistencyGroupExtId",
        "diskRecoveryPoints",
        "extId",
        "links",
        "locationAgnosticId",
        "tenantId",
        "volumeGroupCategories",
        "volumeGroupExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPointDiskRecoveryPoint:getRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPointDiskRecoveryPoint": {
      "properties": {
        "diskExtId": {
          "type": "string"
        },
        "diskRecoveryPointExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "diskExtId",
        "diskRecoveryPointExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPointLink:getRecoveryPointsV2RecoveryPointVolumeGroupRecoveryPointLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePc:getRestorablePcsV2RestorablePc": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcConfig:getRestorablePcsV2RestorablePcConfig"
          },
          "description": "* `extId`\n"
        },
        "extId": {
          "type": "string"
        },
        "hostingClusterExtId": {
          "type": "string"
        },
        "isRegisteredWithHostingCluster": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcLink:getRestorablePcsV2RestorablePcLink"
          }
        },
        "networks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetwork:getRestorablePcsV2RestorablePcNetwork"
          }
        },
        "nodeExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "shouldEnableHighAvailability": {
          "type": "boolean"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "configs",
        "extId",
        "hostingClusterExtId",
        "isRegisteredWithHostingCluster",
        "links",
        "networks",
        "nodeExtIds",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcConfig:getRestorablePcsV2RestorablePcConfig": {
      "properties": {
        "bootstrapConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcConfigBootstrapConfig:getRestorablePcsV2RestorablePcConfigBootstrapConfig"
          }
        },
        "buildInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcConfigBuildInfo:getRestorablePcsV2RestorablePcConfigBuildInfo"
          }
        },
        "name": {
          "type": "string"
        },
        "resourceConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcConfigResourceConfig:getRestorablePcsV2RestorablePcConfigResourceConfig"
          }
        },
        "shouldEnableLockdownMode": {
          "type": "boolean"
        },
        "size": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "bootstrapConfigs",
        "buildInfos",
        "name",
        "resourceConfigs",
        "shouldEnableLockdownMode",
        "size"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcConfigBootstrapConfig:getRestorablePcsV2RestorablePcConfigBootstrapConfig": {
      "properties": {
        "environmentInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcConfigBootstrapConfigEnvironmentInfo:getRestorablePcsV2RestorablePcConfigBootstrapConfigEnvironmentInfo"
          }
        }
      },
      "type": "object",
      "required": [
        "environmentInfos"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcConfigBootstrapConfigEnvironmentInfo:getRestorablePcsV2RestorablePcConfigBootstrapConfigEnvironmentInfo": {
      "properties": {
        "providerType": {
          "type": "string"
        },
        "provisioningType": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "providerType",
        "provisioningType",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcConfigBuildInfo:getRestorablePcsV2RestorablePcConfigBuildInfo": {
      "properties": {
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcConfigResourceConfig:getRestorablePcsV2RestorablePcConfigResourceConfig": {
      "properties": {
        "containerExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "dataDiskSizeBytes": {
          "type": "integer"
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "numVcpus": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "containerExtIds",
        "dataDiskSizeBytes",
        "memorySizeBytes",
        "numVcpus"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcLink:getRestorablePcsV2RestorablePcLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetwork:getRestorablePcsV2RestorablePcNetwork": {
      "properties": {
        "externalAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalAddress:getRestorablePcsV2RestorablePcNetworkExternalAddress"
          }
        },
        "externalNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetwork:getRestorablePcsV2RestorablePcNetworkExternalNetwork"
          }
        },
        "fqdn": {
          "type": "string"
        },
        "nameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkNameServer:getRestorablePcsV2RestorablePcNetworkNameServer"
          }
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkNtpServer:getRestorablePcsV2RestorablePcNetworkNtpServer"
          }
        }
      },
      "type": "object",
      "required": [
        "externalAddresses",
        "externalNetworks",
        "fqdn",
        "nameServers",
        "ntpServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalAddress:getRestorablePcsV2RestorablePcNetworkExternalAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalAddressIpv4:getRestorablePcsV2RestorablePcNetworkExternalAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalAddressIpv6:getRestorablePcsV2RestorablePcNetworkExternalAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalAddressIpv4:getRestorablePcsV2RestorablePcNetworkExternalAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalAddressIpv6:getRestorablePcsV2RestorablePcNetworkExternalAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetwork:getRestorablePcsV2RestorablePcNetworkExternalNetwork": {
      "properties": {
        "defaultGateways": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGateway:getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGateway"
          }
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkIpRange:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRange"
          }
        },
        "networkExtId": {
          "type": "string"
        },
        "subnetMasks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMask:getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMask"
          }
        }
      },
      "type": "object",
      "required": [
        "defaultGateways",
        "ipRanges",
        "networkExtId",
        "subnetMasks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGateway:getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGateway": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayFqdn:getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayIpv4:getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayIpv6:getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayFqdn:getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayIpv4:getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayIpv6:getRestorablePcsV2RestorablePcNetworkExternalNetworkDefaultGatewayIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRange:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRange": {
      "properties": {
        "begins": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBegin:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBegin"
          }
        },
        "ends": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEnd:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEnd"
          }
        }
      },
      "type": "object",
      "required": [
        "begins",
        "ends"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBegin:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBegin": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBeginIpv4:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBeginIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBeginIpv6:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBeginIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBeginIpv4:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBeginIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBeginIpv6:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeBeginIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEnd:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEnd": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEndIpv4:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEndIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEndIpv6:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEndIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEndIpv4:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEndIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEndIpv6:getRestorablePcsV2RestorablePcNetworkExternalNetworkIpRangeEndIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMask:getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMask": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskFqdn:getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskIpv4:getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskIpv6:getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskFqdn:getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskIpv4:getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskIpv6:getRestorablePcsV2RestorablePcNetworkExternalNetworkSubnetMaskIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkNameServer:getRestorablePcsV2RestorablePcNetworkNameServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkNameServerFqdn:getRestorablePcsV2RestorablePcNetworkNameServerFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkNameServerIpv4:getRestorablePcsV2RestorablePcNetworkNameServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkNameServerIpv6:getRestorablePcsV2RestorablePcNetworkNameServerIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkNameServerFqdn:getRestorablePcsV2RestorablePcNetworkNameServerFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkNameServerIpv4:getRestorablePcsV2RestorablePcNetworkNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkNameServerIpv6:getRestorablePcsV2RestorablePcNetworkNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkNtpServer:getRestorablePcsV2RestorablePcNetworkNtpServer": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkNtpServerFqdn:getRestorablePcsV2RestorablePcNetworkNtpServerFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkNtpServerIpv4:getRestorablePcsV2RestorablePcNetworkNtpServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRestorablePcsV2RestorablePcNetworkNtpServerIpv6:getRestorablePcsV2RestorablePcNetworkNtpServerIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkNtpServerFqdn:getRestorablePcsV2RestorablePcNetworkNtpServerFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkNtpServerIpv4:getRestorablePcsV2RestorablePcNetworkNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRestorablePcsV2RestorablePcNetworkNtpServerIpv6:getRestorablePcsV2RestorablePcNetworkNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoleCategory:getRoleCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRolePermissionReferenceList:getRolePermissionReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoleV2Link:getRoleV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRolesEntity:getRolesEntity": {
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRolesEntityCategory:getRolesEntityCategory"
          },
          "description": "- Categories for the role.\n"
        },
        "description": {
          "type": "string",
          "description": "- The description of the role.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The role kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a user.\n"
        },
        "permissionReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRolesEntityPermissionReferenceList:getRolesEntityPermissionReferenceList"
          },
          "description": "- (Required) List of permission references.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a project.\n"
        },
        "roleId": {
          "type": "string"
        },
        "state": {
          "type": "string",
          "description": "- The state of the role.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "categories",
        "description",
        "metadata",
        "name",
        "ownerReference",
        "permissionReferenceLists",
        "projectReference",
        "roleId",
        "state"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRolesEntityCategory:getRolesEntityCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRolesEntityPermissionReferenceList:getRolesEntityPermissionReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRolesMetadata:getRolesMetadata": {
      "properties": {
        "filter": {
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project)(Required).\n"
        },
        "length": {
          "type": "integer"
        },
        "offset": {
          "type": "integer"
        },
        "sortAttribute": {
          "type": "string"
        },
        "sortOrder": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "filter",
        "kind",
        "length",
        "offset",
        "sortAttribute",
        "sortOrder"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRolesV2Role:getRolesV2Role": {
      "properties": {
        "accessibleClients": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of Accessible Clients for the Role.\n"
        },
        "accessibleEntityTypes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of Accessible Entity Types for the Role.\n"
        },
        "assignedUsersCount": {
          "type": "integer",
          "description": "- Number of Users assigned to given Role.\n"
        },
        "assignedUsersGroupsCount": {
          "type": "integer",
          "description": "- Number of User Groups assigned to given Role.\n"
        },
        "clientName": {
          "type": "string",
          "description": "- Client that created the entity.\n"
        },
        "createdBy": {
          "type": "string",
          "description": "- User or Service Name that created the Role.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- The creation time of the Role.\n"
        },
        "description": {
          "type": "string",
          "description": "- Description of the Role.\n"
        },
        "displayName": {
          "type": "string",
          "description": "- The display name for the Role.\n"
        },
        "extId": {
          "type": "string",
          "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "isSystemDefined": {
          "type": "boolean",
          "description": "- Flag identifying if the Role is system defined or not.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "- The time when the Role was last updated.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRolesV2RoleLink:getRolesV2RoleLink"
          },
          "description": "- 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.\n"
        },
        "operations": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of operations for the role.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "accessibleClients",
        "accessibleEntityTypes",
        "assignedUsersCount",
        "assignedUsersGroupsCount",
        "clientName",
        "createdBy",
        "createdTime",
        "description",
        "displayName",
        "extId",
        "isSystemDefined",
        "lastUpdatedTime",
        "links",
        "operations",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRolesV2RoleLink:getRolesV2RoleLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteTableV2Link:getRouteTableV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteTableV2Metadata:getRouteTableV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteTablesV2RouteTable:getRouteTablesV2RouteTable": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Route UUID\n"
        },
        "externalRoutingDomainReference": {
          "type": "string",
          "description": "External routing domain associated with this route table.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRouteTablesV2RouteTableLink:getRouteTablesV2RouteTableLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRouteTablesV2RouteTableMetadata:getRouteTablesV2RouteTableMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference.\n"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "externalRoutingDomainReference",
        "links",
        "metadatas",
        "tenantId",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteTablesV2RouteTableLink:getRouteTablesV2RouteTableLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteTablesV2RouteTableMetadata:getRouteTablesV2RouteTableMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteV2Destination:getRouteV2Destination": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetRouteV2DestinationIpv4:getRouteV2DestinationIpv4",
          "description": "IPv4 Address\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetRouteV2DestinationIpv6:getRouteV2DestinationIpv6",
          "description": "IPv6 Address\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteV2DestinationIpv4:getRouteV2DestinationIpv4": {
      "properties": {
        "ip": {
          "$ref": "#/types/nutanix:index%2FgetRouteV2DestinationIpv4Ip:getRouteV2DestinationIpv4Ip",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteV2DestinationIpv4Ip:getRouteV2DestinationIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "The IPv4 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteV2DestinationIpv6:getRouteV2DestinationIpv6": {
      "properties": {
        "ip": {
          "$ref": "#/types/nutanix:index%2FgetRouteV2DestinationIpv6Ip:getRouteV2DestinationIpv6Ip",
          "description": "IP address format\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteV2DestinationIpv6Ip:getRouteV2DestinationIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "The IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteV2Link:getRouteV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteV2Metadata:getRouteV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteV2NextHop:getRouteV2NextHop": {
      "properties": {
        "nextHopIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRouteV2NextHopNextHopIpAddress:getRouteV2NextHopNextHopIpAddress"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "nextHopName": {
          "type": "string"
        },
        "nextHopReference": {
          "type": "string",
          "description": "The reference to a link, such as a VPN connection or a subnet.\n"
        },
        "nextHopType": {
          "type": "string",
          "description": "Nexthop type.\n- supported values:\n- `LOCAL_SUBNET`: - Next hop is an internal subnet.\n- `DIRECT_CONNECT_VIF`: - Next hop is a direct connect VIF.\n- `VPN_CONNECTION`: - Next hop is a VPN connection.\n- `IP_ADDRESS`: - Next hop is an IP address.\n- `EXTERNAL_SUBNET`: - Next hop is an external subnet.\n"
        }
      },
      "type": "object",
      "required": [
        "nextHopIpAddresses",
        "nextHopName",
        "nextHopReference",
        "nextHopType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteV2NextHopNextHopIpAddress:getRouteV2NextHopNextHopIpAddress": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetRouteV2NextHopNextHopIpAddressIpv4:getRouteV2NextHopNextHopIpAddressIpv4",
          "description": "IPv4 Address\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetRouteV2NextHopNextHopIpAddressIpv6:getRouteV2NextHopNextHopIpAddressIpv6",
          "description": "IPv6 Address\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteV2NextHopNextHopIpAddressIpv4:getRouteV2NextHopNextHopIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of IP address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRouteV2NextHopNextHopIpAddressIpv6:getRouteV2NextHopNextHopIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of IP address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2Route:getRoutesV2Route": {
      "properties": {
        "description": {
          "type": "string",
          "description": "BGP session description.\n"
        },
        "destinations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRoutesV2RouteDestination:getRoutesV2RouteDestination"
          },
          "description": "Destination IP Subnet Configuration.\n"
        },
        "extId": {
          "type": "string",
          "description": "Route UUID\n"
        },
        "externalRoutingDomainReference": {
          "type": "string",
          "description": "External routing domain associated with this route table.\n"
        },
        "isActive": {
          "type": "boolean",
          "description": "Indicates whether the route is active in the forwarding plane.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRoutesV2RouteLink:getRoutesV2RouteLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRoutesV2RouteMetadata:getRoutesV2RouteMetadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Route name.\n"
        },
        "nextHops": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRoutesV2RouteNextHop:getRoutesV2RouteNextHop"
          },
          "description": "Route nexthop.\n"
        },
        "priority": {
          "type": "integer",
          "description": "Route priority. A higher value implies greater preference is assigned to the route.\n"
        },
        "routeTableExtId": {
          "type": "string",
          "description": "Route table UUID\n"
        },
        "routeTableReference": {
          "type": "string",
          "description": "Route table reference.\n"
        },
        "routeType": {
          "type": "string",
          "description": "Route type. Acceptable values are \"STATIC\", \"LOCAL\", \"DYNAMIC\"\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference.\n"
        }
      },
      "type": "object",
      "required": [
        "description",
        "destinations",
        "extId",
        "externalRoutingDomainReference",
        "isActive",
        "links",
        "metadatas",
        "name",
        "nextHops",
        "priority",
        "routeTableExtId",
        "routeTableReference",
        "routeType",
        "tenantId",
        "vpcReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2RouteDestination:getRoutesV2RouteDestination": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetRoutesV2RouteDestinationIpv4:getRoutesV2RouteDestinationIpv4",
          "description": "IPv4 Address\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetRoutesV2RouteDestinationIpv6:getRoutesV2RouteDestinationIpv6",
          "description": "IPv6 Address\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2RouteDestinationIpv4:getRoutesV2RouteDestinationIpv4": {
      "properties": {
        "ip": {
          "$ref": "#/types/nutanix:index%2FgetRoutesV2RouteDestinationIpv4Ip:getRoutesV2RouteDestinationIpv4Ip",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2RouteDestinationIpv4Ip:getRoutesV2RouteDestinationIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "The IPv4 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2RouteDestinationIpv6:getRoutesV2RouteDestinationIpv6": {
      "properties": {
        "ip": {
          "$ref": "#/types/nutanix:index%2FgetRoutesV2RouteDestinationIpv6Ip:getRoutesV2RouteDestinationIpv6Ip",
          "description": "IP address format\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2RouteDestinationIpv6Ip:getRoutesV2RouteDestinationIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "The IPv6 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2RouteLink:getRoutesV2RouteLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2RouteMetadata:getRoutesV2RouteMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of globally unique identifiers that represent all the categories the resource is associated with.\n"
        },
        "ownerReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the owner of this resource.\n"
        },
        "ownerUserName": {
          "type": "string",
          "description": "The userName of the owner of this resource.\n"
        },
        "projectName": {
          "type": "string",
          "description": "The name of the project this resource belongs to.\n"
        },
        "projectReferenceId": {
          "type": "string",
          "description": "A globally unique identifier that represents the project this resource belongs to.\n"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2RouteNextHop:getRoutesV2RouteNextHop": {
      "properties": {
        "nextHopIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetRoutesV2RouteNextHopNextHopIpAddress:getRoutesV2RouteNextHopNextHopIpAddress"
          }
        },
        "nextHopName": {
          "type": "string"
        },
        "nextHopReference": {
          "type": "string"
        },
        "nextHopType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "nextHopIpAddresses",
        "nextHopName",
        "nextHopReference",
        "nextHopType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2RouteNextHopNextHopIpAddress:getRoutesV2RouteNextHopNextHopIpAddress": {
      "properties": {
        "ipv4": {
          "$ref": "#/types/nutanix:index%2FgetRoutesV2RouteNextHopNextHopIpAddressIpv4:getRoutesV2RouteNextHopNextHopIpAddressIpv4",
          "description": "IPv4 Address\n"
        },
        "ipv6": {
          "$ref": "#/types/nutanix:index%2FgetRoutesV2RouteNextHopNextHopIpAddressIpv6:getRoutesV2RouteNextHopNextHopIpAddressIpv6",
          "description": "IPv6 Address\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4",
        "ipv6"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2RouteNextHopNextHopIpAddressIpv4:getRoutesV2RouteNextHopNextHopIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of IP address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getRoutesV2RouteNextHopNextHopIpAddressIpv6:getRoutesV2RouteNextHopNextHopIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of IP address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSamlIdentityProviderV2IdpMetadata:getSamlIdentityProviderV2IdpMetadata": {
      "properties": {
        "certificate": {
          "type": "string"
        },
        "entityId": {
          "type": "string"
        },
        "errorUrl": {
          "type": "string"
        },
        "loginUrl": {
          "type": "string"
        },
        "logoutUrl": {
          "type": "string"
        },
        "nameIdPolicyFormat": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "certificate",
        "entityId",
        "errorUrl",
        "loginUrl",
        "logoutUrl",
        "nameIdPolicyFormat"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSamlIdentityProvidersV2IdentityProvider:getSamlIdentityProvidersV2IdentityProvider": {
      "properties": {
        "createdBy": {
          "type": "string"
        },
        "createdTime": {
          "type": "string"
        },
        "customAttributes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "emailAttribute": {
          "type": "string"
        },
        "entityIssuer": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "groupsAttribute": {
          "type": "string"
        },
        "groupsDelim": {
          "type": "string"
        },
        "idpMetadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSamlIdentityProvidersV2IdentityProviderIdpMetadata:getSamlIdentityProvidersV2IdentityProviderIdpMetadata"
          }
        },
        "isSignedAuthnReqEnabled": {
          "type": "boolean"
        },
        "lastUpdatedTime": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "usernameAttribute": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "createdTime",
        "customAttributes",
        "emailAttribute",
        "entityIssuer",
        "extId",
        "groupsAttribute",
        "groupsDelim",
        "idpMetadatas",
        "isSignedAuthnReqEnabled",
        "lastUpdatedTime",
        "name",
        "usernameAttribute"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSamlIdentityProvidersV2IdentityProviderIdpMetadata:getSamlIdentityProvidersV2IdentityProviderIdpMetadata": {
      "properties": {
        "certificate": {
          "type": "string"
        },
        "entityId": {
          "type": "string"
        },
        "errorUrl": {
          "type": "string"
        },
        "loginUrl": {
          "type": "string"
        },
        "logoutUrl": {
          "type": "string"
        },
        "nameIdPolicyFormat": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "certificate",
        "entityId",
        "errorUrl",
        "loginUrl",
        "logoutUrl",
        "nameIdPolicyFormat"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSelfServiceAppAction:getSelfServiceAppAction": {
      "properties": {
        "description": {
          "type": "string",
          "description": "A description of the action.\n"
        },
        "name": {
          "type": "string",
          "description": "The name of the action.\n"
        },
        "uuid": {
          "type": "string",
          "description": "The UUID of the action.\n"
        }
      },
      "type": "object",
      "required": [
        "description",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSelfServiceAppAppSummary:getSelfServiceAppAppSummary": {
      "properties": {
        "applicationProfile": {
          "type": "string",
          "description": "The profile assigned to the application.\n"
        },
        "applicationUuid": {
          "type": "string",
          "description": "The UUID of the application.\n"
        },
        "blueprint": {
          "type": "string",
          "description": "The blueprint associated with the application.\n"
        },
        "createdOn": {
          "type": "string",
          "description": "The timestamp when the application was created.\n"
        },
        "lastUpdatedOn": {
          "type": "string",
          "description": "The timestamp when the application was last updated.\n"
        },
        "owner": {
          "type": "string",
          "description": "The owner of the application.\n"
        },
        "project": {
          "type": "string",
          "description": "The project associated with the application.\n"
        }
      },
      "type": "object",
      "required": [
        "applicationProfile",
        "applicationUuid",
        "blueprint",
        "createdOn",
        "lastUpdatedOn",
        "owner",
        "project"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSelfServiceAppSnapshotsEntity:getSelfServiceAppSnapshotsEntity": {
      "properties": {
        "actionName": {
          "type": "string",
          "description": "- The name of the action to run to create the snapshot.\n"
        },
        "apiVersion": {
          "type": "string",
          "description": "- The API version used to retrieve the snapshot data.\n"
        },
        "creationTime": {
          "type": "string",
          "description": "-  The creation time of the snapshot.\n"
        },
        "description": {
          "type": "string",
          "description": "- The description of the snapshot.\n"
        },
        "kind": {
          "type": "string",
          "description": "-  The type of resource represented by the snapshot specification.\n"
        },
        "lastUpdateTime": {
          "type": "string",
          "description": "- The last update time of the snapshot.\n"
        },
        "name": {
          "type": "string",
          "description": "- The name of the recovery point.\n"
        },
        "recoveryPointInfoLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSelfServiceAppSnapshotsEntityRecoveryPointInfoList:getSelfServiceAppSnapshotsEntityRecoveryPointInfoList"
          },
          "description": "- The<span pulumi-lang-nodejs=\" recoveryPointInfoList \" pulumi-lang-dotnet=\" RecoveryPointInfoList \" pulumi-lang-go=\" recoveryPointInfoList \" pulumi-lang-python=\" recovery_point_info_list \" pulumi-lang-yaml=\" recoveryPointInfoList \" pulumi-lang-java=\" recoveryPointInfoList \"> recovery_point_info_list </span>contains information about recovery points for the snapshots. Each recovery point has the following attributes:\n"
        },
        "spec": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "-  The spec block contains the specification details for the snapshot\n"
        },
        "specVersion": {
          "type": "integer",
          "description": "- The version of the snapshot specification.\n"
        },
        "type": {
          "type": "string",
          "description": "-  The type of the snapshot.\n"
        },
        "uuid": {
          "type": "string",
          "description": "-  The UUID of the snapshot.\n"
        }
      },
      "type": "object",
      "required": [
        "actionName",
        "apiVersion",
        "creationTime",
        "description",
        "kind",
        "lastUpdateTime",
        "name",
        "recoveryPointInfoLists",
        "spec",
        "specVersion",
        "type",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSelfServiceAppSnapshotsEntityRecoveryPointInfoList:getSelfServiceAppSnapshotsEntityRecoveryPointInfoList": {
      "properties": {
        "configSpecReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "-  A map containing configuration specification references for the recovery point.\n"
        },
        "creationTime": {
          "type": "number",
          "description": "-  The creation time of the snapshot.\n"
        },
        "expirationTime": {
          "type": "number",
          "description": "-  The expiration time of the recovery point.\n"
        },
        "id": {
          "type": "string",
          "description": "-  The ID of the recovery point.\n"
        },
        "kind": {
          "type": "string",
          "description": "-  The type of resource represented by the snapshot specification.\n"
        },
        "locationAgnosticUuid": {
          "type": "string",
          "description": "- The UUID for the location-agnostic reference of the recovery point.\n"
        },
        "name": {
          "type": "string",
          "description": "- The name of the recovery point.\n"
        },
        "recoveryPointType": {
          "type": "string",
          "description": "-  The type of recovery point.\n"
        },
        "serviceReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-  A list of service references related to the recovery point.\n"
        },
        "snapshotId": {
          "type": "string",
          "description": "- The ID of the snapshot associated with the recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "configSpecReference",
        "creationTime",
        "expirationTime",
        "id",
        "kind",
        "locationAgnosticUuid",
        "name",
        "recoveryPointType",
        "serviceReferences",
        "snapshotId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSelfServiceAppVm:getSelfServiceAppVm": {
      "properties": {
        "categories": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "-  A map of categories applied to the VM. Each key is a category name, and the value is the category value.\n"
        },
        "clusterInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSelfServiceAppVmClusterInfo:getSelfServiceAppVmClusterInfo"
          },
          "description": "-  Cluster-related information for the VM.\n"
        },
        "configurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSelfServiceAppVmConfiguration:getSelfServiceAppVmConfiguration"
          },
          "description": "-  Configuration details for the VM.\n"
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSelfServiceAppVmNic:getSelfServiceAppVmNic"
          },
          "description": "-  A list of network interfaces attached to the VM.\n"
        }
      },
      "type": "object",
      "required": [
        "categories",
        "clusterInfos",
        "configurations",
        "nics"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSelfServiceAppVmClusterInfo:getSelfServiceAppVmClusterInfo": {
      "properties": {
        "clusterName": {
          "type": "string",
          "description": "-   The name of the cluster.\n"
        },
        "clusterUuid": {
          "type": "string",
          "description": "-   The UUID of the cluster.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterName",
        "clusterUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSelfServiceAppVmConfiguration:getSelfServiceAppVmConfiguration": {
      "properties": {
        "cores": {
          "type": "number",
          "description": "-   Number of CPU cores.\n"
        },
        "image": {
          "type": "string",
          "description": "-   The VM image used.\n"
        },
        "ipAddress": {
          "type": "string",
          "description": "-   IP address of the VM.\n"
        },
        "memory": {
          "type": "number",
          "description": "-  Memory allocated to the VM.\n"
        },
        "name": {
          "type": "string",
          "description": "The name of the action.\n"
        },
        "vcpus": {
          "type": "number",
          "description": "-   Number of virtual CPUs assigned to the VM.\n"
        },
        "vmUuid": {
          "type": "string",
          "description": "-   The UUID of the VM.\n"
        }
      },
      "type": "object",
      "required": [
        "cores",
        "image",
        "ipAddress",
        "memory",
        "name",
        "vcpus",
        "vmUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSelfServiceAppVmNic:getSelfServiceAppVmNic": {
      "properties": {
        "macAddress": {
          "type": "string",
          "description": "-   The MAC address of the VM's network interface.\n"
        },
        "subnet": {
          "type": "string",
          "description": "-   The subnet the VM's network interface is attached to.\n"
        },
        "type": {
          "type": "string",
          "description": "-   The type of network interface.\n"
        }
      },
      "type": "object",
      "required": [
        "macAddress",
        "subnet",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSelfServiceSnapshotPolicyListPolicyList:getSelfServiceSnapshotPolicyListPolicyList": {
      "properties": {
        "policyExpiryDays": {
          "type": "number",
          "description": "-  The number of days after which the snapshot policy expires.\n"
        },
        "policyName": {
          "type": "string",
          "description": "-  The name of the snapshot policy.\n"
        },
        "policyUuid": {
          "type": "string",
          "description": "- The UUID of the snapshot policy.\n"
        },
        "snapshotConfigName": {
          "type": "string",
          "description": "- The name of the associated snapshot configuration.\n"
        },
        "snapshotConfigUuid": {
          "type": "string",
          "description": "- The UUID of the associated snapshot configuration.\n"
        }
      },
      "type": "object",
      "required": [
        "policyExpiryDays",
        "policyName",
        "policyUuid",
        "snapshotConfigName",
        "snapshotConfigUuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupServiceList:getServiceGroupServiceList": {
      "properties": {
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupServiceListIcmpTypeCodeList:getServiceGroupServiceListIcmpTypeCodeList"
          }
        },
        "protocol": {
          "type": "string"
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupServiceListTcpPortRangeList:getServiceGroupServiceListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupServiceListUdpPortRangeList:getServiceGroupServiceListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "icmpTypeCodeLists",
        "protocol",
        "tcpPortRangeLists",
        "udpPortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupServiceListIcmpTypeCodeList:getServiceGroupServiceListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "code",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupServiceListTcpPortRangeList:getServiceGroupServiceListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupServiceListUdpPortRangeList:getServiceGroupServiceListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupV2IcmpService:getServiceGroupV2IcmpService": {
      "properties": {
        "code": {
          "type": "integer",
          "description": "Icmp service Code. Ignore this field if Code has to be ANY\n"
        },
        "isAllAllowed": {
          "type": "boolean",
          "description": "Set this field to true if both Type and Code is ANY.\n"
        },
        "type": {
          "type": "integer",
          "description": "Icmp service Type. Ignore this field if Type has to be ANY.\n"
        }
      },
      "type": "object",
      "required": [
        "code",
        "isAllAllowed",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupV2Link:getServiceGroupV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupV2TcpService:getServiceGroupV2TcpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupV2UdpService:getServiceGroupV2UdpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsEntity:getServiceGroupsEntity": {
      "properties": {
        "associatedPoliciesLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupsEntityAssociatedPoliciesList:getServiceGroupsEntityAssociatedPoliciesList"
          }
        },
        "serviceGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupsEntityServiceGroup:getServiceGroupsEntityServiceGroup"
          }
        },
        "uuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "associatedPoliciesLists",
        "serviceGroups",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsEntityAssociatedPoliciesList:getServiceGroupsEntityAssociatedPoliciesList": {
      "properties": {
        "kind": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "uuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsEntityServiceGroup:getServiceGroupsEntityServiceGroup": {
      "properties": {
        "description": {
          "type": "string"
        },
        "isSystemDefined": {
          "type": "boolean",
          "description": "specifying whether it is a system defined service group\n"
        },
        "name": {
          "type": "string"
        },
        "serviceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupsEntityServiceGroupServiceList:getServiceGroupsEntityServiceGroupServiceList"
          }
        }
      },
      "type": "object",
      "required": [
        "description",
        "isSystemDefined",
        "name",
        "serviceLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsEntityServiceGroupServiceList:getServiceGroupsEntityServiceGroupServiceList": {
      "properties": {
        "icmpTypeCodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupsEntityServiceGroupServiceListIcmpTypeCodeList:getServiceGroupsEntityServiceGroupServiceListIcmpTypeCodeList"
          }
        },
        "protocol": {
          "type": "string"
        },
        "tcpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupsEntityServiceGroupServiceListTcpPortRangeList:getServiceGroupsEntityServiceGroupServiceListTcpPortRangeList"
          }
        },
        "udpPortRangeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupsEntityServiceGroupServiceListUdpPortRangeList:getServiceGroupsEntityServiceGroupServiceListUdpPortRangeList"
          }
        }
      },
      "type": "object",
      "required": [
        "icmpTypeCodeLists",
        "protocol",
        "tcpPortRangeLists",
        "udpPortRangeLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsEntityServiceGroupServiceListIcmpTypeCodeList:getServiceGroupsEntityServiceGroupServiceListIcmpTypeCodeList": {
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "code",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsEntityServiceGroupServiceListTcpPortRangeList:getServiceGroupsEntityServiceGroupServiceListTcpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsEntityServiceGroupServiceListUdpPortRangeList:getServiceGroupsEntityServiceGroupServiceListUdpPortRangeList": {
      "properties": {
        "endPort": {
          "type": "integer"
        },
        "startPort": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsMetadata:getServiceGroupsMetadata": {
      "properties": {
        "filter": {
          "type": "string"
        },
        "kind": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "offset": {
          "type": "integer"
        },
        "sortAttribute": {
          "type": "string"
        },
        "sortOrder": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "filter",
        "kind",
        "length",
        "offset",
        "sortAttribute",
        "sortOrder"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsV2ServiceGroup:getServiceGroupsV2ServiceGroup": {
      "properties": {
        "createdBy": {
          "type": "string",
          "description": "created by.\n"
        },
        "description": {
          "type": "string",
          "description": "A user defined annotation for an service Group.\n"
        },
        "extId": {
          "type": "string",
          "description": "service group UUID.\n"
        },
        "icmpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupsV2ServiceGroupIcmpService:getServiceGroupsV2ServiceGroupIcmpService"
          },
          "description": "Icmp Type Code List.\n"
        },
        "isSystemDefined": {
          "type": "boolean",
          "description": "Service Group is system defined or not.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupsV2ServiceGroupLink:getServiceGroupsV2ServiceGroupLink"
          },
          "description": "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.\n"
        },
        "name": {
          "type": "string",
          "description": "A short identifier for an service Group.\n"
        },
        "policyReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Reference to policy associated with Service Group.\n"
        },
        "tcpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupsV2ServiceGroupTcpService:getServiceGroupsV2ServiceGroupTcpService"
          },
          "description": "List of TCP ports in the service.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        },
        "udpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetServiceGroupsV2ServiceGroupUdpService:getServiceGroupsV2ServiceGroupUdpService"
          },
          "description": "List of UDP ports in the service.\n"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "description",
        "extId",
        "icmpServices",
        "isSystemDefined",
        "links",
        "name",
        "policyReferences",
        "tcpServices",
        "tenantId",
        "udpServices"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsV2ServiceGroupIcmpService:getServiceGroupsV2ServiceGroupIcmpService": {
      "properties": {
        "code": {
          "type": "integer",
          "description": "Icmp service Code. Ignore this field if Code has to be ANY\n"
        },
        "isAllAllowed": {
          "type": "boolean",
          "description": "Set this field to true if both Type and Code is ANY.\n"
        },
        "type": {
          "type": "integer",
          "description": "Icmp service Type. Ignore this field if Type has to be ANY.\n"
        }
      },
      "type": "object",
      "required": [
        "code",
        "isAllAllowed",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsV2ServiceGroupLink:getServiceGroupsV2ServiceGroupLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsV2ServiceGroupTcpService:getServiceGroupsV2ServiceGroupTcpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getServiceGroupsV2ServiceGroupUdpService:getServiceGroupsV2ServiceGroupUdpService": {
      "properties": {
        "endPort": {
          "type": "integer",
          "description": "end port\n"
        },
        "startPort": {
          "type": "integer",
          "description": "start port\n"
        }
      },
      "type": "object",
      "required": [
        "endPort",
        "startPort"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesSpec:getStaticRoutesSpec": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesSpecResource:getStaticRoutesSpecResource"
          },
          "description": "VPC route table resources status\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "resources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesSpecResource:getStaticRoutesSpecResource": {
      "properties": {
        "defaultRouteNexthops": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesSpecResourceDefaultRouteNexthop:getStaticRoutesSpecResourceDefaultRouteNexthop"
          },
          "description": "default routes (present in spec resource)\n"
        },
        "staticRoutesLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesSpecResourceStaticRoutesList:getStaticRoutesSpecResourceStaticRoutesList"
          },
          "description": "list of static routes\n"
        }
      },
      "type": "object",
      "required": [
        "defaultRouteNexthops",
        "staticRoutesLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesSpecResourceDefaultRouteNexthop:getStaticRoutesSpecResourceDefaultRouteNexthop": {
      "properties": {
        "directConnectVirtualInterfaceReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a direct_connect_virtual_interface\n"
        },
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "localSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "vpnConnectionReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vpn_connection\n"
        }
      },
      "type": "object",
      "required": [
        "directConnectVirtualInterfaceReference",
        "externalSubnetReference",
        "localSubnetReference",
        "vpnConnectionReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesSpecResourceStaticRoutesList:getStaticRoutesSpecResourceStaticRoutesList": {
      "properties": {
        "destination": {
          "type": "string",
          "description": "destination ip address with prefix.\n"
        },
        "nexthops": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesSpecResourceStaticRoutesListNexthop:getStaticRoutesSpecResourceStaticRoutesListNexthop"
          },
          "description": "Targeted link to use as the nexthop in a route.\n"
        }
      },
      "type": "object",
      "required": [
        "destination",
        "nexthops"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesSpecResourceStaticRoutesListNexthop:getStaticRoutesSpecResourceStaticRoutesListNexthop": {
      "properties": {
        "directConnectVirtualInterfaceReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a direct_connect_virtual_interface\n"
        },
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "localSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "vpnConnectionReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vpn_connection\n"
        }
      },
      "type": "object",
      "required": [
        "directConnectVirtualInterfaceReference",
        "externalSubnetReference",
        "localSubnetReference",
        "vpnConnectionReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesStatus:getStaticRoutesStatus": {
      "properties": {
        "executionContexts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesStatusExecutionContext:getStaticRoutesStatusExecutionContext"
          },
          "description": "Execution Context of VPC.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesStatusResource:getStaticRoutesStatusResource"
          },
          "description": "VPC route table resources status\n"
        },
        "state": {
          "type": "string",
          "description": "The state of the vpc_route_table.\n"
        }
      },
      "type": "object",
      "required": [
        "executionContexts",
        "resources",
        "state"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesStatusExecutionContext:getStaticRoutesStatusExecutionContext": {
      "properties": {
        "taskUuids": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "taskUuids"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesStatusResource:getStaticRoutesStatusResource": {
      "properties": {
        "defaultRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesStatusResourceDefaultRoute:getStaticRoutesStatusResourceDefaultRoute"
          },
          "description": "default route. (present in status resource only )\n"
        },
        "dynamicRoutesLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesStatusResourceDynamicRoutesList:getStaticRoutesStatusResourceDynamicRoutesList"
          },
          "description": "list of dynamic routes (present in status resource only)\n"
        },
        "localRoutesLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesStatusResourceLocalRoutesList:getStaticRoutesStatusResourceLocalRoutesList"
          },
          "description": "list of local routes (present in status resource only )\n"
        },
        "staticRoutesLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesStatusResourceStaticRoutesList:getStaticRoutesStatusResourceStaticRoutesList"
          },
          "description": "list of static routes\n"
        }
      },
      "type": "object",
      "required": [
        "defaultRoutes",
        "dynamicRoutesLists",
        "localRoutesLists",
        "staticRoutesLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesStatusResourceDefaultRoute:getStaticRoutesStatusResourceDefaultRoute": {
      "properties": {
        "destination": {
          "type": "string",
          "description": "destination ip address with prefix.\n"
        },
        "isActive": {
          "type": "boolean",
          "description": "Whether this route is currently active. Present in Status Resources.\n"
        },
        "nexthops": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesStatusResourceDefaultRouteNexthop:getStaticRoutesStatusResourceDefaultRouteNexthop"
          },
          "description": "Targeted link to use as the nexthop in a route.\n"
        },
        "priority": {
          "type": "integer",
          "description": "The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.\n"
        }
      },
      "type": "object",
      "required": [
        "destination",
        "isActive",
        "nexthops",
        "priority"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesStatusResourceDefaultRouteNexthop:getStaticRoutesStatusResourceDefaultRouteNexthop": {
      "properties": {
        "directConnectVirtualInterfaceReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a direct_connect_virtual_interface\n"
        },
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "localSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "nexthopIpAddress": {
          "type": "string"
        },
        "vpnConnectionReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vpn_connection\n"
        }
      },
      "type": "object",
      "required": [
        "directConnectVirtualInterfaceReference",
        "externalSubnetReference",
        "localSubnetReference",
        "nexthopIpAddress",
        "vpnConnectionReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesStatusResourceDynamicRoutesList:getStaticRoutesStatusResourceDynamicRoutesList": {
      "properties": {
        "destination": {
          "type": "string",
          "description": "destination ip address with prefix.\n"
        },
        "isActive": {
          "type": "boolean",
          "description": "Whether this route is currently active. Present in Status Resources.\n"
        },
        "nexthops": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesStatusResourceDynamicRoutesListNexthop:getStaticRoutesStatusResourceDynamicRoutesListNexthop"
          },
          "description": "Targeted link to use as the nexthop in a route.\n"
        },
        "priority": {
          "type": "integer",
          "description": "The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.\n"
        }
      },
      "type": "object",
      "required": [
        "destination",
        "isActive",
        "nexthops",
        "priority"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesStatusResourceDynamicRoutesListNexthop:getStaticRoutesStatusResourceDynamicRoutesListNexthop": {
      "properties": {
        "directConnectVirtualInterfaceReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a direct_connect_virtual_interface\n"
        },
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "localSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "nexthopIpAddress": {
          "type": "string"
        },
        "vpnConnectionReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vpn_connection\n"
        }
      },
      "type": "object",
      "required": [
        "directConnectVirtualInterfaceReference",
        "externalSubnetReference",
        "localSubnetReference",
        "nexthopIpAddress",
        "vpnConnectionReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesStatusResourceLocalRoutesList:getStaticRoutesStatusResourceLocalRoutesList": {
      "properties": {
        "destination": {
          "type": "string",
          "description": "destination ip address with prefix.\n"
        },
        "isActive": {
          "type": "boolean",
          "description": "Whether this route is currently active. Present in Status Resources.\n"
        },
        "nexthops": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesStatusResourceLocalRoutesListNexthop:getStaticRoutesStatusResourceLocalRoutesListNexthop"
          },
          "description": "Targeted link to use as the nexthop in a route.\n"
        },
        "priority": {
          "type": "integer",
          "description": "The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.\n"
        }
      },
      "type": "object",
      "required": [
        "destination",
        "isActive",
        "nexthops",
        "priority"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesStatusResourceLocalRoutesListNexthop:getStaticRoutesStatusResourceLocalRoutesListNexthop": {
      "properties": {
        "directConnectVirtualInterfaceReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a direct_connect_virtual_interface\n"
        },
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "localSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "nexthopIpAddress": {
          "type": "string"
        },
        "vpnConnectionReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vpn_connection\n"
        }
      },
      "type": "object",
      "required": [
        "directConnectVirtualInterfaceReference",
        "externalSubnetReference",
        "localSubnetReference",
        "nexthopIpAddress",
        "vpnConnectionReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesStatusResourceStaticRoutesList:getStaticRoutesStatusResourceStaticRoutesList": {
      "properties": {
        "destination": {
          "type": "string",
          "description": "destination ip address with prefix.\n"
        },
        "isActive": {
          "type": "boolean",
          "description": "Whether this route is currently active. Present in Status Resources.\n"
        },
        "nexthops": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStaticRoutesStatusResourceStaticRoutesListNexthop:getStaticRoutesStatusResourceStaticRoutesListNexthop"
          },
          "description": "Targeted link to use as the nexthop in a route.\n"
        },
        "priority": {
          "type": "integer",
          "description": "The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.\n"
        }
      },
      "type": "object",
      "required": [
        "destination",
        "isActive",
        "nexthops",
        "priority"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStaticRoutesStatusResourceStaticRoutesListNexthop:getStaticRoutesStatusResourceStaticRoutesListNexthop": {
      "properties": {
        "directConnectVirtualInterfaceReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a direct_connect_virtual_interface\n"
        },
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "localSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a subnet\n"
        },
        "nexthopIpAddress": {
          "type": "string"
        },
        "vpnConnectionReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a vpn_connection\n"
        }
      },
      "type": "object",
      "required": [
        "directConnectVirtualInterfaceReference",
        "externalSubnetReference",
        "localSubnetReference",
        "nexthopIpAddress",
        "vpnConnectionReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2ControllerAvgIoLatencyuSec:getStorageContainerStatsInfoV2ControllerAvgIoLatencyuSec": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2ControllerAvgReadIoLatencyuSec:getStorageContainerStatsInfoV2ControllerAvgReadIoLatencyuSec": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2ControllerAvgWriteIoLatencyuSec:getStorageContainerStatsInfoV2ControllerAvgWriteIoLatencyuSec": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2ControllerIoBandwidthKbp:getStorageContainerStatsInfoV2ControllerIoBandwidthKbp": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2ControllerNumIop:getStorageContainerStatsInfoV2ControllerNumIop": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2ControllerNumReadIop:getStorageContainerStatsInfoV2ControllerNumReadIop": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2ControllerNumWriteIop:getStorageContainerStatsInfoV2ControllerNumWriteIop": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2ControllerReadIoBandwidthKbp:getStorageContainerStatsInfoV2ControllerReadIoBandwidthKbp": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2ControllerReadIoRatioPpm:getStorageContainerStatsInfoV2ControllerReadIoRatioPpm": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2ControllerWriteIoBandwidthKbp:getStorageContainerStatsInfoV2ControllerWriteIoBandwidthKbp": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2ControllerWriteIoRatioPpm:getStorageContainerStatsInfoV2ControllerWriteIoRatioPpm": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionCloneSavingRatioPpm:getStorageContainerStatsInfoV2DataReductionCloneSavingRatioPpm": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionCompressionSavingRatioPpm:getStorageContainerStatsInfoV2DataReductionCompressionSavingRatioPpm": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionDedupSavingRatioPpm:getStorageContainerStatsInfoV2DataReductionDedupSavingRatioPpm": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionErasureCodingSavingRatioPpm:getStorageContainerStatsInfoV2DataReductionErasureCodingSavingRatioPpm": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionOverallPostReductionByte:getStorageContainerStatsInfoV2DataReductionOverallPostReductionByte": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionOverallPreReductionByte:getStorageContainerStatsInfoV2DataReductionOverallPreReductionByte": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionSavedByte:getStorageContainerStatsInfoV2DataReductionSavedByte": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionSavingRatioPpm:getStorageContainerStatsInfoV2DataReductionSavingRatioPpm": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionSnapshotSavingRatioPpm:getStorageContainerStatsInfoV2DataReductionSnapshotSavingRatioPpm": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionThinProvisionSavingRatioPpm:getStorageContainerStatsInfoV2DataReductionThinProvisionSavingRatioPpm": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionTotalSavingRatioPpm:getStorageContainerStatsInfoV2DataReductionTotalSavingRatioPpm": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2DataReductionZeroWriteSavingsByte:getStorageContainerStatsInfoV2DataReductionZeroWriteSavingsByte": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2Health:getStorageContainerStatsInfoV2Health": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2Link:getStorageContainerStatsInfoV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2StorageActualPhysicalUsageByte:getStorageContainerStatsInfoV2StorageActualPhysicalUsageByte": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2StorageCapacityByte:getStorageContainerStatsInfoV2StorageCapacityByte": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2StorageFreeByte:getStorageContainerStatsInfoV2StorageFreeByte": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2StorageReplicationFactor:getStorageContainerStatsInfoV2StorageReplicationFactor": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2StorageReservedCapacityByte:getStorageContainerStatsInfoV2StorageReservedCapacityByte": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2StorageTierDasSataUsageByte:getStorageContainerStatsInfoV2StorageTierDasSataUsageByte": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2StorageTierSsdUsageByte:getStorageContainerStatsInfoV2StorageTierSsdUsageByte": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerStatsInfoV2StorageUsageByte:getStorageContainerStatsInfoV2StorageUsageByte": {
      "properties": {
        "timestamp": {
          "type": "string"
        },
        "value": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "timestamp",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerV2Link:getStorageContainerV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerV2NfsWhitelistAddress:getStorageContainerV2NfsWhitelistAddress": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStorageContainerV2NfsWhitelistAddressFqdn:getStorageContainerV2NfsWhitelistAddressFqdn"
          },
          "description": "Reference to address configuration\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStorageContainerV2NfsWhitelistAddressIpv4:getStorageContainerV2NfsWhitelistAddressIpv4"
          },
          "description": "Reference to address configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStorageContainerV2NfsWhitelistAddressIpv6:getStorageContainerV2NfsWhitelistAddressIpv6"
          },
          "description": "Reference to address configuration\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerV2NfsWhitelistAddressFqdn:getStorageContainerV2NfsWhitelistAddressFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "value of fqdn address\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerV2NfsWhitelistAddressIpv4:getStorageContainerV2NfsWhitelistAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of fqdn address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainerV2NfsWhitelistAddressIpv6:getStorageContainerV2NfsWhitelistAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of fqdn address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainersV2StorageContainer:getStorageContainersV2StorageContainer": {
      "properties": {
        "affinityHostExtId": {
          "type": "string"
        },
        "cacheDeduplication": {
          "type": "string"
        },
        "clusterExtId": {
          "type": "string"
        },
        "clusterName": {
          "type": "string"
        },
        "compressionDelaySecs": {
          "type": "integer"
        },
        "containerExtId": {
          "type": "string"
        },
        "erasureCode": {
          "type": "string"
        },
        "erasureCodeDelaySecs": {
          "type": "integer"
        },
        "extId": {
          "type": "string"
        },
        "hasHigherEcFaultDomainPreference": {
          "type": "boolean"
        },
        "isCompressionEnabled": {
          "type": "boolean"
        },
        "isEncrypted": {
          "type": "boolean"
        },
        "isInlineEcEnabled": {
          "type": "boolean"
        },
        "isInternal": {
          "type": "boolean"
        },
        "isMarkedForRemoval": {
          "type": "boolean"
        },
        "isNfsWhitelistInherited": {
          "type": "boolean"
        },
        "isSoftwareEncryptionEnabled": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStorageContainersV2StorageContainerLink:getStorageContainersV2StorageContainerLink"
          }
        },
        "logicalAdvertisedCapacityBytes": {
          "type": "integer"
        },
        "logicalExplicitReservedCapacityBytes": {
          "type": "integer"
        },
        "logicalImplicitReservedCapacityBytes": {
          "type": "integer"
        },
        "maxCapacityBytes": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "nfsWhitelistAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStorageContainersV2StorageContainerNfsWhitelistAddress:getStorageContainersV2StorageContainerNfsWhitelistAddress"
          }
        },
        "onDiskDedup": {
          "type": "string"
        },
        "ownerExtId": {
          "type": "string"
        },
        "replicationFactor": {
          "type": "integer"
        },
        "storagePoolExtId": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "affinityHostExtId",
        "cacheDeduplication",
        "clusterExtId",
        "clusterName",
        "compressionDelaySecs",
        "containerExtId",
        "erasureCode",
        "erasureCodeDelaySecs",
        "extId",
        "hasHigherEcFaultDomainPreference",
        "isCompressionEnabled",
        "isEncrypted",
        "isInlineEcEnabled",
        "isInternal",
        "isMarkedForRemoval",
        "isNfsWhitelistInherited",
        "isSoftwareEncryptionEnabled",
        "links",
        "logicalAdvertisedCapacityBytes",
        "logicalExplicitReservedCapacityBytes",
        "logicalImplicitReservedCapacityBytes",
        "maxCapacityBytes",
        "name",
        "nfsWhitelistAddresses",
        "onDiskDedup",
        "ownerExtId",
        "replicationFactor",
        "storagePoolExtId",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainersV2StorageContainerLink:getStorageContainersV2StorageContainerLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainersV2StorageContainerNfsWhitelistAddress:getStorageContainersV2StorageContainerNfsWhitelistAddress": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStorageContainersV2StorageContainerNfsWhitelistAddressFqdn:getStorageContainersV2StorageContainerNfsWhitelistAddressFqdn"
          }
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStorageContainersV2StorageContainerNfsWhitelistAddressIpv4:getStorageContainersV2StorageContainerNfsWhitelistAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetStorageContainersV2StorageContainerNfsWhitelistAddressIpv6:getStorageContainersV2StorageContainerNfsWhitelistAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainersV2StorageContainerNfsWhitelistAddressFqdn:getStorageContainersV2StorageContainerNfsWhitelistAddressFqdn": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainersV2StorageContainerNfsWhitelistAddressIpv4:getStorageContainersV2StorageContainerNfsWhitelistAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getStorageContainersV2StorageContainerNfsWhitelistAddressIpv6:getStorageContainersV2StorageContainerNfsWhitelistAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetAdditionalFilter:getSubnetAdditionalFilter": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ]
    },
    "nutanix:index/getSubnetCategory:getSubnetCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetMessageList:getSubnetMessageList": {
      "properties": {
        "details": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "message": {
          "type": "string"
        },
        "reason": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "details",
        "message",
        "reason"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2DhcpOption:getSubnetV2DhcpOption": {
      "properties": {
        "bootFileName": {
          "type": "string",
          "description": "Boot file name\n"
        },
        "domainName": {
          "type": "string",
          "description": "The DNS domain name of the client.\n"
        },
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2DhcpOptionDomainNameServer:getSubnetV2DhcpOptionDomainNameServer"
          },
          "description": "List of Domain Name Server addresses.\n"
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2DhcpOptionNtpServer:getSubnetV2DhcpOptionNtpServer"
          },
          "description": "List of NTP server addresses\n"
        },
        "searchDomains": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The DNS domain search list.\n"
        },
        "tftpServerName": {
          "type": "string",
          "description": "TFTP server name\n"
        }
      },
      "type": "object",
      "required": [
        "bootFileName",
        "domainName",
        "domainNameServers",
        "ntpServers",
        "searchDomains",
        "tftpServerName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2DhcpOptionDomainNameServer:getSubnetV2DhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2DhcpOptionDomainNameServerIpv4:getSubnetV2DhcpOptionDomainNameServerIpv4"
          },
          "description": "IP V4 configuration.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2DhcpOptionDomainNameServerIpv6:getSubnetV2DhcpOptionDomainNameServerIpv6"
          },
          "description": "IP V6 configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2DhcpOptionDomainNameServerIpv4:getSubnetV2DhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2DhcpOptionDomainNameServerIpv6:getSubnetV2DhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2DhcpOptionNtpServer:getSubnetV2DhcpOptionNtpServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2DhcpOptionNtpServerIpv4:getSubnetV2DhcpOptionNtpServerIpv4"
          },
          "description": "IP V4 configuration.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2DhcpOptionNtpServerIpv6:getSubnetV2DhcpOptionNtpServerIpv6"
          },
          "description": "IP V6 configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2DhcpOptionNtpServerIpv4:getSubnetV2DhcpOptionNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2DhcpOptionNtpServerIpv6:getSubnetV2DhcpOptionNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2DynamicIpAddress:getSubnetV2DynamicIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2DynamicIpAddressIpv4:getSubnetV2DynamicIpAddressIpv4"
          },
          "description": "IP V4 configuration.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2DynamicIpAddressIpv6:getSubnetV2DynamicIpAddressIpv6"
          },
          "description": "IP V6 configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2DynamicIpAddressIpv4:getSubnetV2DynamicIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2DynamicIpAddressIpv6:getSubnetV2DynamicIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfig:getSubnetV2IpConfig": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv4:getSubnetV2IpConfigIpv4"
          },
          "description": "IP V4 configuration.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv6:getSubnetV2IpConfigIpv6"
          },
          "description": "IP V6 configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv4:getSubnetV2IpConfigIpv4": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv4DefaultGatewayIp:getSubnetV2IpConfigIpv4DefaultGatewayIp"
          },
          "description": "Reference to address configuration\n"
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv4DhcpServerAddress:getSubnetV2IpConfigIpv4DhcpServerAddress"
          },
          "description": "Reference to address configuration\n"
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv4IpSubnet:getSubnetV2IpConfigIpv4IpSubnet"
          },
          "description": "subnet ip\n"
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv4PoolList:getSubnetV2IpConfigIpv4PoolList"
          },
          "description": "Pool of IP addresses from where IPs are allocated.\n"
        }
      },
      "type": "object",
      "required": [
        "defaultGatewayIps",
        "dhcpServerAddresses",
        "ipSubnets",
        "poolLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv4DefaultGatewayIp:getSubnetV2IpConfigIpv4DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv4DhcpServerAddress:getSubnetV2IpConfigIpv4DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv4IpSubnet:getSubnetV2IpConfigIpv4IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv4IpSubnetIp:getSubnetV2IpConfigIpv4IpSubnetIp"
          },
          "description": "Reference to address configuration\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv4IpSubnetIp:getSubnetV2IpConfigIpv4IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv4PoolList:getSubnetV2IpConfigIpv4PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv4PoolListEndIp:getSubnetV2IpConfigIpv4PoolListEndIp"
          },
          "description": "Reference to address configuration\n"
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv4PoolListStartIp:getSubnetV2IpConfigIpv4PoolListStartIp"
          },
          "description": "Reference to address configuration\n"
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv4PoolListEndIp:getSubnetV2IpConfigIpv4PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv4PoolListStartIp:getSubnetV2IpConfigIpv4PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv6:getSubnetV2IpConfigIpv6": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv6DefaultGatewayIp:getSubnetV2IpConfigIpv6DefaultGatewayIp"
          },
          "description": "Reference to address configuration\n"
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv6DhcpServerAddress:getSubnetV2IpConfigIpv6DhcpServerAddress"
          },
          "description": "Reference to address configuration\n"
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv6IpSubnet:getSubnetV2IpConfigIpv6IpSubnet"
          },
          "description": "subnet ip\n"
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv6PoolList:getSubnetV2IpConfigIpv6PoolList"
          },
          "description": "Pool of IP addresses from where IPs are allocated.\n"
        }
      },
      "type": "object",
      "required": [
        "defaultGatewayIps",
        "dhcpServerAddresses",
        "ipSubnets",
        "poolLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv6DefaultGatewayIp:getSubnetV2IpConfigIpv6DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv6DhcpServerAddress:getSubnetV2IpConfigIpv6DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv6IpSubnet:getSubnetV2IpConfigIpv6IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv6IpSubnetIp:getSubnetV2IpConfigIpv6IpSubnetIp"
          },
          "description": "Reference to address configuration\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv6IpSubnetIp:getSubnetV2IpConfigIpv6IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv6PoolList:getSubnetV2IpConfigIpv6PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv6PoolListEndIp:getSubnetV2IpConfigIpv6PoolListEndIp"
          },
          "description": "Reference to address configuration\n"
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpConfigIpv6PoolListStartIp:getSubnetV2IpConfigIpv6PoolListStartIp"
          },
          "description": "Reference to address configuration\n"
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv6PoolListEndIp:getSubnetV2IpConfigIpv6PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpConfigIpv6PoolListStartIp:getSubnetV2IpConfigIpv6PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpUsage:getSubnetV2IpUsage": {
      "properties": {
        "ipPoolUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpUsageIpPoolUsage:getSubnetV2IpUsageIpPoolUsage"
          },
          "description": "IP Pool usages\n"
        },
        "numAssignedIps": {
          "type": "integer",
          "description": "Number of assigned IPs.\n"
        },
        "numFreeIps": {
          "type": "integer",
          "description": "Number of free IPs\n"
        },
        "numMacs": {
          "type": "integer",
          "description": "Number of MAC addresses.\n"
        }
      },
      "type": "object",
      "required": [
        "ipPoolUsages",
        "numAssignedIps",
        "numFreeIps",
        "numMacs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpUsageIpPoolUsage:getSubnetV2IpUsageIpPoolUsage": {
      "properties": {
        "numFreeIps": {
          "type": "integer",
          "description": "Number of free IPs\n"
        },
        "numTotalIps": {
          "type": "integer",
          "description": "Total number of IPs in this pool.\n"
        },
        "ranges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpUsageIpPoolUsageRange:getSubnetV2IpUsageIpPoolUsageRange"
          },
          "description": "Start/end IP address range.\n"
        }
      },
      "type": "object",
      "required": [
        "numFreeIps",
        "numTotalIps",
        "ranges"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpUsageIpPoolUsageRange:getSubnetV2IpUsageIpPoolUsageRange": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpUsageIpPoolUsageRangeEndIp:getSubnetV2IpUsageIpPoolUsageRangeEndIp"
          },
          "description": "Reference to address configuration\n"
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2IpUsageIpPoolUsageRangeStartIp:getSubnetV2IpUsageIpPoolUsageRangeStartIp"
          },
          "description": "Reference to address configuration\n"
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpUsageIpPoolUsageRangeEndIp:getSubnetV2IpUsageIpPoolUsageRangeEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2IpUsageIpPoolUsageRangeStartIp:getSubnetV2IpUsageIpPoolUsageRangeStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2Link:getSubnetV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2ReservedIpAddress:getSubnetV2ReservedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VirtualSwitch:getSubnetV2VirtualSwitch": {
      "properties": {
        "bondMode": {
          "type": "boolean"
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VirtualSwitchCluster:getSubnetV2VirtualSwitchCluster"
          }
        },
        "description": {
          "type": "string",
          "description": "Description of the subnet.\n"
        },
        "extId": {
          "type": "string",
          "description": "- (Required) The UUID of the subnet.\n"
        },
        "hasDeploymentError": {
          "type": "boolean"
        },
        "isDefault": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VirtualSwitchLink:getSubnetV2VirtualSwitchLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VirtualSwitchMetadata:getSubnetV2VirtualSwitchMetadata"
          }
        },
        "mtu": {
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "Name of the subnet.\n"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "bondMode",
        "clusters",
        "description",
        "extId",
        "hasDeploymentError",
        "isDefault",
        "links",
        "metadatas",
        "mtu",
        "name",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VirtualSwitchCluster:getSubnetV2VirtualSwitchCluster": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "- (Required) The UUID of the subnet.\n"
        },
        "gatewayIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VirtualSwitchClusterGatewayIpAddress:getSubnetV2VirtualSwitchClusterGatewayIpAddress"
          }
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VirtualSwitchClusterHost:getSubnetV2VirtualSwitchClusterHost"
          }
        }
      },
      "type": "object",
      "required": [
        "extId",
        "gatewayIpAddresses",
        "hosts"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VirtualSwitchClusterGatewayIpAddress:getSubnetV2VirtualSwitchClusterGatewayIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VirtualSwitchClusterHost:getSubnetV2VirtualSwitchClusterHost": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "- (Required) The UUID of the subnet.\n"
        },
        "hostNics": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "internalBridgeName": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VirtualSwitchClusterHostIpAddress:getSubnetV2VirtualSwitchClusterHostIpAddress"
          }
        },
        "routeTable": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "hostNics",
        "internalBridgeName",
        "ipAddresses",
        "routeTable"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VirtualSwitchClusterHostIpAddress:getSubnetV2VirtualSwitchClusterHostIpAddress": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VirtualSwitchClusterHostIpAddressIp:getSubnetV2VirtualSwitchClusterHostIpAddressIp"
          },
          "description": "Reference to address configuration\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VirtualSwitchClusterHostIpAddressIp:getSubnetV2VirtualSwitchClusterHostIpAddressIp": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VirtualSwitchLink:getSubnetV2VirtualSwitchLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VirtualSwitchMetadata:getSubnetV2VirtualSwitchMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2Vpc:getSubnetV2Vpc": {
      "properties": {
        "commonDhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcCommonDhcpOption:getSubnetV2VpcCommonDhcpOption"
          }
        },
        "description": {
          "type": "string",
          "description": "Description of the subnet.\n"
        },
        "extId": {
          "type": "string",
          "description": "- (Required) The UUID of the subnet.\n"
        },
        "externalRoutingDomainReference": {
          "type": "string"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternalSubnet:getSubnetV2VpcExternalSubnet"
          }
        },
        "externallyRoutablePrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternallyRoutablePrefix:getSubnetV2VpcExternallyRoutablePrefix"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcLink:getSubnetV2VpcLink"
          },
          "description": "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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcMetadata:getSubnetV2VpcMetadata"
          }
        },
        "name": {
          "type": "string",
          "description": "Name of the subnet.\n"
        },
        "snatIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcSnatIp:getSubnetV2VpcSnatIp"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "vpcType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "commonDhcpOptions",
        "description",
        "extId",
        "externalRoutingDomainReference",
        "externalSubnets",
        "externallyRoutablePrefixes",
        "links",
        "metadatas",
        "name",
        "snatIps",
        "tenantId",
        "vpcType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcCommonDhcpOption:getSubnetV2VpcCommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcCommonDhcpOptionDomainNameServer:getSubnetV2VpcCommonDhcpOptionDomainNameServer"
          },
          "description": "List of Domain Name Server addresses.\n"
        }
      },
      "type": "object",
      "required": [
        "domainNameServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcCommonDhcpOptionDomainNameServer:getSubnetV2VpcCommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv4:getSubnetV2VpcCommonDhcpOptionDomainNameServerIpv4"
          },
          "description": "IP V4 configuration.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv6:getSubnetV2VpcCommonDhcpOptionDomainNameServerIpv6"
          },
          "description": "IP V6 configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcCommonDhcpOptionDomainNameServerIpv4:getSubnetV2VpcCommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcCommonDhcpOptionDomainNameServerIpv6:getSubnetV2VpcCommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternalSubnet:getSubnetV2VpcExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternalSubnetActiveGatewayNode:getSubnetV2VpcExternalSubnetActiveGatewayNode"
          }
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternalSubnetExternalIp:getSubnetV2VpcExternalSubnetExternalIp"
          }
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnetReference": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "activeGatewayCount",
        "activeGatewayNodes",
        "externalIps",
        "gatewayNodes",
        "subnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternalSubnetActiveGatewayNode:getSubnetV2VpcExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress:getSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "nodeId",
        "nodeIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress:getSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          },
          "description": "IP V4 configuration.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          },
          "description": "IP V6 configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternalSubnetExternalIp:getSubnetV2VpcExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternalSubnetExternalIpIpv4:getSubnetV2VpcExternalSubnetExternalIpIpv4"
          },
          "description": "IP V4 configuration.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternalSubnetExternalIpIpv6:getSubnetV2VpcExternalSubnetExternalIpIpv6"
          },
          "description": "IP V6 configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternalSubnetExternalIpIpv4:getSubnetV2VpcExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternalSubnetExternalIpIpv6:getSubnetV2VpcExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternallyRoutablePrefix:getSubnetV2VpcExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternallyRoutablePrefixIpv4:getSubnetV2VpcExternallyRoutablePrefixIpv4"
          },
          "description": "IP V4 configuration.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternallyRoutablePrefixIpv6:getSubnetV2VpcExternallyRoutablePrefixIpv6"
          },
          "description": "IP V6 configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternallyRoutablePrefixIpv4:getSubnetV2VpcExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternallyRoutablePrefixIpv4Ip:getSubnetV2VpcExternallyRoutablePrefixIpv4Ip"
          },
          "description": "Reference to address configuration\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternallyRoutablePrefixIpv4Ip:getSubnetV2VpcExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternallyRoutablePrefixIpv6:getSubnetV2VpcExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcExternallyRoutablePrefixIpv6Ip:getSubnetV2VpcExternallyRoutablePrefixIpv6Ip"
          },
          "description": "Reference to address configuration\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcExternallyRoutablePrefixIpv6Ip:getSubnetV2VpcExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcLink:getSubnetV2VpcLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcMetadata:getSubnetV2VpcMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcSnatIp:getSubnetV2VpcSnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcSnatIpIpv4:getSubnetV2VpcSnatIpIpv4"
          },
          "description": "IP V4 configuration.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetV2VpcSnatIpIpv6:getSubnetV2VpcSnatIpIpv6"
          },
          "description": "IP V6 configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcSnatIpIpv4:getSubnetV2VpcSnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetV2VpcSnatIpIpv6:getSubnetV2VpcSnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsEntity:getSubnetsEntity": {
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "version of the API\n"
        },
        "availabilityZoneReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a availability_zone.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsEntityCategory:getSubnetsEntityCategory"
          },
          "description": "The API Version.\n"
        },
        "clusterName": {
          "type": "string",
          "description": "The name of a cluster.\n"
        },
        "clusterReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a cluster.\n"
        },
        "clusterUuid": {
          "type": "string"
        },
        "defaultGatewayIp": {
          "type": "string",
          "description": "Default gateway IP address.\n"
        },
        "description": {
          "type": "string",
          "description": "A description for subnet.\n"
        },
        "dhcpDomainNameServerLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "dhcpDomainSearchLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "DHCP domain search list for a subnet.\n"
        },
        "dhcpOptions": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Spec for defining DHCP options.\n"
        },
        "dhcpServerAddress": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Host address.\n"
        },
        "dhcpServerAddressPort": {
          "type": "integer",
          "description": "Port Number.\n"
        },
        "enableNat": {
          "type": "boolean"
        },
        "ipConfigPoolListRanges": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "isExternal": {
          "type": "boolean"
        },
        "messageLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsEntityMessageList:getSubnetsEntityMessageList"
          }
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The subnet kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a network_function_chain.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a user.\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "-. IP prefix length of the Subnet.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The reference to a project.\n"
        },
        "state": {
          "type": "string",
          "description": "The state of the subnet.\n"
        },
        "subnetId": {
          "type": "string"
        },
        "subnetIp": {
          "type": "string",
          "description": "Subnet IP address.\n"
        },
        "subnetName": {
          "type": "string"
        },
        "subnetType": {
          "type": "string",
          "description": "The type of the subnet.\n"
        },
        "vlanId": {
          "type": "integer",
          "description": "VLAN assigned to the subnet.\n"
        },
        "vpcReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "vswitchName": {
          "type": "string",
          "description": "The name of the vswitch.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "availabilityZoneReference",
        "categories",
        "clusterName",
        "clusterReference",
        "clusterUuid",
        "defaultGatewayIp",
        "description",
        "dhcpDomainNameServerLists",
        "dhcpDomainSearchLists",
        "dhcpOptions",
        "dhcpServerAddress",
        "dhcpServerAddressPort",
        "enableNat",
        "ipConfigPoolListRanges",
        "isExternal",
        "messageLists",
        "metadata",
        "name",
        "networkFunctionChainReference",
        "ownerReference",
        "prefixLength",
        "projectReference",
        "state",
        "subnetId",
        "subnetIp",
        "subnetName",
        "subnetType",
        "vlanId",
        "vpcReference",
        "vswitchName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsEntityCategory:getSubnetsEntityCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "the name.\n"
        },
        "value": {
          "type": "string",
          "description": "value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsEntityMessageList:getSubnetsEntityMessageList": {
      "properties": {
        "details": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "message": {
          "type": "string"
        },
        "reason": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "details",
        "message",
        "reason"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsMetadata:getSubnetsMetadata": {
      "properties": {
        "filter": {
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "The kind name (Default value: project.\n"
        },
        "length": {
          "type": "integer"
        },
        "offset": {
          "type": "integer"
        },
        "sortAttribute": {
          "type": "string"
        },
        "sortOrder": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "filter",
        "kind",
        "length",
        "offset",
        "sortAttribute",
        "sortOrder"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2Subnet:getSubnetsV2Subnet": {
      "properties": {
        "bridgeName": {
          "type": "string"
        },
        "clusterName": {
          "type": "string"
        },
        "clusterReference": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "dhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetDhcpOption:getSubnetsV2SubnetDhcpOption"
          }
        },
        "dynamicIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetDynamicIpAddress:getSubnetsV2SubnetDynamicIpAddress"
          }
        },
        "extId": {
          "type": "string"
        },
        "hypervisorType": {
          "type": "string"
        },
        "ipConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfig:getSubnetsV2SubnetIpConfig"
          }
        },
        "ipPrefix": {
          "type": "string"
        },
        "ipUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpUsage:getSubnetsV2SubnetIpUsage"
          }
        },
        "isAdvancedNetworking": {
          "type": "boolean"
        },
        "isExternal": {
          "type": "boolean"
        },
        "isNatEnabled": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetLink:getSubnetsV2SubnetLink"
          }
        },
        "migrationState": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "string"
        },
        "networkId": {
          "type": "integer"
        },
        "reservedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetReservedIpAddress:getSubnetsV2SubnetReservedIpAddress"
          }
        },
        "subnetType": {
          "type": "string"
        },
        "virtualSwitchReference": {
          "type": "string"
        },
        "virtualSwitches": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVirtualSwitch:getSubnetsV2SubnetVirtualSwitch"
          }
        },
        "vpcReference": {
          "type": "string"
        },
        "vpcs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpc:getSubnetsV2SubnetVpc"
          }
        }
      },
      "type": "object",
      "required": [
        "bridgeName",
        "clusterName",
        "clusterReference",
        "description",
        "dhcpOptions",
        "dynamicIpAddresses",
        "extId",
        "hypervisorType",
        "ipConfigs",
        "ipPrefix",
        "ipUsages",
        "isAdvancedNetworking",
        "isExternal",
        "isNatEnabled",
        "links",
        "migrationState",
        "name",
        "networkFunctionChainReference",
        "networkId",
        "reservedIpAddresses",
        "subnetType",
        "virtualSwitchReference",
        "virtualSwitches",
        "vpcReference",
        "vpcs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetDhcpOption:getSubnetsV2SubnetDhcpOption": {
      "properties": {
        "bootFileName": {
          "type": "string"
        },
        "domainName": {
          "type": "string"
        },
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetDhcpOptionDomainNameServer:getSubnetsV2SubnetDhcpOptionDomainNameServer"
          }
        },
        "ntpServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetDhcpOptionNtpServer:getSubnetsV2SubnetDhcpOptionNtpServer"
          }
        },
        "searchDomains": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "tftpServerName": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "bootFileName",
        "domainName",
        "domainNameServers",
        "ntpServers",
        "searchDomains",
        "tftpServerName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetDhcpOptionDomainNameServer:getSubnetsV2SubnetDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetDhcpOptionDomainNameServerIpv4:getSubnetsV2SubnetDhcpOptionDomainNameServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetDhcpOptionDomainNameServerIpv6:getSubnetsV2SubnetDhcpOptionDomainNameServerIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetDhcpOptionDomainNameServerIpv4:getSubnetsV2SubnetDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetDhcpOptionDomainNameServerIpv6:getSubnetsV2SubnetDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetDhcpOptionNtpServer:getSubnetsV2SubnetDhcpOptionNtpServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetDhcpOptionNtpServerIpv4:getSubnetsV2SubnetDhcpOptionNtpServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetDhcpOptionNtpServerIpv6:getSubnetsV2SubnetDhcpOptionNtpServerIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetDhcpOptionNtpServerIpv4:getSubnetsV2SubnetDhcpOptionNtpServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetDhcpOptionNtpServerIpv6:getSubnetsV2SubnetDhcpOptionNtpServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetDynamicIpAddress:getSubnetsV2SubnetDynamicIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetDynamicIpAddressIpv4:getSubnetsV2SubnetDynamicIpAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetDynamicIpAddressIpv6:getSubnetsV2SubnetDynamicIpAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetDynamicIpAddressIpv4:getSubnetsV2SubnetDynamicIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetDynamicIpAddressIpv6:getSubnetsV2SubnetDynamicIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfig:getSubnetsV2SubnetIpConfig": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv4:getSubnetsV2SubnetIpConfigIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv6:getSubnetsV2SubnetIpConfigIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv4:getSubnetsV2SubnetIpConfigIpv4": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv4DefaultGatewayIp:getSubnetsV2SubnetIpConfigIpv4DefaultGatewayIp"
          }
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv4DhcpServerAddress:getSubnetsV2SubnetIpConfigIpv4DhcpServerAddress"
          }
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv4IpSubnet:getSubnetsV2SubnetIpConfigIpv4IpSubnet"
          }
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv4PoolList:getSubnetsV2SubnetIpConfigIpv4PoolList"
          }
        }
      },
      "type": "object",
      "required": [
        "defaultGatewayIps",
        "dhcpServerAddresses",
        "ipSubnets",
        "poolLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv4DefaultGatewayIp:getSubnetsV2SubnetIpConfigIpv4DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv4DhcpServerAddress:getSubnetsV2SubnetIpConfigIpv4DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv4IpSubnet:getSubnetsV2SubnetIpConfigIpv4IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv4IpSubnetIp:getSubnetsV2SubnetIpConfigIpv4IpSubnetIp"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv4IpSubnetIp:getSubnetsV2SubnetIpConfigIpv4IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv4PoolList:getSubnetsV2SubnetIpConfigIpv4PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv4PoolListEndIp:getSubnetsV2SubnetIpConfigIpv4PoolListEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv4PoolListStartIp:getSubnetsV2SubnetIpConfigIpv4PoolListStartIp"
          }
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv4PoolListEndIp:getSubnetsV2SubnetIpConfigIpv4PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv4PoolListStartIp:getSubnetsV2SubnetIpConfigIpv4PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv6:getSubnetsV2SubnetIpConfigIpv6": {
      "properties": {
        "defaultGatewayIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv6DefaultGatewayIp:getSubnetsV2SubnetIpConfigIpv6DefaultGatewayIp"
          }
        },
        "dhcpServerAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv6DhcpServerAddress:getSubnetsV2SubnetIpConfigIpv6DhcpServerAddress"
          }
        },
        "ipSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv6IpSubnet:getSubnetsV2SubnetIpConfigIpv6IpSubnet"
          }
        },
        "poolLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv6PoolList:getSubnetsV2SubnetIpConfigIpv6PoolList"
          }
        }
      },
      "type": "object",
      "required": [
        "defaultGatewayIps",
        "dhcpServerAddresses",
        "ipSubnets",
        "poolLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv6DefaultGatewayIp:getSubnetsV2SubnetIpConfigIpv6DefaultGatewayIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv6DhcpServerAddress:getSubnetsV2SubnetIpConfigIpv6DhcpServerAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv6IpSubnet:getSubnetsV2SubnetIpConfigIpv6IpSubnet": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv6IpSubnetIp:getSubnetsV2SubnetIpConfigIpv6IpSubnetIp"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv6IpSubnetIp:getSubnetsV2SubnetIpConfigIpv6IpSubnetIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv6PoolList:getSubnetsV2SubnetIpConfigIpv6PoolList": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv6PoolListEndIp:getSubnetsV2SubnetIpConfigIpv6PoolListEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpConfigIpv6PoolListStartIp:getSubnetsV2SubnetIpConfigIpv6PoolListStartIp"
          }
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv6PoolListEndIp:getSubnetsV2SubnetIpConfigIpv6PoolListEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpConfigIpv6PoolListStartIp:getSubnetsV2SubnetIpConfigIpv6PoolListStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpUsage:getSubnetsV2SubnetIpUsage": {
      "properties": {
        "ipPoolUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpUsageIpPoolUsage:getSubnetsV2SubnetIpUsageIpPoolUsage"
          }
        },
        "numAssignedIps": {
          "type": "integer"
        },
        "numFreeIps": {
          "type": "integer"
        },
        "numMacs": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "ipPoolUsages",
        "numAssignedIps",
        "numFreeIps",
        "numMacs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpUsageIpPoolUsage:getSubnetsV2SubnetIpUsageIpPoolUsage": {
      "properties": {
        "numFreeIps": {
          "type": "integer"
        },
        "numTotalIps": {
          "type": "integer"
        },
        "ranges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpUsageIpPoolUsageRange:getSubnetsV2SubnetIpUsageIpPoolUsageRange"
          }
        }
      },
      "type": "object",
      "required": [
        "numFreeIps",
        "numTotalIps",
        "ranges"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpUsageIpPoolUsageRange:getSubnetsV2SubnetIpUsageIpPoolUsageRange": {
      "properties": {
        "endIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpUsageIpPoolUsageRangeEndIp:getSubnetsV2SubnetIpUsageIpPoolUsageRangeEndIp"
          }
        },
        "startIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetIpUsageIpPoolUsageRangeStartIp:getSubnetsV2SubnetIpUsageIpPoolUsageRangeStartIp"
          }
        }
      },
      "type": "object",
      "required": [
        "endIps",
        "startIps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpUsageIpPoolUsageRangeEndIp:getSubnetsV2SubnetIpUsageIpPoolUsageRangeEndIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetIpUsageIpPoolUsageRangeStartIp:getSubnetsV2SubnetIpUsageIpPoolUsageRangeStartIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetLink:getSubnetsV2SubnetLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetReservedIpAddress:getSubnetsV2SubnetReservedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVirtualSwitch:getSubnetsV2SubnetVirtualSwitch": {
      "properties": {
        "bondMode": {
          "type": "boolean"
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVirtualSwitchCluster:getSubnetsV2SubnetVirtualSwitchCluster"
          }
        },
        "description": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "hasDeploymentError": {
          "type": "boolean"
        },
        "isDefault": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVirtualSwitchLink:getSubnetsV2SubnetVirtualSwitchLink"
          }
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVirtualSwitchMetadata:getSubnetsV2SubnetVirtualSwitchMetadata"
          }
        },
        "mtu": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "bondMode",
        "clusters",
        "description",
        "extId",
        "hasDeploymentError",
        "isDefault",
        "links",
        "metadatas",
        "mtu",
        "name",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVirtualSwitchCluster:getSubnetsV2SubnetVirtualSwitchCluster": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "gatewayIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVirtualSwitchClusterGatewayIpAddress:getSubnetsV2SubnetVirtualSwitchClusterGatewayIpAddress"
          }
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVirtualSwitchClusterHost:getSubnetsV2SubnetVirtualSwitchClusterHost"
          }
        }
      },
      "type": "object",
      "required": [
        "extId",
        "gatewayIpAddresses",
        "hosts"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVirtualSwitchClusterGatewayIpAddress:getSubnetsV2SubnetVirtualSwitchClusterGatewayIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVirtualSwitchClusterHost:getSubnetsV2SubnetVirtualSwitchClusterHost": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "hostNics": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "internalBridgeName": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVirtualSwitchClusterHostIpAddress:getSubnetsV2SubnetVirtualSwitchClusterHostIpAddress"
          }
        },
        "routeTable": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "hostNics",
        "internalBridgeName",
        "ipAddresses",
        "routeTable"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVirtualSwitchClusterHostIpAddress:getSubnetsV2SubnetVirtualSwitchClusterHostIpAddress": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVirtualSwitchClusterHostIpAddressIp:getSubnetsV2SubnetVirtualSwitchClusterHostIpAddressIp"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVirtualSwitchClusterHostIpAddressIp:getSubnetsV2SubnetVirtualSwitchClusterHostIpAddressIp": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVirtualSwitchLink:getSubnetsV2SubnetVirtualSwitchLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVirtualSwitchMetadata:getSubnetsV2SubnetVirtualSwitchMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpc:getSubnetsV2SubnetVpc": {
      "properties": {
        "commonDhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcCommonDhcpOption:getSubnetsV2SubnetVpcCommonDhcpOption"
          }
        },
        "description": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "externalRoutingDomainReference": {
          "type": "string"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternalSubnet:getSubnetsV2SubnetVpcExternalSubnet"
          }
        },
        "externallyRoutablePrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternallyRoutablePrefix:getSubnetsV2SubnetVpcExternallyRoutablePrefix"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcLink:getSubnetsV2SubnetVpcLink"
          }
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcMetadata:getSubnetsV2SubnetVpcMetadata"
          }
        },
        "name": {
          "type": "string"
        },
        "snatIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcSnatIp:getSubnetsV2SubnetVpcSnatIp"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "vpcType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "commonDhcpOptions",
        "description",
        "extId",
        "externalRoutingDomainReference",
        "externalSubnets",
        "externallyRoutablePrefixes",
        "links",
        "metadatas",
        "name",
        "snatIps",
        "tenantId",
        "vpcType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcCommonDhcpOption:getSubnetsV2SubnetVpcCommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServer:getSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServer"
          }
        }
      },
      "type": "object",
      "required": [
        "domainNameServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServer:getSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv4:getSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv6:getSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv4:getSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv6:getSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternalSubnet:getSubnetsV2SubnetVpcExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNode:getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNode"
          }
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternalSubnetExternalIp:getSubnetsV2SubnetVpcExternalSubnetExternalIp"
          }
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnetReference": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "activeGatewayCount",
        "activeGatewayNodes",
        "externalIps",
        "gatewayNodes",
        "subnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNode:getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress:getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "nodeId",
        "nodeIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress:getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternalSubnetExternalIp:getSubnetsV2SubnetVpcExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternalSubnetExternalIpIpv4:getSubnetsV2SubnetVpcExternalSubnetExternalIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternalSubnetExternalIpIpv6:getSubnetsV2SubnetVpcExternalSubnetExternalIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternalSubnetExternalIpIpv4:getSubnetsV2SubnetVpcExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternalSubnetExternalIpIpv6:getSubnetsV2SubnetVpcExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternallyRoutablePrefix:getSubnetsV2SubnetVpcExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4:getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6:getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4:getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip:getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip:getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6:getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6Ip:getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6Ip:getSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcLink:getSubnetsV2SubnetVpcLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcMetadata:getSubnetsV2SubnetVpcMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcSnatIp:getSubnetsV2SubnetVpcSnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcSnatIpIpv4:getSubnetsV2SubnetVpcSnatIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetSubnetsV2SubnetVpcSnatIpIpv6:getSubnetsV2SubnetVpcSnatIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcSnatIpIpv4:getSubnetsV2SubnetVpcSnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getSubnetsV2SubnetVpcSnatIpIpv6:getSubnetsV2SubnetVpcSnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2CreatedBy:getTemplateV2CreatedBy": {
      "properties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2CreatedByAdditionalAttribute:getTemplateV2CreatedByAdditionalAttribute"
          },
          "description": "Any additional attribute for the User.\n"
        },
        "creationType": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "VM description\n"
        },
        "displayName": {
          "type": "string",
          "description": "Display name for the User.\n"
        },
        "emailId": {
          "type": "string",
          "description": "Email Id for the User.\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "firstName": {
          "type": "string",
          "description": "First name for the User.\n"
        },
        "idpId": {
          "type": "string",
          "description": "Identifier of the IDP for the User.\n"
        },
        "isForceResetPasswordEnabled": {
          "type": "boolean",
          "description": "Flag to force the User to reset password.\n"
        },
        "lastName": {
          "type": "string",
          "description": "Last name for the User.\n"
        },
        "locale": {
          "type": "string",
          "description": "Default locale for the User.\n"
        },
        "middleInitial": {
          "type": "string",
          "description": "Middle name for the User.\n"
        },
        "password": {
          "type": "string"
        },
        "region": {
          "type": "string",
          "description": "Default Region for the User.\n"
        },
        "status": {
          "type": "string",
          "description": "Status of the User.\n"
        },
        "userType": {
          "type": "string",
          "description": "Type of the User.\n"
        },
        "username": {
          "type": "string",
          "description": "Identifier for the User in the form an email address.\n"
        }
      },
      "type": "object",
      "required": [
        "additionalAttributes",
        "creationType",
        "description",
        "displayName",
        "emailId",
        "extId",
        "firstName",
        "idpId",
        "isForceResetPasswordEnabled",
        "lastName",
        "locale",
        "middleInitial",
        "password",
        "region",
        "status",
        "userType",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2CreatedByAdditionalAttribute:getTemplateV2CreatedByAdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the GPU resource.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2CreatedByAdditionalAttributeValue:getTemplateV2CreatedByAdditionalAttributeValue"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2CreatedByAdditionalAttributeValue:getTemplateV2CreatedByAdditionalAttributeValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2CreatedByAdditionalAttributeValueMapOfString:getTemplateV2CreatedByAdditionalAttributeValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2CreatedByAdditionalAttributeValueMapOfString:getTemplateV2CreatedByAdditionalAttributeValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2GuestUpdateStatus:getTemplateV2GuestUpdateStatus": {
      "properties": {
        "deployedVmReference": {
          "type": "string",
          "description": "The identifier of the temporary VM created on initiating Guest OS Update.\n"
        }
      },
      "type": "object",
      "required": [
        "deployedVmReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2Link:getTemplateV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpec:getTemplateV2TemplateVersionSpec": {
      "properties": {
        "createTime": {
          "type": "string",
          "description": "VM creation time\n"
        },
        "createdBies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecCreatedBy:getTemplateV2TemplateVersionSpecCreatedBy"
          },
          "description": "User or Service who created the User.\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "isActiveVersion": {
          "type": "boolean",
          "description": "Specify whether to mark the Template Version as active or not. The newly created Version during Template Creation, Updating or Guest OS Updating is set to Active by default unless specified otherwise.\n"
        },
        "isGcOverrideEnabled": {
          "type": "boolean",
          "description": "Allow or disallow override of the Guest Customization during Template deployment.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecLink:getTemplateV2TemplateVersionSpecLink"
          },
          "description": "- 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.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        },
        "versionDescription": {
          "type": "string",
          "description": "The user defined description of a Template Version.\n"
        },
        "versionName": {
          "type": "string",
          "description": "The user defined name of a Template Version.\n"
        },
        "vmSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpec:getTemplateV2TemplateVersionSpecVmSpec"
          },
          "description": "VM configuration.\n"
        }
      },
      "type": "object",
      "required": [
        "createTime",
        "createdBies",
        "extId",
        "isActiveVersion",
        "isGcOverrideEnabled",
        "links",
        "tenantId",
        "versionDescription",
        "versionName",
        "vmSpecs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecCreatedBy:getTemplateV2TemplateVersionSpecCreatedBy": {
      "properties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecCreatedByAdditionalAttribute:getTemplateV2TemplateVersionSpecCreatedByAdditionalAttribute"
          },
          "description": "Any additional attribute for the User.\n"
        },
        "creationType": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "VM description\n"
        },
        "displayName": {
          "type": "string",
          "description": "Display name for the User.\n"
        },
        "emailId": {
          "type": "string",
          "description": "Email Id for the User.\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "firstName": {
          "type": "string",
          "description": "First name for the User.\n"
        },
        "idpId": {
          "type": "string",
          "description": "Identifier of the IDP for the User.\n"
        },
        "isForceResetPasswordEnabled": {
          "type": "boolean",
          "description": "Flag to force the User to reset password.\n"
        },
        "lastName": {
          "type": "string",
          "description": "Last name for the User.\n"
        },
        "locale": {
          "type": "string",
          "description": "Default locale for the User.\n"
        },
        "middleInitial": {
          "type": "string",
          "description": "Middle name for the User.\n"
        },
        "password": {
          "type": "string"
        },
        "region": {
          "type": "string",
          "description": "Default Region for the User.\n"
        },
        "status": {
          "type": "string",
          "description": "Status of the User.\n"
        },
        "userType": {
          "type": "string",
          "description": "Type of the User.\n"
        },
        "username": {
          "type": "string",
          "description": "Identifier for the User in the form an email address.\n"
        }
      },
      "type": "object",
      "required": [
        "additionalAttributes",
        "creationType",
        "description",
        "displayName",
        "emailId",
        "extId",
        "firstName",
        "idpId",
        "isForceResetPasswordEnabled",
        "lastName",
        "locale",
        "middleInitial",
        "password",
        "region",
        "status",
        "userType",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecCreatedByAdditionalAttribute:getTemplateV2TemplateVersionSpecCreatedByAdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the GPU resource.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValue:getTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValue"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValue:getTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString:getTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString:getTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecLink:getTemplateV2TemplateVersionSpecLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpec:getTemplateV2TemplateVersionSpecVmSpec": {
      "properties": {
        "apcConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecApcConfig:getTemplateV2TemplateVersionSpecVmSpecApcConfig"
          },
          "description": "Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.\n"
        },
        "availabilityZones": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecAvailabilityZone:getTemplateV2TemplateVersionSpecVmSpecAvailabilityZone"
          }
        },
        "biosUuid": {
          "type": "string",
          "description": "BIOS UUID of the VM. It should be of type UUID.\n"
        },
        "bootConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfig:getTemplateV2TemplateVersionSpecVmSpecBootConfig"
          },
          "description": "Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCategory:getTemplateV2TemplateVersionSpecVmSpecCategory"
          },
          "description": "Categories for the VM.\n"
        },
        "cdRoms": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRom:getTemplateV2TemplateVersionSpecVmSpecCdRom"
          },
          "description": "CD-ROMs attached to the VM.\n"
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCluster:getTemplateV2TemplateVersionSpecVmSpecCluster"
          },
          "description": "Reference to a cluster.\n"
        },
        "createTime": {
          "type": "string",
          "description": "VM creation time\n"
        },
        "description": {
          "type": "string",
          "description": "VM description\n"
        },
        "disks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDisk:getTemplateV2TemplateVersionSpecVmSpecDisk"
          },
          "description": "Disks attached to the VM.\n"
        },
        "enabledCpuFeatures": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "generationUuid": {
          "type": "string",
          "description": "Generation UUID of the VM. It should be of type UUID.\n"
        },
        "gpuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGpus:getTemplateV2TemplateVersionSpecVmSpecGpus"
          },
          "description": "GPUs attached to the VM.\n"
        },
        "guestCustomizations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomization:getTemplateV2TemplateVersionSpecVmSpecGuestCustomization"
          },
          "description": "Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.\n"
        },
        "guestTools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestTool:getTemplateV2TemplateVersionSpecVmSpecGuestTool"
          },
          "description": "The details about Nutanix Guest Tools for a VM.\n"
        },
        "hardwareClockTimezone": {
          "type": "string",
          "description": "VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).\n"
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecHost:getTemplateV2TemplateVersionSpecVmSpecHost"
          },
          "description": "Reference to the host, the VM is running on.\n"
        },
        "isAgentVm": {
          "type": "boolean",
          "description": "Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.\n"
        },
        "isBrandingEnabled": {
          "type": "boolean",
          "description": "Indicates whether to remove AHV branding from VM firmware tables or not.\n"
        },
        "isCpuHotplugEnabled": {
          "type": "boolean"
        },
        "isCpuPassthroughEnabled": {
          "type": "boolean",
          "description": "Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.\n"
        },
        "isCrossClusterMigrationInProgress": {
          "type": "boolean"
        },
        "isGpuConsoleEnabled": {
          "type": "boolean",
          "description": "Indicates whether the vGPU console is enabled or not.\n"
        },
        "isLiveMigrateCapable": {
          "type": "boolean"
        },
        "isMemoryOvercommitEnabled": {
          "type": "boolean",
          "description": "Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.\n"
        },
        "isScsiControllerEnabled": {
          "type": "boolean"
        },
        "isVcpuHardPinningEnabled": {
          "type": "boolean",
          "description": "Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.\n"
        },
        "isVgaConsoleEnabled": {
          "type": "boolean",
          "description": "Indicates whether the VGA console should be disabled or not.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecLink:getTemplateV2TemplateVersionSpecVmSpecLink"
          },
          "description": "- 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.\n"
        },
        "machineType": {
          "type": "string",
          "description": "Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.\n"
        },
        "memorySizeBytes": {
          "type": "integer",
          "description": "Memory size in bytes.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the GPU resource.\n"
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecNic:getTemplateV2TemplateVersionSpecVmSpecNic"
          },
          "description": "NICs attached to the VM.\n"
        },
        "numCoresPerSocket": {
          "type": "integer",
          "description": "Number of cores per socket.\n"
        },
        "numNumaNodes": {
          "type": "integer",
          "description": "Number of NUMA nodes. 0 means NUMA is disabled.\n"
        },
        "numSockets": {
          "type": "integer",
          "description": "Number of vCPU sockets.\n"
        },
        "numThreadsPerCore": {
          "type": "integer",
          "description": "Number of threads per core\n"
        },
        "ownershipInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecOwnershipInfo:getTemplateV2TemplateVersionSpecVmSpecOwnershipInfo"
          },
          "description": "Ownership information for the VM.\n"
        },
        "pciDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecPciDevice:getTemplateV2TemplateVersionSpecVmSpecPciDevice"
          }
        },
        "powerState": {
          "type": "string"
        },
        "protectionPolicyStates": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecProtectionPolicyState:getTemplateV2TemplateVersionSpecVmSpecProtectionPolicyState"
          },
          "description": "Status of protection policy applied to this VM.\n"
        },
        "protectionType": {
          "type": "string",
          "description": "The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.\n"
        },
        "serialPorts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecSerialPort:getTemplateV2TemplateVersionSpecVmSpecSerialPort"
          },
          "description": "Serial ports configured on the VM.\n"
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecSource:getTemplateV2TemplateVersionSpecVmSpecSource"
          },
          "description": "Reference to an entity that the VM should be cloned or created from\n"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecStorageConfig:getTemplateV2TemplateVersionSpecVmSpecStorageConfig"
          },
          "description": "Storage configuration for VM disks\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        },
        "updateTime": {
          "type": "string",
          "description": "VM last updated time.\n"
        },
        "vtpmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecVtpmConfig:getTemplateV2TemplateVersionSpecVmSpecVtpmConfig"
          },
          "description": "Indicates how the vTPM for the VM should be configured.\n"
        }
      },
      "type": "object",
      "required": [
        "apcConfigs",
        "availabilityZones",
        "biosUuid",
        "bootConfigs",
        "categories",
        "cdRoms",
        "clusters",
        "createTime",
        "description",
        "disks",
        "enabledCpuFeatures",
        "extId",
        "generationUuid",
        "gpuses",
        "guestCustomizations",
        "guestTools",
        "hardwareClockTimezone",
        "hosts",
        "isAgentVm",
        "isBrandingEnabled",
        "isCpuHotplugEnabled",
        "isCpuPassthroughEnabled",
        "isCrossClusterMigrationInProgress",
        "isGpuConsoleEnabled",
        "isLiveMigrateCapable",
        "isMemoryOvercommitEnabled",
        "isScsiControllerEnabled",
        "isVcpuHardPinningEnabled",
        "isVgaConsoleEnabled",
        "links",
        "machineType",
        "memorySizeBytes",
        "name",
        "nics",
        "numCoresPerSocket",
        "numNumaNodes",
        "numSockets",
        "numThreadsPerCore",
        "ownershipInfos",
        "pciDevices",
        "powerState",
        "protectionPolicyStates",
        "protectionType",
        "serialPorts",
        "sources",
        "storageConfigs",
        "tenantId",
        "updateTime",
        "vtpmConfigs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecApcConfig:getTemplateV2TemplateVersionSpecVmSpecApcConfig": {
      "properties": {
        "cpuModels": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel:getTemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel"
          },
          "description": "CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information\n"
        },
        "isApcEnabled": {
          "type": "boolean",
          "description": "If enabled, the selected CPU model will be retained across live and cold migrations of the VM.\n"
        }
      },
      "type": "object",
      "required": [
        "cpuModels",
        "isApcEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel:getTemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the CPU model associated with the VM.\n"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecAvailabilityZone:getTemplateV2TemplateVersionSpecVmSpecAvailabilityZone": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfig:getTemplateV2TemplateVersionSpecVmSpecBootConfig": {
      "properties": {
        "legacyBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBoot:getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBoot"
          },
          "description": "LegacyBoot config Object\n"
        },
        "uefiBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBoot:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBoot"
          },
          "description": "UefiBoot config Object\n"
        }
      },
      "type": "object",
      "required": [
        "legacyBoots",
        "uefiBoots"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBoot:getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice:getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice"
          },
          "description": "Boot Device object\n"
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.\n"
        }
      },
      "type": "object",
      "required": [
        "bootDevices",
        "bootOrders"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice:getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk:getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk"
          },
          "description": "Disk address.\n"
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic:getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic"
          },
          "description": "Disk Nic address.\n"
        }
      },
      "type": "object",
      "required": [
        "bootDeviceDisks",
        "bootDeviceNics"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk:getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress"
          },
          "description": "Virtual Machine disk (VM disk).\n"
        }
      },
      "type": "object",
      "required": [
        "diskAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic:getTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string",
          "description": "mac address\n"
        }
      },
      "type": "object",
      "required": [
        "macAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBoot:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice"
          },
          "description": "Boot Device object\n"
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.\n"
        },
        "isSecureBootEnabled": {
          "type": "boolean",
          "description": "Indicate whether to enable secure boot or not\n"
        },
        "nvramDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice"
          },
          "description": "Configuration for NVRAM to be presented to the VM.\n"
        }
      },
      "type": "object",
      "required": [
        "bootDevices",
        "bootOrders",
        "isSecureBootEnabled",
        "nvramDevices"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk"
          },
          "description": "Disk address.\n"
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic"
          },
          "description": "Disk Nic address.\n"
        }
      },
      "type": "object",
      "required": [
        "bootDeviceDisks",
        "bootDeviceNics"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress"
          },
          "description": "Virtual Machine disk (VM disk).\n"
        }
      },
      "type": "object",
      "required": [
        "diskAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string",
          "description": "mac address\n"
        }
      },
      "type": "object",
      "required": [
        "macAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice": {
      "properties": {
        "backingStorageInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo"
          },
          "description": "Storage provided by Nutanix ADSF\n"
        }
      },
      "type": "object",
      "required": [
        "backingStorageInfos"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource"
          },
          "description": "A reference to a disk or image that contains the contents of a disk.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "diskSizeBytes": {
          "type": "integer",
          "description": "Size of the disk in Bytes\n"
        },
        "isMigrationInProgress": {
          "type": "boolean",
          "description": "Indicates if the disk is undergoing migration to another container.\n"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig"
          },
          "description": "Storage configuration for VM disks\n"
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer"
          },
          "description": "This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference"
          },
          "description": "Reference to image or vm disk\n"
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference"
          },
          "description": "Image Reference\n"
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference"
          },
          "description": "Vm Disk Reference\n"
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string",
          "description": "The globally unique identifier of an image. It should be of type UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          },
          "description": "Disk address.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference"
          },
          "description": "This is a reference to a VM.\n"
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:getTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCategory:getTemplateV2TemplateVersionSpecVmSpecCategory": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRom:getTemplateV2TemplateVersionSpecVmSpecCdRom": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo"
          },
          "description": "Defines a NIC emulated by the hypervisor\n"
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress:getTemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress"
          },
          "description": "Virtual Machine disk (VM disk).\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "isoType": {
          "type": "string",
          "description": "Type of ISO image inserted in CD-ROM\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRomLink:getTemplateV2TemplateVersionSpecVmSpecCdRomLink"
          },
          "description": "- 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.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "diskAddresses",
        "extId",
        "isoType",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource"
          },
          "description": "A reference to a disk or image that contains the contents of a disk.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "diskSizeBytes": {
          "type": "integer",
          "description": "Size of the disk in Bytes\n"
        },
        "isMigrationInProgress": {
          "type": "boolean",
          "description": "Indicates if the disk is undergoing migration to another container.\n"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig"
          },
          "description": "Storage configuration for VM disks\n"
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer"
          },
          "description": "This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference"
          },
          "description": "Reference to image or vm disk\n"
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference"
          },
          "description": "Image Reference\n"
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference"
          },
          "description": "Vm Disk Reference\n"
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string",
          "description": "The globally unique identifier of an image. It should be of type UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          },
          "description": "Disk address.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference"
          },
          "description": "This is a reference to a VM.\n"
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer:getTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress:getTemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCdRomLink:getTemplateV2TemplateVersionSpecVmSpecCdRomLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecCluster:getTemplateV2TemplateVersionSpecVmSpecCluster": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDisk:getTemplateV2TemplateVersionSpecVmSpecDisk": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfo:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfo"
          },
          "description": "Defines a NIC emulated by the hypervisor\n"
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskDiskAddress:getTemplateV2TemplateVersionSpecVmSpecDiskDiskAddress"
          },
          "description": "Virtual Machine disk (VM disk).\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskLink:getTemplateV2TemplateVersionSpecVmSpecDiskLink"
          },
          "description": "- 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.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "diskAddresses",
        "extId",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfo:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfo": {
      "properties": {
        "adfsVolumeGroupReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference"
          },
          "description": "Volume Group Reference\n"
        },
        "vmDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDisk:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDisk"
          },
          "description": "backing Info for vmDisk\n"
        }
      },
      "type": "object",
      "required": [
        "adfsVolumeGroupReferences",
        "vmDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference": {
      "properties": {
        "volumeGroupExtId": {
          "type": "string",
          "description": "The globally unique identifier of an ADSF volume group. It should be of type UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "volumeGroupExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDisk:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDisk": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource"
          },
          "description": "A reference to a disk or image that contains the contents of a disk.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "diskSizeBytes": {
          "type": "integer",
          "description": "Size of the disk in Bytes\n"
        },
        "isMigrationInProgress": {
          "type": "boolean",
          "description": "Indicates if the disk is undergoing migration to another container.\n"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig"
          },
          "description": "Storage configuration for VM disks\n"
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer"
          },
          "description": "This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference"
          },
          "description": "Reference to image or vm disk\n"
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference"
          },
          "description": "Image Reference\n"
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference"
          },
          "description": "Vm Disk Reference\n"
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string",
          "description": "The globally unique identifier of an image. It should be of type UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress"
          },
          "description": "Disk address.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference"
          },
          "description": "This is a reference to a VM.\n"
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer:getTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskDiskAddress:getTemplateV2TemplateVersionSpecVmSpecDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecDiskLink:getTemplateV2TemplateVersionSpecVmSpecDiskLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGpus:getTemplateV2TemplateVersionSpecVmSpecGpus": {
      "properties": {
        "deviceId": {
          "type": "integer",
          "description": "The device Id of the GPU.\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "fraction": {
          "type": "integer",
          "description": "Fraction of the physical GPU assigned.\n"
        },
        "frameBufferSizeBytes": {
          "type": "integer",
          "description": "GPU frame buffer size in bytes.\n"
        },
        "guestDriverVersion": {
          "type": "string",
          "description": "Last determined guest driver version.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGpusLink:getTemplateV2TemplateVersionSpecVmSpecGpusLink"
          },
          "description": "- 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.\n"
        },
        "mode": {
          "type": "string",
          "description": "The mode of this GPU.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the GPU resource.\n"
        },
        "numVirtualDisplayHeads": {
          "type": "integer",
          "description": "Number of supported virtual display heads.\n"
        },
        "pciAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGpusPciAddress:getTemplateV2TemplateVersionSpecVmSpecGpusPciAddress"
          },
          "description": "The (S)egment:(B)us:(D)evice.(F)unction hardware address. See\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        },
        "vendor": {
          "type": "string",
          "description": "The vendor of the GPU.\n"
        }
      },
      "type": "object",
      "required": [
        "deviceId",
        "extId",
        "fraction",
        "frameBufferSizeBytes",
        "guestDriverVersion",
        "links",
        "mode",
        "name",
        "numVirtualDisplayHeads",
        "pciAddresses",
        "tenantId",
        "vendor"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGpusLink:getTemplateV2TemplateVersionSpecVmSpecGpusLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGpusPciAddress:getTemplateV2TemplateVersionSpecVmSpecGpusPciAddress": {
      "properties": {
        "bus": {
          "type": "integer"
        },
        "device": {
          "type": "integer"
        },
        "func": {
          "type": "integer"
        },
        "segment": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "bus",
        "device",
        "func",
        "segment"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomization:getTemplateV2TemplateVersionSpecVmSpecGuestCustomization": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfig:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfig"
          },
          "description": "The Nutanix Guest Tools customization settings.\n"
        }
      },
      "type": "object",
      "required": [
        "configs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfig:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfig": {
      "properties": {
        "cloudInits": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit"
          },
          "description": "CloudInit Config\n"
        },
        "syspreps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprep:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprep"
          },
          "description": "Sysprep config\n"
        }
      },
      "type": "object",
      "required": [
        "cloudInits",
        "syspreps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript"
          },
          "description": "The script to use for cloud-init.\n"
        },
        "datasourceType": {
          "type": "string",
          "description": "Type of datasource. Default: CONFIG_DRIVE_V2\n"
        },
        "metadata": {
          "type": "string",
          "description": "The contents of the<span pulumi-lang-nodejs=\" metaData \" pulumi-lang-dotnet=\" MetaData \" pulumi-lang-go=\" metaData \" pulumi-lang-python=\" meta_data \" pulumi-lang-yaml=\" metaData \" pulumi-lang-java=\" metaData \"> meta_data </span>configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.\n"
        }
      },
      "type": "object",
      "required": [
        "cloudInitScripts",
        "datasourceType",
        "metadata"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData"
          },
          "description": "user data object\n"
        }
      },
      "type": "object",
      "required": [
        "customKeyValues",
        "userDatas"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "required": [
        "keyValuePairs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the GPU resource.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprep:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprep": {
      "properties": {
        "installType": {
          "type": "string",
          "description": "Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.\n"
        },
        "sysprepScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript"
          },
          "description": "Object either UnattendXml or CustomKeyValues\n"
        }
      },
      "type": "object",
      "required": [
        "installType",
        "sysprepScripts"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue"
          },
          "description": "The list of the individual KeyValuePair elements.\n"
        },
        "unattendXmls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml"
          },
          "description": "xml object\n"
        }
      },
      "type": "object",
      "required": [
        "customKeyValues",
        "unattendXmls"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "required": [
        "keyValuePairs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the GPU resource.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml:getTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecGuestTool:getTemplateV2TemplateVersionSpecVmSpecGuestTool": {
      "properties": {
        "availableVersion": {
          "type": "string",
          "description": "Version of Nutanix Guest Tools available on the cluster.\n"
        },
        "capabilities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of the application names that are enabled on the guest VM.\n"
        },
        "guestOsVersion": {
          "type": "string",
          "description": "Version of the operating system on the VM\n"
        },
        "isEnabled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is enabled or not.\n"
        },
        "isInstalled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is installed on the VM or not.\n"
        },
        "isIsoInserted": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools ISO is inserted or not.\n"
        },
        "isReachable": {
          "type": "boolean",
          "description": "Indicates whether the communication from VM to CVM is active or not.\n"
        },
        "isVmMobilityDriversInstalled": {
          "type": "boolean",
          "description": "Indicates whether the VM mobility drivers are installed on the VM or not.\n"
        },
        "isVssSnapshotCapable": {
          "type": "boolean",
          "description": "Indicates whether the VM is configured to take VSS snapshots through NGT or not.\n"
        },
        "version": {
          "type": "string",
          "description": "Virtual trusted platform module version.\n"
        }
      },
      "type": "object",
      "required": [
        "availableVersion",
        "capabilities",
        "guestOsVersion",
        "isEnabled",
        "isInstalled",
        "isIsoInserted",
        "isReachable",
        "isVmMobilityDriversInstalled",
        "isVssSnapshotCapable",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecHost:getTemplateV2TemplateVersionSpecVmSpecHost": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecLink:getTemplateV2TemplateVersionSpecVmSpecLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecNic:getTemplateV2TemplateVersionSpecVmSpecNic": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecNicBackingInfo:getTemplateV2TemplateVersionSpecVmSpecNicBackingInfo"
          },
          "description": "Defines a NIC emulated by the hypervisor\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecNicLink:getTemplateV2TemplateVersionSpecVmSpecNicLink"
          },
          "description": "- 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.\n"
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfo:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfo"
          },
          "description": "Network information for a NIC.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "extId",
        "links",
        "networkInfos",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecNicBackingInfo:getTemplateV2TemplateVersionSpecVmSpecNicBackingInfo": {
      "properties": {
        "isConnected": {
          "type": "boolean",
          "description": "Indicates whether the serial port is connected or not.\n"
        },
        "macAddress": {
          "type": "string",
          "description": "MAC address of the emulated NIC.\n"
        },
        "model": {
          "type": "string",
          "description": "Options for the NIC emulation.\n"
        },
        "numQueues": {
          "type": "integer",
          "description": "The number of Tx/Rx queue pairs for this NIC\n"
        }
      },
      "type": "object",
      "required": [
        "macAddress",
        "model"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecNicLink:getTemplateV2TemplateVersionSpecVmSpecNicLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfo:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfo": {
      "properties": {
        "ipv4Configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config"
          },
          "description": "The IP address configurations.\n"
        },
        "ipv4Infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info"
          }
        },
        "networkFunctionChains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain"
          },
          "description": "The network function chain associates with the NIC. Only valid if<span pulumi-lang-nodejs=\" nicType \" pulumi-lang-dotnet=\" NicType \" pulumi-lang-go=\" nicType \" pulumi-lang-python=\" nic_type \" pulumi-lang-yaml=\" nicType \" pulumi-lang-java=\" nicType \"> nic_type </span>is NORMAL_NIC.\n"
        },
        "networkFunctionNicType": {
          "type": "string",
          "description": "The type of this Network function NIC. Defaults to INGRESS.\n"
        },
        "nicType": {
          "type": "string",
          "description": "NIC type. Defaults to NORMAL_NIC.\n"
        },
        "shouldAllowUnknownMacs": {
          "type": "boolean",
          "description": "Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.\n"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet"
          },
          "description": "Network identifier for this adapter. Only valid if<span pulumi-lang-nodejs=\" nicType \" pulumi-lang-dotnet=\" NicType \" pulumi-lang-go=\" nicType \" pulumi-lang-python=\" nic_type \" pulumi-lang-yaml=\" nicType \" pulumi-lang-java=\" nicType \"> nic_type </span>is NORMAL_NIC or DIRECT_NIC\n"
        },
        "trunkedVlans": {
          "type": "array",
          "items": {
            "type": "integer"
          },
          "description": "List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.\n"
        },
        "vlanMode": {
          "type": "string",
          "description": "all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4Configs",
        "ipv4Infos",
        "networkFunctionChains",
        "networkFunctionNicType",
        "nicType",
        "shouldAllowUnknownMacs",
        "subnets",
        "trunkedVlans",
        "vlanMode"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress"
          }
        },
        "secondaryIpAddressLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList"
          }
        },
        "shouldAssignIp": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "ipAddresses",
        "secondaryIpAddressLists",
        "shouldAssignIp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info": {
      "properties": {
        "learnedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "learnedIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet:getTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecOwnershipInfo:getTemplateV2TemplateVersionSpecVmSpecOwnershipInfo": {
      "properties": {
        "owners": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecOwnershipInfoOwner:getTemplateV2TemplateVersionSpecVmSpecOwnershipInfoOwner"
          },
          "description": "Owner reference\n"
        }
      },
      "type": "object",
      "required": [
        "owners"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecOwnershipInfoOwner:getTemplateV2TemplateVersionSpecVmSpecOwnershipInfoOwner": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecPciDevice:getTemplateV2TemplateVersionSpecVmSpecPciDevice": {
      "properties": {
        "assignedDeviceInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo:getTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo"
          }
        },
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfo:getTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfo"
          },
          "description": "Defines a NIC emulated by the hypervisor\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecPciDeviceLink:getTemplateV2TemplateVersionSpecVmSpecPciDeviceLink"
          },
          "description": "- 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.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "assignedDeviceInfos",
        "backingInfos",
        "extId",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo:getTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo": {
      "properties": {
        "devices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice:getTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice"
          }
        }
      },
      "type": "object",
      "required": [
        "devices"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice:getTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice": {
      "properties": {
        "deviceExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "deviceExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfo:getTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfo": {
      "properties": {
        "pcieDeviceReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference:getTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference"
          }
        }
      },
      "type": "object",
      "required": [
        "pcieDeviceReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference:getTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference": {
      "properties": {
        "deviceExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "deviceExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecPciDeviceLink:getTemplateV2TemplateVersionSpecVmSpecPciDeviceLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecProtectionPolicyState:getTemplateV2TemplateVersionSpecVmSpecProtectionPolicyState": {
      "properties": {
        "policies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecProtectionPolicyStatePolicy:getTemplateV2TemplateVersionSpecVmSpecProtectionPolicyStatePolicy"
          },
          "description": "Reference to the policy object in use.\n"
        }
      },
      "type": "object",
      "required": [
        "policies"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecProtectionPolicyStatePolicy:getTemplateV2TemplateVersionSpecVmSpecProtectionPolicyStatePolicy": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecSerialPort:getTemplateV2TemplateVersionSpecVmSpecSerialPort": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "index": {
          "type": "integer",
          "description": "Index of the serial port.\n"
        },
        "isConnected": {
          "type": "boolean",
          "description": "Indicates whether the serial port is connected or not.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecSerialPortLink:getTemplateV2TemplateVersionSpecVmSpecSerialPortLink"
          },
          "description": "- 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.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "index",
        "isConnected",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecSerialPortLink:getTemplateV2TemplateVersionSpecVmSpecSerialPortLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecSource:getTemplateV2TemplateVersionSpecVmSpecSource": {
      "properties": {
        "entityType": {
          "type": "string",
          "description": "Entity Type of source\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        }
      },
      "type": "object",
      "required": [
        "entityType",
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecStorageConfig:getTemplateV2TemplateVersionSpecVmSpecStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        },
        "qosConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig:getTemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig"
          },
          "description": "QoS parameters to be enforced.\n"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled",
        "qosConfigs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig:getTemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig": {
      "properties": {
        "throttledIops": {
          "type": "integer",
          "description": "Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.\n"
        }
      },
      "type": "object",
      "required": [
        "throttledIops"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2TemplateVersionSpecVmSpecVtpmConfig:getTemplateV2TemplateVersionSpecVmSpecVtpmConfig": {
      "properties": {
        "isVtpmEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.\n"
        },
        "version": {
          "type": "string",
          "description": "Virtual trusted platform module version.\n"
        }
      },
      "type": "object",
      "required": [
        "isVtpmEnabled",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2UpdatedBy:getTemplateV2UpdatedBy": {
      "properties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2UpdatedByAdditionalAttribute:getTemplateV2UpdatedByAdditionalAttribute"
          },
          "description": "Any additional attribute for the User.\n"
        },
        "creationType": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "VM description\n"
        },
        "displayName": {
          "type": "string",
          "description": "Display name for the User.\n"
        },
        "emailId": {
          "type": "string",
          "description": "Email Id for the User.\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "firstName": {
          "type": "string",
          "description": "First name for the User.\n"
        },
        "idpId": {
          "type": "string",
          "description": "Identifier of the IDP for the User.\n"
        },
        "isForceResetPasswordEnabled": {
          "type": "boolean",
          "description": "Flag to force the User to reset password.\n"
        },
        "lastName": {
          "type": "string",
          "description": "Last name for the User.\n"
        },
        "locale": {
          "type": "string",
          "description": "Default locale for the User.\n"
        },
        "middleInitial": {
          "type": "string",
          "description": "Middle name for the User.\n"
        },
        "password": {
          "type": "string"
        },
        "region": {
          "type": "string",
          "description": "Default Region for the User.\n"
        },
        "status": {
          "type": "string",
          "description": "Status of the User.\n"
        },
        "userType": {
          "type": "string",
          "description": "Type of the User.\n"
        },
        "username": {
          "type": "string",
          "description": "Identifier for the User in the form an email address.\n"
        }
      },
      "type": "object",
      "required": [
        "additionalAttributes",
        "creationType",
        "description",
        "displayName",
        "emailId",
        "extId",
        "firstName",
        "idpId",
        "isForceResetPasswordEnabled",
        "lastName",
        "locale",
        "middleInitial",
        "password",
        "region",
        "status",
        "userType",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2UpdatedByAdditionalAttribute:getTemplateV2UpdatedByAdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the GPU resource.\n"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2UpdatedByAdditionalAttributeValue:getTemplateV2UpdatedByAdditionalAttributeValue"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2UpdatedByAdditionalAttributeValue:getTemplateV2UpdatedByAdditionalAttributeValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplateV2UpdatedByAdditionalAttributeValueMapOfString:getTemplateV2UpdatedByAdditionalAttributeValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplateV2UpdatedByAdditionalAttributeValueMapOfString:getTemplateV2UpdatedByAdditionalAttributeValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2Template:getTemplatesV2Template": {
      "properties": {
        "createTime": {
          "type": "string"
        },
        "createdBies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateCreatedBy:getTemplatesV2TemplateCreatedBy"
          }
        },
        "extId": {
          "type": "string"
        },
        "guestUpdateStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateGuestUpdateStatus:getTemplatesV2TemplateGuestUpdateStatus"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateLink:getTemplatesV2TemplateLink"
          }
        },
        "templateDescription": {
          "type": "string"
        },
        "templateName": {
          "type": "string"
        },
        "templateVersionSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpec:getTemplatesV2TemplateTemplateVersionSpec"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "updateTime": {
          "type": "string"
        },
        "updatedBies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateUpdatedBy:getTemplatesV2TemplateUpdatedBy"
          }
        }
      },
      "type": "object",
      "required": [
        "createTime",
        "createdBies",
        "extId",
        "guestUpdateStatuses",
        "links",
        "templateDescription",
        "templateName",
        "templateVersionSpecs",
        "tenantId",
        "updateTime",
        "updatedBies"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateCreatedBy:getTemplatesV2TemplateCreatedBy": {
      "properties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateCreatedByAdditionalAttribute:getTemplatesV2TemplateCreatedByAdditionalAttribute"
          }
        },
        "creationType": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "displayName": {
          "type": "string"
        },
        "emailId": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "firstName": {
          "type": "string"
        },
        "idpId": {
          "type": "string"
        },
        "isForceResetPasswordEnabled": {
          "type": "boolean"
        },
        "lastName": {
          "type": "string"
        },
        "locale": {
          "type": "string"
        },
        "middleInitial": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "userType": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "additionalAttributes",
        "creationType",
        "description",
        "displayName",
        "emailId",
        "extId",
        "firstName",
        "idpId",
        "isForceResetPasswordEnabled",
        "lastName",
        "locale",
        "middleInitial",
        "password",
        "region",
        "status",
        "userType",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateCreatedByAdditionalAttribute:getTemplatesV2TemplateCreatedByAdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateCreatedByAdditionalAttributeValue:getTemplatesV2TemplateCreatedByAdditionalAttributeValue"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateCreatedByAdditionalAttributeValue:getTemplatesV2TemplateCreatedByAdditionalAttributeValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateCreatedByAdditionalAttributeValueMapOfString:getTemplatesV2TemplateCreatedByAdditionalAttributeValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateCreatedByAdditionalAttributeValueMapOfString:getTemplatesV2TemplateCreatedByAdditionalAttributeValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateGuestUpdateStatus:getTemplatesV2TemplateGuestUpdateStatus": {
      "properties": {
        "deployedVmReference": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "deployedVmReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateLink:getTemplatesV2TemplateLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpec:getTemplatesV2TemplateTemplateVersionSpec": {
      "properties": {
        "createTime": {
          "type": "string"
        },
        "createdBies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecCreatedBy:getTemplatesV2TemplateTemplateVersionSpecCreatedBy"
          }
        },
        "extId": {
          "type": "string"
        },
        "isActiveVersion": {
          "type": "boolean"
        },
        "isGcOverrideEnabled": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecLink:getTemplatesV2TemplateTemplateVersionSpecLink"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "versionDescription": {
          "type": "string"
        },
        "versionName": {
          "type": "string"
        },
        "vmSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpec:getTemplatesV2TemplateTemplateVersionSpecVmSpec"
          }
        }
      },
      "type": "object",
      "required": [
        "createTime",
        "createdBies",
        "extId",
        "isActiveVersion",
        "isGcOverrideEnabled",
        "links",
        "tenantId",
        "versionDescription",
        "versionName",
        "vmSpecs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecCreatedBy:getTemplatesV2TemplateTemplateVersionSpecCreatedBy": {
      "properties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttribute:getTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttribute"
          }
        },
        "creationType": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "displayName": {
          "type": "string"
        },
        "emailId": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "firstName": {
          "type": "string"
        },
        "idpId": {
          "type": "string"
        },
        "isForceResetPasswordEnabled": {
          "type": "boolean"
        },
        "lastName": {
          "type": "string"
        },
        "locale": {
          "type": "string"
        },
        "middleInitial": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "userType": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "additionalAttributes",
        "creationType",
        "description",
        "displayName",
        "emailId",
        "extId",
        "firstName",
        "idpId",
        "isForceResetPasswordEnabled",
        "lastName",
        "locale",
        "middleInitial",
        "password",
        "region",
        "status",
        "userType",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttribute:getTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttributeValue:getTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttributeValue"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttributeValue:getTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttributeValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString:getTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString:getTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecLink:getTemplatesV2TemplateTemplateVersionSpecLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpec:getTemplatesV2TemplateTemplateVersionSpecVmSpec": {
      "properties": {
        "apcConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfig"
          }
        },
        "availabilityZones": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecAvailabilityZone:getTemplatesV2TemplateTemplateVersionSpecVmSpecAvailabilityZone"
          }
        },
        "biosUuid": {
          "type": "string"
        },
        "bootConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfig"
          }
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCategory:getTemplatesV2TemplateTemplateVersionSpecVmSpecCategory"
          }
        },
        "cdRoms": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRom:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRom"
          }
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCluster:getTemplatesV2TemplateTemplateVersionSpecVmSpecCluster"
          }
        },
        "createTime": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "disks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDisk:getTemplatesV2TemplateTemplateVersionSpecVmSpecDisk"
          }
        },
        "enabledCpuFeatures": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "extId": {
          "type": "string"
        },
        "generationUuid": {
          "type": "string"
        },
        "gpuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGpus:getTemplatesV2TemplateTemplateVersionSpecVmSpecGpus"
          }
        },
        "guestCustomizations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomization:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomization"
          }
        },
        "guestTools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestTool:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestTool"
          }
        },
        "hardwareClockTimezone": {
          "type": "string"
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecHost:getTemplatesV2TemplateTemplateVersionSpecVmSpecHost"
          }
        },
        "isAgentVm": {
          "type": "boolean"
        },
        "isBrandingEnabled": {
          "type": "boolean"
        },
        "isCpuHotplugEnabled": {
          "type": "boolean"
        },
        "isCpuPassthroughEnabled": {
          "type": "boolean"
        },
        "isCrossClusterMigrationInProgress": {
          "type": "boolean"
        },
        "isGpuConsoleEnabled": {
          "type": "boolean"
        },
        "isLiveMigrateCapable": {
          "type": "boolean"
        },
        "isMemoryOvercommitEnabled": {
          "type": "boolean"
        },
        "isScsiControllerEnabled": {
          "type": "boolean"
        },
        "isVcpuHardPinningEnabled": {
          "type": "boolean"
        },
        "isVgaConsoleEnabled": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecLink"
          }
        },
        "machineType": {
          "type": "string"
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecNic:getTemplatesV2TemplateTemplateVersionSpecVmSpecNic"
          }
        },
        "numCoresPerSocket": {
          "type": "integer"
        },
        "numNumaNodes": {
          "type": "integer"
        },
        "numSockets": {
          "type": "integer"
        },
        "numThreadsPerCore": {
          "type": "integer"
        },
        "ownershipInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfo"
          }
        },
        "pciDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDevice:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDevice"
          }
        },
        "powerState": {
          "type": "string"
        },
        "protectionPolicyStates": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyState:getTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyState"
          }
        },
        "protectionType": {
          "type": "string"
        },
        "serialPorts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPort:getTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPort"
          }
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecSource:getTemplatesV2TemplateTemplateVersionSpecVmSpecSource"
          }
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfig"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "updateTime": {
          "type": "string"
        },
        "vtpmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecVtpmConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecVtpmConfig"
          }
        }
      },
      "type": "object",
      "required": [
        "apcConfigs",
        "availabilityZones",
        "biosUuid",
        "bootConfigs",
        "categories",
        "cdRoms",
        "clusters",
        "createTime",
        "description",
        "disks",
        "enabledCpuFeatures",
        "extId",
        "generationUuid",
        "gpuses",
        "guestCustomizations",
        "guestTools",
        "hardwareClockTimezone",
        "hosts",
        "isAgentVm",
        "isBrandingEnabled",
        "isCpuHotplugEnabled",
        "isCpuPassthroughEnabled",
        "isCrossClusterMigrationInProgress",
        "isGpuConsoleEnabled",
        "isLiveMigrateCapable",
        "isMemoryOvercommitEnabled",
        "isScsiControllerEnabled",
        "isVcpuHardPinningEnabled",
        "isVgaConsoleEnabled",
        "links",
        "machineType",
        "memorySizeBytes",
        "name",
        "nics",
        "numCoresPerSocket",
        "numNumaNodes",
        "numSockets",
        "numThreadsPerCore",
        "ownershipInfos",
        "pciDevices",
        "powerState",
        "protectionPolicyStates",
        "protectionType",
        "serialPorts",
        "sources",
        "storageConfigs",
        "tenantId",
        "updateTime",
        "vtpmConfigs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfig": {
      "properties": {
        "cpuModels": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfigCpuModel:getTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfigCpuModel"
          }
        },
        "isApcEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "cpuModels",
        "isApcEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfigCpuModel:getTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfigCpuModel": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecAvailabilityZone:getTemplatesV2TemplateTemplateVersionSpecVmSpecAvailabilityZone": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfig": {
      "properties": {
        "legacyBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBoot:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBoot"
          }
        },
        "uefiBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBoot:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBoot"
          }
        }
      },
      "type": "object",
      "required": [
        "legacyBoots",
        "uefiBoots"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBoot:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice"
          }
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "bootDevices",
        "bootOrders"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk"
          }
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic"
          }
        }
      },
      "type": "object",
      "required": [
        "bootDeviceDisks",
        "bootDeviceNics"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "diskAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "macAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBoot:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDevice:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDevice"
          }
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "isSecureBootEnabled": {
          "type": "boolean"
        },
        "nvramDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice"
          }
        }
      },
      "type": "object",
      "required": [
        "bootDevices",
        "bootOrders",
        "isSecureBootEnabled",
        "nvramDevices"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDevice:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk"
          }
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic"
          }
        }
      },
      "type": "object",
      "required": [
        "bootDeviceDisks",
        "bootDeviceNics"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "diskAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "macAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice": {
      "properties": {
        "backingStorageInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo"
          }
        }
      },
      "type": "object",
      "required": [
        "backingStorageInfos"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer"
          }
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference"
          }
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:getTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCategory:getTemplatesV2TemplateTemplateVersionSpecVmSpecCategory": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRom:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRom": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfo"
          }
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomDiskAddress"
          }
        },
        "extId": {
          "type": "string"
        },
        "isoType": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomLink"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "diskAddresses",
        "extId",
        "isoType",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSource:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer"
          }
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSource:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference"
          }
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecCluster:getTemplatesV2TemplateTemplateVersionSpecVmSpecCluster": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDisk:getTemplatesV2TemplateTemplateVersionSpecVmSpecDisk": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfo"
          }
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskDiskAddress"
          }
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskLink"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "diskAddresses",
        "extId",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfo": {
      "properties": {
        "adfsVolumeGroupReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference"
          }
        },
        "vmDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDisk:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDisk"
          }
        }
      },
      "type": "object",
      "required": [
        "adfsVolumeGroupReferences",
        "vmDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference": {
      "properties": {
        "volumeGroupExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "volumeGroupExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDisk:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDisk": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer"
          }
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference"
          }
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskDiskAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecDiskLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGpus:getTemplatesV2TemplateTemplateVersionSpecVmSpecGpus": {
      "properties": {
        "deviceId": {
          "type": "integer"
        },
        "extId": {
          "type": "string"
        },
        "fraction": {
          "type": "integer"
        },
        "frameBufferSizeBytes": {
          "type": "integer"
        },
        "guestDriverVersion": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecGpusLink"
          }
        },
        "mode": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "numVirtualDisplayHeads": {
          "type": "integer"
        },
        "pciAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusPciAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecGpusPciAddress"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "vendor": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "deviceId",
        "extId",
        "fraction",
        "frameBufferSizeBytes",
        "guestDriverVersion",
        "links",
        "mode",
        "name",
        "numVirtualDisplayHeads",
        "pciAddresses",
        "tenantId",
        "vendor"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGpusLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecGpusLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGpusPciAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecGpusPciAddress": {
      "properties": {
        "bus": {
          "type": "integer"
        },
        "device": {
          "type": "integer"
        },
        "func": {
          "type": "integer"
        },
        "segment": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "bus",
        "device",
        "func",
        "segment"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomization:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomization": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfig"
          }
        }
      },
      "type": "object",
      "required": [
        "configs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfig": {
      "properties": {
        "cloudInits": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit"
          }
        },
        "syspreps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprep:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprep"
          }
        }
      },
      "type": "object",
      "required": [
        "cloudInits",
        "syspreps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript"
          }
        },
        "datasourceType": {
          "type": "string"
        },
        "metadata": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "cloudInitScripts",
        "datasourceType",
        "metadata"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "required": [
        "customKeyValues",
        "userDatas"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "required": [
        "keyValuePairs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprep:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprep": {
      "properties": {
        "installType": {
          "type": "string"
        },
        "sysprepScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript"
          }
        }
      },
      "type": "object",
      "required": [
        "installType",
        "sysprepScripts"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue"
          }
        },
        "unattendXmls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml"
          }
        }
      },
      "type": "object",
      "required": [
        "customKeyValues",
        "unattendXmls"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "required": [
        "keyValuePairs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestTool:getTemplatesV2TemplateTemplateVersionSpecVmSpecGuestTool": {
      "properties": {
        "availableVersion": {
          "type": "string"
        },
        "capabilities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "guestOsVersion": {
          "type": "string"
        },
        "isEnabled": {
          "type": "boolean"
        },
        "isInstalled": {
          "type": "boolean"
        },
        "isIsoInserted": {
          "type": "boolean"
        },
        "isReachable": {
          "type": "boolean"
        },
        "isVmMobilityDriversInstalled": {
          "type": "boolean"
        },
        "isVssSnapshotCapable": {
          "type": "boolean"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "availableVersion",
        "capabilities",
        "guestOsVersion",
        "isEnabled",
        "isInstalled",
        "isIsoInserted",
        "isReachable",
        "isVmMobilityDriversInstalled",
        "isVssSnapshotCapable",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecHost:getTemplatesV2TemplateTemplateVersionSpecVmSpecHost": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecNic:getTemplatesV2TemplateTemplateVersionSpecVmSpecNic": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecNicBackingInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicBackingInfo"
          }
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecNicLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicLink"
          }
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfo"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "extId",
        "links",
        "networkInfos",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecNicBackingInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicBackingInfo": {
      "properties": {
        "isConnected": {
          "type": "boolean"
        },
        "macAddress": {
          "type": "string"
        },
        "model": {
          "type": "string"
        },
        "numQueues": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "macAddress",
        "model"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecNicLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfo": {
      "properties": {
        "ipv4Configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Config:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Config"
          }
        },
        "ipv4Infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Info:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Info"
          }
        },
        "networkFunctionChains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain"
          }
        },
        "networkFunctionNicType": {
          "type": "string"
        },
        "nicType": {
          "type": "string"
        },
        "shouldAllowUnknownMacs": {
          "type": "boolean"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoSubnet:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoSubnet"
          }
        },
        "trunkedVlans": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "vlanMode": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ipv4Configs",
        "ipv4Infos",
        "networkFunctionChains",
        "networkFunctionNicType",
        "nicType",
        "shouldAllowUnknownMacs",
        "subnets",
        "trunkedVlans",
        "vlanMode"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Config:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Config": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress"
          }
        },
        "secondaryIpAddressLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList"
          }
        },
        "shouldAssignIp": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "ipAddresses",
        "secondaryIpAddressLists",
        "shouldAssignIp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Info:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Info": {
      "properties": {
        "learnedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "learnedIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoSubnet:getTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoSubnet": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfo": {
      "properties": {
        "owners": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfoOwner:getTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfoOwner"
          }
        }
      },
      "type": "object",
      "required": [
        "owners"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfoOwner:getTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfoOwner": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDevice:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDevice": {
      "properties": {
        "assignedDeviceInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo"
          }
        },
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfo"
          }
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceLink"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "assignedDeviceInfos",
        "backingInfos",
        "extId",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo": {
      "properties": {
        "devices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice"
          }
        }
      },
      "type": "object",
      "required": [
        "devices"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice": {
      "properties": {
        "deviceExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "deviceExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfo:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfo": {
      "properties": {
        "pcieDeviceReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference"
          }
        }
      },
      "type": "object",
      "required": [
        "pcieDeviceReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference": {
      "properties": {
        "deviceExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "deviceExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyState:getTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyState": {
      "properties": {
        "policies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyStatePolicy:getTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyStatePolicy"
          }
        }
      },
      "type": "object",
      "required": [
        "policies"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyStatePolicy:getTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyStatePolicy": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPort:getTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPort": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        },
        "isConnected": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPortLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPortLink"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "index",
        "isConnected",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPortLink:getTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPortLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecSource:getTemplatesV2TemplateTemplateVersionSpecVmSpecSource": {
      "properties": {
        "entityType": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityType",
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        },
        "qosConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfigQosConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfigQosConfig"
          }
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled",
        "qosConfigs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfigQosConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfigQosConfig": {
      "properties": {
        "throttledIops": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "throttledIops"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateTemplateVersionSpecVmSpecVtpmConfig:getTemplatesV2TemplateTemplateVersionSpecVmSpecVtpmConfig": {
      "properties": {
        "isVtpmEnabled": {
          "type": "boolean"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "isVtpmEnabled",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateUpdatedBy:getTemplatesV2TemplateUpdatedBy": {
      "properties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateUpdatedByAdditionalAttribute:getTemplatesV2TemplateUpdatedByAdditionalAttribute"
          }
        },
        "creationType": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "displayName": {
          "type": "string"
        },
        "emailId": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "firstName": {
          "type": "string"
        },
        "idpId": {
          "type": "string"
        },
        "isForceResetPasswordEnabled": {
          "type": "boolean"
        },
        "lastName": {
          "type": "string"
        },
        "locale": {
          "type": "string"
        },
        "middleInitial": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "userType": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "additionalAttributes",
        "creationType",
        "description",
        "displayName",
        "emailId",
        "extId",
        "firstName",
        "idpId",
        "isForceResetPasswordEnabled",
        "lastName",
        "locale",
        "middleInitial",
        "password",
        "region",
        "status",
        "userType",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateUpdatedByAdditionalAttribute:getTemplatesV2TemplateUpdatedByAdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateUpdatedByAdditionalAttributeValue:getTemplatesV2TemplateUpdatedByAdditionalAttributeValue"
          }
        }
      },
      "type": "object",
      "required": [
        "name",
        "values"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateUpdatedByAdditionalAttributeValue:getTemplatesV2TemplateUpdatedByAdditionalAttributeValue": {
      "properties": {
        "boolean": {
          "type": "boolean"
        },
        "integer": {
          "type": "integer"
        },
        "integerLists": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "mapOfStrings": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetTemplatesV2TemplateUpdatedByAdditionalAttributeValueMapOfString:getTemplatesV2TemplateUpdatedByAdditionalAttributeValueMapOfString"
          }
        },
        "object": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "string": {
          "type": "string"
        },
        "stringLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "boolean",
        "integer",
        "integerLists",
        "mapOfStrings",
        "object",
        "string",
        "stringLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getTemplatesV2TemplateUpdatedByAdditionalAttributeValueMapOfString:getTemplatesV2TemplateUpdatedByAdditionalAttributeValueMapOfString": {
      "properties": {
        "map": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "map"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserAccessControlPolicyReferenceList:getUserAccessControlPolicyReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) The name for the user\n"
        },
        "uuid": {
          "type": "string",
          "description": "- (Optional) The UUID for the user.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserCategory:getUserCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- (Optional) The name for the user\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserDirectoryServiceUser:getUserDirectoryServiceUser": {
      "properties": {
        "defaultUserPrincipalName": {
          "type": "string"
        },
        "directoryServiceReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserDirectoryServiceUserDirectoryServiceReference:getUserDirectoryServiceUserDirectoryServiceReference"
          },
          "description": "- (Optional) The reference to a directory service. See #reference for to look the supported attributes.\n"
        },
        "userPrincipalName": {
          "type": "string",
          "description": "- (Optional) The UserPrincipalName of the user from the directory service.\n"
        }
      },
      "type": "object",
      "required": [
        "defaultUserPrincipalName",
        "directoryServiceReferences",
        "userPrincipalName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserDirectoryServiceUserDirectoryServiceReference:getUserDirectoryServiceUserDirectoryServiceReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) The name for the user\n"
        },
        "uuid": {
          "type": "string",
          "description": "- (Optional) The UUID for the user.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupAccessControlPolicyReferenceList:getUserGroupAccessControlPolicyReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupCategory:getUserGroupCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupDirectoryServiceUserGroup:getUserGroupDirectoryServiceUserGroup": {
      "properties": {
        "defaultUserPrincipalName": {
          "type": "string"
        },
        "directoryServiceReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserGroupDirectoryServiceUserGroupDirectoryServiceReference:getUserGroupDirectoryServiceUserGroupDirectoryServiceReference"
          },
          "description": "- The reference to a directory service. See #reference for to look the supported attributes.\n"
        },
        "distinguishedName": {
          "type": "string",
          "description": "- The Distinguished name for the user group\n"
        }
      },
      "type": "object",
      "required": [
        "defaultUserPrincipalName",
        "directoryServiceReferences",
        "distinguishedName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupDirectoryServiceUserGroupDirectoryServiceReference:getUserGroupDirectoryServiceUserGroupDirectoryServiceReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupProjectReferenceList:getUserGroupProjectReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupsEntity:getUserGroupsEntity": {
      "properties": {
        "accessControlPolicyReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserGroupsEntityAccessControlPolicyReferenceList:getUserGroupsEntityAccessControlPolicyReferenceList"
          },
          "description": "- List of ACP references. See #reference for more details.\n"
        },
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserGroupsEntityCategory:getUserGroupsEntityCategory"
          },
          "description": "- The Categories for the user group.\n"
        },
        "directoryServiceUserGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserGroupsEntityDirectoryServiceUserGroup:getUserGroupsEntityDirectoryServiceUserGroup"
          },
          "description": "- A Directory Service User Group.\n"
        },
        "displayName": {
          "type": "string",
          "description": "- The display name of the user group.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The user group kind metadata.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a project.\n"
        },
        "projectReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserGroupsEntityProjectReferenceList:getUserGroupsEntityProjectReferenceList"
          },
          "description": "- A list of projects the user is part of. See #reference for more details.\n"
        },
        "state": {
          "type": "string",
          "description": "- The state of the entity.\n"
        },
        "userGroupType": {
          "type": "string",
          "description": "- The type of the user group.\n"
        }
      },
      "type": "object",
      "required": [
        "accessControlPolicyReferenceLists",
        "apiVersion",
        "categories",
        "directoryServiceUserGroups",
        "displayName",
        "metadata",
        "ownerReference",
        "projectReferenceLists",
        "state",
        "userGroupType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupsEntityAccessControlPolicyReferenceList:getUserGroupsEntityAccessControlPolicyReferenceList": {
      "properties": {
        "kind": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "uuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupsEntityCategory:getUserGroupsEntityCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the key name.\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupsEntityDirectoryServiceUserGroup:getUserGroupsEntityDirectoryServiceUserGroup": {
      "properties": {
        "defaultUserPrincipalName": {
          "type": "string"
        },
        "directoryServiceReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserGroupsEntityDirectoryServiceUserGroupDirectoryServiceReference:getUserGroupsEntityDirectoryServiceUserGroupDirectoryServiceReference"
          },
          "description": "- The reference to a directory service. See #reference for to look the supported attributes.\n"
        },
        "distinguishedName": {
          "type": "string",
          "description": "- The Distinguished name for the user group\n"
        }
      },
      "type": "object",
      "required": [
        "defaultUserPrincipalName",
        "directoryServiceReferences",
        "distinguishedName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupsEntityDirectoryServiceUserGroupDirectoryServiceReference:getUserGroupsEntityDirectoryServiceUserGroupDirectoryServiceReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n\nFor <span pulumi-lang-nodejs=\"`accessControlPolicyReferenceList`\" pulumi-lang-dotnet=\"`AccessControlPolicyReferenceList`\" pulumi-lang-go=\"`accessControlPolicyReferenceList`\" pulumi-lang-python=\"`access_control_policy_reference_list`\" pulumi-lang-yaml=\"`accessControlPolicyReferenceList`\" pulumi-lang-java=\"`accessControlPolicyReferenceList`\">`access_control_policy_reference_list`</span> and <span pulumi-lang-nodejs=\"`projectReferenceList`\" pulumi-lang-dotnet=\"`ProjectReferenceList`\" pulumi-lang-go=\"`projectReferenceList`\" pulumi-lang-python=\"`project_reference_list`\" pulumi-lang-yaml=\"`projectReferenceList`\" pulumi-lang-java=\"`projectReferenceList`\">`project_reference_list`</span> are the same as reference but used as list.\n\nSee detailed information in [Nutanix Users](https://www.nutanix.dev/api_references/prism-central-v3/#/6016c890e9122-get-a-list-of-existing-user-groups).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupsEntityProjectReferenceList:getUserGroupsEntityProjectReferenceList": {
      "properties": {
        "kind": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "uuid": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupsMetadata:getUserGroupsMetadata": {
      "properties": {
        "filter": {
          "type": "string"
        },
        "kind": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "offset": {
          "type": "integer"
        },
        "sortAttribute": {
          "type": "string"
        },
        "sortOrder": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "filter",
        "kind",
        "length",
        "offset",
        "sortAttribute",
        "sortOrder"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserGroupsV2UserGroup:getUserGroupsV2UserGroup": {
      "properties": {
        "createdBy": {
          "type": "string",
          "description": "- User or Service who created the User Group.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- Creation time of the User Group.\n"
        },
        "distinguishedName": {
          "type": "string",
          "description": "- Identifier for the User Group in the form of a distinguished name.\n"
        },
        "extId": {
          "type": "string",
          "description": "The External Identifier of the User Group.\n"
        },
        "groupType": {
          "type": "string",
          "description": "- Type of the User Group. LDAP (User Group belonging to a Directory Service (Open LDAP/AD)),  SAML (User Group belonging to a SAML IDP.)\n"
        },
        "idpId": {
          "type": "string",
          "description": "- Identifier of the IDP for the User Group.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "- Last updated time of the User Group.\n"
        },
        "name": {
          "type": "string",
          "description": "- Common Name of the User Group.\n"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "createdTime",
        "distinguishedName",
        "extId",
        "groupType",
        "idpId",
        "lastUpdatedTime",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserIdentityProviderUser:getUserIdentityProviderUser": {
      "properties": {
        "identityProviderReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserIdentityProviderUserIdentityProviderReference:getUserIdentityProviderUserIdentityProviderReference"
          },
          "description": "- (Optional) The reference to a identity provider. See #reference for to look the supported attributes.\n"
        },
        "username": {
          "type": "string",
          "description": "- (Optional) The username from identity provider. Name ID for SAML Identity Provider.\n"
        }
      },
      "type": "object",
      "required": [
        "identityProviderReferences",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserIdentityProviderUserIdentityProviderReference:getUserIdentityProviderUserIdentityProviderReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) The name for the user\n"
        },
        "uuid": {
          "type": "string",
          "description": "- (Optional) The UUID for the user.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserKeyV2KeyDetail:getUserKeyV2KeyDetail": {
      "properties": {
        "apiKeyDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserKeyV2KeyDetailApiKeyDetail:getUserKeyV2KeyDetailApiKeyDetail"
          }
        },
        "objectKeyDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserKeyV2KeyDetailObjectKeyDetail:getUserKeyV2KeyDetailObjectKeyDetail"
          }
        }
      },
      "type": "object",
      "required": [
        "apiKeyDetails",
        "objectKeyDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserKeyV2KeyDetailApiKeyDetail:getUserKeyV2KeyDetailApiKeyDetail": {
      "properties": {
        "apiKey": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "apiKey"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserKeyV2KeyDetailObjectKeyDetail:getUserKeyV2KeyDetailObjectKeyDetail": {
      "properties": {
        "accessKey": {
          "type": "string"
        },
        "secretKey": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "accessKey",
        "secretKey"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserKeyV2Link:getUserKeyV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserKeysV2Key:getUserKeysV2Key": {
      "properties": {
        "assignedTo": {
          "type": "string",
          "description": "- External client to whom the given key is allocated.\n"
        },
        "createdBy": {
          "type": "string",
          "description": "- User or service who created the key.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- The creation time of the key.\n"
        },
        "creationType": {
          "type": "string",
          "description": "- The creation mechanism of this entity.\n"
        },
        "description": {
          "type": "string",
          "description": "- Brief description of the key.\n"
        },
        "expiryTime": {
          "type": "string",
          "description": "- The time when the key will expire.\n"
        },
        "extId": {
          "type": "string",
          "description": "The External Identifier of the User Group.\n"
        },
        "keyDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserKeysV2KeyKeyDetail:getUserKeysV2KeyKeyDetail"
          },
          "description": "- Details specific to type of the key.\n"
        },
        "keyType": {
          "type": "string",
          "description": "- The type of key.\n"
        },
        "lastUpdatedBy": {
          "type": "string",
          "description": "- User who updated the key.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "- The time when the key was updated.\n"
        },
        "lastUsedTime": {
          "type": "string",
          "description": "- The time when the key was last used.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserKeysV2KeyLink:getUserKeysV2KeyLink"
          },
          "description": "- 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.\n"
        },
        "name": {
          "type": "string",
          "description": "- Identifier for the key in the form of a name.\n"
        },
        "status": {
          "type": "string",
          "description": "- The status of the key.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        },
        "userExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "assignedTo",
        "createdBy",
        "createdTime",
        "creationType",
        "expiryTime",
        "extId",
        "keyDetails",
        "keyType",
        "lastUpdatedBy",
        "lastUpdatedTime",
        "lastUsedTime",
        "links",
        "name",
        "status",
        "tenantId",
        "userExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserKeysV2KeyKeyDetail:getUserKeysV2KeyKeyDetail": {
      "properties": {
        "apiKeyDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserKeysV2KeyKeyDetailApiKeyDetail:getUserKeysV2KeyKeyDetailApiKeyDetail"
          }
        },
        "objectKeyDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserKeysV2KeyKeyDetailObjectKeyDetail:getUserKeysV2KeyKeyDetailObjectKeyDetail"
          }
        }
      },
      "type": "object",
      "required": [
        "apiKeyDetails",
        "objectKeyDetails"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserKeysV2KeyKeyDetailApiKeyDetail:getUserKeysV2KeyKeyDetailApiKeyDetail": {
      "properties": {
        "apiKey": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "apiKey"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserKeysV2KeyKeyDetailObjectKeyDetail:getUserKeysV2KeyKeyDetailObjectKeyDetail": {
      "properties": {
        "accessKey": {
          "type": "string"
        },
        "secretKey": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "accessKey",
        "secretKey"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserKeysV2KeyLink:getUserKeysV2KeyLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserProjectReferenceList:getUserProjectReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) The name for the user\n"
        },
        "uuid": {
          "type": "string",
          "description": "- (Optional) The UUID for the user.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserV2AdditionalAttribute:getUserV2AdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "value": {
          "type": "integer",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserV2BucketsAccessKey:getUserV2BucketsAccessKey": {
      "properties": {
        "accessKeyName": {
          "type": "string",
          "description": "- Name of the Bucket Access Key.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- Creation time for the Bucket Access Key.\n"
        },
        "extId": {
          "type": "string",
          "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUserV2BucketsAccessKeyLink:getUserV2BucketsAccessKeyLink"
          },
          "description": "- 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.\n"
        },
        "secretAccessKey": {
          "type": "string",
          "description": "- Secret Access Key, it will be returned only during Bucket Access Key creation.\n"
        },
        "userId": {
          "type": "string",
          "description": "- User Identifier who owns the Bucket Access Key.\n"
        }
      },
      "type": "object",
      "required": [
        "accessKeyName",
        "createdTime",
        "extId",
        "links",
        "secretAccessKey",
        "userId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserV2BucketsAccessKeyLink:getUserV2BucketsAccessKeyLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUserV2Link:getUserV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersEntity:getUsersEntity": {
      "properties": {
        "accessControlPolicyReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUsersEntityAccessControlPolicyReferenceList:getUsersEntityAccessControlPolicyReferenceList"
          },
          "description": "- List of ACP references. See #reference for more details.\n"
        },
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUsersEntityCategory:getUsersEntityCategory"
          },
          "description": "- (Optional) Categories for the user.\n"
        },
        "directoryServiceUsers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUsersEntityDirectoryServiceUser:getUsersEntityDirectoryServiceUser"
          },
          "description": "- (Optional) The directory service user configuration. See below for more information.\n"
        },
        "displayName": {
          "type": "string",
          "description": "- The display name of the user (common name) provided by the directory service.\n"
        },
        "identityProviderUsers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUsersEntityIdentityProviderUser:getUsersEntityIdentityProviderUser"
          },
          "description": "- (Optional) (Optional) The identity provider user configuration. See below for more information.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The user kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        },
        "projectReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUsersEntityProjectReferenceList:getUsersEntityProjectReferenceList"
          },
          "description": "- A list of projects the user is part of. See #reference for more details.\n"
        },
        "state": {
          "type": "string",
          "description": "- The state of the entity.\n"
        },
        "userType": {
          "type": "string",
          "description": "- The name of the user.\n"
        }
      },
      "type": "object",
      "required": [
        "accessControlPolicyReferenceLists",
        "apiVersion",
        "categories",
        "directoryServiceUsers",
        "displayName",
        "identityProviderUsers",
        "metadata",
        "name",
        "ownerReference",
        "projectReferenceLists",
        "state",
        "userType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersEntityAccessControlPolicyReferenceList:getUsersEntityAccessControlPolicyReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersEntityCategory:getUsersEntityCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersEntityDirectoryServiceUser:getUsersEntityDirectoryServiceUser": {
      "properties": {
        "defaultUserPrincipalName": {
          "type": "string"
        },
        "directoryServiceReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUsersEntityDirectoryServiceUserDirectoryServiceReference:getUsersEntityDirectoryServiceUserDirectoryServiceReference"
          },
          "description": "- (Optional) The reference to a directory service. See #reference for to look the supported attributes.\n"
        },
        "userPrincipalName": {
          "type": "string",
          "description": "- (Optional) The UserPrincipalName of the user from the directory service.\n"
        }
      },
      "type": "object",
      "required": [
        "defaultUserPrincipalName",
        "directoryServiceReferences",
        "userPrincipalName"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersEntityDirectoryServiceUserDirectoryServiceReference:getUsersEntityDirectoryServiceUserDirectoryServiceReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersEntityIdentityProviderUser:getUsersEntityIdentityProviderUser": {
      "properties": {
        "identityProviderReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUsersEntityIdentityProviderUserIdentityProviderReference:getUsersEntityIdentityProviderUserIdentityProviderReference"
          },
          "description": "- (Optional) The reference to a identity provider. See #reference for to look the supported attributes.\n"
        },
        "username": {
          "type": "string",
          "description": "- (Optional) The username from identity provider. Name ID for SAML Identity Provider.\n"
        }
      },
      "type": "object",
      "required": [
        "identityProviderReferences",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersEntityIdentityProviderUserIdentityProviderReference:getUsersEntityIdentityProviderUserIdentityProviderReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersEntityProjectReferenceList:getUsersEntityProjectReferenceList": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID(Required).\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersMetadata:getUsersMetadata": {
      "properties": {
        "filter": {
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "- The kind name. (Default depends on the resource you are referencing)\n"
        },
        "length": {
          "type": "integer"
        },
        "offset": {
          "type": "integer"
        },
        "sortAttribute": {
          "type": "string"
        },
        "sortOrder": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "filter",
        "kind",
        "length",
        "offset",
        "sortAttribute",
        "sortOrder"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersV2User:getUsersV2User": {
      "properties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUsersV2UserAdditionalAttribute:getUsersV2UserAdditionalAttribute"
          },
          "description": "-  Any additional attribute for the User.\n"
        },
        "bucketsAccessKeys": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUsersV2UserBucketsAccessKey:getUsersV2UserBucketsAccessKey"
          },
          "description": "- Bucket Access Keys for the User.\n"
        },
        "createdBy": {
          "type": "string",
          "description": "- User or Service who created the User.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- Creation time for the Bucket Access Key.\n"
        },
        "description": {
          "type": "string",
          "description": "- Description of the user.\n"
        },
        "displayName": {
          "type": "string",
          "description": "- Display name for the User.\n"
        },
        "emailId": {
          "type": "string",
          "description": "- Email Id for the User.\n"
        },
        "extId": {
          "type": "string",
          "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "firstName": {
          "type": "string",
          "description": "- First name for the User.\n"
        },
        "idpId": {
          "type": "string",
          "description": "- Identifier of the IDP for the User.\n"
        },
        "isForceResetPassword": {
          "type": "boolean",
          "description": "- Flag to force the User to reset password.\n"
        },
        "lastLoginTime": {
          "type": "string",
          "description": "- Last successful logged in time for the User.\n"
        },
        "lastName": {
          "type": "string",
          "description": "- Last name for the User.\n"
        },
        "lastUpdatedBy": {
          "type": "string",
          "description": "- Last updated by this User ID.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "- Last updated time of the User.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUsersV2UserLink:getUsersV2UserLink"
          },
          "description": "- 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.\n"
        },
        "locale": {
          "type": "string",
          "description": "- Default locale for the User.\n"
        },
        "middleInitial": {
          "type": "string",
          "description": "- Middle name for the User.\n"
        },
        "region": {
          "type": "string",
          "description": "- Default Region for the User.\n"
        },
        "status": {
          "type": "string",
          "description": "- Status of the User. `ACTIVE`: Denotes that the local User is active. `INACTIVE`: Denotes that the local User is inactive and needs to be reactivated.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        },
        "userType": {
          "type": "string",
          "description": "- Enum: `$UNKNOWN` `$REDACTED` `LOCAL` `SAML` `LDAP` `EXTERNAL`\nType of the User.\n"
        },
        "username": {
          "type": "string",
          "description": "- Identifier for the User in the form an email address.\n"
        }
      },
      "type": "object",
      "required": [
        "additionalAttributes",
        "bucketsAccessKeys",
        "createdBy",
        "createdTime",
        "description",
        "displayName",
        "emailId",
        "extId",
        "firstName",
        "idpId",
        "isForceResetPassword",
        "lastLoginTime",
        "lastName",
        "lastUpdatedBy",
        "lastUpdatedTime",
        "links",
        "locale",
        "middleInitial",
        "region",
        "status",
        "tenantId",
        "userType",
        "username"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersV2UserAdditionalAttribute:getUsersV2UserAdditionalAttribute": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "value": {
          "type": "integer",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersV2UserBucketsAccessKey:getUsersV2UserBucketsAccessKey": {
      "properties": {
        "accessKeyName": {
          "type": "string",
          "description": "- Name of the Bucket Access Key.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- Creation time for the Bucket Access Key.\n"
        },
        "extId": {
          "type": "string",
          "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetUsersV2UserBucketsAccessKeyLink:getUsersV2UserBucketsAccessKeyLink"
          },
          "description": "- 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.\n"
        },
        "secretAccessKey": {
          "type": "string",
          "description": "- Secret Access Key, it will be returned only during Bucket Access Key creation.\n"
        },
        "userId": {
          "type": "string",
          "description": "- User Identifier who owns the Bucket Access Key.\n"
        }
      },
      "type": "object",
      "required": [
        "accessKeyName",
        "createdTime",
        "extId",
        "links",
        "secretAccessKey",
        "userId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersV2UserBucketsAccessKeyLink:getUsersV2UserBucketsAccessKeyLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getUsersV2UserLink:getUsersV2UserLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineCategory:getVirtualMachineCategory": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "value": {
          "type": "string",
          "description": "- value of the key.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineDiskList:getVirtualMachineDiskList": {
      "properties": {
        "dataSourceReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to a data source.\n"
        },
        "deviceProperties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineDiskListDeviceProperty:getVirtualMachineDiskListDeviceProperty"
          },
          "description": "Properties to a device.\n"
        },
        "diskSizeBytes": {
          "type": "integer",
          "description": "Size of the disk in Bytes.\n"
        },
        "diskSizeMib": {
          "type": "integer",
          "description": "Size of the disk in MiB. Must match the size specified in 'disk_size_bytes' - rounded up to the nearest MiB - when that field is present.\n"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineDiskListStorageConfig:getVirtualMachineDiskListStorageConfig"
          }
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        },
        "volumeGroupReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to a volume group.\n"
        }
      },
      "type": "object",
      "required": [
        "dataSourceReference",
        "deviceProperties",
        "diskSizeBytes",
        "diskSizeMib",
        "storageConfigs",
        "uuid",
        "volumeGroupReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineDiskListDeviceProperty:getVirtualMachineDiskListDeviceProperty": {
      "properties": {
        "deviceType": {
          "type": "string",
          "description": "- A Disk type (default: DISK).\n"
        },
        "diskAddress": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Address of disk to boot from.\n"
        }
      },
      "type": "object",
      "required": [
        "deviceType",
        "diskAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineDiskListStorageConfig:getVirtualMachineDiskListStorageConfig": {
      "properties": {
        "flashMode": {
          "type": "string",
          "description": "- State of the storage policy to pin virtual disks to the hot tier. When specified as a VM attribute, the storage policy applies to all virtual disks of the VM unless overridden by the same attribute specified for a virtual disk.\n"
        },
        "storageContainerReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineDiskListStorageConfigStorageContainerReference:getVirtualMachineDiskListStorageConfigStorageContainerReference"
          },
          "description": "- Reference to a kind. Either one of (kind, uuid) or url needs to be specified.\n* `storage_container_reference.#.url`: - GET query on the URL will provide information on the source.\n* `storage_container_reference.#.kind`: - kind of the container reference\n* `storage_container_reference.#.name`: - name of the container reference\n* `storage_container_reference.#.uuid`: - uiid of the container reference\n"
        }
      },
      "type": "object",
      "required": [
        "flashMode",
        "storageContainerReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineDiskListStorageConfigStorageContainerReference:getVirtualMachineDiskListStorageConfigStorageContainerReference": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "url": {
          "type": "string"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "kind",
        "name",
        "url",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineGpuList:getVirtualMachineGpuList": {
      "properties": {
        "deviceId": {
          "type": "integer",
          "description": "- (Computed) The device ID of the GPU.\n"
        },
        "fraction": {
          "type": "integer",
          "description": "Fraction of the physical GPU assigned.\n"
        },
        "frameBufferSizeMib": {
          "type": "integer",
          "description": "- GPU frame buffer size in MiB.\n"
        },
        "guestDriverVersion": {
          "type": "string",
          "description": "- Last determined guest driver version.\n"
        },
        "mode": {
          "type": "string",
          "description": "- The mode of this GPU.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "numVirtualDisplayHeads": {
          "type": "integer",
          "description": "- Number of supported virtual display heads.\n"
        },
        "pciAddress": {
          "type": "string",
          "description": "GPU {segment:bus:device:function} (sbdf) address if assigned.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        },
        "vendor": {
          "type": "string",
          "description": "- The vendor of the GPU.\n* `UUID`: - UUID of the GPU.\n"
        }
      },
      "type": "object",
      "required": [
        "deviceId",
        "fraction",
        "frameBufferSizeMib",
        "guestDriverVersion",
        "mode",
        "name",
        "numVirtualDisplayHeads",
        "pciAddress",
        "uuid",
        "vendor"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineMessageList:getVirtualMachineMessageList": {
      "properties": {
        "details": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "message": {
          "type": "string"
        },
        "reason": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "details",
        "message",
        "reason"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineNicList:getVirtualMachineNicList": {
      "properties": {
        "floatingIp": {
          "type": "string",
          "description": "-  The Floating IP associated with the vnic.\n"
        },
        "ipEndpointLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineNicListIpEndpointList:getVirtualMachineNicListIpEndpointList"
          },
          "description": "- IP endpoints for the adapter. Currently, IPv4 addresses are supported.\n"
        },
        "isConnected": {
          "type": "string",
          "description": "- Indicates whether the serial port connection is connected or not (<span pulumi-lang-nodejs=\"`true`\" pulumi-lang-dotnet=\"`True`\" pulumi-lang-go=\"`true`\" pulumi-lang-python=\"`true`\" pulumi-lang-yaml=\"`true`\" pulumi-lang-java=\"`true`\">`true`</span> or <span pulumi-lang-nodejs=\"`false`\" pulumi-lang-dotnet=\"`False`\" pulumi-lang-go=\"`false`\" pulumi-lang-python=\"`false`\" pulumi-lang-yaml=\"`false`\" pulumi-lang-java=\"`false`\">`false`</span>).\n"
        },
        "macAddress": {
          "type": "string",
          "description": "- The MAC address for the adapter.\n"
        },
        "model": {
          "type": "string",
          "description": "- The model of this NIC. (Options : VIRTIO , E1000).\n"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The reference to a network_function_chain.\n"
        },
        "networkFunctionNicType": {
          "type": "string",
          "description": "- The type of this Network function NIC. Defaults to INGRESS. (Options : INGRESS , EGRESS , TAP).\n"
        },
        "nicType": {
          "type": "string",
          "description": "- The type of this NIC. Defaults to NORMAL_NIC. (Options : NORMAL_NIC , DIRECT_NIC , NETWORK_FUNCTION_NIC).\n"
        },
        "numQueues": {
          "type": "integer",
          "description": "- The number of tx/rx queue pairs for this NIC.\n"
        },
        "subnetName": {
          "type": "string",
          "description": "- The name of the subnet reference to.\n"
        },
        "subnetUuid": {
          "type": "string",
          "description": "- The reference to a subnet.\n"
        },
        "uuid": {
          "type": "string",
          "description": "- the UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "floatingIp",
        "ipEndpointLists",
        "isConnected",
        "macAddress",
        "model",
        "networkFunctionChainReference",
        "networkFunctionNicType",
        "nicType",
        "numQueues",
        "subnetName",
        "subnetUuid",
        "uuid"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineNicListIpEndpointList:getVirtualMachineNicListIpEndpointList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "- Address string.\n"
        },
        "type": {
          "type": "string",
          "description": "- Address type. It can only be \"ASSIGNED\" in the spec. If no type is specified in the spec, the default type is set to \"ASSIGNED\". (Options : ASSIGNED , LEARNED)\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "type"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineSerialPortList:getVirtualMachineSerialPortList": {
      "properties": {
        "index": {
          "type": "integer",
          "description": "- Index of the serial port (int).\n"
        },
        "isConnected": {
          "type": "boolean",
          "description": "- Indicates whether the serial port connection is connected or not (<span pulumi-lang-nodejs=\"`true`\" pulumi-lang-dotnet=\"`True`\" pulumi-lang-go=\"`true`\" pulumi-lang-python=\"`true`\" pulumi-lang-yaml=\"`true`\" pulumi-lang-java=\"`true`\">`true`</span> or <span pulumi-lang-nodejs=\"`false`\" pulumi-lang-dotnet=\"`False`\" pulumi-lang-go=\"`false`\" pulumi-lang-python=\"`false`\" pulumi-lang-yaml=\"`false`\" pulumi-lang-java=\"`false`\">`false`</span>).\n"
        }
      },
      "type": "object",
      "required": [
        "index",
        "isConnected"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2ApcConfig:getVirtualMachineV2ApcConfig": {
      "properties": {
        "cpuModels": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2ApcConfigCpuModel:getVirtualMachineV2ApcConfigCpuModel"
          },
          "description": "CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information\n"
        },
        "isApcEnabled": {
          "type": "boolean",
          "description": "If enabled, the selected CPU model will be retained across live and cold migrations of the VM.\n"
        }
      },
      "type": "object",
      "required": [
        "cpuModels",
        "isApcEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2ApcConfigCpuModel:getVirtualMachineV2ApcConfigCpuModel": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the CPU model associated with the VM.\n"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2AvailabilityZone:getVirtualMachineV2AvailabilityZone": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfig:getVirtualMachineV2BootConfig": {
      "properties": {
        "legacyBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigLegacyBoot:getVirtualMachineV2BootConfigLegacyBoot"
          },
          "description": "LegacyBoot config Object\n"
        },
        "uefiBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBoot:getVirtualMachineV2BootConfigUefiBoot"
          },
          "description": "UefiBoot config Object\n"
        }
      },
      "type": "object",
      "required": [
        "legacyBoots",
        "uefiBoots"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigLegacyBoot:getVirtualMachineV2BootConfigLegacyBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigLegacyBootBootDevice:getVirtualMachineV2BootConfigLegacyBootBootDevice"
          },
          "description": "Boot Device object\n"
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.\n"
        }
      },
      "type": "object",
      "required": [
        "bootDevices",
        "bootOrders"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigLegacyBootBootDevice:getVirtualMachineV2BootConfigLegacyBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDisk:getVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDisk"
          },
          "description": "Disk address.\n"
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceNic:getVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceNic"
          },
          "description": "Disk Nic address.\n"
        }
      },
      "type": "object",
      "required": [
        "bootDeviceDisks",
        "bootDeviceNics"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDisk:getVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:getVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress"
          },
          "description": "Virtual Machine disk (VM disk).\n"
        }
      },
      "type": "object",
      "required": [
        "diskAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:getVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceNic:getVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string",
          "description": "mac address\n"
        }
      },
      "type": "object",
      "required": [
        "macAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBoot:getVirtualMachineV2BootConfigUefiBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootBootDevice:getVirtualMachineV2BootConfigUefiBootBootDevice"
          },
          "description": "Boot Device object\n"
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.\n"
        },
        "isSecureBootEnabled": {
          "type": "boolean",
          "description": "Indicate whether to enable secure boot or not\n"
        },
        "nvramDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootNvramDevice:getVirtualMachineV2BootConfigUefiBootNvramDevice"
          },
          "description": "Configuration for NVRAM to be presented to the VM.\n"
        }
      },
      "type": "object",
      "required": [
        "bootDevices",
        "bootOrders",
        "isSecureBootEnabled",
        "nvramDevices"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootBootDevice:getVirtualMachineV2BootConfigUefiBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDisk:getVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDisk"
          },
          "description": "Disk address.\n"
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceNic:getVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceNic"
          },
          "description": "Disk Nic address.\n"
        }
      },
      "type": "object",
      "required": [
        "bootDeviceDisks",
        "bootDeviceNics"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDisk:getVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:getVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress"
          },
          "description": "Virtual Machine disk (VM disk).\n"
        }
      },
      "type": "object",
      "required": [
        "diskAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:getVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceNic:getVirtualMachineV2BootConfigUefiBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string",
          "description": "mac address\n"
        }
      },
      "type": "object",
      "required": [
        "macAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootNvramDevice:getVirtualMachineV2BootConfigUefiBootNvramDevice": {
      "properties": {
        "backingStorageInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfo:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfo"
          },
          "description": "Storage provided by Nutanix ADSF\n"
        }
      },
      "type": "object",
      "required": [
        "backingStorageInfos"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfo:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource"
          },
          "description": "A reference to a disk or image that contains the contents of a disk.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "diskSizeBytes": {
          "type": "integer",
          "description": "Size of the disk in Bytes\n"
        },
        "isMigrationInProgress": {
          "type": "boolean",
          "description": "Indicates if the disk is undergoing migration to another container.\n"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig"
          },
          "description": "Storage configuration for VM disks\n"
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer"
          },
          "description": "This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference"
          },
          "description": "Reference to image or vm disk\n"
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference"
          },
          "description": "Image Reference\n"
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference"
          },
          "description": "Vm Disk Reference\n"
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string",
          "description": "The globally unique identifier of an image. It should be of type UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          },
          "description": "Disk address.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference"
          },
          "description": "This is a reference to a VM.\n"
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:getVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2Category:getVirtualMachineV2Category": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2CdRom:getVirtualMachineV2CdRom": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2CdRomBackingInfo:getVirtualMachineV2CdRomBackingInfo"
          },
          "description": "Defines a NIC emulated by the hypervisor\n"
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2CdRomDiskAddress:getVirtualMachineV2CdRomDiskAddress"
          },
          "description": "Virtual Machine disk (VM disk).\n"
        },
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        },
        "isoType": {
          "type": "string",
          "description": "Type of ISO image inserted in CD-ROM\n"
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "diskAddresses",
        "extId",
        "isoType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2CdRomBackingInfo:getVirtualMachineV2CdRomBackingInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2CdRomBackingInfoDataSource:getVirtualMachineV2CdRomBackingInfoDataSource"
          },
          "description": "A reference to a disk or image that contains the contents of a disk.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "diskSizeBytes": {
          "type": "integer",
          "description": "Size of the disk in Bytes\n"
        },
        "isMigrationInProgress": {
          "type": "boolean",
          "description": "Indicates if the disk is undergoing migration to another container.\n"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2CdRomBackingInfoStorageConfig:getVirtualMachineV2CdRomBackingInfoStorageConfig"
          },
          "description": "Storage configuration for VM disks\n"
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2CdRomBackingInfoStorageContainer:getVirtualMachineV2CdRomBackingInfoStorageContainer"
          },
          "description": "This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2CdRomBackingInfoDataSource:getVirtualMachineV2CdRomBackingInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2CdRomBackingInfoDataSourceReference:getVirtualMachineV2CdRomBackingInfoDataSourceReference"
          },
          "description": "Reference to image or vm disk\n"
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2CdRomBackingInfoDataSourceReference:getVirtualMachineV2CdRomBackingInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2CdRomBackingInfoDataSourceReferenceImageReference:getVirtualMachineV2CdRomBackingInfoDataSourceReferenceImageReference"
          },
          "description": "Image Reference\n"
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReference:getVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReference"
          },
          "description": "Vm Disk Reference\n"
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2CdRomBackingInfoDataSourceReferenceImageReference:getVirtualMachineV2CdRomBackingInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string",
          "description": "The globally unique identifier of an image. It should be of type UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReference:getVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          },
          "description": "Disk address.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference"
          },
          "description": "This is a reference to a VM.\n"
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2CdRomBackingInfoStorageConfig:getVirtualMachineV2CdRomBackingInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2CdRomBackingInfoStorageContainer:getVirtualMachineV2CdRomBackingInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2CdRomDiskAddress:getVirtualMachineV2CdRomDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2Cluster:getVirtualMachineV2Cluster": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2Disk:getVirtualMachineV2Disk": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskBackingInfo:getVirtualMachineV2DiskBackingInfo"
          },
          "description": "Defines a NIC emulated by the hypervisor\n"
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskDiskAddress:getVirtualMachineV2DiskDiskAddress"
          },
          "description": "Virtual Machine disk (VM disk).\n"
        },
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "diskAddresses",
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskBackingInfo:getVirtualMachineV2DiskBackingInfo": {
      "properties": {
        "adfsVolumeGroupReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskBackingInfoAdfsVolumeGroupReference:getVirtualMachineV2DiskBackingInfoAdfsVolumeGroupReference"
          },
          "description": "Volume Group Reference\n"
        },
        "vmDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskBackingInfoVmDisk:getVirtualMachineV2DiskBackingInfoVmDisk"
          },
          "description": "backing Info for vmDisk\n"
        }
      },
      "type": "object",
      "required": [
        "adfsVolumeGroupReferences",
        "vmDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskBackingInfoAdfsVolumeGroupReference:getVirtualMachineV2DiskBackingInfoAdfsVolumeGroupReference": {
      "properties": {
        "volumeGroupExtId": {
          "type": "string",
          "description": "The globally unique identifier of an ADSF volume group. It should be of type UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "volumeGroupExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskBackingInfoVmDisk:getVirtualMachineV2DiskBackingInfoVmDisk": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskBackingInfoVmDiskDataSource:getVirtualMachineV2DiskBackingInfoVmDiskDataSource"
          },
          "description": "A reference to a disk or image that contains the contents of a disk.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "diskSizeBytes": {
          "type": "integer",
          "description": "Size of the disk in Bytes\n"
        },
        "isMigrationInProgress": {
          "type": "boolean",
          "description": "Indicates if the disk is undergoing migration to another container.\n"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskBackingInfoVmDiskStorageConfig:getVirtualMachineV2DiskBackingInfoVmDiskStorageConfig"
          },
          "description": "Storage configuration for VM disks\n"
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskBackingInfoVmDiskStorageContainer:getVirtualMachineV2DiskBackingInfoVmDiskStorageContainer"
          },
          "description": "This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.\n"
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskBackingInfoVmDiskDataSource:getVirtualMachineV2DiskBackingInfoVmDiskDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReference:getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReference"
          },
          "description": "Reference to image or vm disk\n"
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReference:getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReference:getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReference"
          },
          "description": "Image Reference\n"
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference"
          },
          "description": "Vm Disk Reference\n"
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReference:getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string",
          "description": "The globally unique identifier of an image. It should be of type UUID.\n"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress"
          },
          "description": "Disk address.\n"
        },
        "diskExtId": {
          "type": "string",
          "description": "The globally unique identifier of a VM disk. It should be of type UUID.\n"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference"
          },
          "description": "This is a reference to a VM.\n"
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskBackingInfoVmDiskStorageConfig:getVirtualMachineV2DiskBackingInfoVmDiskStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskBackingInfoVmDiskStorageContainer:getVirtualMachineV2DiskBackingInfoVmDiskStorageContainer": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2DiskDiskAddress:getVirtualMachineV2DiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string",
          "description": "Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).\n"
        },
        "index": {
          "type": "integer",
          "description": "Device index on the bus. This field is ignored unless the bus details are specified.\n"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2Gpus:getVirtualMachineV2Gpus": {
      "properties": {
        "deviceId": {
          "type": "integer",
          "description": "The device Id of the GPU.\n"
        },
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        },
        "fraction": {
          "type": "integer",
          "description": "Fraction of the physical GPU assigned.\n"
        },
        "frameBufferSizeBytes": {
          "type": "integer",
          "description": "GPU frame buffer size in bytes.\n"
        },
        "guestDriverVersion": {
          "type": "string",
          "description": "Last determined guest driver version.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GpusLink:getVirtualMachineV2GpusLink"
          },
          "description": "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.\n"
        },
        "mode": {
          "type": "string",
          "description": "The mode of this GPU.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the GPU resource.\n"
        },
        "numVirtualDisplayHeads": {
          "type": "integer",
          "description": "Number of supported virtual display heads.\n"
        },
        "pciAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GpusPciAddress:getVirtualMachineV2GpusPciAddress"
          },
          "description": "The (S)egment:(B)us:(D)evice.(F)unction hardware address. See\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        },
        "vendor": {
          "type": "string",
          "description": "The vendor of the GPU.\n"
        }
      },
      "type": "object",
      "required": [
        "deviceId",
        "extId",
        "fraction",
        "frameBufferSizeBytes",
        "guestDriverVersion",
        "links",
        "mode",
        "name",
        "numVirtualDisplayHeads",
        "pciAddresses",
        "tenantId",
        "vendor"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GpusLink:getVirtualMachineV2GpusLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GpusPciAddress:getVirtualMachineV2GpusPciAddress": {
      "properties": {
        "bus": {
          "type": "integer"
        },
        "device": {
          "type": "integer"
        },
        "func": {
          "type": "integer"
        },
        "segment": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "bus",
        "device",
        "func",
        "segment"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomization:getVirtualMachineV2GuestCustomization": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GuestCustomizationConfig:getVirtualMachineV2GuestCustomizationConfig"
          },
          "description": "The Nutanix Guest Tools customization settings.\n"
        }
      },
      "type": "object",
      "required": [
        "configs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomizationConfig:getVirtualMachineV2GuestCustomizationConfig": {
      "properties": {
        "cloudInits": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GuestCustomizationConfigCloudInit:getVirtualMachineV2GuestCustomizationConfigCloudInit"
          },
          "description": "CloudInit Config\n"
        },
        "syspreps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GuestCustomizationConfigSysprep:getVirtualMachineV2GuestCustomizationConfigSysprep"
          },
          "description": "Sysprep config\n"
        }
      },
      "type": "object",
      "required": [
        "cloudInits",
        "syspreps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomizationConfigCloudInit:getVirtualMachineV2GuestCustomizationConfigCloudInit": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScript:getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScript"
          },
          "description": "The script to use for cloud-init.\n"
        },
        "datasourceType": {
          "type": "string",
          "description": "Type of datasource. Default: CONFIG_DRIVE_V2\n"
        },
        "metadata": {
          "type": "string",
          "description": "The contents of the<span pulumi-lang-nodejs=\" metaData \" pulumi-lang-dotnet=\" MetaData \" pulumi-lang-go=\" metaData \" pulumi-lang-python=\" meta_data \" pulumi-lang-yaml=\" metaData \" pulumi-lang-java=\" metaData \"> meta_data </span>configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.\n"
        }
      },
      "type": "object",
      "required": [
        "cloudInitScripts",
        "datasourceType",
        "metadata"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScript:getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScript": {
      "properties": {
        "customKeys": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKey:getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKey"
          },
          "description": "The list of the individual KeyValuePair elements.\n"
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptUserData:getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptUserData"
          },
          "description": "user data object\n"
        }
      },
      "type": "object",
      "required": [
        "customKeys",
        "userDatas"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKey:getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKey": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair:getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair"
          }
        }
      },
      "type": "object",
      "required": [
        "keyValuePairs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair:getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the GPU resource.\n"
        },
        "value": {
          "type": "string",
          "description": "The IPv4 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptUserData:getVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string",
          "description": "The IPv4 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomizationConfigSysprep:getVirtualMachineV2GuestCustomizationConfigSysprep": {
      "properties": {
        "installType": {
          "type": "string",
          "description": "Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.\n"
        },
        "sysprepScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScript:getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScript"
          },
          "description": "Object either UnattendXml or CustomKeyValues\n"
        }
      },
      "type": "object",
      "required": [
        "installType",
        "sysprepScripts"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScript:getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue"
          },
          "description": "The list of the individual KeyValuePair elements.\n"
        },
        "unattendXmls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml:getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml"
          },
          "description": "xml object\n"
        }
      },
      "type": "object",
      "required": [
        "customKeyValues",
        "unattendXmls"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "required": [
        "keyValuePairs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the GPU resource.\n"
        },
        "value": {
          "type": "string",
          "description": "The IPv4 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml:getVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml": {
      "properties": {
        "value": {
          "type": "string",
          "description": "The IPv4 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2GuestTool:getVirtualMachineV2GuestTool": {
      "properties": {
        "availableVersion": {
          "type": "string",
          "description": "Version of Nutanix Guest Tools available on the cluster.\n"
        },
        "capabilities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of the application names that are enabled on the guest VM.\n"
        },
        "guestOsVersion": {
          "type": "string",
          "description": "Version of the operating system on the VM\n"
        },
        "isEnabled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is enabled or not.\n"
        },
        "isInstalled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is installed on the VM or not.\n"
        },
        "isIsoInserted": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools ISO is inserted or not.\n"
        },
        "isReachable": {
          "type": "boolean",
          "description": "Indicates whether the communication from VM to CVM is active or not.\n"
        },
        "isVmMobilityDriversInstalled": {
          "type": "boolean",
          "description": "Indicates whether the VM mobility drivers are installed on the VM or not.\n"
        },
        "isVssSnapshotCapable": {
          "type": "boolean",
          "description": "Indicates whether the VM is configured to take VSS snapshots through NGT or not.\n"
        },
        "version": {
          "type": "string",
          "description": "Virtual trusted platform module version.\n"
        }
      },
      "type": "object",
      "required": [
        "availableVersion",
        "capabilities",
        "guestOsVersion",
        "isEnabled",
        "isInstalled",
        "isIsoInserted",
        "isReachable",
        "isVmMobilityDriversInstalled",
        "isVssSnapshotCapable",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2Host:getVirtualMachineV2Host": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2Nic:getVirtualMachineV2Nic": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2NicBackingInfo:getVirtualMachineV2NicBackingInfo"
          },
          "description": "Defines a NIC emulated by the hypervisor\n"
        },
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2NicNetworkInfo:getVirtualMachineV2NicNetworkInfo"
          },
          "description": "Network information for a NIC.\n"
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "extId",
        "networkInfos"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2NicBackingInfo:getVirtualMachineV2NicBackingInfo": {
      "properties": {
        "isConnected": {
          "type": "boolean",
          "description": "Indicates whether the serial port is connected or not.\n"
        },
        "macAddress": {
          "type": "string",
          "description": "MAC address of the emulated NIC.\n"
        },
        "model": {
          "type": "string",
          "description": "Options for the NIC emulation.\n"
        },
        "numQueues": {
          "type": "integer",
          "description": "The number of Tx/Rx queue pairs for this NIC\n"
        }
      },
      "type": "object",
      "required": [
        "isConnected",
        "macAddress",
        "model",
        "numQueues"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2NicNetworkInfo:getVirtualMachineV2NicNetworkInfo": {
      "properties": {
        "ipv4Configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2NicNetworkInfoIpv4Config:getVirtualMachineV2NicNetworkInfoIpv4Config"
          },
          "description": "The IP address configurations.\n"
        },
        "ipv4Infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2NicNetworkInfoIpv4Info:getVirtualMachineV2NicNetworkInfoIpv4Info"
          },
          "description": "The runtime IP address information of the NIC.\n"
        },
        "networkFunctionChains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2NicNetworkInfoNetworkFunctionChain:getVirtualMachineV2NicNetworkInfoNetworkFunctionChain"
          },
          "description": "The network function chain associates with the NIC. Only valid if<span pulumi-lang-nodejs=\" nicType \" pulumi-lang-dotnet=\" NicType \" pulumi-lang-go=\" nicType \" pulumi-lang-python=\" nic_type \" pulumi-lang-yaml=\" nicType \" pulumi-lang-java=\" nicType \"> nic_type </span>is NORMAL_NIC.\n"
        },
        "networkFunctionNicType": {
          "type": "string",
          "description": "The type of this Network function NIC. Defaults to INGRESS.  values are: TAP, EGRESS, INGRESS.\n"
        },
        "nicType": {
          "type": "string",
          "description": "NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_NIC.\n"
        },
        "shouldAllowUnknownMacs": {
          "type": "boolean",
          "description": "Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.\n"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2NicNetworkInfoSubnet:getVirtualMachineV2NicNetworkInfoSubnet"
          },
          "description": "Network identifier for this adapter. Only valid if<span pulumi-lang-nodejs=\" nicType \" pulumi-lang-dotnet=\" NicType \" pulumi-lang-go=\" nicType \" pulumi-lang-python=\" nic_type \" pulumi-lang-yaml=\" nicType \" pulumi-lang-java=\" nicType \"> nic_type </span>is NORMAL_NIC or DIRECT_NIC.\n"
        },
        "trunkedVlans": {
          "type": "array",
          "items": {
            "type": "integer"
          },
          "description": "List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.\n"
        },
        "vlanMode": {
          "type": "string",
          "description": "all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs. values are: ACCESS, TRUNKED.\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4Configs",
        "ipv4Infos",
        "networkFunctionChains",
        "networkFunctionNicType",
        "nicType",
        "shouldAllowUnknownMacs",
        "subnets",
        "trunkedVlans",
        "vlanMode"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2NicNetworkInfoIpv4Config:getVirtualMachineV2NicNetworkInfoIpv4Config": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2NicNetworkInfoIpv4ConfigIpAddress:getVirtualMachineV2NicNetworkInfoIpv4ConfigIpAddress"
          },
          "description": "The IP address of the NIC.\n"
        },
        "secondaryIpAddressLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList:getVirtualMachineV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList"
          },
          "description": "Secondary IP addresses for the NIC.\n"
        },
        "shouldAssignIp": {
          "type": "boolean",
          "description": "If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.\n"
        }
      },
      "type": "object",
      "required": [
        "ipAddresses",
        "secondaryIpAddressLists",
        "shouldAssignIp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2NicNetworkInfoIpv4ConfigIpAddress:getVirtualMachineV2NicNetworkInfoIpv4ConfigIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the IP address.\n"
        },
        "value": {
          "type": "string",
          "description": "The IPv4 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList:getVirtualMachineV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the IP address.\n"
        },
        "value": {
          "type": "string",
          "description": "The IPv4 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2NicNetworkInfoIpv4Info:getVirtualMachineV2NicNetworkInfoIpv4Info": {
      "properties": {
        "learnedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2NicNetworkInfoIpv4InfoLearnedIpAddress:getVirtualMachineV2NicNetworkInfoIpv4InfoLearnedIpAddress"
          },
          "description": "The list of IP addresses learned by the NIC.\n"
        }
      },
      "type": "object",
      "required": [
        "learnedIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2NicNetworkInfoIpv4InfoLearnedIpAddress:getVirtualMachineV2NicNetworkInfoIpv4InfoLearnedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the IP address.\n"
        },
        "value": {
          "type": "string",
          "description": "The IPv4 address of the host.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2NicNetworkInfoNetworkFunctionChain:getVirtualMachineV2NicNetworkInfoNetworkFunctionChain": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2NicNetworkInfoSubnet:getVirtualMachineV2NicNetworkInfoSubnet": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2OwnershipInfo:getVirtualMachineV2OwnershipInfo": {
      "properties": {
        "owners": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2OwnershipInfoOwner:getVirtualMachineV2OwnershipInfoOwner"
          },
          "description": "Reference to the owner.\n"
        }
      },
      "type": "object",
      "required": [
        "owners"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2OwnershipInfoOwner:getVirtualMachineV2OwnershipInfoOwner": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2ProtectionPolicyState:getVirtualMachineV2ProtectionPolicyState": {
      "properties": {
        "policies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2ProtectionPolicyStatePolicy:getVirtualMachineV2ProtectionPolicyStatePolicy"
          },
          "description": "Reference to the policy object in use.\n"
        }
      },
      "type": "object",
      "required": [
        "policies"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2ProtectionPolicyStatePolicy:getVirtualMachineV2ProtectionPolicyStatePolicy": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2SerialPort:getVirtualMachineV2SerialPort": {
      "properties": {
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        },
        "index": {
          "type": "integer",
          "description": "Index of the serial port.\n"
        },
        "isConnected": {
          "type": "boolean",
          "description": "Indicates whether the serial port is connected or not.\n"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "index",
        "isConnected"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2Source:getVirtualMachineV2Source": {
      "properties": {
        "entityType": {
          "type": "string",
          "description": "Reference to an entity from which the VM should be cloned or created. Values are:\n- VM_RECOVERY_POINT: Reference to the recovery point entity from which the VM should be cloned or created.\n- VM: Reference to an entity from which the VM should be cloned or created.\n"
        },
        "extId": {
          "type": "string",
          "description": "Represents virtual machine UUID\n"
        }
      },
      "type": "object",
      "required": [
        "entityType",
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2StorageConfig:getVirtualMachineV2StorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual disk is pinned to the hot tier or not.\n"
        },
        "qosConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachineV2StorageConfigQosConfig:getVirtualMachineV2StorageConfigQosConfig"
          },
          "description": "QoS parameters to be enforced.\n"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled",
        "qosConfigs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2StorageConfigQosConfig:getVirtualMachineV2StorageConfigQosConfig": {
      "properties": {
        "throttledIops": {
          "type": "integer",
          "description": "Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.\n"
        }
      },
      "type": "object",
      "required": [
        "throttledIops"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachineV2VtpmConfig:getVirtualMachineV2VtpmConfig": {
      "properties": {
        "isVtpmEnabled": {
          "type": "boolean",
          "description": "Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.\n"
        },
        "version": {
          "type": "string",
          "description": "Virtual trusted platform module version.\n"
        }
      },
      "type": "object",
      "required": [
        "isVtpmEnabled",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2Vm:getVirtualMachinesV2Vm": {
      "properties": {
        "apcConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmApcConfig:getVirtualMachinesV2VmApcConfig"
          }
        },
        "availabilityZones": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmAvailabilityZone:getVirtualMachinesV2VmAvailabilityZone"
          }
        },
        "biosUuid": {
          "type": "string"
        },
        "bootConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfig:getVirtualMachinesV2VmBootConfig"
          }
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCategory:getVirtualMachinesV2VmCategory"
          }
        },
        "cdRoms": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCdRom:getVirtualMachinesV2VmCdRom"
          }
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCluster:getVirtualMachinesV2VmCluster"
          }
        },
        "createTime": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "disks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDisk:getVirtualMachinesV2VmDisk"
          }
        },
        "enabledCpuFeatures": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "extId": {
          "type": "string"
        },
        "generationUuid": {
          "type": "string"
        },
        "gpuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGpus:getVirtualMachinesV2VmGpus"
          }
        },
        "guestCustomizations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomization:getVirtualMachinesV2VmGuestCustomization"
          }
        },
        "guestTools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestTool:getVirtualMachinesV2VmGuestTool"
          }
        },
        "hardwareClockTimezone": {
          "type": "string"
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmHost:getVirtualMachinesV2VmHost"
          }
        },
        "isAgentVm": {
          "type": "boolean"
        },
        "isBrandingEnabled": {
          "type": "boolean"
        },
        "isCpuHotplugEnabled": {
          "type": "boolean"
        },
        "isCpuPassthroughEnabled": {
          "type": "boolean"
        },
        "isGpuConsoleEnabled": {
          "type": "boolean"
        },
        "isMemoryOvercommitEnabled": {
          "type": "boolean"
        },
        "isScsiControllerEnabled": {
          "type": "boolean"
        },
        "isVcpuHardPinningEnabled": {
          "type": "boolean"
        },
        "isVgaConsoleEnabled": {
          "type": "boolean"
        },
        "machineType": {
          "type": "string"
        },
        "memorySizeBytes": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmNic:getVirtualMachinesV2VmNic"
          }
        },
        "numCoresPerSocket": {
          "type": "integer"
        },
        "numNumaNodes": {
          "type": "integer"
        },
        "numSockets": {
          "type": "integer"
        },
        "numThreadsPerCore": {
          "type": "integer"
        },
        "ownershipInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmOwnershipInfo:getVirtualMachinesV2VmOwnershipInfo"
          }
        },
        "powerState": {
          "type": "string"
        },
        "protectionPolicyStates": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmProtectionPolicyState:getVirtualMachinesV2VmProtectionPolicyState"
          }
        },
        "protectionType": {
          "type": "string"
        },
        "serialPorts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmSerialPort:getVirtualMachinesV2VmSerialPort"
          }
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmSource:getVirtualMachinesV2VmSource"
          }
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmStorageConfig:getVirtualMachinesV2VmStorageConfig"
          }
        },
        "updateTime": {
          "type": "string"
        },
        "vtpmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmVtpmConfig:getVirtualMachinesV2VmVtpmConfig"
          }
        }
      },
      "type": "object",
      "required": [
        "apcConfigs",
        "availabilityZones",
        "biosUuid",
        "bootConfigs",
        "categories",
        "cdRoms",
        "clusters",
        "createTime",
        "description",
        "disks",
        "enabledCpuFeatures",
        "extId",
        "generationUuid",
        "gpuses",
        "guestCustomizations",
        "guestTools",
        "hardwareClockTimezone",
        "hosts",
        "isAgentVm",
        "isBrandingEnabled",
        "isCpuHotplugEnabled",
        "isCpuPassthroughEnabled",
        "isGpuConsoleEnabled",
        "isMemoryOvercommitEnabled",
        "isScsiControllerEnabled",
        "isVcpuHardPinningEnabled",
        "isVgaConsoleEnabled",
        "machineType",
        "memorySizeBytes",
        "name",
        "nics",
        "numCoresPerSocket",
        "numNumaNodes",
        "numSockets",
        "numThreadsPerCore",
        "ownershipInfos",
        "powerState",
        "protectionPolicyStates",
        "protectionType",
        "serialPorts",
        "sources",
        "storageConfigs",
        "updateTime",
        "vtpmConfigs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmApcConfig:getVirtualMachinesV2VmApcConfig": {
      "properties": {
        "cpuModels": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmApcConfigCpuModel:getVirtualMachinesV2VmApcConfigCpuModel"
          }
        },
        "isApcEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "cpuModels",
        "isApcEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmApcConfigCpuModel:getVirtualMachinesV2VmApcConfigCpuModel": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "name"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmAvailabilityZone:getVirtualMachinesV2VmAvailabilityZone": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfig:getVirtualMachinesV2VmBootConfig": {
      "properties": {
        "legacyBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigLegacyBoot:getVirtualMachinesV2VmBootConfigLegacyBoot"
          }
        },
        "uefiBoots": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBoot:getVirtualMachinesV2VmBootConfigUefiBoot"
          }
        }
      },
      "type": "object",
      "required": [
        "legacyBoots",
        "uefiBoots"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigLegacyBoot:getVirtualMachinesV2VmBootConfigLegacyBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigLegacyBootBootDevice:getVirtualMachinesV2VmBootConfigLegacyBootBootDevice"
          }
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "bootDevices",
        "bootOrders"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigLegacyBootBootDevice:getVirtualMachinesV2VmBootConfigLegacyBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceDisk:getVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceDisk"
          }
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceNic:getVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceNic"
          }
        }
      },
      "type": "object",
      "required": [
        "bootDeviceDisks",
        "bootDeviceNics"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceDisk:getVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:getVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "diskAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress:getVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceNic:getVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "macAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBoot:getVirtualMachinesV2VmBootConfigUefiBoot": {
      "properties": {
        "bootDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootBootDevice:getVirtualMachinesV2VmBootConfigUefiBootBootDevice"
          }
        },
        "bootOrders": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "isSecureBootEnabled": {
          "type": "boolean"
        },
        "nvramDevices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootNvramDevice:getVirtualMachinesV2VmBootConfigUefiBootNvramDevice"
          }
        }
      },
      "type": "object",
      "required": [
        "bootDevices",
        "bootOrders",
        "isSecureBootEnabled",
        "nvramDevices"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootBootDevice:getVirtualMachinesV2VmBootConfigUefiBootBootDevice": {
      "properties": {
        "bootDeviceDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceDisk:getVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceDisk"
          }
        },
        "bootDeviceNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceNic:getVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceNic"
          }
        }
      },
      "type": "object",
      "required": [
        "bootDeviceDisks",
        "bootDeviceNics"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceDisk:getVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceDisk": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:getVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "diskAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress:getVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceNic:getVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceNic": {
      "properties": {
        "macAddress": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "macAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootNvramDevice:getVirtualMachinesV2VmBootConfigUefiBootNvramDevice": {
      "properties": {
        "backingStorageInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfo:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfo"
          }
        }
      },
      "type": "object",
      "required": [
        "backingStorageInfos"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfo:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer"
          }
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference"
          }
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer:getVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCategory:getVirtualMachinesV2VmCategory": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCdRom:getVirtualMachinesV2VmCdRom": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCdRomBackingInfo:getVirtualMachinesV2VmCdRomBackingInfo"
          }
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCdRomDiskAddress:getVirtualMachinesV2VmCdRomDiskAddress"
          }
        },
        "extId": {
          "type": "string"
        },
        "isoType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "diskAddresses",
        "extId",
        "isoType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCdRomBackingInfo:getVirtualMachinesV2VmCdRomBackingInfo": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCdRomBackingInfoDataSource:getVirtualMachinesV2VmCdRomBackingInfoDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCdRomBackingInfoStorageConfig:getVirtualMachinesV2VmCdRomBackingInfoStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCdRomBackingInfoStorageContainer:getVirtualMachinesV2VmCdRomBackingInfoStorageContainer"
          }
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCdRomBackingInfoDataSource:getVirtualMachinesV2VmCdRomBackingInfoDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCdRomBackingInfoDataSourceReference:getVirtualMachinesV2VmCdRomBackingInfoDataSourceReference"
          }
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCdRomBackingInfoDataSourceReference:getVirtualMachinesV2VmCdRomBackingInfoDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceImageReference:getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReference:getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceImageReference:getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReference:getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCdRomBackingInfoStorageConfig:getVirtualMachinesV2VmCdRomBackingInfoStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCdRomBackingInfoStorageContainer:getVirtualMachinesV2VmCdRomBackingInfoStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCdRomDiskAddress:getVirtualMachinesV2VmCdRomDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmCluster:getVirtualMachinesV2VmCluster": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDisk:getVirtualMachinesV2VmDisk": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskBackingInfo:getVirtualMachinesV2VmDiskBackingInfo"
          }
        },
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskDiskAddress:getVirtualMachinesV2VmDiskDiskAddress"
          }
        },
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "diskAddresses",
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskBackingInfo:getVirtualMachinesV2VmDiskBackingInfo": {
      "properties": {
        "adfsVolumeGroupReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskBackingInfoAdfsVolumeGroupReference:getVirtualMachinesV2VmDiskBackingInfoAdfsVolumeGroupReference"
          }
        },
        "vmDisks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskBackingInfoVmDisk:getVirtualMachinesV2VmDiskBackingInfoVmDisk"
          }
        }
      },
      "type": "object",
      "required": [
        "adfsVolumeGroupReferences",
        "vmDisks"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskBackingInfoAdfsVolumeGroupReference:getVirtualMachinesV2VmDiskBackingInfoAdfsVolumeGroupReference": {
      "properties": {
        "volumeGroupExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "volumeGroupExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskBackingInfoVmDisk:getVirtualMachinesV2VmDiskBackingInfoVmDisk": {
      "properties": {
        "dataSources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSource:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSource"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "diskSizeBytes": {
          "type": "integer"
        },
        "isMigrationInProgress": {
          "type": "boolean"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskBackingInfoVmDiskStorageConfig:getVirtualMachinesV2VmDiskBackingInfoVmDiskStorageConfig"
          }
        },
        "storageContainers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskBackingInfoVmDiskStorageContainer:getVirtualMachinesV2VmDiskBackingInfoVmDiskStorageContainer"
          }
        }
      },
      "type": "object",
      "required": [
        "dataSources",
        "diskExtId",
        "diskSizeBytes",
        "isMigrationInProgress",
        "storageConfigs",
        "storageContainers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSource:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSource": {
      "properties": {
        "references": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReference:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReference"
          }
        }
      },
      "type": "object",
      "required": [
        "references"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReference:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReference": {
      "properties": {
        "imageReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceImageReference:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceImageReference"
          }
        },
        "vmDiskReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference"
          }
        }
      },
      "type": "object",
      "required": [
        "imageReferences",
        "vmDiskReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceImageReference:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceImageReference": {
      "properties": {
        "imageExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "imageExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference": {
      "properties": {
        "diskAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress"
          }
        },
        "diskExtId": {
          "type": "string"
        },
        "vmReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference"
          }
        }
      },
      "type": "object",
      "required": [
        "diskAddresses",
        "diskExtId",
        "vmReferences"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference:getVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskBackingInfoVmDiskStorageConfig:getVirtualMachinesV2VmDiskBackingInfoVmDiskStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskBackingInfoVmDiskStorageContainer:getVirtualMachinesV2VmDiskBackingInfoVmDiskStorageContainer": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmDiskDiskAddress:getVirtualMachinesV2VmDiskDiskAddress": {
      "properties": {
        "busType": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "busType",
        "index"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGpus:getVirtualMachinesV2VmGpus": {
      "properties": {
        "deviceId": {
          "type": "integer"
        },
        "extId": {
          "type": "string"
        },
        "fraction": {
          "type": "integer"
        },
        "frameBufferSizeBytes": {
          "type": "integer"
        },
        "guestDriverVersion": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGpusLink:getVirtualMachinesV2VmGpusLink"
          }
        },
        "mode": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "numVirtualDisplayHeads": {
          "type": "integer"
        },
        "pciAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGpusPciAddress:getVirtualMachinesV2VmGpusPciAddress"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "vendor": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "deviceId",
        "extId",
        "fraction",
        "frameBufferSizeBytes",
        "guestDriverVersion",
        "links",
        "mode",
        "name",
        "numVirtualDisplayHeads",
        "pciAddresses",
        "tenantId",
        "vendor"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGpusLink:getVirtualMachinesV2VmGpusLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGpusPciAddress:getVirtualMachinesV2VmGpusPciAddress": {
      "properties": {
        "bus": {
          "type": "integer"
        },
        "device": {
          "type": "integer"
        },
        "func": {
          "type": "integer"
        },
        "segment": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "bus",
        "device",
        "func",
        "segment"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomization:getVirtualMachinesV2VmGuestCustomization": {
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomizationConfig:getVirtualMachinesV2VmGuestCustomizationConfig"
          }
        }
      },
      "type": "object",
      "required": [
        "configs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomizationConfig:getVirtualMachinesV2VmGuestCustomizationConfig": {
      "properties": {
        "cloudInits": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomizationConfigCloudInit:getVirtualMachinesV2VmGuestCustomizationConfigCloudInit"
          }
        },
        "syspreps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomizationConfigSysprep:getVirtualMachinesV2VmGuestCustomizationConfigSysprep"
          }
        }
      },
      "type": "object",
      "required": [
        "cloudInits",
        "syspreps"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomizationConfigCloudInit:getVirtualMachinesV2VmGuestCustomizationConfigCloudInit": {
      "properties": {
        "cloudInitScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScript:getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScript"
          }
        },
        "datasourceType": {
          "type": "string"
        },
        "metadata": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "cloudInitScripts",
        "datasourceType",
        "metadata"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScript:getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScript": {
      "properties": {
        "customKeys": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptCustomKey:getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptCustomKey"
          }
        },
        "userDatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptUserData:getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptUserData"
          }
        }
      },
      "type": "object",
      "required": [
        "customKeys",
        "userDatas"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptCustomKey:getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptCustomKey": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair:getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair"
          }
        }
      },
      "type": "object",
      "required": [
        "keyValuePairs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair:getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptUserData:getVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptUserData": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomizationConfigSysprep:getVirtualMachinesV2VmGuestCustomizationConfigSysprep": {
      "properties": {
        "installType": {
          "type": "string"
        },
        "sysprepScripts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScript:getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScript"
          }
        }
      },
      "type": "object",
      "required": [
        "installType",
        "sysprepScripts"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScript:getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScript": {
      "properties": {
        "customKeyValues": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue"
          }
        },
        "unattendXmls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptUnattendXml:getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptUnattendXml"
          }
        }
      },
      "type": "object",
      "required": [
        "customKeyValues",
        "unattendXmls"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue:getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue": {
      "properties": {
        "keyValuePairs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair"
          }
        }
      },
      "type": "object",
      "required": [
        "keyValuePairs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair:getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair": {
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptUnattendXml:getVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptUnattendXml": {
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmGuestTool:getVirtualMachinesV2VmGuestTool": {
      "properties": {
        "availableVersion": {
          "type": "string"
        },
        "capabilities": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "guestOsVersion": {
          "type": "string"
        },
        "isEnabled": {
          "type": "boolean"
        },
        "isInstalled": {
          "type": "boolean"
        },
        "isIsoInserted": {
          "type": "boolean"
        },
        "isReachable": {
          "type": "boolean"
        },
        "isVmMobilityDriversInstalled": {
          "type": "boolean"
        },
        "isVssSnapshotCapable": {
          "type": "boolean"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "availableVersion",
        "capabilities",
        "guestOsVersion",
        "isEnabled",
        "isInstalled",
        "isIsoInserted",
        "isReachable",
        "isVmMobilityDriversInstalled",
        "isVssSnapshotCapable",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmHost:getVirtualMachinesV2VmHost": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmNic:getVirtualMachinesV2VmNic": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmNicBackingInfo:getVirtualMachinesV2VmNicBackingInfo"
          }
        },
        "extId": {
          "type": "string"
        },
        "networkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmNicNetworkInfo:getVirtualMachinesV2VmNicNetworkInfo"
          }
        }
      },
      "type": "object",
      "required": [
        "backingInfos",
        "extId",
        "networkInfos"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmNicBackingInfo:getVirtualMachinesV2VmNicBackingInfo": {
      "properties": {
        "isConnected": {
          "type": "boolean"
        },
        "macAddress": {
          "type": "string"
        },
        "model": {
          "type": "string"
        },
        "numQueues": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "isConnected",
        "macAddress",
        "model",
        "numQueues"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmNicNetworkInfo:getVirtualMachinesV2VmNicNetworkInfo": {
      "properties": {
        "ipv4Configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmNicNetworkInfoIpv4Config:getVirtualMachinesV2VmNicNetworkInfoIpv4Config"
          }
        },
        "ipv4Infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmNicNetworkInfoIpv4Info:getVirtualMachinesV2VmNicNetworkInfoIpv4Info"
          }
        },
        "networkFunctionChains": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmNicNetworkInfoNetworkFunctionChain:getVirtualMachinesV2VmNicNetworkInfoNetworkFunctionChain"
          }
        },
        "networkFunctionNicType": {
          "type": "string"
        },
        "nicType": {
          "type": "string"
        },
        "shouldAllowUnknownMacs": {
          "type": "boolean"
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmNicNetworkInfoSubnet:getVirtualMachinesV2VmNicNetworkInfoSubnet"
          }
        },
        "trunkedVlans": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "vlanMode": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "ipv4Configs",
        "ipv4Infos",
        "networkFunctionChains",
        "networkFunctionNicType",
        "nicType",
        "shouldAllowUnknownMacs",
        "subnets",
        "trunkedVlans",
        "vlanMode"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmNicNetworkInfoIpv4Config:getVirtualMachinesV2VmNicNetworkInfoIpv4Config": {
      "properties": {
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmNicNetworkInfoIpv4ConfigIpAddress:getVirtualMachinesV2VmNicNetworkInfoIpv4ConfigIpAddress"
          }
        },
        "secondaryIpAddressLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmNicNetworkInfoIpv4ConfigSecondaryIpAddressList:getVirtualMachinesV2VmNicNetworkInfoIpv4ConfigSecondaryIpAddressList"
          }
        },
        "shouldAssignIp": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "ipAddresses",
        "secondaryIpAddressLists",
        "shouldAssignIp"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmNicNetworkInfoIpv4ConfigIpAddress:getVirtualMachinesV2VmNicNetworkInfoIpv4ConfigIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmNicNetworkInfoIpv4ConfigSecondaryIpAddressList:getVirtualMachinesV2VmNicNetworkInfoIpv4ConfigSecondaryIpAddressList": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmNicNetworkInfoIpv4Info:getVirtualMachinesV2VmNicNetworkInfoIpv4Info": {
      "properties": {
        "learnedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmNicNetworkInfoIpv4InfoLearnedIpAddress:getVirtualMachinesV2VmNicNetworkInfoIpv4InfoLearnedIpAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "learnedIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmNicNetworkInfoIpv4InfoLearnedIpAddress:getVirtualMachinesV2VmNicNetworkInfoIpv4InfoLearnedIpAddress": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmNicNetworkInfoNetworkFunctionChain:getVirtualMachinesV2VmNicNetworkInfoNetworkFunctionChain": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmNicNetworkInfoSubnet:getVirtualMachinesV2VmNicNetworkInfoSubnet": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmOwnershipInfo:getVirtualMachinesV2VmOwnershipInfo": {
      "properties": {
        "owners": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmOwnershipInfoOwner:getVirtualMachinesV2VmOwnershipInfoOwner"
          }
        }
      },
      "type": "object",
      "required": [
        "owners"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmOwnershipInfoOwner:getVirtualMachinesV2VmOwnershipInfoOwner": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmProtectionPolicyState:getVirtualMachinesV2VmProtectionPolicyState": {
      "properties": {
        "policies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmProtectionPolicyStatePolicy:getVirtualMachinesV2VmProtectionPolicyStatePolicy"
          }
        }
      },
      "type": "object",
      "required": [
        "policies"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmProtectionPolicyStatePolicy:getVirtualMachinesV2VmProtectionPolicyStatePolicy": {
      "properties": {
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmSerialPort:getVirtualMachinesV2VmSerialPort": {
      "properties": {
        "extId": {
          "type": "string"
        },
        "index": {
          "type": "integer"
        },
        "isConnected": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "index",
        "isConnected"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmSource:getVirtualMachinesV2VmSource": {
      "properties": {
        "entityType": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "entityType",
        "extId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmStorageConfig:getVirtualMachinesV2VmStorageConfig": {
      "properties": {
        "isFlashModeEnabled": {
          "type": "boolean"
        },
        "qosConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVirtualMachinesV2VmStorageConfigQosConfig:getVirtualMachinesV2VmStorageConfigQosConfig"
          }
        }
      },
      "type": "object",
      "required": [
        "isFlashModeEnabled",
        "qosConfigs"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmStorageConfigQosConfig:getVirtualMachinesV2VmStorageConfigQosConfig": {
      "properties": {
        "throttledIops": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "throttledIops"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVirtualMachinesV2VmVtpmConfig:getVirtualMachinesV2VmVtpmConfig": {
      "properties": {
        "isVtpmEnabled": {
          "type": "boolean"
        },
        "version": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "isVtpmEnabled",
        "version"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVmRecoveryPointInfoV2ApplicationConsistentProperty:getVmRecoveryPointInfoV2ApplicationConsistentProperty": {
      "properties": {
        "backupType": {
          "type": "string",
          "description": "The backup type specifies the criteria for identifying the files to be backed up. This property should be specified to the application-consistent recovery points for Windows VMs/agents. The following backup types are supported for the application-consistent recovery points:\n* supported values:\n* `FULL_BACKUP`: -  All the files are backed up irrespective of their last backup date/time or state. Also, this backup type updates the backup history of each file that participated in the recovery point. If not explicitly specified, this is the default backup type.\n* `COPY_BACKUP`: -  this backup type does not update the backup history of individual files involved in the recovery point.\n"
        },
        "objectType": {
          "type": "string",
          "description": "value: `dataprotection.v4.common.VssProperties`\n"
        },
        "shouldIncludeWriters": {
          "type": "boolean",
          "description": "Indicates whether the given set of VSS writers' UUIDs should be included or excluded from the application consistent recovery point. By default, the value is set to false, indicating that all listed VSS writers' UUIDs will be excluded.\n"
        },
        "shouldStoreVssMetadata": {
          "type": "boolean",
          "description": "Indicates whether to store the VSS metadata if the user is interested in application-specific backup/restore. The VSS metadata consists of VSS writers and requester metadata details. These are compressed into a cabinet file(.cab file) during a VSS backup operation. This cabinet file must be saved to the backup media during a backup operation, as it is required during the restore operation.\n"
        },
        "writers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of VSS writer UUIDs that are used in an application consistent recovery point. The default values are the system and the registry writer UUIDs.\n"
        }
      },
      "type": "object",
      "required": [
        "backupType",
        "objectType",
        "shouldIncludeWriters",
        "shouldStoreVssMetadata",
        "writers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVmRecoveryPointInfoV2DiskRecoveryPoint:getVmRecoveryPointInfoV2DiskRecoveryPoint": {
      "properties": {
        "diskExtId": {
          "type": "string",
          "description": "External identifier of the disk.\n"
        },
        "diskRecoveryPointExtId": {
          "type": "string",
          "description": "External identifier of the disk recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "diskExtId",
        "diskRecoveryPointExtId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVmRecoveryPointInfoV2Link:getVmRecoveryPointInfoV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupDiskV2DiskDataSourceReference:getVolumeGroupDiskV2DiskDataSourceReference": {
      "properties": {
        "entityType": {
          "type": "string",
          "description": "- The Entity Type of the Data Source Reference.\n"
        },
        "extId": {
          "type": "string",
          "description": "- The external identifier of the Data Source Reference.\n"
        },
        "name": {
          "type": "string",
          "description": "- The name of the Data Source Reference.bled for the Volume Group.\n"
        },
        "uris": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "- The uri list of the Data Source Reference.\n"
        }
      },
      "type": "object",
      "required": [
        "entityType",
        "extId",
        "name",
        "uris"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupDiskV2DiskStorageFeature:getVolumeGroupDiskV2DiskStorageFeature": {
      "properties": {
        "flashModes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeGroupDiskV2DiskStorageFeatureFlashMode:getVolumeGroupDiskV2DiskStorageFeatureFlashMode"
          },
          "description": "- this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        }
      },
      "type": "object",
      "required": [
        "flashModes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupDiskV2DiskStorageFeatureFlashMode:getVolumeGroupDiskV2DiskStorageFeatureFlashMode": {
      "properties": {
        "isEnabled": {
          "type": "boolean",
          "description": "- Indicates whether the flash mode is enabled for the Volume Group Disk.\n"
        }
      },
      "type": "object",
      "required": [
        "isEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupDiskV2Link:getVolumeGroupDiskV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupDisksV2Disk:getVolumeGroupDisksV2Disk": {
      "properties": {
        "description": {
          "type": "string",
          "description": "- Volume Disk description.\n"
        },
        "diskDataSourceReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeGroupDisksV2DiskDiskDataSourceReference:getVolumeGroupDisksV2DiskDiskDataSourceReference"
          },
          "description": "- Disk Data Source Reference.\n"
        },
        "diskSizeBytes": {
          "type": "integer",
          "description": "- ize of the disk in bytes. This field is mandatory during Volume Group creation if a new disk is being created on the storage container.\n"
        },
        "diskStorageFeatures": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeGroupDisksV2DiskDiskStorageFeature:getVolumeGroupDisksV2DiskDiskStorageFeature"
          },
          "description": "- Storage optimization features which must be enabled on the Volume Disks. This is an optional field. If omitted, the disks will honor the Volume Group specific storage features setting.\n"
        },
        "extId": {
          "type": "string",
          "description": "- The external identifier of the Data Source Reference.\n"
        },
        "index": {
          "type": "integer",
          "description": "- Index of the disk in a Volume Group. This field is optional and immutable.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeGroupDisksV2DiskLink:getVolumeGroupDisksV2DiskLink"
          },
          "description": "- 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.\n"
        },
        "storageContainerId": {
          "type": "string",
          "description": "- Storage container on which the disk must be created. This is a read-only field.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "description",
        "diskDataSourceReferences",
        "diskSizeBytes",
        "diskStorageFeatures",
        "extId",
        "index",
        "links",
        "storageContainerId",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupDisksV2DiskDiskDataSourceReference:getVolumeGroupDisksV2DiskDiskDataSourceReference": {
      "properties": {
        "entityType": {
          "type": "string",
          "description": "- The Entity Type of the Data Source Reference.\n"
        },
        "extId": {
          "type": "string",
          "description": "- The external identifier of the Data Source Reference.\n"
        },
        "name": {
          "type": "string",
          "description": "- The name of the Data Source Reference.bled for the Volume Group.\n"
        },
        "uris": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          },
          "description": "- The uri list of the Data Source Reference.\n"
        }
      },
      "type": "object",
      "required": [
        "entityType",
        "extId",
        "name",
        "uris"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupDisksV2DiskDiskStorageFeature:getVolumeGroupDisksV2DiskDiskStorageFeature": {
      "properties": {
        "flashModes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeGroupDisksV2DiskDiskStorageFeatureFlashMode:getVolumeGroupDisksV2DiskDiskStorageFeatureFlashMode"
          },
          "description": "- this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        }
      },
      "type": "object",
      "required": [
        "flashModes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupDisksV2DiskDiskStorageFeatureFlashMode:getVolumeGroupDisksV2DiskDiskStorageFeatureFlashMode": {
      "properties": {
        "isEnabled": {
          "type": "boolean",
          "description": "- Indicates whether the flash mode is enabled for the Volume Group Disk.\n"
        }
      },
      "type": "object",
      "required": [
        "isEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupDisksV2DiskLink:getVolumeGroupDisksV2DiskLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupV2IscsiFeature:getVolumeGroupV2IscsiFeature": {
      "properties": {
        "enabledAuthentications": {
          "type": "string",
          "description": "- The authentication type enabled for the Volume Group.\n"
        }
      },
      "type": "object",
      "required": [
        "enabledAuthentications"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupV2Link:getVolumeGroupV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupV2StorageFeature:getVolumeGroupV2StorageFeature": {
      "properties": {
        "flashModes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeGroupV2StorageFeatureFlashMode:getVolumeGroupV2StorageFeatureFlashMode"
          },
          "description": "- this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        }
      },
      "type": "object",
      "required": [
        "flashModes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupV2StorageFeatureFlashMode:getVolumeGroupV2StorageFeatureFlashMode": {
      "properties": {
        "isEnabled": {
          "type": "boolean",
          "description": "- Indicates whether the flash mode is enabled for the Volume Group.\n"
        }
      },
      "type": "object",
      "required": [
        "isEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupsV2Volume:getVolumeGroupsV2Volume": {
      "properties": {
        "clusterReference": {
          "type": "string",
          "description": "The UUID of the cluster that will host the Volume Group. This is a mandatory field for creating a Volume Group on Prism Central.\n"
        },
        "createdBy": {
          "type": "string",
          "description": "Service/user who created this Volume Group. This is an optional field.\n"
        },
        "description": {
          "type": "string",
          "description": "Volume Group description. This is an optional field.\n"
        },
        "enabledAuthentications": {
          "type": "string",
          "description": "The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "isHidden": {
          "type": "boolean",
          "description": "Indicates whether the Volume Group is meant to be hidden or not. This is an optional field. If omitted, the VG will not be hidden.\n"
        },
        "iscsiFeatures": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeGroupsV2VolumeIscsiFeature:getVolumeGroupsV2VolumeIscsiFeature"
          },
          "description": "iSCSI specific settings for the Volume Group. This is an optional field.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeGroupsV2VolumeLink:getVolumeGroupsV2VolumeLink"
          },
          "description": "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.\n"
        },
        "name": {
          "type": "string",
          "description": "Volume Group name. This is an optional field.\n"
        },
        "sharingStatus": {
          "type": "string",
          "description": "Indicates whether the Volume Group can be shared across multiple iSCSI initiators. The mode cannot be changed from SHARED to NOT_SHARED on a Volume Group with multiple attachments. Similarly, a Volume Group cannot be associated with more than one attachment as long as it is in exclusive mode. This is an optional field\n"
        },
        "shouldLoadBalanceVmAttachments": {
          "type": "boolean",
          "description": "Indicates whether to enable Volume Group load balancing for VM attachments. This cannot be enabled if there are iSCSI client attachments already associated with the Volume Group, and vice-versa. This is an optional field.\n"
        },
        "storageFeatures": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeGroupsV2VolumeStorageFeature:getVolumeGroupsV2VolumeStorageFeature"
          },
          "description": "Storage optimization features which must be enabled on the Volume Group. This is an optional field.\n"
        },
        "targetName": {
          "type": "string",
          "description": "Name of the external client target that will be visible and accessible to the client. This is an optional field.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        },
        "usageType": {
          "type": "string",
          "description": "Expected usage type for the Volume Group. This is an indicative hint on how the caller will consume the Volume Group. This is an optional field.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterReference",
        "createdBy",
        "description",
        "enabledAuthentications",
        "extId",
        "isHidden",
        "iscsiFeatures",
        "links",
        "name",
        "sharingStatus",
        "shouldLoadBalanceVmAttachments",
        "storageFeatures",
        "targetName",
        "tenantId",
        "usageType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupsV2VolumeIscsiFeature:getVolumeGroupsV2VolumeIscsiFeature": {
      "properties": {
        "enabledAuthentications": {
          "type": "string",
          "description": "The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided.\n"
        }
      },
      "type": "object",
      "required": [
        "enabledAuthentications"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupsV2VolumeLink:getVolumeGroupsV2VolumeLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupsV2VolumeStorageFeature:getVolumeGroupsV2VolumeStorageFeature": {
      "properties": {
        "flashModes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeGroupsV2VolumeStorageFeatureFlashMode:getVolumeGroupsV2VolumeStorageFeatureFlashMode"
          },
          "description": "Once configured, this field will avoid down migration of data from the hot tier unless the overrides field is specified for the virtual disks.\n"
        }
      },
      "type": "object",
      "required": [
        "flashModes"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeGroupsV2VolumeStorageFeatureFlashMode:getVolumeGroupsV2VolumeStorageFeatureFlashMode": {
      "properties": {
        "isEnabled": {
          "type": "boolean",
          "description": "Indicates whether the flash mode is enabled for the Volume Group.\n"
        }
      },
      "type": "object",
      "required": [
        "isEnabled"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientV2AttachedTarget:getVolumeIscsiClientV2AttachedTarget": {
      "properties": {
        "iscsiTargetName": {
          "type": "string",
          "description": "- Name of the iSCSI target that the iSCSI client is connected to. This is a read-only field.\n"
        },
        "numVirtualTargets": {
          "type": "integer",
          "description": "- Number of virtual targets generated for the iSCSI target. This field is immutable.\n"
        }
      },
      "type": "object",
      "required": [
        "iscsiTargetName",
        "numVirtualTargets"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientV2IscsiInitiatorNetworkId:getVolumeIscsiClientV2IscsiInitiatorNetworkId": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeIscsiClientV2IscsiInitiatorNetworkIdFqdn:getVolumeIscsiClientV2IscsiInitiatorNetworkIdFqdn"
          },
          "description": "- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeIscsiClientV2IscsiInitiatorNetworkIdIpv4:getVolumeIscsiClientV2IscsiInitiatorNetworkIdIpv4"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeIscsiClientV2IscsiInitiatorNetworkIdIpv6:getVolumeIscsiClientV2IscsiInitiatorNetworkIdIpv6"
          },
          "description": "- An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientV2IscsiInitiatorNetworkIdFqdn:getVolumeIscsiClientV2IscsiInitiatorNetworkIdFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientV2IscsiInitiatorNetworkIdIpv4:getVolumeIscsiClientV2IscsiInitiatorNetworkIdIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientV2IscsiInitiatorNetworkIdIpv6:getVolumeIscsiClientV2IscsiInitiatorNetworkIdIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "- The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "- The fully qualified domain name.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientV2Link:getVolumeIscsiClientV2Link": {
      "properties": {
        "href": {
          "type": "string",
          "description": "- The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "- A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientsV2IscsiClient:getVolumeIscsiClientsV2IscsiClient": {
      "properties": {
        "attachedTargets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeIscsiClientsV2IscsiClientAttachedTarget:getVolumeIscsiClientsV2IscsiClientAttachedTarget"
          },
          "description": "associated with each iSCSI target corresponding to the iSCSI client)\n"
        },
        "attachmentSite": {
          "type": "string",
          "description": "The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group.\n"
        },
        "clusterReference": {
          "type": "string",
          "description": "The UUID of the cluster that will host the iSCSI client. This field is read-only.\n"
        },
        "enabledAuthentications": {
          "type": "string",
          "description": "The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "iscsiInitiatorName": {
          "type": "string",
          "description": "iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.\n"
        },
        "iscsiInitiatorNetworkIds": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkId:getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkId"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeIscsiClientsV2IscsiClientLink:getVolumeIscsiClientsV2IscsiClientLink"
          },
          "description": "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.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "attachedTargets",
        "attachmentSite",
        "clusterReference",
        "enabledAuthentications",
        "extId",
        "iscsiInitiatorName",
        "links",
        "tenantId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientsV2IscsiClientAttachedTarget:getVolumeIscsiClientsV2IscsiClientAttachedTarget": {
      "properties": {
        "iscsiTargetName": {
          "type": "string",
          "description": "Name of the iSCSI target that the iSCSI client is connected to. This is a read-only field.\n"
        },
        "numVirtualTargets": {
          "type": "integer",
          "description": "Number of virtual targets generated for the iSCSI target. This field is immutable.\n"
        }
      },
      "type": "object",
      "required": [
        "iscsiTargetName",
        "numVirtualTargets"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkId:getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkId": {
      "properties": {
        "fqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdFqdn:getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdFqdn"
          },
          "description": "A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.\n"
        },
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdIpv4:getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdIpv4"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdIpv6:getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdIpv6"
          },
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "fqdns",
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdFqdn:getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdFqdn": {
      "properties": {
        "value": {
          "type": "string",
          "description": "The fully qualified domain name.\n"
        }
      },
      "type": "object",
      "required": [
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdIpv4:getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "An unique address that identifies a device on the internet or a local network in IPv4 format.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdIpv6:getVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "An unique address that identifies a device on the internet or a local network in IPv6 format.\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVolumeIscsiClientsV2IscsiClientLink:getVolumeIscsiClientsV2IscsiClientLink": {
      "properties": {
        "href": {
          "type": "string",
          "description": "The URL at which the entity described by the link can be accessed.\n"
        },
        "rel": {
          "type": "string",
          "description": "A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of \"self\" identifies the URL for the object.\n"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcSpec:getVpcSpec": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcSpecResource:getVpcSpecResource"
          },
          "description": "VPC resources status\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "resources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcSpecResource:getVpcSpecResource": {
      "properties": {
        "commonDomainNameServerIpLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcSpecResourceCommonDomainNameServerIpList:getVpcSpecResourceCommonDomainNameServerIpList"
          },
          "description": "List of domain name server IPs.\n"
        },
        "externalSubnetLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcSpecResourceExternalSubnetList:getVpcSpecResourceExternalSubnetList"
          },
          "description": "List of external subnets attached to this VPC.\n"
        },
        "externallyRoutablePrefixLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcSpecResourceExternallyRoutablePrefixList:getVpcSpecResourceExternallyRoutablePrefixList"
          },
          "description": "List of external routable ip and prefix .\n"
        }
      },
      "type": "object",
      "required": [
        "commonDomainNameServerIpLists",
        "externalSubnetLists",
        "externallyRoutablePrefixLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcSpecResourceCommonDomainNameServerIpList:getVpcSpecResourceCommonDomainNameServerIpList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip address of domain name server.\n"
        }
      },
      "type": "object",
      "required": [
        "ip"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcSpecResourceExternalSubnetList:getVpcSpecResourceExternalSubnetList": {
      "properties": {
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to a subnet.\n"
        }
      },
      "type": "object",
      "required": [
        "externalSubnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcSpecResourceExternallyRoutablePrefixList:getVpcSpecResourceExternallyRoutablePrefixList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip address of domain name server.\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of routable ip .\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcStatus:getVpcStatus": {
      "properties": {
        "executionContexts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcStatusExecutionContext:getVpcStatusExecutionContext"
          },
          "description": "Execution Context of VPC.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcStatusResource:getVpcStatusResource"
          },
          "description": "VPC resources status\n"
        },
        "state": {
          "type": "string",
          "description": "The state of the VPC\n"
        }
      },
      "type": "object",
      "required": [
        "executionContexts",
        "name",
        "resources",
        "state"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcStatusExecutionContext:getVpcStatusExecutionContext": {
      "properties": {
        "taskUuids": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "taskUuids"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcStatusResource:getVpcStatusResource": {
      "properties": {
        "commonDomainNameServerIpLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcStatusResourceCommonDomainNameServerIpList:getVpcStatusResourceCommonDomainNameServerIpList"
          },
          "description": "List of domain name server IPs.\n"
        },
        "externalSubnetLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcStatusResourceExternalSubnetList:getVpcStatusResourceExternalSubnetList"
          },
          "description": "List of external subnets attached to this VPC.\n"
        },
        "externallyRoutablePrefixLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcStatusResourceExternallyRoutablePrefixList:getVpcStatusResourceExternallyRoutablePrefixList"
          },
          "description": "List of external routable ip and prefix .\n"
        }
      },
      "type": "object",
      "required": [
        "commonDomainNameServerIpLists",
        "externalSubnetLists",
        "externallyRoutablePrefixLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcStatusResourceCommonDomainNameServerIpList:getVpcStatusResourceCommonDomainNameServerIpList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip address of domain name server.\n"
        }
      },
      "type": "object",
      "required": [
        "ip"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcStatusResourceExternalSubnetList:getVpcStatusResourceExternalSubnetList": {
      "properties": {
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcStatusResourceExternalSubnetListActiveGatewayNode:getVpcStatusResourceExternalSubnetListActiveGatewayNode"
          },
          "description": "Active Gateway Node. Only present in VPC Status Resources.\n"
        },
        "externalIpLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of external subnets attached to this VPC. Only present in VPC Status Resources .\n"
        },
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to a subnet.\n"
        }
      },
      "type": "object",
      "required": [
        "activeGatewayNodes",
        "externalIpLists",
        "externalSubnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcStatusResourceExternalSubnetListActiveGatewayNode:getVpcStatusResourceExternalSubnetListActiveGatewayNode": {
      "properties": {
        "hostReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to host.\n"
        },
        "ipAddress": {
          "type": "string",
          "description": "ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "hostReference",
        "ipAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcStatusResourceExternallyRoutablePrefixList:getVpcStatusResourceExternallyRoutablePrefixList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip address of domain name server.\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of routable ip .\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2CommonDhcpOption:getVpcV2CommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2CommonDhcpOptionDomainNameServer:getVpcV2CommonDhcpOptionDomainNameServer"
          },
          "description": "List of Domain Name Server addresses\n"
        }
      },
      "type": "object",
      "required": [
        "domainNameServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2CommonDhcpOptionDomainNameServer:getVpcV2CommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2CommonDhcpOptionDomainNameServerIpv4:getVpcV2CommonDhcpOptionDomainNameServerIpv4"
          },
          "description": "Reference to address configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2CommonDhcpOptionDomainNameServerIpv6:getVpcV2CommonDhcpOptionDomainNameServerIpv6"
          },
          "description": "Reference to address configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2CommonDhcpOptionDomainNameServerIpv4:getVpcV2CommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2CommonDhcpOptionDomainNameServerIpv6:getVpcV2CommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternalSubnet:getVpcV2ExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer",
          "description": "Maximum number of active gateway nodes for the VPC external subnet association.\n"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2ExternalSubnetActiveGatewayNode:getVpcV2ExternalSubnetActiveGatewayNode"
          },
          "description": "Reference of gateway nodes\n"
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2ExternalSubnetExternalIp:getVpcV2ExternalSubnetExternalIp"
          },
          "description": "List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.\n"
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of gateway nodes that can be used for external connectivity.\n"
        },
        "subnetReference": {
          "type": "string",
          "description": "External subnet reference.\n"
        }
      },
      "type": "object",
      "required": [
        "activeGatewayCount",
        "activeGatewayNodes",
        "externalIps",
        "gatewayNodes",
        "subnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternalSubnetActiveGatewayNode:getVpcV2ExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress:getVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "nodeId",
        "nodeIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress:getVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          },
          "description": "IP V4 Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          },
          "description": "IP V6 Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternalSubnetExternalIp:getVpcV2ExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2ExternalSubnetExternalIpIpv4:getVpcV2ExternalSubnetExternalIpIpv4"
          },
          "description": "IP V4 Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2ExternalSubnetExternalIpIpv6:getVpcV2ExternalSubnetExternalIpIpv6"
          },
          "description": "IP V6 Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternalSubnetExternalIpIpv4:getVpcV2ExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternalSubnetExternalIpIpv6:getVpcV2ExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternallyRoutablePrefix:getVpcV2ExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2ExternallyRoutablePrefixIpv4:getVpcV2ExternallyRoutablePrefixIpv4"
          },
          "description": "IP V4 Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2ExternallyRoutablePrefixIpv6:getVpcV2ExternallyRoutablePrefixIpv6"
          },
          "description": "IP V6 Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternallyRoutablePrefixIpv4:getVpcV2ExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2ExternallyRoutablePrefixIpv4Ip:getVpcV2ExternallyRoutablePrefixIpv4Ip"
          },
          "description": "Reference to address configuration\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternallyRoutablePrefixIpv4Ip:getVpcV2ExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternallyRoutablePrefixIpv6:getVpcV2ExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2ExternallyRoutablePrefixIpv6Ip:getVpcV2ExternallyRoutablePrefixIpv6Ip"
          },
          "description": "Reference to address configuration\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network\n"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2ExternallyRoutablePrefixIpv6Ip:getVpcV2ExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network to which this host IPv4/IPv6 address belongs.\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2Link:getVpcV2Link": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2Metadata:getVpcV2Metadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2SnatIp:getVpcV2SnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2SnatIpIpv4:getVpcV2SnatIpIpv4"
          },
          "description": "IP V4 Configuration\n"
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcV2SnatIpIpv6:getVpcV2SnatIpIpv6"
          },
          "description": "IP V6 Configuration\n"
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2SnatIpIpv4:getVpcV2SnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcV2SnatIpIpv6:getVpcV2SnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer",
          "description": "The prefix length of the network\n"
        },
        "value": {
          "type": "string",
          "description": "value of address\n"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntity:getVpcsEntity": {
      "properties": {
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The vpc kind metadata.\n"
        },
        "specs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntitySpec:getVpcsEntitySpec"
          },
          "description": "VPC input spec\n"
        },
        "statuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntityStatus:getVpcsEntityStatus"
          },
          "description": "VPC output status\n"
        }
      },
      "type": "object",
      "required": [
        "metadata",
        "specs",
        "statuses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntitySpec:getVpcsEntitySpec": {
      "properties": {
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntitySpecResource:getVpcsEntitySpecResource"
          },
          "description": "VPC resources status\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "resources"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntitySpecResource:getVpcsEntitySpecResource": {
      "properties": {
        "commonDomainNameServerIpLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntitySpecResourceCommonDomainNameServerIpList:getVpcsEntitySpecResourceCommonDomainNameServerIpList"
          },
          "description": "List of domain name server IPs.\n"
        },
        "externalSubnetLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntitySpecResourceExternalSubnetList:getVpcsEntitySpecResourceExternalSubnetList"
          },
          "description": "List of external subnets attached to this VPC.\n"
        },
        "externallyRoutablePrefixLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntitySpecResourceExternallyRoutablePrefixList:getVpcsEntitySpecResourceExternallyRoutablePrefixList"
          },
          "description": "List of external routable ip and prefix .\n"
        }
      },
      "type": "object",
      "required": [
        "commonDomainNameServerIpLists",
        "externalSubnetLists",
        "externallyRoutablePrefixLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntitySpecResourceCommonDomainNameServerIpList:getVpcsEntitySpecResourceCommonDomainNameServerIpList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip address of domain name server.\n"
        }
      },
      "type": "object",
      "required": [
        "ip"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntitySpecResourceExternalSubnetList:getVpcsEntitySpecResourceExternalSubnetList": {
      "properties": {
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to a subnet.\n"
        }
      },
      "type": "object",
      "required": [
        "externalSubnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntitySpecResourceExternallyRoutablePrefixList:getVpcsEntitySpecResourceExternallyRoutablePrefixList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip address of domain name server.\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of routable ip .\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntityStatus:getVpcsEntityStatus": {
      "properties": {
        "executionContexts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntityStatusExecutionContext:getVpcsEntityStatusExecutionContext"
          },
          "description": "Execution Context of VPC.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name.\n"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntityStatusResource:getVpcsEntityStatusResource"
          },
          "description": "VPC resources status\n"
        },
        "state": {
          "type": "string",
          "description": "The state of the VPC\n"
        }
      },
      "type": "object",
      "required": [
        "executionContexts",
        "name",
        "resources",
        "state"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntityStatusExecutionContext:getVpcsEntityStatusExecutionContext": {
      "properties": {
        "taskUuids": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "required": [
        "taskUuids"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntityStatusResource:getVpcsEntityStatusResource": {
      "properties": {
        "commonDomainNameServerIpLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntityStatusResourceCommonDomainNameServerIpList:getVpcsEntityStatusResourceCommonDomainNameServerIpList"
          },
          "description": "List of domain name server IPs.\n"
        },
        "externalSubnetLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntityStatusResourceExternalSubnetList:getVpcsEntityStatusResourceExternalSubnetList"
          },
          "description": "List of external subnets attached to this VPC.\n"
        },
        "externallyRoutablePrefixLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntityStatusResourceExternallyRoutablePrefixList:getVpcsEntityStatusResourceExternallyRoutablePrefixList"
          },
          "description": "List of external routable ip and prefix .\n"
        }
      },
      "type": "object",
      "required": [
        "commonDomainNameServerIpLists",
        "externalSubnetLists",
        "externallyRoutablePrefixLists"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntityStatusResourceCommonDomainNameServerIpList:getVpcsEntityStatusResourceCommonDomainNameServerIpList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip address of domain name server.\n"
        }
      },
      "type": "object",
      "required": [
        "ip"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntityStatusResourceExternalSubnetList:getVpcsEntityStatusResourceExternalSubnetList": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsEntityStatusResourceExternalSubnetListActiveGatewayNode:getVpcsEntityStatusResourceExternalSubnetListActiveGatewayNode"
          },
          "description": "Active Gateway Node. Only present in VPC Status Resources.\n"
        },
        "externalIpLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of external subnets attached to this VPC. Only present in VPC Status Resources .\n"
        },
        "externalSubnetReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to a subnet.\n"
        }
      },
      "type": "object",
      "required": [
        "activeGatewayCount",
        "activeGatewayNodes",
        "externalIpLists",
        "externalSubnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntityStatusResourceExternalSubnetListActiveGatewayNode:getVpcsEntityStatusResourceExternalSubnetListActiveGatewayNode": {
      "properties": {
        "hostReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Reference to host.\n"
        },
        "ipAddress": {
          "type": "string",
          "description": "ip address.\n"
        }
      },
      "type": "object",
      "required": [
        "hostReference",
        "ipAddress"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsEntityStatusResourceExternallyRoutablePrefixList:getVpcsEntityStatusResourceExternallyRoutablePrefixList": {
      "properties": {
        "ip": {
          "type": "string",
          "description": "ip address of domain name server.\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "prefix length of routable ip .\n"
        }
      },
      "type": "object",
      "required": [
        "ip",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsMetadata:getVpcsMetadata": {
      "properties": {
        "filter": {
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "- The kind name (Default value: project).\n"
        },
        "length": {
          "type": "integer"
        },
        "offset": {
          "type": "integer"
        },
        "sortAttribute": {
          "type": "string"
        },
        "sortOrder": {
          "type": "string"
        },
        "totalMatches": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "filter",
        "kind",
        "length",
        "offset",
        "sortAttribute",
        "sortOrder",
        "totalMatches"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2Vpc:getVpcsV2Vpc": {
      "properties": {
        "commonDhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcCommonDhcpOption:getVpcsV2VpcCommonDhcpOption"
          }
        },
        "description": {
          "type": "string",
          "description": "- `extId`\n- `externalRoutingDomainReference`\n"
        },
        "extId": {
          "type": "string"
        },
        "externalRoutingDomainReference": {
          "type": "string"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternalSubnet:getVpcsV2VpcExternalSubnet"
          }
        },
        "externallyRoutablePrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternallyRoutablePrefix:getVpcsV2VpcExternallyRoutablePrefix"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcLink:getVpcsV2VpcLink"
          }
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcMetadata:getVpcsV2VpcMetadata"
          }
        },
        "name": {
          "type": "string"
        },
        "snatIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcSnatIp:getVpcsV2VpcSnatIp"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "vpcType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "commonDhcpOptions",
        "description",
        "extId",
        "externalRoutingDomainReference",
        "externalSubnets",
        "externallyRoutablePrefixes",
        "links",
        "metadatas",
        "name",
        "snatIps",
        "tenantId",
        "vpcType"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcCommonDhcpOption:getVpcsV2VpcCommonDhcpOption": {
      "properties": {
        "domainNameServers": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcCommonDhcpOptionDomainNameServer:getVpcsV2VpcCommonDhcpOptionDomainNameServer"
          }
        }
      },
      "type": "object",
      "required": [
        "domainNameServers"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcCommonDhcpOptionDomainNameServer:getVpcsV2VpcCommonDhcpOptionDomainNameServer": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcCommonDhcpOptionDomainNameServerIpv4:getVpcsV2VpcCommonDhcpOptionDomainNameServerIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcCommonDhcpOptionDomainNameServerIpv6:getVpcsV2VpcCommonDhcpOptionDomainNameServerIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcCommonDhcpOptionDomainNameServerIpv4:getVpcsV2VpcCommonDhcpOptionDomainNameServerIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcCommonDhcpOptionDomainNameServerIpv6:getVpcsV2VpcCommonDhcpOptionDomainNameServerIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternalSubnet:getVpcsV2VpcExternalSubnet": {
      "properties": {
        "activeGatewayCount": {
          "type": "integer"
        },
        "activeGatewayNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternalSubnetActiveGatewayNode:getVpcsV2VpcExternalSubnetActiveGatewayNode"
          }
        },
        "externalIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternalSubnetExternalIp:getVpcsV2VpcExternalSubnetExternalIp"
          }
        },
        "gatewayNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnetReference": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "activeGatewayCount",
        "activeGatewayNodes",
        "externalIps",
        "gatewayNodes",
        "subnetReference"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternalSubnetActiveGatewayNode:getVpcsV2VpcExternalSubnetActiveGatewayNode": {
      "properties": {
        "nodeId": {
          "type": "string"
        },
        "nodeIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress:getVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress"
          }
        }
      },
      "type": "object",
      "required": [
        "nodeId",
        "nodeIpAddresses"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress:getVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4:getVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6:getVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternalSubnetExternalIp:getVpcsV2VpcExternalSubnetExternalIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternalSubnetExternalIpIpv4:getVpcsV2VpcExternalSubnetExternalIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternalSubnetExternalIpIpv6:getVpcsV2VpcExternalSubnetExternalIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternalSubnetExternalIpIpv4:getVpcsV2VpcExternalSubnetExternalIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternalSubnetExternalIpIpv6:getVpcsV2VpcExternalSubnetExternalIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternallyRoutablePrefix:getVpcsV2VpcExternallyRoutablePrefix": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternallyRoutablePrefixIpv4:getVpcsV2VpcExternallyRoutablePrefixIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternallyRoutablePrefixIpv6:getVpcsV2VpcExternallyRoutablePrefixIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternallyRoutablePrefixIpv4:getVpcsV2VpcExternallyRoutablePrefixIpv4": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternallyRoutablePrefixIpv4Ip:getVpcsV2VpcExternallyRoutablePrefixIpv4Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternallyRoutablePrefixIpv4Ip:getVpcsV2VpcExternallyRoutablePrefixIpv4Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternallyRoutablePrefixIpv6:getVpcsV2VpcExternallyRoutablePrefixIpv6": {
      "properties": {
        "ips": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcExternallyRoutablePrefixIpv6Ip:getVpcsV2VpcExternallyRoutablePrefixIpv6Ip"
          }
        },
        "prefixLength": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "ips",
        "prefixLength"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcExternallyRoutablePrefixIpv6Ip:getVpcsV2VpcExternallyRoutablePrefixIpv6Ip": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcLink:getVpcsV2VpcLink": {
      "properties": {
        "href": {
          "type": "string"
        },
        "rel": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "href",
        "rel"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcMetadata:getVpcsV2VpcMetadata": {
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "pulumi.json#/Any"
            }
          }
        },
        "ownerReferenceId": {
          "type": "string"
        },
        "ownerUserName": {
          "type": "string"
        },
        "projectName": {
          "type": "string"
        },
        "projectReferenceId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "ownerReferenceId",
        "ownerUserName",
        "projectName",
        "projectReferenceId"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcSnatIp:getVpcsV2VpcSnatIp": {
      "properties": {
        "ipv4s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcSnatIpIpv4:getVpcsV2VpcSnatIpIpv4"
          }
        },
        "ipv6s": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FgetVpcsV2VpcSnatIpIpv6:getVpcsV2VpcSnatIpIpv6"
          }
        }
      },
      "type": "object",
      "required": [
        "ipv4s",
        "ipv6s"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcSnatIpIpv4:getVpcsV2VpcSnatIpIpv4": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    },
    "nutanix:index/getVpcsV2VpcSnatIpIpv6:getVpcsV2VpcSnatIpIpv6": {
      "properties": {
        "prefixLength": {
          "type": "integer"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "prefixLength",
        "value"
      ],
      "language": {
        "nodejs": {
          "requiredInputs": []
        }
      }
    }
  },
  "provider": {
    "description": "The provider type for the nutanix package. By default, resources use package-wide configuration\nsettings, however an explicit `Provider` instance may be created and passed during resource\nconstruction to achieve fine-grained programmatic control over provider settings. See the\n[documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information.\n",
    "properties": {
      "endpoint": {
        "type": "string",
        "description": "URL for Nutanix Prism (e.g IP or FQDN for cluster VIP\nnote, this is never the data services VIP, and should not be an\nindividual CVM address, as this would cause calls to fail during\ncluster lifecycle management operations, such as AOS upgrades."
      },
      "foundationEndpoint": {
        "type": "string",
        "description": "endpoint for foundation VM (eg. Foundation VM IP)"
      },
      "foundationPort": {
        "type": "string",
        "description": "Port for foundation VM"
      },
      "ndbEndpoint": {
        "type": "string",
        "description": "endpoint for Era VM (era ip)"
      },
      "ndbPassword": {
        "type": "string"
      },
      "ndbUsername": {
        "type": "string"
      },
      "password": {
        "type": "string",
        "description": "Password for provided user name."
      },
      "port": {
        "type": "string",
        "description": "Port for Nutanix Prism."
      },
      "proxyUrl": {
        "type": "string"
      },
      "username": {
        "type": "string",
        "description": "User name for Nutanix Prism. Could be\nlocal cluster auth (e.g. 'admin') or directory auth."
      }
    },
    "type": "object",
    "inputProperties": {
      "endpoint": {
        "type": "string",
        "description": "URL for Nutanix Prism (e.g IP or FQDN for cluster VIP\nnote, this is never the data services VIP, and should not be an\nindividual CVM address, as this would cause calls to fail during\ncluster lifecycle management operations, such as AOS upgrades."
      },
      "foundationEndpoint": {
        "type": "string",
        "description": "endpoint for foundation VM (eg. Foundation VM IP)"
      },
      "foundationPort": {
        "type": "string",
        "description": "Port for foundation VM"
      },
      "insecure": {
        "type": "boolean",
        "description": "Explicitly allow the provider to perform \"insecure\" SSL requests. If omitted,default value is <span pulumi-lang-nodejs=\"`false`\" pulumi-lang-dotnet=\"`False`\" pulumi-lang-go=\"`false`\" pulumi-lang-python=\"`false`\" pulumi-lang-yaml=\"`false`\" pulumi-lang-java=\"`false`\">`false`</span>"
      },
      "ndbEndpoint": {
        "type": "string",
        "description": "endpoint for Era VM (era ip)"
      },
      "ndbPassword": {
        "type": "string"
      },
      "ndbUsername": {
        "type": "string"
      },
      "password": {
        "type": "string",
        "description": "Password for provided user name."
      },
      "port": {
        "type": "string",
        "description": "Port for Nutanix Prism."
      },
      "proxyUrl": {
        "type": "string"
      },
      "sessionAuth": {
        "type": "boolean",
        "description": "Use session authentification instead of basic auth for each request"
      },
      "username": {
        "type": "string",
        "description": "User name for Nutanix Prism. Could be\nlocal cluster auth (e.g. 'admin') or directory auth."
      },
      "waitTimeout": {
        "type": "integer",
        "description": "Set if you know that the creation o update of a resource may take long time (minutes)"
      }
    },
    "methods": {
      "terraformConfig": "pulumi:providers:nutanix/terraformConfig"
    }
  },
  "resources": {
    "nutanix:index/accessControlPolicy:AccessControlPolicy": {
      "description": "Provides a resource to create an access control policy based on the input parameters.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst test = new nutanix.AccessControlPolicy(\"test\", {\n    name: \"NAME OF ACCESS CONTROL POLICY\",\n    description: \"DESCRIPTION OF THE ACCESS CONTROL POLICY\",\n    roleReference: {\n        kind: \"role\",\n        uuid: \"UUID of role\",\n    },\n    userReferenceLists: [{\n        uuid: \"UUID of User existent\",\n        name: \"admin\",\n    }],\n    contextFilterLists: [{\n        entityFilterExpressionLists: [\n            {\n                operator: \"IN\",\n                leftHandSideEntityType: \"cluster\",\n                rightHandSide: {\n                    uuidLists: [\"00058ef8-c31c-f0bc-0000-000000007b23\"],\n                },\n            },\n            {\n                operator: \"IN\",\n                leftHandSideEntityType: \"image\",\n                rightHandSide: {\n                    collection: \"ALL\",\n                },\n            },\n            {\n                operator: \"IN\",\n                leftHandSideEntityType: \"category\",\n                rightHandSide: {\n                    collection: \"ALL\",\n                },\n            },\n            {\n                operator: \"IN\",\n                leftHandSideEntityType: \"marketplace_item\",\n                rightHandSide: {\n                    collection: \"SELF_OWNED\",\n                },\n            },\n            {\n                operator: \"IN\",\n                leftHandSideEntityType: \"app_task\",\n                rightHandSide: {\n                    collection: \"SELF_OWNED\",\n                },\n            },\n            {\n                operator: \"IN\",\n                leftHandSideEntityType: \"app_variable\",\n                rightHandSide: {\n                    collection: \"SELF_OWNED\",\n                },\n            },\n        ],\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ntest = nutanix.AccessControlPolicy(\"test\",\n    name=\"NAME OF ACCESS CONTROL POLICY\",\n    description=\"DESCRIPTION OF THE ACCESS CONTROL POLICY\",\n    role_reference={\n        \"kind\": \"role\",\n        \"uuid\": \"UUID of role\",\n    },\n    user_reference_lists=[{\n        \"uuid\": \"UUID of User existent\",\n        \"name\": \"admin\",\n    }],\n    context_filter_lists=[{\n        \"entity_filter_expression_lists\": [\n            {\n                \"operator\": \"IN\",\n                \"left_hand_side_entity_type\": \"cluster\",\n                \"right_hand_side\": {\n                    \"uuid_lists\": [\"00058ef8-c31c-f0bc-0000-000000007b23\"],\n                },\n            },\n            {\n                \"operator\": \"IN\",\n                \"left_hand_side_entity_type\": \"image\",\n                \"right_hand_side\": {\n                    \"collection\": \"ALL\",\n                },\n            },\n            {\n                \"operator\": \"IN\",\n                \"left_hand_side_entity_type\": \"category\",\n                \"right_hand_side\": {\n                    \"collection\": \"ALL\",\n                },\n            },\n            {\n                \"operator\": \"IN\",\n                \"left_hand_side_entity_type\": \"marketplace_item\",\n                \"right_hand_side\": {\n                    \"collection\": \"SELF_OWNED\",\n                },\n            },\n            {\n                \"operator\": \"IN\",\n                \"left_hand_side_entity_type\": \"app_task\",\n                \"right_hand_side\": {\n                    \"collection\": \"SELF_OWNED\",\n                },\n            },\n            {\n                \"operator\": \"IN\",\n                \"left_hand_side_entity_type\": \"app_variable\",\n                \"right_hand_side\": {\n                    \"collection\": \"SELF_OWNED\",\n                },\n            },\n        ],\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var test = new Nutanix.AccessControlPolicy(\"test\", new()\n    {\n        Name = \"NAME OF ACCESS CONTROL POLICY\",\n        Description = \"DESCRIPTION OF THE ACCESS CONTROL POLICY\",\n        RoleReference = new Nutanix.Inputs.AccessControlPolicyRoleReferenceArgs\n        {\n            Kind = \"role\",\n            Uuid = \"UUID of role\",\n        },\n        UserReferenceLists = new[]\n        {\n            new Nutanix.Inputs.AccessControlPolicyUserReferenceListArgs\n            {\n                Uuid = \"UUID of User existent\",\n                Name = \"admin\",\n            },\n        },\n        ContextFilterLists = new[]\n        {\n            new Nutanix.Inputs.AccessControlPolicyContextFilterListArgs\n            {\n                EntityFilterExpressionLists = new[]\n                {\n                    new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs\n                    {\n                        Operator = \"IN\",\n                        LeftHandSideEntityType = \"cluster\",\n                        RightHandSide = new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs\n                        {\n                            UuidLists = new[]\n                            {\n                                \"00058ef8-c31c-f0bc-0000-000000007b23\",\n                            },\n                        },\n                    },\n                    new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs\n                    {\n                        Operator = \"IN\",\n                        LeftHandSideEntityType = \"image\",\n                        RightHandSide = new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs\n                        {\n                            Collection = \"ALL\",\n                        },\n                    },\n                    new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs\n                    {\n                        Operator = \"IN\",\n                        LeftHandSideEntityType = \"category\",\n                        RightHandSide = new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs\n                        {\n                            Collection = \"ALL\",\n                        },\n                    },\n                    new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs\n                    {\n                        Operator = \"IN\",\n                        LeftHandSideEntityType = \"marketplace_item\",\n                        RightHandSide = new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs\n                        {\n                            Collection = \"SELF_OWNED\",\n                        },\n                    },\n                    new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs\n                    {\n                        Operator = \"IN\",\n                        LeftHandSideEntityType = \"app_task\",\n                        RightHandSide = new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs\n                        {\n                            Collection = \"SELF_OWNED\",\n                        },\n                    },\n                    new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs\n                    {\n                        Operator = \"IN\",\n                        LeftHandSideEntityType = \"app_variable\",\n                        RightHandSide = new Nutanix.Inputs.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs\n                        {\n                            Collection = \"SELF_OWNED\",\n                        },\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewAccessControlPolicy(ctx, \"test\", &nutanix.AccessControlPolicyArgs{\n\t\t\tName:        pulumi.String(\"NAME OF ACCESS CONTROL POLICY\"),\n\t\t\tDescription: pulumi.String(\"DESCRIPTION OF THE ACCESS CONTROL POLICY\"),\n\t\t\tRoleReference: &nutanix.AccessControlPolicyRoleReferenceArgs{\n\t\t\t\tKind: pulumi.String(\"role\"),\n\t\t\t\tUuid: pulumi.String(\"UUID of role\"),\n\t\t\t},\n\t\t\tUserReferenceLists: nutanix.AccessControlPolicyUserReferenceListArray{\n\t\t\t\t&nutanix.AccessControlPolicyUserReferenceListArgs{\n\t\t\t\t\tUuid: pulumi.String(\"UUID of User existent\"),\n\t\t\t\t\tName: pulumi.String(\"admin\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tContextFilterLists: nutanix.AccessControlPolicyContextFilterListArray{\n\t\t\t\t&nutanix.AccessControlPolicyContextFilterListArgs{\n\t\t\t\t\tEntityFilterExpressionLists: nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListArray{\n\t\t\t\t\t\t&nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs{\n\t\t\t\t\t\t\tOperator:               pulumi.String(\"IN\"),\n\t\t\t\t\t\t\tLeftHandSideEntityType: pulumi.String(\"cluster\"),\n\t\t\t\t\t\t\tRightHandSide: &nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs{\n\t\t\t\t\t\t\t\tUuidLists: pulumi.StringArray{\n\t\t\t\t\t\t\t\t\tpulumi.String(\"00058ef8-c31c-f0bc-0000-000000007b23\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs{\n\t\t\t\t\t\t\tOperator:               pulumi.String(\"IN\"),\n\t\t\t\t\t\t\tLeftHandSideEntityType: pulumi.String(\"image\"),\n\t\t\t\t\t\t\tRightHandSide: &nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs{\n\t\t\t\t\t\t\t\tCollection: pulumi.String(\"ALL\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs{\n\t\t\t\t\t\t\tOperator:               pulumi.String(\"IN\"),\n\t\t\t\t\t\t\tLeftHandSideEntityType: pulumi.String(\"category\"),\n\t\t\t\t\t\t\tRightHandSide: &nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs{\n\t\t\t\t\t\t\t\tCollection: pulumi.String(\"ALL\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs{\n\t\t\t\t\t\t\tOperator:               pulumi.String(\"IN\"),\n\t\t\t\t\t\t\tLeftHandSideEntityType: pulumi.String(\"marketplace_item\"),\n\t\t\t\t\t\t\tRightHandSide: &nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs{\n\t\t\t\t\t\t\t\tCollection: pulumi.String(\"SELF_OWNED\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs{\n\t\t\t\t\t\t\tOperator:               pulumi.String(\"IN\"),\n\t\t\t\t\t\t\tLeftHandSideEntityType: pulumi.String(\"app_task\"),\n\t\t\t\t\t\t\tRightHandSide: &nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs{\n\t\t\t\t\t\t\t\tCollection: pulumi.String(\"SELF_OWNED\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListArgs{\n\t\t\t\t\t\t\tOperator:               pulumi.String(\"IN\"),\n\t\t\t\t\t\t\tLeftHandSideEntityType: pulumi.String(\"app_variable\"),\n\t\t\t\t\t\t\tRightHandSide: &nutanix.AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs{\n\t\t\t\t\t\t\t\tCollection: pulumi.String(\"SELF_OWNED\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.AccessControlPolicy;\nimport com.pulumi.nutanix.AccessControlPolicyArgs;\nimport com.pulumi.nutanix.inputs.AccessControlPolicyRoleReferenceArgs;\nimport com.pulumi.nutanix.inputs.AccessControlPolicyUserReferenceListArgs;\nimport com.pulumi.nutanix.inputs.AccessControlPolicyContextFilterListArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var test = new AccessControlPolicy(\"test\", AccessControlPolicyArgs.builder()\n            .name(\"NAME OF ACCESS CONTROL POLICY\")\n            .description(\"DESCRIPTION OF THE ACCESS CONTROL POLICY\")\n            .roleReference(AccessControlPolicyRoleReferenceArgs.builder()\n                .kind(\"role\")\n                .uuid(\"UUID of role\")\n                .build())\n            .userReferenceLists(AccessControlPolicyUserReferenceListArgs.builder()\n                .uuid(\"UUID of User existent\")\n                .name(\"admin\")\n                .build())\n            .contextFilterLists(AccessControlPolicyContextFilterListArgs.builder()\n                .entityFilterExpressionLists(                \n                    AccessControlPolicyContextFilterListEntityFilterExpressionListArgs.builder()\n                        .operator(\"IN\")\n                        .leftHandSideEntityType(\"cluster\")\n                        .rightHandSide(AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs.builder()\n                            .uuidLists(\"00058ef8-c31c-f0bc-0000-000000007b23\")\n                            .build())\n                        .build(),\n                    AccessControlPolicyContextFilterListEntityFilterExpressionListArgs.builder()\n                        .operator(\"IN\")\n                        .leftHandSideEntityType(\"image\")\n                        .rightHandSide(AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs.builder()\n                            .collection(\"ALL\")\n                            .build())\n                        .build(),\n                    AccessControlPolicyContextFilterListEntityFilterExpressionListArgs.builder()\n                        .operator(\"IN\")\n                        .leftHandSideEntityType(\"category\")\n                        .rightHandSide(AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs.builder()\n                            .collection(\"ALL\")\n                            .build())\n                        .build(),\n                    AccessControlPolicyContextFilterListEntityFilterExpressionListArgs.builder()\n                        .operator(\"IN\")\n                        .leftHandSideEntityType(\"marketplace_item\")\n                        .rightHandSide(AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs.builder()\n                            .collection(\"SELF_OWNED\")\n                            .build())\n                        .build(),\n                    AccessControlPolicyContextFilterListEntityFilterExpressionListArgs.builder()\n                        .operator(\"IN\")\n                        .leftHandSideEntityType(\"app_task\")\n                        .rightHandSide(AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs.builder()\n                            .collection(\"SELF_OWNED\")\n                            .build())\n                        .build(),\n                    AccessControlPolicyContextFilterListEntityFilterExpressionListArgs.builder()\n                        .operator(\"IN\")\n                        .leftHandSideEntityType(\"app_variable\")\n                        .rightHandSide(AccessControlPolicyContextFilterListEntityFilterExpressionListRightHandSideArgs.builder()\n                            .collection(\"SELF_OWNED\")\n                            .build())\n                        .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  test:\n    type: nutanix:AccessControlPolicy\n    properties:\n      name: NAME OF ACCESS CONTROL POLICY\n      description: DESCRIPTION OF THE ACCESS CONTROL POLICY\n      roleReference:\n        kind: role\n        uuid: UUID of role\n      userReferenceLists:\n        - uuid: UUID of User existent\n          name: admin\n      contextFilterLists:\n        - entityFilterExpressionLists:\n            - operator: IN\n              leftHandSideEntityType: cluster\n              rightHandSide:\n                uuidLists:\n                  - 00058ef8-c31c-f0bc-0000-000000007b23\n            - operator: IN\n              leftHandSideEntityType: image\n              rightHandSide:\n                collection: ALL\n            - operator: IN\n              leftHandSideEntityType: category\n              rightHandSide:\n                collection: ALL\n            - operator: IN\n              leftHandSideEntityType: marketplace_item\n              rightHandSide:\n                collection: SELF_OWNED\n            - operator: IN\n              leftHandSideEntityType: app_task\n              rightHandSide:\n                collection: SELF_OWNED\n            - operator: IN\n              leftHandSideEntityType: app_variable\n              rightHandSide:\n                collection: SELF_OWNED\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyCategory:AccessControlPolicyCategory"
          },
          "description": "- (Optional) Categories for the Access Control Policy.\n"
        },
        "contextFilterLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyContextFilterList:AccessControlPolicyContextFilterList"
          }
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description of Access Control Policy.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The Access Control Policy kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the Access Control Policy.\n"
        },
        "ownerReference": {
          "$ref": "#/types/nutanix:index%2FAccessControlPolicyOwnerReference:AccessControlPolicyOwnerReference",
          "description": "- (Optional) The reference to a user.\n"
        },
        "roleReference": {
          "$ref": "#/types/nutanix:index%2FAccessControlPolicyRoleReference:AccessControlPolicyRoleReference",
          "description": "- (Required) The reference to a role.\n"
        },
        "state": {
          "type": "string",
          "description": "- The state of the Access Control Policy.\n"
        },
        "userGroupReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyUserGroupReferenceList:AccessControlPolicyUserGroupReferenceList"
          },
          "description": "- (Optional) The User group(s) being assigned a given role.\n"
        },
        "userReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyUserReferenceList:AccessControlPolicyUserReferenceList"
          },
          "description": "- (Optional) The User(s) being assigned a given role.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "categories",
        "contextFilterLists",
        "description",
        "metadata",
        "name",
        "ownerReference",
        "roleReference",
        "state",
        "userGroupReferenceLists",
        "userReferenceLists"
      ],
      "inputProperties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyCategory:AccessControlPolicyCategory"
          },
          "description": "- (Optional) Categories for the Access Control Policy.\n"
        },
        "contextFilterLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyContextFilterList:AccessControlPolicyContextFilterList"
          }
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description of Access Control Policy.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the Access Control Policy.\n"
        },
        "ownerReference": {
          "$ref": "#/types/nutanix:index%2FAccessControlPolicyOwnerReference:AccessControlPolicyOwnerReference",
          "description": "- (Optional) The reference to a user.\n"
        },
        "roleReference": {
          "$ref": "#/types/nutanix:index%2FAccessControlPolicyRoleReference:AccessControlPolicyRoleReference",
          "description": "- (Required) The reference to a role.\n"
        },
        "userGroupReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyUserGroupReferenceList:AccessControlPolicyUserGroupReferenceList"
          },
          "description": "- (Optional) The User group(s) being assigned a given role.\n"
        },
        "userReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyUserReferenceList:AccessControlPolicyUserReferenceList"
          },
          "description": "- (Optional) The User(s) being assigned a given role.\n"
        }
      },
      "requiredInputs": [
        "roleReference"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering AccessControlPolicy resources.\n",
        "properties": {
          "apiVersion": {
            "type": "string",
            "description": "The version of the API.\n"
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FAccessControlPolicyCategory:AccessControlPolicyCategory"
            },
            "description": "- (Optional) Categories for the Access Control Policy.\n"
          },
          "contextFilterLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FAccessControlPolicyContextFilterList:AccessControlPolicyContextFilterList"
            }
          },
          "description": {
            "type": "string",
            "description": "- (Optional) The description of Access Control Policy.\n"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- The Access Control Policy kind metadata.\n"
          },
          "name": {
            "type": "string",
            "description": "- (Optional) Name of the Access Control Policy.\n"
          },
          "ownerReference": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyOwnerReference:AccessControlPolicyOwnerReference",
            "description": "- (Optional) The reference to a user.\n"
          },
          "roleReference": {
            "$ref": "#/types/nutanix:index%2FAccessControlPolicyRoleReference:AccessControlPolicyRoleReference",
            "description": "- (Required) The reference to a role.\n"
          },
          "state": {
            "type": "string",
            "description": "- The state of the Access Control Policy.\n"
          },
          "userGroupReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FAccessControlPolicyUserGroupReferenceList:AccessControlPolicyUserGroupReferenceList"
            },
            "description": "- (Optional) The User group(s) being assigned a given role.\n"
          },
          "userReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FAccessControlPolicyUserReferenceList:AccessControlPolicyUserReferenceList"
            },
            "description": "- (Optional) The User(s) being assigned a given role.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/addressGroup:AddressGroup": {
      "description": "Provides a resource to create a address group based on the input parameters.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst testAddress = new nutanix.AddressGroup(\"test_address\", {\n    name: \"test\",\n    description: \"test address groups resource\",\n    ipAddressBlockLists: [{\n        ip: \"10.0.0.0\",\n        prefixLength: 24,\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ntest_address = nutanix.AddressGroup(\"test_address\",\n    name=\"test\",\n    description=\"test address groups resource\",\n    ip_address_block_lists=[{\n        \"ip\": \"10.0.0.0\",\n        \"prefix_length\": 24,\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var testAddress = new Nutanix.AddressGroup(\"test_address\", new()\n    {\n        Name = \"test\",\n        Description = \"test address groups resource\",\n        IpAddressBlockLists = new[]\n        {\n            new Nutanix.Inputs.AddressGroupIpAddressBlockListArgs\n            {\n                Ip = \"10.0.0.0\",\n                PrefixLength = 24,\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewAddressGroup(ctx, \"test_address\", &nutanix.AddressGroupArgs{\n\t\t\tName:        pulumi.String(\"test\"),\n\t\t\tDescription: pulumi.String(\"test address groups resource\"),\n\t\t\tIpAddressBlockLists: nutanix.AddressGroupIpAddressBlockListArray{\n\t\t\t\t&nutanix.AddressGroupIpAddressBlockListArgs{\n\t\t\t\t\tIp:           pulumi.String(\"10.0.0.0\"),\n\t\t\t\t\tPrefixLength: pulumi.Int(24),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.AddressGroup;\nimport com.pulumi.nutanix.AddressGroupArgs;\nimport com.pulumi.nutanix.inputs.AddressGroupIpAddressBlockListArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var testAddress = new AddressGroup(\"testAddress\", AddressGroupArgs.builder()\n            .name(\"test\")\n            .description(\"test address groups resource\")\n            .ipAddressBlockLists(AddressGroupIpAddressBlockListArgs.builder()\n                .ip(\"10.0.0.0\")\n                .prefixLength(24)\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  testAddress:\n    type: nutanix:AddressGroup\n    name: test_address\n    properties:\n      name: test\n      description: test address groups resource\n      ipAddressBlockLists:\n        - ip: 10.0.0.0\n          prefixLength: 24\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "addressGroupString": {
          "type": "string",
          "description": "- (ReadOnly) Address Group string\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) Description of the service group\n"
        },
        "ipAddressBlockLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAddressGroupIpAddressBlockList:AddressGroupIpAddressBlockList"
          },
          "description": "- (Required) list of IP address blocks with their prefix length\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the service group\n"
        }
      },
      "type": "object",
      "required": [
        "addressGroupString",
        "ipAddressBlockLists",
        "name"
      ],
      "inputProperties": {
        "description": {
          "type": "string",
          "description": "- (Optional) Description of the service group\n"
        },
        "ipAddressBlockLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAddressGroupIpAddressBlockList:AddressGroupIpAddressBlockList"
          },
          "description": "- (Required) list of IP address blocks with their prefix length\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the service group\n"
        }
      },
      "requiredInputs": [
        "ipAddressBlockLists"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering AddressGroup resources.\n",
        "properties": {
          "addressGroupString": {
            "type": "string",
            "description": "- (ReadOnly) Address Group string\n"
          },
          "description": {
            "type": "string",
            "description": "- (Optional) Description of the service group\n"
          },
          "ipAddressBlockLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FAddressGroupIpAddressBlockList:AddressGroupIpAddressBlockList"
            },
            "description": "- (Required) list of IP address blocks with their prefix length\n"
          },
          "name": {
            "type": "string",
            "description": "- (Required) Name of the service group\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/addressGroupsV2:AddressGroupsV2": {
      "properties": {
        "createdBy": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAddressGroupsV2IpRange:AddressGroupsV2IpRange"
          }
        },
        "ipv4Addresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAddressGroupsV2Ipv4Address:AddressGroupsV2Ipv4Address"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAddressGroupsV2Link:AddressGroupsV2Link"
          }
        },
        "name": {
          "type": "string"
        },
        "policyReferences": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "extId",
        "ipRanges",
        "ipv4Addresses",
        "links",
        "name",
        "policyReferences",
        "tenantId"
      ],
      "inputProperties": {
        "description": {
          "type": "string"
        },
        "ipRanges": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAddressGroupsV2IpRange:AddressGroupsV2IpRange"
          }
        },
        "ipv4Addresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAddressGroupsV2Ipv4Address:AddressGroupsV2Ipv4Address"
          }
        },
        "name": {
          "type": "string"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering AddressGroupsV2 resources.\n",
        "properties": {
          "createdBy": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "extId": {
            "type": "string"
          },
          "ipRanges": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FAddressGroupsV2IpRange:AddressGroupsV2IpRange"
            }
          },
          "ipv4Addresses": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FAddressGroupsV2Ipv4Address:AddressGroupsV2Ipv4Address"
            }
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FAddressGroupsV2Link:AddressGroupsV2Link"
            }
          },
          "name": {
            "type": "string"
          },
          "policyReferences": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "tenantId": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/associateCategoryToVolumeGroupV2:AssociateCategoryToVolumeGroupV2": {
      "description": "Provides a resource to Creates a new Volume Disk.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Associate categories to volume group\nconst example = new nutanix.AssociateCategoryToVolumeGroupV2(\"example\", {\n    extId: \"f0c0a4ac-c734-4770-b5d7-eca6793eeeb7\",\n    categories: [\n        {\n            extId: \"85e68112-5b2b-4220-bc8d-e529e4bf420e\",\n        },\n        {\n            extId: \"45588de3-7c18-4230-a147-7e26ad92d8a6\",\n        },\n        {\n            extId: \"1c6638f2-5215-4086-8f21-a30e75cb8068\",\n        },\n    ],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Associate categories to volume group\nexample = nutanix.AssociateCategoryToVolumeGroupV2(\"example\",\n    ext_id=\"f0c0a4ac-c734-4770-b5d7-eca6793eeeb7\",\n    categories=[\n        {\n            \"ext_id\": \"85e68112-5b2b-4220-bc8d-e529e4bf420e\",\n        },\n        {\n            \"ext_id\": \"45588de3-7c18-4230-a147-7e26ad92d8a6\",\n        },\n        {\n            \"ext_id\": \"1c6638f2-5215-4086-8f21-a30e75cb8068\",\n        },\n    ])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Associate categories to volume group\n    var example = new Nutanix.AssociateCategoryToVolumeGroupV2(\"example\", new()\n    {\n        ExtId = \"f0c0a4ac-c734-4770-b5d7-eca6793eeeb7\",\n        Categories = new[]\n        {\n            new Nutanix.Inputs.AssociateCategoryToVolumeGroupV2CategoryArgs\n            {\n                ExtId = \"85e68112-5b2b-4220-bc8d-e529e4bf420e\",\n            },\n            new Nutanix.Inputs.AssociateCategoryToVolumeGroupV2CategoryArgs\n            {\n                ExtId = \"45588de3-7c18-4230-a147-7e26ad92d8a6\",\n            },\n            new Nutanix.Inputs.AssociateCategoryToVolumeGroupV2CategoryArgs\n            {\n                ExtId = \"1c6638f2-5215-4086-8f21-a30e75cb8068\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Associate categories to volume group\n\t\t_, err := nutanix.NewAssociateCategoryToVolumeGroupV2(ctx, \"example\", &nutanix.AssociateCategoryToVolumeGroupV2Args{\n\t\t\tExtId: pulumi.String(\"f0c0a4ac-c734-4770-b5d7-eca6793eeeb7\"),\n\t\t\tCategories: nutanix.AssociateCategoryToVolumeGroupV2CategoryArray{\n\t\t\t\t&nutanix.AssociateCategoryToVolumeGroupV2CategoryArgs{\n\t\t\t\t\tExtId: pulumi.String(\"85e68112-5b2b-4220-bc8d-e529e4bf420e\"),\n\t\t\t\t},\n\t\t\t\t&nutanix.AssociateCategoryToVolumeGroupV2CategoryArgs{\n\t\t\t\t\tExtId: pulumi.String(\"45588de3-7c18-4230-a147-7e26ad92d8a6\"),\n\t\t\t\t},\n\t\t\t\t&nutanix.AssociateCategoryToVolumeGroupV2CategoryArgs{\n\t\t\t\t\tExtId: pulumi.String(\"1c6638f2-5215-4086-8f21-a30e75cb8068\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.AssociateCategoryToVolumeGroupV2;\nimport com.pulumi.nutanix.AssociateCategoryToVolumeGroupV2Args;\nimport com.pulumi.nutanix.inputs.AssociateCategoryToVolumeGroupV2CategoryArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Associate categories to volume group\n        var example = new AssociateCategoryToVolumeGroupV2(\"example\", AssociateCategoryToVolumeGroupV2Args.builder()\n            .extId(\"f0c0a4ac-c734-4770-b5d7-eca6793eeeb7\")\n            .categories(            \n                AssociateCategoryToVolumeGroupV2CategoryArgs.builder()\n                    .extId(\"85e68112-5b2b-4220-bc8d-e529e4bf420e\")\n                    .build(),\n                AssociateCategoryToVolumeGroupV2CategoryArgs.builder()\n                    .extId(\"45588de3-7c18-4230-a147-7e26ad92d8a6\")\n                    .build(),\n                AssociateCategoryToVolumeGroupV2CategoryArgs.builder()\n                    .extId(\"1c6638f2-5215-4086-8f21-a30e75cb8068\")\n                    .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Associate categories to volume group\n  example:\n    type: nutanix:AssociateCategoryToVolumeGroupV2\n    properties:\n      extId: f0c0a4ac-c734-4770-b5d7-eca6793eeeb7\n      categories:\n        - extId: 85e68112-5b2b-4220-bc8d-e529e4bf420e\n        - extId: 45588de3-7c18-4230-a147-7e26ad92d8a6\n        - extId: 1c6638f2-5215-4086-8f21-a30e75cb8068\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAssociateCategoryToVolumeGroupV2Category:AssociateCategoryToVolumeGroupV2Category"
          },
          "description": "-(Required) The category to be associated/disassociated with the Volume Group. This is a mandatory field.\n"
        },
        "extId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "inputProperties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAssociateCategoryToVolumeGroupV2Category:AssociateCategoryToVolumeGroupV2Category"
          },
          "description": "-(Required) The category to be associated/disassociated with the Volume Group. This is a mandatory field.\n"
        },
        "extId": {
          "type": "string"
        }
      },
      "requiredInputs": [
        "extId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering AssociateCategoryToVolumeGroupV2 resources.\n",
        "properties": {
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FAssociateCategoryToVolumeGroupV2Category:AssociateCategoryToVolumeGroupV2Category"
            },
            "description": "-(Required) The category to be associated/disassociated with the Volume Group. This is a mandatory field.\n"
          },
          "extId": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/authorizationPolicyV2:AuthorizationPolicyV2": {
      "description": "Provides Nutanix resource to create authorization policy.\n\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst ap_example = new nutanix.AuthorizationPolicyV2(\"ap-example\", {\n    role: \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    displayName: \"auth_policy_example\",\n    description: \"authorization policy example\",\n    authorizationPolicyType: \"USER_DEFINED\",\n    identities: [{\n        reserved: \"{\\\"user\\\":{\\\"uuid\\\":{\\\"anyof\\\":[\\\"00000000-0000-0000-0000-000000000000\\\"]}}}\",\n    }],\n    entities: [\n        {\n            reserved: \"{\\\"images\\\":{\\\"*\\\":{\\\"eq\\\":\\\"*\\\"}}}\",\n        },\n        {\n            reserved: \"{\\\"marketplace_item\\\":{\\\"owner_uuid\\\":{\\\"eq\\\":\\\"SELF_OWNED\\\"}}}\",\n        },\n    ],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nap_example = nutanix.AuthorizationPolicyV2(\"ap-example\",\n    role=\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    display_name=\"auth_policy_example\",\n    description=\"authorization policy example\",\n    authorization_policy_type=\"USER_DEFINED\",\n    identities=[{\n        \"reserved\": \"{\\\"user\\\":{\\\"uuid\\\":{\\\"anyof\\\":[\\\"00000000-0000-0000-0000-000000000000\\\"]}}}\",\n    }],\n    entities=[\n        {\n            \"reserved\": \"{\\\"images\\\":{\\\"*\\\":{\\\"eq\\\":\\\"*\\\"}}}\",\n        },\n        {\n            \"reserved\": \"{\\\"marketplace_item\\\":{\\\"owner_uuid\\\":{\\\"eq\\\":\\\"SELF_OWNED\\\"}}}\",\n        },\n    ])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var ap_example = new Nutanix.AuthorizationPolicyV2(\"ap-example\", new()\n    {\n        Role = \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n        DisplayName = \"auth_policy_example\",\n        Description = \"authorization policy example\",\n        AuthorizationPolicyType = \"USER_DEFINED\",\n        Identities = new[]\n        {\n            new Nutanix.Inputs.AuthorizationPolicyV2IdentityArgs\n            {\n                Reserved = \"{\\\"user\\\":{\\\"uuid\\\":{\\\"anyof\\\":[\\\"00000000-0000-0000-0000-000000000000\\\"]}}}\",\n            },\n        },\n        Entities = new[]\n        {\n            new Nutanix.Inputs.AuthorizationPolicyV2EntityArgs\n            {\n                Reserved = \"{\\\"images\\\":{\\\"*\\\":{\\\"eq\\\":\\\"*\\\"}}}\",\n            },\n            new Nutanix.Inputs.AuthorizationPolicyV2EntityArgs\n            {\n                Reserved = \"{\\\"marketplace_item\\\":{\\\"owner_uuid\\\":{\\\"eq\\\":\\\"SELF_OWNED\\\"}}}\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewAuthorizationPolicyV2(ctx, \"ap-example\", &nutanix.AuthorizationPolicyV2Args{\n\t\t\tRole:                    pulumi.String(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\"),\n\t\t\tDisplayName:             pulumi.String(\"auth_policy_example\"),\n\t\t\tDescription:             pulumi.String(\"authorization policy example\"),\n\t\t\tAuthorizationPolicyType: pulumi.String(\"USER_DEFINED\"),\n\t\t\tIdentities: nutanix.AuthorizationPolicyV2IdentityArray{\n\t\t\t\t&nutanix.AuthorizationPolicyV2IdentityArgs{\n\t\t\t\t\tReserved: pulumi.String(\"{\\\"user\\\":{\\\"uuid\\\":{\\\"anyof\\\":[\\\"00000000-0000-0000-0000-000000000000\\\"]}}}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tEntities: nutanix.AuthorizationPolicyV2EntityArray{\n\t\t\t\t&nutanix.AuthorizationPolicyV2EntityArgs{\n\t\t\t\t\tReserved: pulumi.String(\"{\\\"images\\\":{\\\"*\\\":{\\\"eq\\\":\\\"*\\\"}}}\"),\n\t\t\t\t},\n\t\t\t\t&nutanix.AuthorizationPolicyV2EntityArgs{\n\t\t\t\t\tReserved: pulumi.String(\"{\\\"marketplace_item\\\":{\\\"owner_uuid\\\":{\\\"eq\\\":\\\"SELF_OWNED\\\"}}}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.AuthorizationPolicyV2;\nimport com.pulumi.nutanix.AuthorizationPolicyV2Args;\nimport com.pulumi.nutanix.inputs.AuthorizationPolicyV2IdentityArgs;\nimport com.pulumi.nutanix.inputs.AuthorizationPolicyV2EntityArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var ap_example = new AuthorizationPolicyV2(\"ap-example\", AuthorizationPolicyV2Args.builder()\n            .role(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\")\n            .displayName(\"auth_policy_example\")\n            .description(\"authorization policy example\")\n            .authorizationPolicyType(\"USER_DEFINED\")\n            .identities(AuthorizationPolicyV2IdentityArgs.builder()\n                .reserved(\"{\\\"user\\\":{\\\"uuid\\\":{\\\"anyof\\\":[\\\"00000000-0000-0000-0000-000000000000\\\"]}}}\")\n                .build())\n            .entities(            \n                AuthorizationPolicyV2EntityArgs.builder()\n                    .reserved(\"{\\\"images\\\":{\\\"*\\\":{\\\"eq\\\":\\\"*\\\"}}}\")\n                    .build(),\n                AuthorizationPolicyV2EntityArgs.builder()\n                    .reserved(\"{\\\"marketplace_item\\\":{\\\"owner_uuid\\\":{\\\"eq\\\":\\\"SELF_OWNED\\\"}}}\")\n                    .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  ap-example:\n    type: nutanix:AuthorizationPolicyV2\n    properties:\n      role: ba250e3e-1db1-4950-917f-a9e2ea35b8e3\n      displayName: auth_policy_example\n      description: authorization policy example\n      authorizationPolicyType: USER_DEFINED\n      identities:\n        - reserved: '{\"user\":{\"uuid\":{\"anyof\":[\"00000000-0000-0000-0000-000000000000\"]}}}'\n      entities:\n        - reserved: '{\"images\":{\"*\":{\"eq\":\"*\"}}}'\n        - reserved: '{\"marketplace_item\":{\"owner_uuid\":{\"eq\":\"SELF_OWNED\"}}}'\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "authorizationPolicyType": {
          "type": "string",
          "description": "Type of Authorization Policy.\n* `PREDEFINED_READ_ONLY` : System-defined read-only ACP, i.e. no modifications allowed.\n* `SERVICE_DEFINED_READ_ONLY` : Read-only ACP defined by a service.\n* `PREDEFINED_UPDATE_IDENTITY_ONLY` : System-defined ACP prohibiting any modifications from customer.\n* `SERVICE_DEFINED` : ACP defined by a service.\n* `USER_DEFINED` : ACP defined by an User.\n"
        },
        "clientName": {
          "type": "string",
          "description": "Client that created the entity.\n"
        },
        "createdBy": {
          "type": "string",
          "description": "User or Service Name that created the Authorization Policy.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "The creation time of the Authorization Policy.\n"
        },
        "description": {
          "type": "string",
          "description": "Description of the Authorization Policy.\n"
        },
        "displayName": {
          "type": "string",
          "description": "Name of the Authorization Policy.\n"
        },
        "entities": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAuthorizationPolicyV2Entity:AuthorizationPolicyV2Entity"
          },
          "description": "The entities being qualified by the Authorization Policy.\n"
        },
        "extId": {
          "type": "string",
          "description": "ext_id of Authorization policy.\n"
        },
        "identities": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAuthorizationPolicyV2Identity:AuthorizationPolicyV2Identity"
          },
          "description": "The identities for which the Authorization Policy is created.\n"
        },
        "isSystemDefined": {
          "type": "boolean",
          "description": "Flag identifying if the Authorization Policy is system defined or not.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "The time when the Authorization Policy was last updated.\n"
        },
        "role": {
          "type": "string",
          "description": "The Role associated with the Authorization Policy.\n"
        }
      },
      "type": "object",
      "required": [
        "clientName",
        "createdBy",
        "createdTime",
        "displayName",
        "entities",
        "extId",
        "identities",
        "isSystemDefined",
        "lastUpdatedTime",
        "role"
      ],
      "inputProperties": {
        "authorizationPolicyType": {
          "type": "string",
          "description": "Type of Authorization Policy.\n* `PREDEFINED_READ_ONLY` : System-defined read-only ACP, i.e. no modifications allowed.\n* `SERVICE_DEFINED_READ_ONLY` : Read-only ACP defined by a service.\n* `PREDEFINED_UPDATE_IDENTITY_ONLY` : System-defined ACP prohibiting any modifications from customer.\n* `SERVICE_DEFINED` : ACP defined by a service.\n* `USER_DEFINED` : ACP defined by an User.\n"
        },
        "description": {
          "type": "string",
          "description": "Description of the Authorization Policy.\n"
        },
        "displayName": {
          "type": "string",
          "description": "Name of the Authorization Policy.\n"
        },
        "entities": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAuthorizationPolicyV2Entity:AuthorizationPolicyV2Entity"
          },
          "description": "The entities being qualified by the Authorization Policy.\n"
        },
        "extId": {
          "type": "string",
          "description": "ext_id of Authorization policy.\n"
        },
        "identities": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FAuthorizationPolicyV2Identity:AuthorizationPolicyV2Identity"
          },
          "description": "The identities for which the Authorization Policy is created.\n"
        },
        "role": {
          "type": "string",
          "description": "The Role associated with the Authorization Policy.\n"
        }
      },
      "requiredInputs": [
        "displayName",
        "entities",
        "identities",
        "role"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering AuthorizationPolicyV2 resources.\n",
        "properties": {
          "authorizationPolicyType": {
            "type": "string",
            "description": "Type of Authorization Policy.\n* `PREDEFINED_READ_ONLY` : System-defined read-only ACP, i.e. no modifications allowed.\n* `SERVICE_DEFINED_READ_ONLY` : Read-only ACP defined by a service.\n* `PREDEFINED_UPDATE_IDENTITY_ONLY` : System-defined ACP prohibiting any modifications from customer.\n* `SERVICE_DEFINED` : ACP defined by a service.\n* `USER_DEFINED` : ACP defined by an User.\n"
          },
          "clientName": {
            "type": "string",
            "description": "Client that created the entity.\n"
          },
          "createdBy": {
            "type": "string",
            "description": "User or Service Name that created the Authorization Policy.\n"
          },
          "createdTime": {
            "type": "string",
            "description": "The creation time of the Authorization Policy.\n"
          },
          "description": {
            "type": "string",
            "description": "Description of the Authorization Policy.\n"
          },
          "displayName": {
            "type": "string",
            "description": "Name of the Authorization Policy.\n"
          },
          "entities": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FAuthorizationPolicyV2Entity:AuthorizationPolicyV2Entity"
            },
            "description": "The entities being qualified by the Authorization Policy.\n"
          },
          "extId": {
            "type": "string",
            "description": "ext_id of Authorization policy.\n"
          },
          "identities": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FAuthorizationPolicyV2Identity:AuthorizationPolicyV2Identity"
            },
            "description": "The identities for which the Authorization Policy is created.\n"
          },
          "isSystemDefined": {
            "type": "boolean",
            "description": "Flag identifying if the Authorization Policy is system defined or not.\n"
          },
          "lastUpdatedTime": {
            "type": "string",
            "description": "The time when the Authorization Policy was last updated.\n"
          },
          "role": {
            "type": "string",
            "description": "The Role associated with the Authorization Policy.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/categoryKey:CategoryKey": {
      "description": "Provides a Nutanix Category key resource to Create a category key name.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst test = new nutanix.CategoryKey(\"test\", {\n    name: \"app-support-example\",\n    description: \"App Support Category Key\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ntest = nutanix.CategoryKey(\"test\",\n    name=\"app-support-example\",\n    description=\"App Support Category Key\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var test = new Nutanix.CategoryKey(\"test\", new()\n    {\n        Name = \"app-support-example\",\n        Description = \"App Support Category Key\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewCategoryKey(ctx, \"test\", &nutanix.CategoryKeyArgs{\n\t\t\tName:        pulumi.String(\"app-support-example\"),\n\t\t\tDescription: pulumi.String(\"App Support Category Key\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.CategoryKey;\nimport com.pulumi.nutanix.CategoryKeyArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var test = new CategoryKey(\"test\", CategoryKeyArgs.builder()\n            .name(\"app-support-example\")\n            .description(\"App Support Category Key\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  test:\n    type: nutanix:CategoryKey\n    properties:\n      name: app-support-example\n      description: App Support Category Key\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "(Optional) The version of the API.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) A description for category key.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the category key.\n"
        },
        "systemDefined": {
          "type": "boolean",
          "description": "- Specifying whether its a system defined category.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "description",
        "name",
        "systemDefined"
      ],
      "inputProperties": {
        "description": {
          "type": "string",
          "description": "- (Optional) A description for category key.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the category key.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering CategoryKey resources.\n",
        "properties": {
          "apiVersion": {
            "type": "string",
            "description": "(Optional) The version of the API.\n"
          },
          "description": {
            "type": "string",
            "description": "- (Optional) A description for category key.\n"
          },
          "name": {
            "type": "string",
            "description": "- (Required) The name for the category key.\n"
          },
          "systemDefined": {
            "type": "boolean",
            "description": "- Specifying whether its a system defined category.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/categoryV2:CategoryV2": {
      "description": "Fetch a category\n\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst example = new nutanix.CategoryV2(\"example\", {\n    key: \"category_example_key\",\n    value: \"category_example_value\",\n    description: \"category example description\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nexample = nutanix.CategoryV2(\"example\",\n    key=\"category_example_key\",\n    value=\"category_example_value\",\n    description=\"category example description\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var example = new Nutanix.CategoryV2(\"example\", new()\n    {\n        Key = \"category_example_key\",\n        Value = \"category_example_value\",\n        Description = \"category example description\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewCategoryV2(ctx, \"example\", &nutanix.CategoryV2Args{\n\t\t\tKey:         pulumi.String(\"category_example_key\"),\n\t\t\tValue:       pulumi.String(\"category_example_value\"),\n\t\t\tDescription: pulumi.String(\"category example description\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.CategoryV2;\nimport com.pulumi.nutanix.CategoryV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var example = new CategoryV2(\"example\", CategoryV2Args.builder()\n            .key(\"category_example_key\")\n            .value(\"category_example_value\")\n            .description(\"category example description\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  example:\n    type: nutanix:CategoryV2\n    properties:\n      key: category_example_key\n      value: category_example_value\n      description: category example description\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "associations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FCategoryV2Association:CategoryV2Association"
          },
          "description": "This field gives basic information about resources that are associated with the category.\nThe results present under this field summarize the counts of various kinds of resources associated with the category.\nFor more detailed information about the UUIDs of the resources, please look into the field detailedAssociations.\nThis field will be ignored, if given in the payload of updateCategoryById or createCategory APIs.\nThis field will not be present by default in listCategories API, unless the parameter $expand=associations is present in the URL.\n"
        },
        "description": {
          "type": "string",
          "description": "-(Optional) A string consisting of the description of the category as defined by the user.\nDescription can be optionally provided in the payload of createCategory and updateCategoryById APIs.\nDescription field can be updated through updateCategoryById API.\nThe server does not validate this value nor does it enforce the uniqueness or any other constraints.\nIt is the responsibility of the user to ensure that any semantic or syntactic constraints are retained when mutating this field.\n"
        },
        "detailedAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FCategoryV2DetailedAssociation:CategoryV2DetailedAssociation"
          },
          "description": "This field gives detailed information about the resources which are associated with the category.\nThe results present under this field contain the UUIDs of the entities and policies of various kinds associated with the category.\nThis field will be ignored, if given in the payload of updateCategoryById or createCategory APIs.\nThis field will not be present by default in listCategories or getCategoryById APIs, unless the parameter $expand=detailedAssociations is present in the URL.\n"
        },
        "key": {
          "type": "string",
          "description": "-(Required) The key of a category when it is represented in key:value format. Constraints applicable when field is given in the payload during create and update:\n\n- A string of maxlength of 64\n- Character at the start cannot be `$`\n- Character `/` is not allowed anywhere.\n\nIt is a mandatory field in the payload of `createCategory` and `updateCategoryById` APIs.\nThis field can't be updated through `updateCategoryById` API.\n"
        },
        "ownerUuid": {
          "type": "string",
          "description": "-(Optional) This field contains the UUID of a user who owns the category.\nThis field will be ignored if given in the payload of createCategory API. Hence, when a category is created, the logged-in user automatically becomes the owner of the category.\nThis field can be updated through updateCategoryById API, in which case, should be provided, UUID of a valid user is present in the system.\nValidity of the user UUID can be checked by invoking the API: authn/users/{extId} in the 'Identity and Access Management' or 'IAM' namespace.\nIt is used for enabling RBAC access to self-owned categories.\n"
        },
        "type": {
          "type": "string",
          "description": "-(Required) Denotes the type of a category.\nValid values are:\n- `SYSTEM` Predefined categories contained in the system to be used by workflows visible in the UI that involve categories. System-defined categories can't be created through the Categories API. They are predefined in a configuration file and are created at PC boot-up time. System-defined categories can't be updated or deleted.\n- `INTERNAL` Predefined categories contained in the system to be used by internal services, APIs and workflows that involve categories. These categories will not be visible in the UI. However, these categories will be returned in the response of `listCategories` and `getCategoryById` APIs, and are available for filtering as well. Internal categories can't be created through the Categories API. They are predefined in a configuration file and are created at PC boot-up time. Internal categories can't be updated or deleted.\n- `USER` These categories get created by users through the invocation of `createCategory` API. User-defined categories can be updated or deleted after creation.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The value of a category when it is represented in key:value format.  Constraints applicable when field is given in the payload during create and update:\n\n- A string of maxlength of 64\n- Character at the start cannot be `$`\n- Character `/` is not allowed anywhere.\n\nIt is a mandatory field in the payload of `createCategory` and `updateCategoryById` APIs.\nThis field can't be updated through `updateCategoryById` API.\nUpdating the value will not change the extId of the category.\n"
        }
      },
      "type": "object",
      "required": [
        "associations",
        "description",
        "detailedAssociations",
        "key",
        "ownerUuid",
        "type",
        "value"
      ],
      "inputProperties": {
        "description": {
          "type": "string",
          "description": "-(Optional) A string consisting of the description of the category as defined by the user.\nDescription can be optionally provided in the payload of createCategory and updateCategoryById APIs.\nDescription field can be updated through updateCategoryById API.\nThe server does not validate this value nor does it enforce the uniqueness or any other constraints.\nIt is the responsibility of the user to ensure that any semantic or syntactic constraints are retained when mutating this field.\n"
        },
        "key": {
          "type": "string",
          "description": "-(Required) The key of a category when it is represented in key:value format. Constraints applicable when field is given in the payload during create and update:\n\n- A string of maxlength of 64\n- Character at the start cannot be `$`\n- Character `/` is not allowed anywhere.\n\nIt is a mandatory field in the payload of `createCategory` and `updateCategoryById` APIs.\nThis field can't be updated through `updateCategoryById` API.\n"
        },
        "ownerUuid": {
          "type": "string",
          "description": "-(Optional) This field contains the UUID of a user who owns the category.\nThis field will be ignored if given in the payload of createCategory API. Hence, when a category is created, the logged-in user automatically becomes the owner of the category.\nThis field can be updated through updateCategoryById API, in which case, should be provided, UUID of a valid user is present in the system.\nValidity of the user UUID can be checked by invoking the API: authn/users/{extId} in the 'Identity and Access Management' or 'IAM' namespace.\nIt is used for enabling RBAC access to self-owned categories.\n"
        },
        "type": {
          "type": "string",
          "description": "-(Required) Denotes the type of a category.\nValid values are:\n- `SYSTEM` Predefined categories contained in the system to be used by workflows visible in the UI that involve categories. System-defined categories can't be created through the Categories API. They are predefined in a configuration file and are created at PC boot-up time. System-defined categories can't be updated or deleted.\n- `INTERNAL` Predefined categories contained in the system to be used by internal services, APIs and workflows that involve categories. These categories will not be visible in the UI. However, these categories will be returned in the response of `listCategories` and `getCategoryById` APIs, and are available for filtering as well. Internal categories can't be created through the Categories API. They are predefined in a configuration file and are created at PC boot-up time. Internal categories can't be updated or deleted.\n- `USER` These categories get created by users through the invocation of `createCategory` API. User-defined categories can be updated or deleted after creation.\n"
        },
        "value": {
          "type": "string",
          "description": "-(Required) The value of a category when it is represented in key:value format.  Constraints applicable when field is given in the payload during create and update:\n\n- A string of maxlength of 64\n- Character at the start cannot be `$`\n- Character `/` is not allowed anywhere.\n\nIt is a mandatory field in the payload of `createCategory` and `updateCategoryById` APIs.\nThis field can't be updated through `updateCategoryById` API.\nUpdating the value will not change the extId of the category.\n"
        }
      },
      "requiredInputs": [
        "key",
        "value"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering CategoryV2 resources.\n",
        "properties": {
          "associations": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FCategoryV2Association:CategoryV2Association"
            },
            "description": "This field gives basic information about resources that are associated with the category.\nThe results present under this field summarize the counts of various kinds of resources associated with the category.\nFor more detailed information about the UUIDs of the resources, please look into the field detailedAssociations.\nThis field will be ignored, if given in the payload of updateCategoryById or createCategory APIs.\nThis field will not be present by default in listCategories API, unless the parameter $expand=associations is present in the URL.\n"
          },
          "description": {
            "type": "string",
            "description": "-(Optional) A string consisting of the description of the category as defined by the user.\nDescription can be optionally provided in the payload of createCategory and updateCategoryById APIs.\nDescription field can be updated through updateCategoryById API.\nThe server does not validate this value nor does it enforce the uniqueness or any other constraints.\nIt is the responsibility of the user to ensure that any semantic or syntactic constraints are retained when mutating this field.\n"
          },
          "detailedAssociations": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FCategoryV2DetailedAssociation:CategoryV2DetailedAssociation"
            },
            "description": "This field gives detailed information about the resources which are associated with the category.\nThe results present under this field contain the UUIDs of the entities and policies of various kinds associated with the category.\nThis field will be ignored, if given in the payload of updateCategoryById or createCategory APIs.\nThis field will not be present by default in listCategories or getCategoryById APIs, unless the parameter $expand=detailedAssociations is present in the URL.\n"
          },
          "key": {
            "type": "string",
            "description": "-(Required) The key of a category when it is represented in key:value format. Constraints applicable when field is given in the payload during create and update:\n\n- A string of maxlength of 64\n- Character at the start cannot be `$`\n- Character `/` is not allowed anywhere.\n\nIt is a mandatory field in the payload of `createCategory` and `updateCategoryById` APIs.\nThis field can't be updated through `updateCategoryById` API.\n"
          },
          "ownerUuid": {
            "type": "string",
            "description": "-(Optional) This field contains the UUID of a user who owns the category.\nThis field will be ignored if given in the payload of createCategory API. Hence, when a category is created, the logged-in user automatically becomes the owner of the category.\nThis field can be updated through updateCategoryById API, in which case, should be provided, UUID of a valid user is present in the system.\nValidity of the user UUID can be checked by invoking the API: authn/users/{extId} in the 'Identity and Access Management' or 'IAM' namespace.\nIt is used for enabling RBAC access to self-owned categories.\n"
          },
          "type": {
            "type": "string",
            "description": "-(Required) Denotes the type of a category.\nValid values are:\n- `SYSTEM` Predefined categories contained in the system to be used by workflows visible in the UI that involve categories. System-defined categories can't be created through the Categories API. They are predefined in a configuration file and are created at PC boot-up time. System-defined categories can't be updated or deleted.\n- `INTERNAL` Predefined categories contained in the system to be used by internal services, APIs and workflows that involve categories. These categories will not be visible in the UI. However, these categories will be returned in the response of `listCategories` and `getCategoryById` APIs, and are available for filtering as well. Internal categories can't be created through the Categories API. They are predefined in a configuration file and are created at PC boot-up time. Internal categories can't be updated or deleted.\n- `USER` These categories get created by users through the invocation of `createCategory` API. User-defined categories can be updated or deleted after creation.\n"
          },
          "value": {
            "type": "string",
            "description": "-(Required) The value of a category when it is represented in key:value format.  Constraints applicable when field is given in the payload during create and update:\n\n- A string of maxlength of 64\n- Character at the start cannot be `$`\n- Character `/` is not allowed anywhere.\n\nIt is a mandatory field in the payload of `createCategory` and `updateCategoryById` APIs.\nThis field can't be updated through `updateCategoryById` API.\nUpdating the value will not change the extId of the category.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/categoryValue:CategoryValue": {
      "description": "Provides a Nutanix Category value resource to Create a category value.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst test_category_key = new nutanix.CategoryKey(\"test-category-key\", {\n    name: \"app-support-1\",\n    description: \"App Support Category Key\",\n});\nconst test = new nutanix.CategoryValue(\"test\", {\n    name: test_category_key.id,\n    description: \"Test Category Value\",\n    value: \"test-value\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ntest_category_key = nutanix.CategoryKey(\"test-category-key\",\n    name=\"app-support-1\",\n    description=\"App Support Category Key\")\ntest = nutanix.CategoryValue(\"test\",\n    name=test_category_key.id,\n    description=\"Test Category Value\",\n    value=\"test-value\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var test_category_key = new Nutanix.CategoryKey(\"test-category-key\", new()\n    {\n        Name = \"app-support-1\",\n        Description = \"App Support Category Key\",\n    });\n\n    var test = new Nutanix.CategoryValue(\"test\", new()\n    {\n        Name = test_category_key.Id,\n        Description = \"Test Category Value\",\n        Value = \"test-value\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\ttest_category_key, err := nutanix.NewCategoryKey(ctx, \"test-category-key\", &nutanix.CategoryKeyArgs{\n\t\t\tName:        pulumi.String(\"app-support-1\"),\n\t\t\tDescription: pulumi.String(\"App Support Category Key\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewCategoryValue(ctx, \"test\", &nutanix.CategoryValueArgs{\n\t\t\tName:        test_category_key.ID(),\n\t\t\tDescription: pulumi.String(\"Test Category Value\"),\n\t\t\tValue:       pulumi.String(\"test-value\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.CategoryKey;\nimport com.pulumi.nutanix.CategoryKeyArgs;\nimport com.pulumi.nutanix.CategoryValue;\nimport com.pulumi.nutanix.CategoryValueArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var test_category_key = new CategoryKey(\"test-category-key\", CategoryKeyArgs.builder()\n            .name(\"app-support-1\")\n            .description(\"App Support Category Key\")\n            .build());\n\n        var test = new CategoryValue(\"test\", CategoryValueArgs.builder()\n            .name(test_category_key.id())\n            .description(\"Test Category Value\")\n            .value(\"test-value\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  test-category-key:\n    type: nutanix:CategoryKey\n    properties:\n      name: app-support-1\n      description: App Support Category Key\n  test:\n    type: nutanix:CategoryValue\n    properties:\n      name: ${[\"test-category-key\"].id}\n      description: Test Category Value\n      value: test-value\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "(Optional) The version of the API.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) A description for category value.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The<span pulumi-lang-nodejs=\" categoryKey \" pulumi-lang-dotnet=\" CategoryKey \" pulumi-lang-go=\" categoryKey \" pulumi-lang-python=\" category_key \" pulumi-lang-yaml=\" categoryKey \" pulumi-lang-java=\" categoryKey \"> category_key </span>name for the category value.\n"
        },
        "systemDefined": {
          "type": "boolean",
          "description": "- Specifying whether its a system defined category.\n"
        },
        "value": {
          "type": "string",
          "description": "The value for the category value.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "description",
        "name",
        "systemDefined",
        "value"
      ],
      "inputProperties": {
        "description": {
          "type": "string",
          "description": "- (Optional) A description for category value.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The<span pulumi-lang-nodejs=\" categoryKey \" pulumi-lang-dotnet=\" CategoryKey \" pulumi-lang-go=\" categoryKey \" pulumi-lang-python=\" category_key \" pulumi-lang-yaml=\" categoryKey \" pulumi-lang-java=\" categoryKey \"> category_key </span>name for the category value.\n"
        },
        "value": {
          "type": "string",
          "description": "The value for the category value.\n",
          "willReplaceOnChanges": true
        }
      },
      "requiredInputs": [
        "value"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering CategoryValue resources.\n",
        "properties": {
          "apiVersion": {
            "type": "string",
            "description": "(Optional) The version of the API.\n"
          },
          "description": {
            "type": "string",
            "description": "- (Optional) A description for category value.\n"
          },
          "name": {
            "type": "string",
            "description": "- (Required) The<span pulumi-lang-nodejs=\" categoryKey \" pulumi-lang-dotnet=\" CategoryKey \" pulumi-lang-go=\" categoryKey \" pulumi-lang-python=\" category_key \" pulumi-lang-yaml=\" categoryKey \" pulumi-lang-java=\" categoryKey \"> category_key </span>name for the category value.\n"
          },
          "systemDefined": {
            "type": "boolean",
            "description": "- Specifying whether its a system defined category.\n"
          },
          "value": {
            "type": "string",
            "description": "The value for the category value.\n",
            "willReplaceOnChanges": true
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/clusterAddNodeV2:ClusterAddNodeV2": {
      "description": "Add node on a cluster identified by {extId}.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// cluster of 3 node uuid that we want to add node\nconst clustersExtId = \"00057b8b-0b3b-4b3b-0000-000000000000\";\n// for example\nconst cvmIp = \"10.xx.xx.xx\";\n//# check if the node to add is un configured or not\nconst cluster_node = new nutanix.ClustersDiscoverUnconfiguredNodesV2(\"cluster-node\", {\n    extId: clustersExtId,\n    addressType: \"IPV4\",\n    ipFilterLists: [{\n        ipv4s: [{\n            value: cvmIp,\n        }],\n    }],\n});\n//# fetch Network info for unconfigured node\nconst node_network_info = new nutanix.ClustersUnconfiguredNodeNetworksV2(\"node-network-info\", {\n    extId: clustersExtId,\n    requestType: \"expand_cluster\",\n    nodeLists: [{\n        cvmIps: [{\n            ipv4s: [{\n                value: cvmIp,\n            }],\n        }],\n        hypervisorIps: [{\n            ipv4s: [{\n                value: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].hypervisorIps?.[0]?.ipv4s?.[0]?.value),\n            }],\n        }],\n    }],\n}, {\n    dependsOn: [cluster_node],\n});\n//# add node to the cluster\nconst add_node = new nutanix.ClusterAddNodeV2(\"add-node\", {\n    clusterExtId: clustersExtId,\n    shouldSkipAddNode: false,\n    shouldSkipPreExpandChecks: false,\n    nodeParams: [{\n        shouldSkipHostNetworking: false,\n        hypervisorIsos: [{\n            type: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].hypervisorType),\n        }],\n        nodeLists: [{\n            nodeUuid: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].nodeUuid),\n            model: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].rackableUnitModel),\n            blockId: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].rackableUnitSerial),\n            hypervisorType: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].hypervisorType),\n            hypervisorVersion: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].hypervisorVersion),\n            nodePosition: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].nodePosition),\n            nosVersion: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].nosVersion),\n            hypervisorHostname: \"example\",\n            currentNetworkInterface: node_network_info.nodesNetworkingDetails.apply(nodesNetworkingDetails => nodesNetworkingDetails[0].uplinks?.[0]?.uplinkLists?.[0]?.name),\n            hypervisorIps: [{\n                ipv4s: [{\n                    value: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].hypervisorIps?.[0]?.ipv4s?.[0]?.value),\n                }],\n            }],\n            cvmIps: [{\n                ipv4s: [{\n                    value: cvmIp,\n                }],\n            }],\n            ipmiIps: [{\n                ipv4s: [{\n                    value: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].ipmiIps?.[0]?.ipv4s?.[0]?.value),\n                }],\n            }],\n            isRoboMixedHypervisor: true,\n            networks: [{\n                name: node_network_info.nodesNetworkingDetails.apply(nodesNetworkingDetails => nodesNetworkingDetails[0].networkInfos?.[0]?.hcis?.[0]?.name),\n                networks: node_network_info.nodesNetworkingDetails.apply(nodesNetworkingDetails => nodesNetworkingDetails[0].networkInfos?.[0]?.hcis?.[0]?.networks),\n                uplinks: [{\n                    actives: [{\n                        name: node_network_info.nodesNetworkingDetails.apply(nodesNetworkingDetails => nodesNetworkingDetails[0].uplinks?.[0]?.uplinkLists?.[0]?.name),\n                        mac: node_network_info.nodesNetworkingDetails.apply(nodesNetworkingDetails => nodesNetworkingDetails[0].uplinks?.[0]?.uplinkLists?.[0]?.mac),\n                        value: node_network_info.nodesNetworkingDetails.apply(nodesNetworkingDetails => nodesNetworkingDetails[0].uplinks?.[0]?.uplinkLists?.[0]?.name),\n                    }],\n                    standbies: [{\n                        name: node_network_info.nodesNetworkingDetails.apply(nodesNetworkingDetails => nodesNetworkingDetails[0].uplinks?.[0]?.uplinkLists?.[1]?.name),\n                        mac: node_network_info.nodesNetworkingDetails.apply(nodesNetworkingDetails => nodesNetworkingDetails[0].uplinks?.[0]?.uplinkLists?.[1]?.mac),\n                        value: node_network_info.nodesNetworkingDetails.apply(nodesNetworkingDetails => nodesNetworkingDetails[0].uplinks?.[0]?.uplinkLists?.[1]?.name),\n                    }],\n                }],\n            }],\n        }],\n    }],\n    configParams: [{\n        shouldSkipImaging: true,\n        targetHypervisor: cluster_node.unconfiguredNodes.apply(unconfiguredNodes => unconfiguredNodes[0].hypervisorType),\n    }],\n    removeNodeParams: [{\n        extraParams: [{\n            shouldSkipUpgradeCheck: false,\n            skipSpaceCheck: false,\n            shouldSkipAddCheck: false,\n        }],\n        shouldSkipRemove: false,\n        shouldSkipPrechecks: false,\n    }],\n}, {\n    dependsOn: [node_network_info],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# cluster of 3 node uuid that we want to add node\nclusters_ext_id = \"00057b8b-0b3b-4b3b-0000-000000000000\"\n# for example\ncvm_ip = \"10.xx.xx.xx\"\n## check if the node to add is un configured or not\ncluster_node = nutanix.ClustersDiscoverUnconfiguredNodesV2(\"cluster-node\",\n    ext_id=clusters_ext_id,\n    address_type=\"IPV4\",\n    ip_filter_lists=[{\n        \"ipv4s\": [{\n            \"value\": cvm_ip,\n        }],\n    }])\n## fetch Network info for unconfigured node\nnode_network_info = nutanix.ClustersUnconfiguredNodeNetworksV2(\"node-network-info\",\n    ext_id=clusters_ext_id,\n    request_type=\"expand_cluster\",\n    node_lists=[{\n        \"cvm_ips\": [{\n            \"ipv4s\": [{\n                \"value\": cvm_ip,\n            }],\n        }],\n        \"hypervisor_ips\": [{\n            \"ipv4s\": [{\n                \"value\": cluster_node.unconfigured_nodes[0].hypervisor_ips[0].ipv4s[0].value,\n            }],\n        }],\n    }],\n    opts = pulumi.ResourceOptions(depends_on=[cluster_node]))\n## add node to the cluster\nadd_node = nutanix.ClusterAddNodeV2(\"add-node\",\n    cluster_ext_id=clusters_ext_id,\n    should_skip_add_node=False,\n    should_skip_pre_expand_checks=False,\n    node_params=[{\n        \"should_skip_host_networking\": False,\n        \"hypervisor_isos\": [{\n            \"type\": cluster_node.unconfigured_nodes[0].hypervisor_type,\n        }],\n        \"node_lists\": [{\n            \"node_uuid\": cluster_node.unconfigured_nodes[0].node_uuid,\n            \"model\": cluster_node.unconfigured_nodes[0].rackable_unit_model,\n            \"block_id\": cluster_node.unconfigured_nodes[0].rackable_unit_serial,\n            \"hypervisor_type\": cluster_node.unconfigured_nodes[0].hypervisor_type,\n            \"hypervisor_version\": cluster_node.unconfigured_nodes[0].hypervisor_version,\n            \"node_position\": cluster_node.unconfigured_nodes[0].node_position,\n            \"nos_version\": cluster_node.unconfigured_nodes[0].nos_version,\n            \"hypervisor_hostname\": \"example\",\n            \"current_network_interface\": node_network_info.nodes_networking_details[0].uplinks[0].uplink_lists[0].name,\n            \"hypervisor_ips\": [{\n                \"ipv4s\": [{\n                    \"value\": cluster_node.unconfigured_nodes[0].hypervisor_ips[0].ipv4s[0].value,\n                }],\n            }],\n            \"cvm_ips\": [{\n                \"ipv4s\": [{\n                    \"value\": cvm_ip,\n                }],\n            }],\n            \"ipmi_ips\": [{\n                \"ipv4s\": [{\n                    \"value\": cluster_node.unconfigured_nodes[0].ipmi_ips[0].ipv4s[0].value,\n                }],\n            }],\n            \"is_robo_mixed_hypervisor\": True,\n            \"networks\": [{\n                \"name\": node_network_info.nodes_networking_details[0].network_infos[0].hcis[0].name,\n                \"networks\": node_network_info.nodes_networking_details[0].network_infos[0].hcis[0].networks,\n                \"uplinks\": [{\n                    \"actives\": [{\n                        \"name\": node_network_info.nodes_networking_details[0].uplinks[0].uplink_lists[0].name,\n                        \"mac\": node_network_info.nodes_networking_details[0].uplinks[0].uplink_lists[0].mac,\n                        \"value\": node_network_info.nodes_networking_details[0].uplinks[0].uplink_lists[0].name,\n                    }],\n                    \"standbies\": [{\n                        \"name\": node_network_info.nodes_networking_details[0].uplinks[0].uplink_lists[1].name,\n                        \"mac\": node_network_info.nodes_networking_details[0].uplinks[0].uplink_lists[1].mac,\n                        \"value\": node_network_info.nodes_networking_details[0].uplinks[0].uplink_lists[1].name,\n                    }],\n                }],\n            }],\n        }],\n    }],\n    config_params=[{\n        \"should_skip_imaging\": True,\n        \"target_hypervisor\": cluster_node.unconfigured_nodes[0].hypervisor_type,\n    }],\n    remove_node_params=[{\n        \"extra_params\": [{\n            \"should_skip_upgrade_check\": False,\n            \"skip_space_check\": False,\n            \"should_skip_add_check\": False,\n        }],\n        \"should_skip_remove\": False,\n        \"should_skip_prechecks\": False,\n    }],\n    opts = pulumi.ResourceOptions(depends_on=[node_network_info]))\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // cluster of 3 node uuid that we want to add node\n    var clustersExtId = \"00057b8b-0b3b-4b3b-0000-000000000000\";\n\n    // for example\n    var cvmIp = \"10.xx.xx.xx\";\n\n    //# check if the node to add is un configured or not\n    var cluster_node = new Nutanix.ClustersDiscoverUnconfiguredNodesV2(\"cluster-node\", new()\n    {\n        ExtId = clustersExtId,\n        AddressType = \"IPV4\",\n        IpFilterLists = new[]\n        {\n            new Nutanix.Inputs.ClustersDiscoverUnconfiguredNodesV2IpFilterListArgs\n            {\n                Ipv4s = new[]\n                {\n                    new Nutanix.Inputs.ClustersDiscoverUnconfiguredNodesV2IpFilterListIpv4Args\n                    {\n                        Value = cvmIp,\n                    },\n                },\n            },\n        },\n    });\n\n    //# fetch Network info for unconfigured node\n    var node_network_info = new Nutanix.ClustersUnconfiguredNodeNetworksV2(\"node-network-info\", new()\n    {\n        ExtId = clustersExtId,\n        RequestType = \"expand_cluster\",\n        NodeLists = new[]\n        {\n            new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListArgs\n            {\n                CvmIps = new[]\n                {\n                    new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArgs\n                    {\n                        Ipv4s = new[]\n                        {\n                            new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Args\n                            {\n                                Value = cvmIp,\n                            },\n                        },\n                    },\n                },\n                HypervisorIps = new[]\n                {\n                    new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArgs\n                    {\n                        Ipv4s = new[]\n                        {\n                            new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Args\n                            {\n                                Value = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].HypervisorIps[0]?.Ipv4s[0]?.Value),\n                            },\n                        },\n                    },\n                },\n            },\n        },\n    }, new CustomResourceOptions\n    {\n        DependsOn =\n        {\n            cluster_node,\n        },\n    });\n\n    //# add node to the cluster\n    var add_node = new Nutanix.ClusterAddNodeV2(\"add-node\", new()\n    {\n        ClusterExtId = clustersExtId,\n        ShouldSkipAddNode = false,\n        ShouldSkipPreExpandChecks = false,\n        NodeParams = new[]\n        {\n            new Nutanix.Inputs.ClusterAddNodeV2NodeParamArgs\n            {\n                ShouldSkipHostNetworking = false,\n                HypervisorIsos = new[]\n                {\n                    new Nutanix.Inputs.ClusterAddNodeV2NodeParamHypervisorIsoArgs\n                    {\n                        Type = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].HypervisorType),\n                    },\n                },\n                NodeLists = new[]\n                {\n                    new Nutanix.Inputs.ClusterAddNodeV2NodeParamNodeListArgs\n                    {\n                        NodeUuid = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].NodeUuid),\n                        Model = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].RackableUnitModel),\n                        BlockId = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].RackableUnitSerial),\n                        HypervisorType = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].HypervisorType),\n                        HypervisorVersion = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].HypervisorVersion),\n                        NodePosition = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].NodePosition),\n                        NosVersion = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].NosVersion),\n                        HypervisorHostname = \"example\",\n                        CurrentNetworkInterface = node_network_info.NodesNetworkingDetails.Apply(nodesNetworkingDetails => nodesNetworkingDetails[0].Uplinks[0]?.UplinkLists[0]?.Name),\n                        HypervisorIps = new[]\n                        {\n                            new Nutanix.Inputs.ClusterAddNodeV2NodeParamNodeListHypervisorIpArgs\n                            {\n                                Ipv4s = new[]\n                                {\n                                    new Nutanix.Inputs.ClusterAddNodeV2NodeParamNodeListHypervisorIpIpv4Args\n                                    {\n                                        Value = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].HypervisorIps[0]?.Ipv4s[0]?.Value),\n                                    },\n                                },\n                            },\n                        },\n                        CvmIps = new[]\n                        {\n                            new Nutanix.Inputs.ClusterAddNodeV2NodeParamNodeListCvmIpArgs\n                            {\n                                Ipv4s = new[]\n                                {\n                                    new Nutanix.Inputs.ClusterAddNodeV2NodeParamNodeListCvmIpIpv4Args\n                                    {\n                                        Value = cvmIp,\n                                    },\n                                },\n                            },\n                        },\n                        IpmiIps = new[]\n                        {\n                            new Nutanix.Inputs.ClusterAddNodeV2NodeParamNodeListIpmiIpArgs\n                            {\n                                Ipv4s = new[]\n                                {\n                                    new Nutanix.Inputs.ClusterAddNodeV2NodeParamNodeListIpmiIpIpv4Args\n                                    {\n                                        Value = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].IpmiIps[0]?.Ipv4s[0]?.Value),\n                                    },\n                                },\n                            },\n                        },\n                        IsRoboMixedHypervisor = true,\n                        Networks = new[]\n                        {\n                            new Nutanix.Inputs.ClusterAddNodeV2NodeParamNodeListNetworkArgs\n                            {\n                                Name = node_network_info.NodesNetworkingDetails.Apply(nodesNetworkingDetails => nodesNetworkingDetails[0].NetworkInfos[0]?.Hcis[0]?.Name),\n                                Networks = node_network_info.NodesNetworkingDetails.Apply(nodesNetworkingDetails => nodesNetworkingDetails[0].NetworkInfos[0]?.Hcis[0]?.Networks),\n                                Uplinks = new[]\n                                {\n                                    new Nutanix.Inputs.ClusterAddNodeV2NodeParamNodeListNetworkUplinkArgs\n                                    {\n                                        Actives = new[]\n                                        {\n                                            new Nutanix.Inputs.ClusterAddNodeV2NodeParamNodeListNetworkUplinkActiveArgs\n                                            {\n                                                Name = node_network_info.NodesNetworkingDetails.Apply(nodesNetworkingDetails => nodesNetworkingDetails[0].Uplinks[0]?.UplinkLists[0]?.Name),\n                                                Mac = node_network_info.NodesNetworkingDetails.Apply(nodesNetworkingDetails => nodesNetworkingDetails[0].Uplinks[0]?.UplinkLists[0]?.Mac),\n                                                Value = node_network_info.NodesNetworkingDetails.Apply(nodesNetworkingDetails => nodesNetworkingDetails[0].Uplinks[0]?.UplinkLists[0]?.Name),\n                                            },\n                                        },\n                                        Standbies = new[]\n                                        {\n                                            new Nutanix.Inputs.ClusterAddNodeV2NodeParamNodeListNetworkUplinkStandbyArgs\n                                            {\n                                                Name = node_network_info.NodesNetworkingDetails.Apply(nodesNetworkingDetails => nodesNetworkingDetails[0].Uplinks[0]?.UplinkLists[1]?.Name),\n                                                Mac = node_network_info.NodesNetworkingDetails.Apply(nodesNetworkingDetails => nodesNetworkingDetails[0].Uplinks[0]?.UplinkLists[1]?.Mac),\n                                                Value = node_network_info.NodesNetworkingDetails.Apply(nodesNetworkingDetails => nodesNetworkingDetails[0].Uplinks[0]?.UplinkLists[1]?.Name),\n                                            },\n                                        },\n                                    },\n                                },\n                            },\n                        },\n                    },\n                },\n            },\n        },\n        ConfigParams = new[]\n        {\n            new Nutanix.Inputs.ClusterAddNodeV2ConfigParamArgs\n            {\n                ShouldSkipImaging = true,\n                TargetHypervisor = cluster_node.UnconfiguredNodes.Apply(unconfiguredNodes => unconfiguredNodes[0].HypervisorType),\n            },\n        },\n        RemoveNodeParams = new[]\n        {\n            new Nutanix.Inputs.ClusterAddNodeV2RemoveNodeParamArgs\n            {\n                ExtraParams = new[]\n                {\n                    new Nutanix.Inputs.ClusterAddNodeV2RemoveNodeParamExtraParamArgs\n                    {\n                        ShouldSkipUpgradeCheck = false,\n                        SkipSpaceCheck = false,\n                        ShouldSkipAddCheck = false,\n                    },\n                },\n                ShouldSkipRemove = false,\n                ShouldSkipPrechecks = false,\n            },\n        },\n    }, new CustomResourceOptions\n    {\n        DependsOn =\n        {\n            node_network_info,\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\nfunc main() {\npulumi.Run(func(ctx *pulumi.Context) error {\n// cluster of 3 node uuid that we want to add node\nclustersExtId := \"00057b8b-0b3b-4b3b-0000-000000000000\";\n// for example\ncvmIp := \"10.xx.xx.xx\";\n//# check if the node to add is un configured or not\ncluster_node, err := nutanix.NewClustersDiscoverUnconfiguredNodesV2(ctx, \"cluster-node\", &nutanix.ClustersDiscoverUnconfiguredNodesV2Args{\nExtId: pulumi.String(clustersExtId),\nAddressType: pulumi.String(\"IPV4\"),\nIpFilterLists: nutanix.ClustersDiscoverUnconfiguredNodesV2IpFilterListArray{\n&nutanix.ClustersDiscoverUnconfiguredNodesV2IpFilterListArgs{\nIpv4s: nutanix.ClustersDiscoverUnconfiguredNodesV2IpFilterListIpv4Array{\n&nutanix.ClustersDiscoverUnconfiguredNodesV2IpFilterListIpv4Args{\nValue: pulumi.String(cvmIp),\n},\n},\n},\n},\n})\nif err != nil {\nreturn err\n}\n//# fetch Network info for unconfigured node\nnode_network_info, err := nutanix.NewClustersUnconfiguredNodeNetworksV2(ctx, \"node-network-info\", &nutanix.ClustersUnconfiguredNodeNetworksV2Args{\nExtId: pulumi.String(clustersExtId),\nRequestType: pulumi.String(\"expand_cluster\"),\nNodeLists: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListArray{\n&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListArgs{\nCvmIps: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArray{\n&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArgs{\nIpv4s: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Array{\n&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Args{\nValue: pulumi.String(cvmIp),\n},\n},\n},\n},\nHypervisorIps: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArray{\n&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArgs{\nIpv4s: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Array{\n&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Args{\nValue: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].HypervisorIps[0].Ipv4s[0].Value, nil\n}).(pulumi.StringPtrOutput),\n},\n},\n},\n},\n},\n},\n}, pulumi.DependsOn([]pulumi.Resource{\ncluster_node,\n}))\nif err != nil {\nreturn err\n}\n//# add node to the cluster\n_, err = nutanix.NewClusterAddNodeV2(ctx, \"add-node\", &nutanix.ClusterAddNodeV2Args{\nClusterExtId: pulumi.String(clustersExtId),\nShouldSkipAddNode: pulumi.Bool(false),\nShouldSkipPreExpandChecks: pulumi.Bool(false),\nNodeParams: nutanix.ClusterAddNodeV2NodeParamArray{\n&nutanix.ClusterAddNodeV2NodeParamArgs{\nShouldSkipHostNetworking: pulumi.Bool(false),\nHypervisorIsos: nutanix.ClusterAddNodeV2NodeParamHypervisorIsoArray{\n&nutanix.ClusterAddNodeV2NodeParamHypervisorIsoArgs{\nType: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].HypervisorType, nil\n}).(pulumi.StringPtrOutput),\n},\n},\nNodeLists: nutanix.ClusterAddNodeV2NodeParamNodeListArray{\n&nutanix.ClusterAddNodeV2NodeParamNodeListArgs{\nNodeUuid: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].NodeUuid, nil\n}).(pulumi.StringPtrOutput),\nModel: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].RackableUnitModel, nil\n}).(pulumi.StringPtrOutput),\nBlockId: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].RackableUnitSerial, nil\n}).(pulumi.StringPtrOutput),\nHypervisorType: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].HypervisorType, nil\n}).(pulumi.StringPtrOutput),\nHypervisorVersion: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].HypervisorVersion, nil\n}).(pulumi.StringPtrOutput),\nNodePosition: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].NodePosition, nil\n}).(pulumi.StringPtrOutput),\nNosVersion: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].NosVersion, nil\n}).(pulumi.StringPtrOutput),\nHypervisorHostname: pulumi.String(\"example\"),\nCurrentNetworkInterface: node_network_info.NodesNetworkingDetails.ApplyT(func(nodesNetworkingDetails []nutanix.ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail) (*string, error) {\nreturn &nodesNetworkingDetails[0].Uplinks[0].UplinkLists[0].Name, nil\n}).(pulumi.StringPtrOutput),\nHypervisorIps: nutanix.ClusterAddNodeV2NodeParamNodeListHypervisorIpArray{\n&nutanix.ClusterAddNodeV2NodeParamNodeListHypervisorIpArgs{\nIpv4s: nutanix.ClusterAddNodeV2NodeParamNodeListHypervisorIpIpv4Array{\n&nutanix.ClusterAddNodeV2NodeParamNodeListHypervisorIpIpv4Args{\nValue: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].HypervisorIps[0].Ipv4s[0].Value, nil\n}).(pulumi.StringPtrOutput),\n},\n},\n},\n},\nCvmIps: nutanix.ClusterAddNodeV2NodeParamNodeListCvmIpArray{\n&nutanix.ClusterAddNodeV2NodeParamNodeListCvmIpArgs{\nIpv4s: nutanix.ClusterAddNodeV2NodeParamNodeListCvmIpIpv4Array{\n&nutanix.ClusterAddNodeV2NodeParamNodeListCvmIpIpv4Args{\nValue: pulumi.String(cvmIp),\n},\n},\n},\n},\nIpmiIps: nutanix.ClusterAddNodeV2NodeParamNodeListIpmiIpArray{\n&nutanix.ClusterAddNodeV2NodeParamNodeListIpmiIpArgs{\nIpv4s: nutanix.ClusterAddNodeV2NodeParamNodeListIpmiIpIpv4Array{\n&nutanix.ClusterAddNodeV2NodeParamNodeListIpmiIpIpv4Args{\nValue: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].IpmiIps[0].Ipv4s[0].Value, nil\n}).(pulumi.StringPtrOutput),\n},\n},\n},\n},\nIsRoboMixedHypervisor: pulumi.Bool(true),\nNetworks: nutanix.ClusterAddNodeV2NodeParamNodeListNetworkArray{\n&nutanix.ClusterAddNodeV2NodeParamNodeListNetworkArgs{\nName: node_network_info.NodesNetworkingDetails.ApplyT(func(nodesNetworkingDetails []nutanix.ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail) (*string, error) {\nreturn &nodesNetworkingDetails[0].NetworkInfos[0].Hcis[0].Name, nil\n}).(pulumi.StringPtrOutput),\nNetworks: node_network_info.NodesNetworkingDetails.ApplyT(func(nodesNetworkingDetails []nutanix.ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail) (interface{}, error) {\nreturn nodesNetworkingDetails[0].NetworkInfos[0].Hcis[0].Networks, nil\n}).(pulumi.Interface{}Output),\nUplinks: nutanix.ClusterAddNodeV2NodeParamNodeListNetworkUplinkArray{\n&nutanix.ClusterAddNodeV2NodeParamNodeListNetworkUplinkArgs{\nActives: nutanix.ClusterAddNodeV2NodeParamNodeListNetworkUplinkActiveArray{\n&nutanix.ClusterAddNodeV2NodeParamNodeListNetworkUplinkActiveArgs{\nName: node_network_info.NodesNetworkingDetails.ApplyT(func(nodesNetworkingDetails []nutanix.ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail) (*string, error) {\nreturn &nodesNetworkingDetails[0].Uplinks[0].UplinkLists[0].Name, nil\n}).(pulumi.StringPtrOutput),\nMac: node_network_info.NodesNetworkingDetails.ApplyT(func(nodesNetworkingDetails []nutanix.ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail) (*string, error) {\nreturn &nodesNetworkingDetails[0].Uplinks[0].UplinkLists[0].Mac, nil\n}).(pulumi.StringPtrOutput),\nValue: node_network_info.NodesNetworkingDetails.ApplyT(func(nodesNetworkingDetails []nutanix.ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail) (*string, error) {\nreturn &nodesNetworkingDetails[0].Uplinks[0].UplinkLists[0].Name, nil\n}).(pulumi.StringPtrOutput),\n},\n},\nStandbies: nutanix.ClusterAddNodeV2NodeParamNodeListNetworkUplinkStandbyArray{\n&nutanix.ClusterAddNodeV2NodeParamNodeListNetworkUplinkStandbyArgs{\nName: node_network_info.NodesNetworkingDetails.ApplyT(func(nodesNetworkingDetails []nutanix.ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail) (*string, error) {\nreturn &nodesNetworkingDetails[0].Uplinks[0].UplinkLists[1].Name, nil\n}).(pulumi.StringPtrOutput),\nMac: node_network_info.NodesNetworkingDetails.ApplyT(func(nodesNetworkingDetails []nutanix.ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail) (*string, error) {\nreturn &nodesNetworkingDetails[0].Uplinks[0].UplinkLists[1].Mac, nil\n}).(pulumi.StringPtrOutput),\nValue: node_network_info.NodesNetworkingDetails.ApplyT(func(nodesNetworkingDetails []nutanix.ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail) (*string, error) {\nreturn &nodesNetworkingDetails[0].Uplinks[0].UplinkLists[1].Name, nil\n}).(pulumi.StringPtrOutput),\n},\n},\n},\n},\n},\n},\n},\n},\n},\n},\nConfigParams: nutanix.ClusterAddNodeV2ConfigParamArray{\n&nutanix.ClusterAddNodeV2ConfigParamArgs{\nShouldSkipImaging: pulumi.Bool(true),\nTargetHypervisor: cluster_node.UnconfiguredNodes.ApplyT(func(unconfiguredNodes []nutanix.ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode) (*string, error) {\nreturn &unconfiguredNodes[0].HypervisorType, nil\n}).(pulumi.StringPtrOutput),\n},\n},\nRemoveNodeParams: nutanix.ClusterAddNodeV2RemoveNodeParamArray{\n&nutanix.ClusterAddNodeV2RemoveNodeParamArgs{\nExtraParams: nutanix.ClusterAddNodeV2RemoveNodeParamExtraParamArray{\n&nutanix.ClusterAddNodeV2RemoveNodeParamExtraParamArgs{\nShouldSkipUpgradeCheck: pulumi.Bool(false),\nSkipSpaceCheck: pulumi.Bool(false),\nShouldSkipAddCheck: pulumi.Bool(false),\n},\n},\nShouldSkipRemove: pulumi.Bool(false),\nShouldSkipPrechecks: pulumi.Bool(false),\n},\n},\n}, pulumi.DependsOn([]pulumi.Resource{\nnode_network_info,\n}))\nif err != nil {\nreturn err\n}\nreturn nil\n})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ClustersDiscoverUnconfiguredNodesV2;\nimport com.pulumi.nutanix.ClustersDiscoverUnconfiguredNodesV2Args;\nimport com.pulumi.nutanix.inputs.ClustersDiscoverUnconfiguredNodesV2IpFilterListArgs;\nimport com.pulumi.nutanix.ClustersUnconfiguredNodeNetworksV2;\nimport com.pulumi.nutanix.ClustersUnconfiguredNodeNetworksV2Args;\nimport com.pulumi.nutanix.inputs.ClustersUnconfiguredNodeNetworksV2NodeListArgs;\nimport com.pulumi.nutanix.ClusterAddNodeV2;\nimport com.pulumi.nutanix.ClusterAddNodeV2Args;\nimport com.pulumi.nutanix.inputs.ClusterAddNodeV2NodeParamArgs;\nimport com.pulumi.nutanix.inputs.ClusterAddNodeV2ConfigParamArgs;\nimport com.pulumi.nutanix.inputs.ClusterAddNodeV2RemoveNodeParamArgs;\nimport com.pulumi.resources.CustomResourceOptions;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // cluster of 3 node uuid that we want to add node\n        final var clustersExtId = \"00057b8b-0b3b-4b3b-0000-000000000000\";\n\n        // for example\n        final var cvmIp = \"10.xx.xx.xx\";\n\n        //# check if the node to add is un configured or not\n        var cluster_node = new ClustersDiscoverUnconfiguredNodesV2(\"cluster-node\", ClustersDiscoverUnconfiguredNodesV2Args.builder()\n            .extId(clustersExtId)\n            .addressType(\"IPV4\")\n            .ipFilterLists(ClustersDiscoverUnconfiguredNodesV2IpFilterListArgs.builder()\n                .ipv4s(ClustersDiscoverUnconfiguredNodesV2IpFilterListIpv4Args.builder()\n                    .value(cvmIp)\n                    .build())\n                .build())\n            .build());\n\n        //# fetch Network info for unconfigured node\n        var node_network_info = new ClustersUnconfiguredNodeNetworksV2(\"node-network-info\", ClustersUnconfiguredNodeNetworksV2Args.builder()\n            .extId(clustersExtId)\n            .requestType(\"expand_cluster\")\n            .nodeLists(ClustersUnconfiguredNodeNetworksV2NodeListArgs.builder()\n                .cvmIps(ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArgs.builder()\n                    .ipv4s(ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Args.builder()\n                        .value(cvmIp)\n                        .build())\n                    .build())\n                .hypervisorIps(ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArgs.builder()\n                    .ipv4s(ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Args.builder()\n                        .value(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].hypervisorIps()[0].ipv4s()[0].value()))\n                        .build())\n                    .build())\n                .build())\n            .build(), CustomResourceOptions.builder()\n                .dependsOn(cluster_node)\n                .build());\n\n        //# add node to the cluster\n        var add_node = new ClusterAddNodeV2(\"add-node\", ClusterAddNodeV2Args.builder()\n            .clusterExtId(clustersExtId)\n            .shouldSkipAddNode(false)\n            .shouldSkipPreExpandChecks(false)\n            .nodeParams(ClusterAddNodeV2NodeParamArgs.builder()\n                .shouldSkipHostNetworking(false)\n                .hypervisorIsos(ClusterAddNodeV2NodeParamHypervisorIsoArgs.builder()\n                    .type(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].hypervisorType()))\n                    .build())\n                .nodeLists(ClusterAddNodeV2NodeParamNodeListArgs.builder()\n                    .nodeUuid(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].nodeUuid()))\n                    .model(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].rackableUnitModel()))\n                    .blockId(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].rackableUnitSerial()))\n                    .hypervisorType(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].hypervisorType()))\n                    .hypervisorVersion(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].hypervisorVersion()))\n                    .nodePosition(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].nodePosition()))\n                    .nosVersion(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].nosVersion()))\n                    .hypervisorHostname(\"example\")\n                    .currentNetworkInterface(node_network_info.nodesNetworkingDetails().applyValue(_nodesNetworkingDetails -> _nodesNetworkingDetails[0].uplinks()[0].uplinkLists()[0].name()))\n                    .hypervisorIps(ClusterAddNodeV2NodeParamNodeListHypervisorIpArgs.builder()\n                        .ipv4s(ClusterAddNodeV2NodeParamNodeListHypervisorIpIpv4Args.builder()\n                            .value(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].hypervisorIps()[0].ipv4s()[0].value()))\n                            .build())\n                        .build())\n                    .cvmIps(ClusterAddNodeV2NodeParamNodeListCvmIpArgs.builder()\n                        .ipv4s(ClusterAddNodeV2NodeParamNodeListCvmIpIpv4Args.builder()\n                            .value(cvmIp)\n                            .build())\n                        .build())\n                    .ipmiIps(ClusterAddNodeV2NodeParamNodeListIpmiIpArgs.builder()\n                        .ipv4s(ClusterAddNodeV2NodeParamNodeListIpmiIpIpv4Args.builder()\n                            .value(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].ipmiIps()[0].ipv4s()[0].value()))\n                            .build())\n                        .build())\n                    .isRoboMixedHypervisor(true)\n                    .networks(ClusterAddNodeV2NodeParamNodeListNetworkArgs.builder()\n                        .name(node_network_info.nodesNetworkingDetails().applyValue(_nodesNetworkingDetails -> _nodesNetworkingDetails[0].networkInfos()[0].hcis()[0].name()))\n                        .networks(node_network_info.nodesNetworkingDetails().applyValue(_nodesNetworkingDetails -> _nodesNetworkingDetails[0].networkInfos()[0].hcis()[0].networks()))\n                        .uplinks(ClusterAddNodeV2NodeParamNodeListNetworkUplinkArgs.builder()\n                            .actives(ClusterAddNodeV2NodeParamNodeListNetworkUplinkActiveArgs.builder()\n                                .name(node_network_info.nodesNetworkingDetails().applyValue(_nodesNetworkingDetails -> _nodesNetworkingDetails[0].uplinks()[0].uplinkLists()[0].name()))\n                                .mac(node_network_info.nodesNetworkingDetails().applyValue(_nodesNetworkingDetails -> _nodesNetworkingDetails[0].uplinks()[0].uplinkLists()[0].mac()))\n                                .value(node_network_info.nodesNetworkingDetails().applyValue(_nodesNetworkingDetails -> _nodesNetworkingDetails[0].uplinks()[0].uplinkLists()[0].name()))\n                                .build())\n                            .standbies(ClusterAddNodeV2NodeParamNodeListNetworkUplinkStandbyArgs.builder()\n                                .name(node_network_info.nodesNetworkingDetails().applyValue(_nodesNetworkingDetails -> _nodesNetworkingDetails[0].uplinks()[0].uplinkLists()[1].name()))\n                                .mac(node_network_info.nodesNetworkingDetails().applyValue(_nodesNetworkingDetails -> _nodesNetworkingDetails[0].uplinks()[0].uplinkLists()[1].mac()))\n                                .value(node_network_info.nodesNetworkingDetails().applyValue(_nodesNetworkingDetails -> _nodesNetworkingDetails[0].uplinks()[0].uplinkLists()[1].name()))\n                                .build())\n                            .build())\n                        .build())\n                    .build())\n                .build())\n            .configParams(ClusterAddNodeV2ConfigParamArgs.builder()\n                .shouldSkipImaging(true)\n                .targetHypervisor(cluster_node.unconfiguredNodes().applyValue(_unconfiguredNodes -> _unconfiguredNodes[0].hypervisorType()))\n                .build())\n            .removeNodeParams(ClusterAddNodeV2RemoveNodeParamArgs.builder()\n                .extraParams(ClusterAddNodeV2RemoveNodeParamExtraParamArgs.builder()\n                    .shouldSkipUpgradeCheck(false)\n                    .skipSpaceCheck(false)\n                    .shouldSkipAddCheck(false)\n                    .build())\n                .shouldSkipRemove(false)\n                .shouldSkipPrechecks(false)\n                .build())\n            .build(), CustomResourceOptions.builder()\n                .dependsOn(node_network_info)\n                .build());\n\n    }\n}\n```\n```yaml\nresources:\n  ## check if the node to add is un configured or not\n  cluster-node:\n    type: nutanix:ClustersDiscoverUnconfiguredNodesV2\n    properties:\n      extId: ${clustersExtId}\n      addressType: IPV4\n      ipFilterLists:\n        - ipv4s:\n            - value: ${cvmIp}\n  ## fetch Network info for unconfigured node\n  node-network-info:\n    type: nutanix:ClustersUnconfiguredNodeNetworksV2\n    properties:\n      extId: ${clustersExtId}\n      requestType: expand_cluster\n      nodeLists:\n        - cvmIps:\n            - ipv4s:\n                - value: ${cvmIp}\n          hypervisorIps:\n            - ipv4s:\n                - value: ${[\"cluster-node\"].unconfiguredNodes[0].hypervisorIps[0].ipv4s[0].value}\n    options:\n      dependsOn:\n        - ${[\"cluster-node\"]}\n  ## add node to the cluster\n  add-node:\n    type: nutanix:ClusterAddNodeV2\n    properties:\n      clusterExtId: ${clustersExtId}\n      shouldSkipAddNode: false\n      shouldSkipPreExpandChecks: false\n      nodeParams:\n        - shouldSkipHostNetworking: false\n          hypervisorIsos:\n            - type: ${[\"cluster-node\"].unconfiguredNodes[0].hypervisorType}\n          nodeLists:\n            - nodeUuid: ${[\"cluster-node\"].unconfiguredNodes[0].nodeUuid}\n              model: ${[\"cluster-node\"].unconfiguredNodes[0].rackableUnitModel}\n              blockId: ${[\"cluster-node\"].unconfiguredNodes[0].rackableUnitSerial}\n              hypervisorType: ${[\"cluster-node\"].unconfiguredNodes[0].hypervisorType}\n              hypervisorVersion: ${[\"cluster-node\"].unconfiguredNodes[0].hypervisorVersion}\n              nodePosition: ${[\"cluster-node\"].unconfiguredNodes[0].nodePosition}\n              nosVersion: ${[\"cluster-node\"].unconfiguredNodes[0].nosVersion}\n              hypervisorHostname: example\n              currentNetworkInterface: ${[\"node-network-info\"].nodesNetworkingDetails[0].uplinks[0].uplinkLists[0].name}\n              hypervisorIps:\n                - ipv4s:\n                    - value: ${[\"cluster-node\"].unconfiguredNodes[0].hypervisorIps[0].ipv4s[0].value}\n              cvmIps:\n                - ipv4s:\n                    - value: ${cvmIp}\n              ipmiIps:\n                - ipv4s:\n                    - value: ${[\"cluster-node\"].unconfiguredNodes[0].ipmiIps[0].ipv4s[0].value}\n              isRoboMixedHypervisor: true\n              networks:\n                - name: ${[\"node-network-info\"].nodesNetworkingDetails[0].networkInfos[0].hcis[0].name}\n                  networks: ${[\"node-network-info\"].nodesNetworkingDetails[0].networkInfos[0].hcis[0].networks}\n                  uplinks:\n                    - actives:\n                        - name: ${[\"node-network-info\"].nodesNetworkingDetails[0].uplinks[0].uplinkLists[0].name}\n                          mac: ${[\"node-network-info\"].nodesNetworkingDetails[0].uplinks[0].uplinkLists[0].mac}\n                          value: ${[\"node-network-info\"].nodesNetworkingDetails[0].uplinks[0].uplinkLists[0].name}\n                      standbies:\n                        - name: ${[\"node-network-info\"].nodesNetworkingDetails[0].uplinks[0].uplinkLists[1].name}\n                          mac: ${[\"node-network-info\"].nodesNetworkingDetails[0].uplinks[0].uplinkLists[1].mac}\n                          value: ${[\"node-network-info\"].nodesNetworkingDetails[0].uplinks[0].uplinkLists[1].name}\n      configParams:\n        - shouldSkipImaging: true\n          targetHypervisor: ${[\"cluster-node\"].unconfiguredNodes[0].hypervisorType}\n      removeNodeParams:\n        - extraParams:\n            - shouldSkipUpgradeCheck: false\n              skipSpaceCheck: false\n              shouldSkipAddCheck: false\n          shouldSkipRemove: false\n          shouldSkipPrechecks: false\n    options:\n      dependsOn:\n        - ${[\"node-network-info\"]}\nvariables:\n  # cluster of 3 node uuid that we want to add node\n  clustersExtId: 00057b8b-0b3b-4b3b-0000-000000000000\n  # for example\n  cvmIp: 10.xx.xx.xx\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "clusterExtId": {
          "type": "string",
          "description": "-(Required) Cluster UUID.\n"
        },
        "configParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2ConfigParam:ClusterAddNodeV2ConfigParam"
          },
          "description": "-(Optional) Config parameters.\n"
        },
        "nodeParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParam:ClusterAddNodeV2NodeParam"
          },
          "description": "-(Required) Parameters of the node to be added.\n"
        },
        "removeNodeParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2RemoveNodeParam:ClusterAddNodeV2RemoveNodeParam"
          },
          "description": "-(Optional) configuration for node removal.\n"
        },
        "shouldSkipAddNode": {
          "type": "boolean",
          "description": "-(Optional) Indicates if node addition can be skipped.\n"
        },
        "shouldSkipPreExpandChecks": {
          "type": "boolean",
          "description": "-(Optional) Indicates if pre-expand checks can be skipped for node addition.\n"
        }
      },
      "type": "object",
      "required": [
        "clusterExtId",
        "configParams",
        "nodeParams",
        "shouldSkipAddNode",
        "shouldSkipPreExpandChecks"
      ],
      "inputProperties": {
        "clusterExtId": {
          "type": "string",
          "description": "-(Required) Cluster UUID.\n"
        },
        "configParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2ConfigParam:ClusterAddNodeV2ConfigParam"
          },
          "description": "-(Optional) Config parameters.\n"
        },
        "nodeParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParam:ClusterAddNodeV2NodeParam"
          },
          "description": "-(Required) Parameters of the node to be added.\n"
        },
        "removeNodeParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterAddNodeV2RemoveNodeParam:ClusterAddNodeV2RemoveNodeParam"
          },
          "description": "-(Optional) configuration for node removal.\n"
        },
        "shouldSkipAddNode": {
          "type": "boolean",
          "description": "-(Optional) Indicates if node addition can be skipped.\n"
        },
        "shouldSkipPreExpandChecks": {
          "type": "boolean",
          "description": "-(Optional) Indicates if pre-expand checks can be skipped for node addition.\n"
        }
      },
      "requiredInputs": [
        "clusterExtId",
        "nodeParams"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ClusterAddNodeV2 resources.\n",
        "properties": {
          "clusterExtId": {
            "type": "string",
            "description": "-(Required) Cluster UUID.\n"
          },
          "configParams": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FClusterAddNodeV2ConfigParam:ClusterAddNodeV2ConfigParam"
            },
            "description": "-(Optional) Config parameters.\n"
          },
          "nodeParams": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FClusterAddNodeV2NodeParam:ClusterAddNodeV2NodeParam"
            },
            "description": "-(Required) Parameters of the node to be added.\n"
          },
          "removeNodeParams": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FClusterAddNodeV2RemoveNodeParam:ClusterAddNodeV2RemoveNodeParam"
            },
            "description": "-(Optional) configuration for node removal.\n"
          },
          "shouldSkipAddNode": {
            "type": "boolean",
            "description": "-(Optional) Indicates if node addition can be skipped.\n"
          },
          "shouldSkipPreExpandChecks": {
            "type": "boolean",
            "description": "-(Optional) Indicates if pre-expand checks can be skipped for node addition.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/clusterV2:ClusterV2": {
      "description": "Represents the Cluster entity. Provides the basic infrastructure for compute, storage and networking. This includes the operations that can be carried out on cluster and its subresources - host (node), rsyslog servers etc and actions that can be performed on cluster - add a node, remove a node, attach categories.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst cluster = new nutanix.ClusterV2(\"cluster\", {\n    name: \"cluster-example\",\n    nodes: [{\n        nodeLists: [{\n            controllerVmIps: [{\n                ipv4s: [{\n                    value: \"10.xx.xx.xx\",\n                }],\n            }],\n        }],\n    }],\n    configs: [{\n        clusterFunctions: [\"AOS\"],\n        redundancyFactor: 1,\n        clusterArch: \"X86_64\",\n        faultToleranceStates: [{\n            domainAwarenessLevel: \"DISK\",\n        }],\n    }],\n    networks: [{\n        externalAddresses: [{\n            ipv4s: [{\n                value: \"10.xx.xx.xx\",\n            }],\n        }],\n        externalDataServicesIps: [{\n            ipv4s: [{\n                value: \"10.xx.xx.xx\",\n            }],\n        }],\n        ntpServerIpLists: [\n            {\n                fqdns: [{\n                    value: \"ntp.server.nutanix.com\",\n                }],\n            },\n            {\n                fqdns: [{\n                    value: \"ntp.server_1.nutanix.com\",\n                }],\n            },\n        ],\n        smtpServers: [{\n            emailAddress: \"example.ex@exmple.com\",\n            servers: [{\n                ipAddresses: [{\n                    ipv4s: [{\n                        value: \"10.xx.xx.xx\",\n                    }],\n                }],\n                port: 123,\n                username: \"example\",\n                password: \"example!2134\",\n            }],\n            type: \"PLAIN\",\n        }],\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ncluster = nutanix.ClusterV2(\"cluster\",\n    name=\"cluster-example\",\n    nodes=[{\n        \"node_lists\": [{\n            \"controller_vm_ips\": [{\n                \"ipv4s\": [{\n                    \"value\": \"10.xx.xx.xx\",\n                }],\n            }],\n        }],\n    }],\n    configs=[{\n        \"cluster_functions\": [\"AOS\"],\n        \"redundancy_factor\": 1,\n        \"cluster_arch\": \"X86_64\",\n        \"fault_tolerance_states\": [{\n            \"domain_awareness_level\": \"DISK\",\n        }],\n    }],\n    networks=[{\n        \"external_addresses\": [{\n            \"ipv4s\": [{\n                \"value\": \"10.xx.xx.xx\",\n            }],\n        }],\n        \"external_data_services_ips\": [{\n            \"ipv4s\": [{\n                \"value\": \"10.xx.xx.xx\",\n            }],\n        }],\n        \"ntp_server_ip_lists\": [\n            {\n                \"fqdns\": [{\n                    \"value\": \"ntp.server.nutanix.com\",\n                }],\n            },\n            {\n                \"fqdns\": [{\n                    \"value\": \"ntp.server_1.nutanix.com\",\n                }],\n            },\n        ],\n        \"smtp_servers\": [{\n            \"email_address\": \"example.ex@exmple.com\",\n            \"servers\": [{\n                \"ip_addresses\": [{\n                    \"ipv4s\": [{\n                        \"value\": \"10.xx.xx.xx\",\n                    }],\n                }],\n                \"port\": 123,\n                \"username\": \"example\",\n                \"password\": \"example!2134\",\n            }],\n            \"type\": \"PLAIN\",\n        }],\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var cluster = new Nutanix.ClusterV2(\"cluster\", new()\n    {\n        Name = \"cluster-example\",\n        Nodes = new[]\n        {\n            new Nutanix.Inputs.ClusterV2NodeArgs\n            {\n                NodeLists = new[]\n                {\n                    new Nutanix.Inputs.ClusterV2NodeNodeListArgs\n                    {\n                        ControllerVmIps = new[]\n                        {\n                            new Nutanix.Inputs.ClusterV2NodeNodeListControllerVmIpArgs\n                            {\n                                Ipv4s = new[]\n                                {\n                                    new Nutanix.Inputs.ClusterV2NodeNodeListControllerVmIpIpv4Args\n                                    {\n                                        Value = \"10.xx.xx.xx\",\n                                    },\n                                },\n                            },\n                        },\n                    },\n                },\n            },\n        },\n        Configs = new[]\n        {\n            new Nutanix.Inputs.ClusterV2ConfigArgs\n            {\n                ClusterFunctions = new[]\n                {\n                    \"AOS\",\n                },\n                RedundancyFactor = 1,\n                ClusterArch = \"X86_64\",\n                FaultToleranceStates = new[]\n                {\n                    new Nutanix.Inputs.ClusterV2ConfigFaultToleranceStateArgs\n                    {\n                        DomainAwarenessLevel = \"DISK\",\n                    },\n                },\n            },\n        },\n        Networks = new[]\n        {\n            new Nutanix.Inputs.ClusterV2NetworkArgs\n            {\n                ExternalAddresses = new[]\n                {\n                    new Nutanix.Inputs.ClusterV2NetworkExternalAddressArgs\n                    {\n                        Ipv4s = new[]\n                        {\n                            new Nutanix.Inputs.ClusterV2NetworkExternalAddressIpv4Args\n                            {\n                                Value = \"10.xx.xx.xx\",\n                            },\n                        },\n                    },\n                },\n                ExternalDataServicesIps = new[]\n                {\n                    new Nutanix.Inputs.ClusterV2NetworkExternalDataServicesIpArgs\n                    {\n                        Ipv4s = new[]\n                        {\n                            new Nutanix.Inputs.ClusterV2NetworkExternalDataServicesIpIpv4Args\n                            {\n                                Value = \"10.xx.xx.xx\",\n                            },\n                        },\n                    },\n                },\n                NtpServerIpLists = new[]\n                {\n                    new Nutanix.Inputs.ClusterV2NetworkNtpServerIpListArgs\n                    {\n                        Fqdns = new[]\n                        {\n                            new Nutanix.Inputs.ClusterV2NetworkNtpServerIpListFqdnArgs\n                            {\n                                Value = \"ntp.server.nutanix.com\",\n                            },\n                        },\n                    },\n                    new Nutanix.Inputs.ClusterV2NetworkNtpServerIpListArgs\n                    {\n                        Fqdns = new[]\n                        {\n                            new Nutanix.Inputs.ClusterV2NetworkNtpServerIpListFqdnArgs\n                            {\n                                Value = \"ntp.server_1.nutanix.com\",\n                            },\n                        },\n                    },\n                },\n                SmtpServers = new[]\n                {\n                    new Nutanix.Inputs.ClusterV2NetworkSmtpServerArgs\n                    {\n                        EmailAddress = \"example.ex@exmple.com\",\n                        Servers = new[]\n                        {\n                            new Nutanix.Inputs.ClusterV2NetworkSmtpServerServerArgs\n                            {\n                                IpAddresses = new[]\n                                {\n                                    new Nutanix.Inputs.ClusterV2NetworkSmtpServerServerIpAddressArgs\n                                    {\n                                        Ipv4s = new[]\n                                        {\n                                            new Nutanix.Inputs.ClusterV2NetworkSmtpServerServerIpAddressIpv4Args\n                                            {\n                                                Value = \"10.xx.xx.xx\",\n                                            },\n                                        },\n                                    },\n                                },\n                                Port = 123,\n                                Username = \"example\",\n                                Password = \"example!2134\",\n                            },\n                        },\n                        Type = \"PLAIN\",\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewClusterV2(ctx, \"cluster\", &nutanix.ClusterV2Args{\n\t\t\tName: pulumi.String(\"cluster-example\"),\n\t\t\tNodes: nutanix.ClusterV2NodeArray{\n\t\t\t\t&nutanix.ClusterV2NodeArgs{\n\t\t\t\t\tNodeLists: nutanix.ClusterV2NodeNodeListArray{\n\t\t\t\t\t\t&nutanix.ClusterV2NodeNodeListArgs{\n\t\t\t\t\t\t\tControllerVmIps: nutanix.ClusterV2NodeNodeListControllerVmIpArray{\n\t\t\t\t\t\t\t\t&nutanix.ClusterV2NodeNodeListControllerVmIpArgs{\n\t\t\t\t\t\t\t\t\tIpv4s: nutanix.ClusterV2NodeNodeListControllerVmIpIpv4Array{\n\t\t\t\t\t\t\t\t\t\t&nutanix.ClusterV2NodeNodeListControllerVmIpIpv4Args{\n\t\t\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"10.xx.xx.xx\"),\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tConfigs: nutanix.ClusterV2ConfigArray{\n\t\t\t\t&nutanix.ClusterV2ConfigArgs{\n\t\t\t\t\tClusterFunctions: pulumi.StringArray{\n\t\t\t\t\t\tpulumi.String(\"AOS\"),\n\t\t\t\t\t},\n\t\t\t\t\tRedundancyFactor: pulumi.Int(1),\n\t\t\t\t\tClusterArch:      pulumi.String(\"X86_64\"),\n\t\t\t\t\tFaultToleranceStates: nutanix.ClusterV2ConfigFaultToleranceStateArray{\n\t\t\t\t\t\t&nutanix.ClusterV2ConfigFaultToleranceStateArgs{\n\t\t\t\t\t\t\tDomainAwarenessLevel: pulumi.String(\"DISK\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tNetworks: nutanix.ClusterV2NetworkArray{\n\t\t\t\t&nutanix.ClusterV2NetworkArgs{\n\t\t\t\t\tExternalAddresses: nutanix.ClusterV2NetworkExternalAddressArray{\n\t\t\t\t\t\t&nutanix.ClusterV2NetworkExternalAddressArgs{\n\t\t\t\t\t\t\tIpv4s: nutanix.ClusterV2NetworkExternalAddressIpv4Array{\n\t\t\t\t\t\t\t\t&nutanix.ClusterV2NetworkExternalAddressIpv4Args{\n\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"10.xx.xx.xx\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tExternalDataServicesIps: nutanix.ClusterV2NetworkExternalDataServicesIpArray{\n\t\t\t\t\t\t&nutanix.ClusterV2NetworkExternalDataServicesIpArgs{\n\t\t\t\t\t\t\tIpv4s: nutanix.ClusterV2NetworkExternalDataServicesIpIpv4Array{\n\t\t\t\t\t\t\t\t&nutanix.ClusterV2NetworkExternalDataServicesIpIpv4Args{\n\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"10.xx.xx.xx\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tNtpServerIpLists: nutanix.ClusterV2NetworkNtpServerIpListArray{\n\t\t\t\t\t\t&nutanix.ClusterV2NetworkNtpServerIpListArgs{\n\t\t\t\t\t\t\tFqdns: nutanix.ClusterV2NetworkNtpServerIpListFqdnArray{\n\t\t\t\t\t\t\t\t&nutanix.ClusterV2NetworkNtpServerIpListFqdnArgs{\n\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"ntp.server.nutanix.com\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.ClusterV2NetworkNtpServerIpListArgs{\n\t\t\t\t\t\t\tFqdns: nutanix.ClusterV2NetworkNtpServerIpListFqdnArray{\n\t\t\t\t\t\t\t\t&nutanix.ClusterV2NetworkNtpServerIpListFqdnArgs{\n\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"ntp.server_1.nutanix.com\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tSmtpServers: nutanix.ClusterV2NetworkSmtpServerArray{\n\t\t\t\t\t\t&nutanix.ClusterV2NetworkSmtpServerArgs{\n\t\t\t\t\t\t\tEmailAddress: pulumi.String(\"example.ex@exmple.com\"),\n\t\t\t\t\t\t\tServers: nutanix.ClusterV2NetworkSmtpServerServerArray{\n\t\t\t\t\t\t\t\t&nutanix.ClusterV2NetworkSmtpServerServerArgs{\n\t\t\t\t\t\t\t\t\tIpAddresses: nutanix.ClusterV2NetworkSmtpServerServerIpAddressArray{\n\t\t\t\t\t\t\t\t\t\t&nutanix.ClusterV2NetworkSmtpServerServerIpAddressArgs{\n\t\t\t\t\t\t\t\t\t\t\tIpv4s: nutanix.ClusterV2NetworkSmtpServerServerIpAddressIpv4Array{\n\t\t\t\t\t\t\t\t\t\t\t\t&nutanix.ClusterV2NetworkSmtpServerServerIpAddressIpv4Args{\n\t\t\t\t\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"10.xx.xx.xx\"),\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tPort:     pulumi.Int(123),\n\t\t\t\t\t\t\t\t\tUsername: pulumi.String(\"example\"),\n\t\t\t\t\t\t\t\t\tPassword: pulumi.String(\"example!2134\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tType: pulumi.String(\"PLAIN\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ClusterV2;\nimport com.pulumi.nutanix.ClusterV2Args;\nimport com.pulumi.nutanix.inputs.ClusterV2NodeArgs;\nimport com.pulumi.nutanix.inputs.ClusterV2ConfigArgs;\nimport com.pulumi.nutanix.inputs.ClusterV2NetworkArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var cluster = new ClusterV2(\"cluster\", ClusterV2Args.builder()\n            .name(\"cluster-example\")\n            .nodes(ClusterV2NodeArgs.builder()\n                .nodeLists(ClusterV2NodeNodeListArgs.builder()\n                    .controllerVmIps(ClusterV2NodeNodeListControllerVmIpArgs.builder()\n                        .ipv4s(ClusterV2NodeNodeListControllerVmIpIpv4Args.builder()\n                            .value(\"10.xx.xx.xx\")\n                            .build())\n                        .build())\n                    .build())\n                .build())\n            .configs(ClusterV2ConfigArgs.builder()\n                .clusterFunctions(\"AOS\")\n                .redundancyFactor(1)\n                .clusterArch(\"X86_64\")\n                .faultToleranceStates(ClusterV2ConfigFaultToleranceStateArgs.builder()\n                    .domainAwarenessLevel(\"DISK\")\n                    .build())\n                .build())\n            .networks(ClusterV2NetworkArgs.builder()\n                .externalAddresses(ClusterV2NetworkExternalAddressArgs.builder()\n                    .ipv4s(ClusterV2NetworkExternalAddressIpv4Args.builder()\n                        .value(\"10.xx.xx.xx\")\n                        .build())\n                    .build())\n                .externalDataServicesIps(ClusterV2NetworkExternalDataServicesIpArgs.builder()\n                    .ipv4s(ClusterV2NetworkExternalDataServicesIpIpv4Args.builder()\n                        .value(\"10.xx.xx.xx\")\n                        .build())\n                    .build())\n                .ntpServerIpLists(                \n                    ClusterV2NetworkNtpServerIpListArgs.builder()\n                        .fqdns(ClusterV2NetworkNtpServerIpListFqdnArgs.builder()\n                            .value(\"ntp.server.nutanix.com\")\n                            .build())\n                        .build(),\n                    ClusterV2NetworkNtpServerIpListArgs.builder()\n                        .fqdns(ClusterV2NetworkNtpServerIpListFqdnArgs.builder()\n                            .value(\"ntp.server_1.nutanix.com\")\n                            .build())\n                        .build())\n                .smtpServers(ClusterV2NetworkSmtpServerArgs.builder()\n                    .emailAddress(\"example.ex@exmple.com\")\n                    .servers(ClusterV2NetworkSmtpServerServerArgs.builder()\n                        .ipAddresses(ClusterV2NetworkSmtpServerServerIpAddressArgs.builder()\n                            .ipv4s(ClusterV2NetworkSmtpServerServerIpAddressIpv4Args.builder()\n                                .value(\"10.xx.xx.xx\")\n                                .build())\n                            .build())\n                        .port(123)\n                        .username(\"example\")\n                        .password(\"example!2134\")\n                        .build())\n                    .type(\"PLAIN\")\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  cluster:\n    type: nutanix:ClusterV2\n    properties:\n      name: cluster-example\n      nodes:\n        - nodeLists:\n            - controllerVmIps:\n                - ipv4s:\n                    - value: 10.xx.xx.xx\n      configs:\n        - clusterFunctions:\n            - AOS\n          redundancyFactor: 1\n          clusterArch: X86_64\n          faultToleranceStates:\n            - domainAwarenessLevel: DISK\n      networks:\n        - externalAddresses:\n            - ipv4s:\n                - value: 10.xx.xx.xx\n          externalDataServicesIps:\n            - ipv4s:\n                - value: 10.xx.xx.xx\n          ntpServerIpLists:\n            - fqdns:\n                - value: ntp.server.nutanix.com\n            - fqdns:\n                - value: ntp.server_1.nutanix.com\n          smtpServers:\n            - emailAddress: example.ex@exmple.com\n              servers:\n                - ipAddresses:\n                    - ipv4s:\n                        - value: 10.xx.xx.xx\n                  port: 123\n                  username: example\n                  password: example!2134\n              type: PLAIN\n```\n<!--End PulumiCodeChooser -->\n\n## Import\n\nThis helps to manage existing entities which are not created through terraform. Users can be imported using the `UUID`.  eg,\n\nhcl\n\n// create its configuration in the root module. For example:\n\nresource \"nutanix_cluster_v2\" \"import_cluster\" {}\n\n// execute this cli command\n\n```sh\n$ pulumi import nutanix:index/clusterV2:ClusterV2 import_cluster <UUID>\n```\n\nSee detailed information in [Nutanix Create Cluster V4](https://developers.nutanix.com/api-reference?namespace=clustermgmt&version=v4.0#tag/Clusters/operation/createCluster).\n\n",
      "properties": {
        "backupEligibilityScore": {
          "type": "integer"
        },
        "categories": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        },
        "clusterProfileExtId": {
          "type": "string"
        },
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2Config:ClusterV2Config"
          },
          "description": "- (Optional) Cluster configuration details.\n"
        },
        "containerName": {
          "type": "string",
          "description": "- (Optional) The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.\n"
        },
        "dryrun": {
          "type": "boolean",
          "description": "- (Optional) parameter that allows long-running operations to execute in a dry-run mode providing ability to identify trouble spots and system failures without performing the actual operation. Additionally this mode also offers a summary snapshot of the resultant system in order to better understand how things fit together. The operation runs in dry-run mode only if the provided value is true.\n"
        },
        "expand": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "inefficientVmCount": {
          "type": "integer"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2Link:ClusterV2Link"
          }
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the vm.\n"
        },
        "networks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2Network:ClusterV2Network"
          },
          "description": "- (Optional) Network details of a cluster.\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2Node:ClusterV2Node"
          },
          "description": "- (Optional) The reference to a node.\n"
        },
        "tenantId": {
          "type": "string"
        },
        "upgradeStatus": {
          "type": "string",
          "description": "- (Optional) The reference to a project.\nValid values are:\n- \"CANCELLED\"\tThe cluster upgrade is cancelled.\n- \"FAILED\"\tThe cluster upgrade failed.\n- \"QUEUED\"\tThe cluster upgrade is in the queue.\n- \"SUCCEEDED\"\tThe cluster was upgraded successfully.\n- \"DOWNLOADING\"\tThe cluster upgrade is downloading.\n- \"PENDING\"\tThe cluster upgrade is in pending state.\n- \"UPGRADING\"\tThe cluster is in upgrade state.\n- \"PREUPGRADE\"\tThe cluster is in pre-upgrade state.\n- \"SCHEDULED\"\tThe cluster upgrade is in scheduled state.\n"
        },
        "vmCount": {
          "type": "integer"
        }
      },
      "type": "object",
      "required": [
        "backupEligibilityScore",
        "categories",
        "clusterProfileExtId",
        "configs",
        "containerName",
        "extId",
        "inefficientVmCount",
        "links",
        "name",
        "networks",
        "nodes",
        "tenantId",
        "upgradeStatus",
        "vmCount"
      ],
      "inputProperties": {
        "categories": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        },
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2Config:ClusterV2Config"
          },
          "description": "- (Optional) Cluster configuration details.\n"
        },
        "containerName": {
          "type": "string",
          "description": "- (Optional) The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.\n"
        },
        "dryrun": {
          "type": "boolean",
          "description": "- (Optional) parameter that allows long-running operations to execute in a dry-run mode providing ability to identify trouble spots and system failures without performing the actual operation. Additionally this mode also offers a summary snapshot of the resultant system in order to better understand how things fit together. The operation runs in dry-run mode only if the provided value is true.\n"
        },
        "expand": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the vm.\n"
        },
        "networks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2Network:ClusterV2Network"
          },
          "description": "- (Optional) Network details of a cluster.\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClusterV2Node:ClusterV2Node"
          },
          "description": "- (Optional) The reference to a node.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ClusterV2 resources.\n",
        "properties": {
          "backupEligibilityScore": {
            "type": "integer"
          },
          "categories": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a project.\n"
          },
          "clusterProfileExtId": {
            "type": "string"
          },
          "configs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FClusterV2Config:ClusterV2Config"
            },
            "description": "- (Optional) Cluster configuration details.\n"
          },
          "containerName": {
            "type": "string",
            "description": "- (Optional) The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.\n"
          },
          "dryrun": {
            "type": "boolean",
            "description": "- (Optional) parameter that allows long-running operations to execute in a dry-run mode providing ability to identify trouble spots and system failures without performing the actual operation. Additionally this mode also offers a summary snapshot of the resultant system in order to better understand how things fit together. The operation runs in dry-run mode only if the provided value is true.\n"
          },
          "expand": {
            "type": "string"
          },
          "extId": {
            "type": "string"
          },
          "inefficientVmCount": {
            "type": "integer"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FClusterV2Link:ClusterV2Link"
            }
          },
          "name": {
            "type": "string",
            "description": "- (Required) The name for the vm.\n"
          },
          "networks": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FClusterV2Network:ClusterV2Network"
            },
            "description": "- (Optional) Network details of a cluster.\n"
          },
          "nodes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FClusterV2Node:ClusterV2Node"
            },
            "description": "- (Optional) The reference to a node.\n"
          },
          "tenantId": {
            "type": "string"
          },
          "upgradeStatus": {
            "type": "string",
            "description": "- (Optional) The reference to a project.\nValid values are:\n- \"CANCELLED\"\tThe cluster upgrade is cancelled.\n- \"FAILED\"\tThe cluster upgrade failed.\n- \"QUEUED\"\tThe cluster upgrade is in the queue.\n- \"SUCCEEDED\"\tThe cluster was upgraded successfully.\n- \"DOWNLOADING\"\tThe cluster upgrade is downloading.\n- \"PENDING\"\tThe cluster upgrade is in pending state.\n- \"UPGRADING\"\tThe cluster is in upgrade state.\n- \"PREUPGRADE\"\tThe cluster is in pre-upgrade state.\n- \"SCHEDULED\"\tThe cluster upgrade is in scheduled state.\n"
          },
          "vmCount": {
            "type": "integer"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/clustersDiscoverUnconfiguredNodesV2:ClustersDiscoverUnconfiguredNodesV2": {
      "description": "Get the unconfigured node details such as node UUID, node position, node IP, foundation version and more.\n\n",
      "properties": {
        "addressType": {
          "type": "string",
          "description": "- (Optional) Address type.\nValid values are:\n- \"IPV4\"\tIPV4 address type.\n- \"IPV6\"\tIPV6 address type.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) Cluster UUID.\n"
        },
        "interfaceFilterLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) Interface name that is used for packet broadcasting.\n"
        },
        "ipFilterLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2IpFilterList:ClustersDiscoverUnconfiguredNodesV2IpFilterList"
          },
          "description": "- (Optional) IP addresses of the unconfigured nodes.\n"
        },
        "isManualDiscovery": {
          "type": "boolean",
          "description": "- (Optional) Indicates if the discovery is manual or not.\n"
        },
        "timeout": {
          "type": "integer",
          "description": "- (Optional) Timeout for the workflow in seconds.\n"
        },
        "unconfiguredNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNode:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode"
          }
        },
        "uuidFilterLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) Unconfigured node UUIDs.\n"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "unconfiguredNodes"
      ],
      "inputProperties": {
        "addressType": {
          "type": "string",
          "description": "- (Optional) Address type.\nValid values are:\n- \"IPV4\"\tIPV4 address type.\n- \"IPV6\"\tIPV6 address type.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) Cluster UUID.\n"
        },
        "interfaceFilterLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) Interface name that is used for packet broadcasting.\n"
        },
        "ipFilterLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2IpFilterList:ClustersDiscoverUnconfiguredNodesV2IpFilterList"
          },
          "description": "- (Optional) IP addresses of the unconfigured nodes.\n"
        },
        "isManualDiscovery": {
          "type": "boolean",
          "description": "- (Optional) Indicates if the discovery is manual or not.\n"
        },
        "timeout": {
          "type": "integer",
          "description": "- (Optional) Timeout for the workflow in seconds.\n"
        },
        "uuidFilterLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) Unconfigured node UUIDs.\n"
        }
      },
      "requiredInputs": [
        "extId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ClustersDiscoverUnconfiguredNodesV2 resources.\n",
        "properties": {
          "addressType": {
            "type": "string",
            "description": "- (Optional) Address type.\nValid values are:\n- \"IPV4\"\tIPV4 address type.\n- \"IPV6\"\tIPV6 address type.\n"
          },
          "extId": {
            "type": "string",
            "description": "-(Required) Cluster UUID.\n"
          },
          "interfaceFilterLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- (Optional) Interface name that is used for packet broadcasting.\n"
          },
          "ipFilterLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2IpFilterList:ClustersDiscoverUnconfiguredNodesV2IpFilterList"
            },
            "description": "- (Optional) IP addresses of the unconfigured nodes.\n"
          },
          "isManualDiscovery": {
            "type": "boolean",
            "description": "- (Optional) Indicates if the discovery is manual or not.\n"
          },
          "timeout": {
            "type": "integer",
            "description": "- (Optional) Timeout for the workflow in seconds.\n"
          },
          "unconfiguredNodes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FClustersDiscoverUnconfiguredNodesV2UnconfiguredNode:ClustersDiscoverUnconfiguredNodesV2UnconfiguredNode"
            }
          },
          "uuidFilterLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- (Optional) Unconfigured node UUIDs.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/clustersUnconfiguredNodeNetworksV2:ClustersUnconfiguredNodeNetworksV2": {
      "description": "Get a dictionary of cluster networks and available uplinks on the given nodes. This API is not supported for XEN hypervisor type.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// ## fetch Network info for unconfigured node\nconst node_network_info = new nutanix.ClustersUnconfiguredNodeNetworksV2(\"node-network-info\", {\n    extId: \"0005b6b0-0b0b-0000-0000-000000000000\",\n    requestType: \"expand_cluster\",\n    nodeLists: [{\n        cvmIps: [{\n            ipv4s: [{\n                value: \"10.73.23.55\",\n            }],\n        }],\n        hypervisorIps: [{\n            ipv4s: [{\n                value: \"10.33.44.12\",\n            }],\n        }],\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# ## fetch Network info for unconfigured node\nnode_network_info = nutanix.ClustersUnconfiguredNodeNetworksV2(\"node-network-info\",\n    ext_id=\"0005b6b0-0b0b-0000-0000-000000000000\",\n    request_type=\"expand_cluster\",\n    node_lists=[{\n        \"cvm_ips\": [{\n            \"ipv4s\": [{\n                \"value\": \"10.73.23.55\",\n            }],\n        }],\n        \"hypervisor_ips\": [{\n            \"ipv4s\": [{\n                \"value\": \"10.33.44.12\",\n            }],\n        }],\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // ## fetch Network info for unconfigured node\n    var node_network_info = new Nutanix.ClustersUnconfiguredNodeNetworksV2(\"node-network-info\", new()\n    {\n        ExtId = \"0005b6b0-0b0b-0000-0000-000000000000\",\n        RequestType = \"expand_cluster\",\n        NodeLists = new[]\n        {\n            new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListArgs\n            {\n                CvmIps = new[]\n                {\n                    new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArgs\n                    {\n                        Ipv4s = new[]\n                        {\n                            new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Args\n                            {\n                                Value = \"10.73.23.55\",\n                            },\n                        },\n                    },\n                },\n                HypervisorIps = new[]\n                {\n                    new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArgs\n                    {\n                        Ipv4s = new[]\n                        {\n                            new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Args\n                            {\n                                Value = \"10.33.44.12\",\n                            },\n                        },\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// ## fetch Network info for unconfigured node\n\t\t_, err := nutanix.NewClustersUnconfiguredNodeNetworksV2(ctx, \"node-network-info\", &nutanix.ClustersUnconfiguredNodeNetworksV2Args{\n\t\t\tExtId:       pulumi.String(\"0005b6b0-0b0b-0000-0000-000000000000\"),\n\t\t\tRequestType: pulumi.String(\"expand_cluster\"),\n\t\t\tNodeLists: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListArray{\n\t\t\t\t&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListArgs{\n\t\t\t\t\tCvmIps: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArray{\n\t\t\t\t\t\t&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArgs{\n\t\t\t\t\t\t\tIpv4s: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Array{\n\t\t\t\t\t\t\t\t&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Args{\n\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"10.73.23.55\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tHypervisorIps: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArray{\n\t\t\t\t\t\t&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArgs{\n\t\t\t\t\t\t\tIpv4s: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Array{\n\t\t\t\t\t\t\t\t&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Args{\n\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"10.33.44.12\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ClustersUnconfiguredNodeNetworksV2;\nimport com.pulumi.nutanix.ClustersUnconfiguredNodeNetworksV2Args;\nimport com.pulumi.nutanix.inputs.ClustersUnconfiguredNodeNetworksV2NodeListArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // ## fetch Network info for unconfigured node\n        var node_network_info = new ClustersUnconfiguredNodeNetworksV2(\"node-network-info\", ClustersUnconfiguredNodeNetworksV2Args.builder()\n            .extId(\"0005b6b0-0b0b-0000-0000-000000000000\")\n            .requestType(\"expand_cluster\")\n            .nodeLists(ClustersUnconfiguredNodeNetworksV2NodeListArgs.builder()\n                .cvmIps(ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArgs.builder()\n                    .ipv4s(ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Args.builder()\n                        .value(\"10.73.23.55\")\n                        .build())\n                    .build())\n                .hypervisorIps(ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArgs.builder()\n                    .ipv4s(ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Args.builder()\n                        .value(\"10.33.44.12\")\n                        .build())\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # ## fetch Network info for unconfigured node\n  node-network-info:\n    type: nutanix:ClustersUnconfiguredNodeNetworksV2\n    properties:\n      extId: 0005b6b0-0b0b-0000-0000-000000000000\n      requestType: expand_cluster\n      nodeLists:\n        - cvmIps:\n            - ipv4s:\n                - value: 10.73.23.55\n          hypervisorIps:\n            - ipv4s:\n                - value: 10.33.44.12\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "expand": {
          "type": "string"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) Cluster UUID.\n"
        },
        "nodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeList:ClustersUnconfiguredNodeNetworksV2NodeList"
          },
          "description": "-(Required) List of nodes for which the network information is required.\n"
        },
        "nodesNetworkingDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail"
          }
        },
        "requestType": {
          "type": "string",
          "description": "-(Optional) Request type\n"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "nodeLists",
        "nodesNetworkingDetails",
        "requestType"
      ],
      "inputProperties": {
        "expand": {
          "type": "string"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) Cluster UUID.\n"
        },
        "nodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeList:ClustersUnconfiguredNodeNetworksV2NodeList"
          },
          "description": "-(Required) List of nodes for which the network information is required.\n"
        },
        "requestType": {
          "type": "string",
          "description": "-(Optional) Request type\n"
        }
      },
      "requiredInputs": [
        "extId",
        "nodeLists"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ClustersUnconfiguredNodeNetworksV2 resources.\n",
        "properties": {
          "expand": {
            "type": "string"
          },
          "extId": {
            "type": "string",
            "description": "-(Required) Cluster UUID.\n"
          },
          "nodeLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodeList:ClustersUnconfiguredNodeNetworksV2NodeList"
            },
            "description": "-(Required) List of nodes for which the network information is required.\n"
          },
          "nodesNetworkingDetails": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail:ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail"
            }
          },
          "requestType": {
            "type": "string",
            "description": "-(Optional) Request type\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/deployTemplatesV2:DeployTemplatesV2": {
      "properties": {
        "clusterReference": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "numberOfVms": {
          "type": "integer"
        },
        "overrideVmConfigMaps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMap:DeployTemplatesV2OverrideVmConfigMap"
          }
        },
        "versionId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "clusterReference",
        "extId",
        "numberOfVms"
      ],
      "inputProperties": {
        "clusterReference": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "numberOfVms": {
          "type": "integer"
        },
        "overrideVmConfigMaps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMap:DeployTemplatesV2OverrideVmConfigMap"
          }
        },
        "versionId": {
          "type": "string"
        }
      },
      "requiredInputs": [
        "clusterReference",
        "extId",
        "numberOfVms"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering DeployTemplatesV2 resources.\n",
        "properties": {
          "clusterReference": {
            "type": "string"
          },
          "extId": {
            "type": "string"
          },
          "numberOfVms": {
            "type": "integer"
          },
          "overrideVmConfigMaps": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FDeployTemplatesV2OverrideVmConfigMap:DeployTemplatesV2OverrideVmConfigMap"
            }
          },
          "versionId": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/directoryServicesV2:DirectoryServicesV2": {
      "description": "Provides a resource to Create a Directory Service.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Add Directory Service .\nconst active_directory = new nutanix.DirectoryServicesV2(\"active-directory\", {\n    name: \"example_active_directory\",\n    url: \"ldap://10.xx.xx.xx:xxxx\",\n    directoryType: \"ACTIVE_DIRECTORY\",\n    domainName: \"nutanix.com\",\n    serviceAccounts: [{\n        username: \"username\",\n        password: \"password\",\n    }],\n    whiteListedGroups: [\"example\"],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Add Directory Service .\nactive_directory = nutanix.DirectoryServicesV2(\"active-directory\",\n    name=\"example_active_directory\",\n    url=\"ldap://10.xx.xx.xx:xxxx\",\n    directory_type=\"ACTIVE_DIRECTORY\",\n    domain_name=\"nutanix.com\",\n    service_accounts=[{\n        \"username\": \"username\",\n        \"password\": \"password\",\n    }],\n    white_listed_groups=[\"example\"])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Add Directory Service .\n    var active_directory = new Nutanix.DirectoryServicesV2(\"active-directory\", new()\n    {\n        Name = \"example_active_directory\",\n        Url = \"ldap://10.xx.xx.xx:xxxx\",\n        DirectoryType = \"ACTIVE_DIRECTORY\",\n        DomainName = \"nutanix.com\",\n        ServiceAccounts = new[]\n        {\n            new Nutanix.Inputs.DirectoryServicesV2ServiceAccountArgs\n            {\n                Username = \"username\",\n                Password = \"password\",\n            },\n        },\n        WhiteListedGroups = new[]\n        {\n            \"example\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Add Directory Service .\n\t\t_, err := nutanix.NewDirectoryServicesV2(ctx, \"active-directory\", &nutanix.DirectoryServicesV2Args{\n\t\t\tName:          pulumi.String(\"example_active_directory\"),\n\t\t\tUrl:           pulumi.String(\"ldap://10.xx.xx.xx:xxxx\"),\n\t\t\tDirectoryType: pulumi.String(\"ACTIVE_DIRECTORY\"),\n\t\t\tDomainName:    pulumi.String(\"nutanix.com\"),\n\t\t\tServiceAccounts: nutanix.DirectoryServicesV2ServiceAccountArray{\n\t\t\t\t&nutanix.DirectoryServicesV2ServiceAccountArgs{\n\t\t\t\t\tUsername: pulumi.String(\"username\"),\n\t\t\t\t\tPassword: pulumi.String(\"password\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tWhiteListedGroups: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"example\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.DirectoryServicesV2;\nimport com.pulumi.nutanix.DirectoryServicesV2Args;\nimport com.pulumi.nutanix.inputs.DirectoryServicesV2ServiceAccountArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Add Directory Service .\n        var active_directory = new DirectoryServicesV2(\"active-directory\", DirectoryServicesV2Args.builder()\n            .name(\"example_active_directory\")\n            .url(\"ldap://10.xx.xx.xx:xxxx\")\n            .directoryType(\"ACTIVE_DIRECTORY\")\n            .domainName(\"nutanix.com\")\n            .serviceAccounts(DirectoryServicesV2ServiceAccountArgs.builder()\n                .username(\"username\")\n                .password(\"password\")\n                .build())\n            .whiteListedGroups(\"example\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Add Directory Service .\n  active-directory:\n    type: nutanix:DirectoryServicesV2\n    properties:\n      name: example_active_directory\n      url: ldap://10.xx.xx.xx:xxxx\n      directoryType: ACTIVE_DIRECTORY\n      domainName: nutanix.com\n      serviceAccounts:\n        - username: username\n          password: password\n      whiteListedGroups:\n        - example\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "createdBy": {
          "type": "string",
          "description": "- User or Service who created the Directory Service.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- Creation time of the Directory Service.\n"
        },
        "directoryType": {
          "type": "string",
          "description": "-(Required) Type of Directory Service, Supported values are: \"ACTIVE_DIRECTORY\" (Directory Service type is Active Directory.) and \"OPEN_LDAP\" (Directory Service type is Open LDAP.)\n"
        },
        "domainName": {
          "type": "string",
          "description": "-(Required) Domain name for the Directory Service.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Optional) A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "groupSearchType": {
          "type": "string",
          "description": "-(Optional) Group membership search type for the Directory Service. Supported values are: \"NON_RECURSIVE\" (Doesn't search recursively within groups.) and \"RECURSIVE\" (Searches recursively within groups.)\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "- Last updated time of the Directory Service.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Required) Name for the Directory Service.\n"
        },
        "openLdapConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDirectoryServicesV2OpenLdapConfiguration:DirectoryServicesV2OpenLdapConfiguration"
          },
          "description": "-(Optional) Configuration for OpenLDAP Directory Service.\n"
        },
        "secondaryUrls": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) Secondary URL for the Directory Service.\n"
        },
        "serviceAccounts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDirectoryServicesV2ServiceAccount:DirectoryServicesV2ServiceAccount"
          },
          "description": "-(Required) Information of Service account to connect to the Directory Service.\n"
        },
        "url": {
          "type": "string",
          "description": "-(Required) URL for the Directory Service.\n"
        },
        "whiteListedGroups": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) List of allowed User Groups for the Directory Service.\n"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "createdTime",
        "directoryType",
        "domainName",
        "extId",
        "groupSearchType",
        "lastUpdatedTime",
        "name",
        "openLdapConfigurations",
        "secondaryUrls",
        "serviceAccounts",
        "url",
        "whiteListedGroups"
      ],
      "inputProperties": {
        "directoryType": {
          "type": "string",
          "description": "-(Required) Type of Directory Service, Supported values are: \"ACTIVE_DIRECTORY\" (Directory Service type is Active Directory.) and \"OPEN_LDAP\" (Directory Service type is Open LDAP.)\n"
        },
        "domainName": {
          "type": "string",
          "description": "-(Required) Domain name for the Directory Service.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Optional) A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "groupSearchType": {
          "type": "string",
          "description": "-(Optional) Group membership search type for the Directory Service. Supported values are: \"NON_RECURSIVE\" (Doesn't search recursively within groups.) and \"RECURSIVE\" (Searches recursively within groups.)\n"
        },
        "name": {
          "type": "string",
          "description": "-(Required) Name for the Directory Service.\n"
        },
        "openLdapConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDirectoryServicesV2OpenLdapConfiguration:DirectoryServicesV2OpenLdapConfiguration"
          },
          "description": "-(Optional) Configuration for OpenLDAP Directory Service.\n"
        },
        "secondaryUrls": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) Secondary URL for the Directory Service.\n"
        },
        "serviceAccounts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FDirectoryServicesV2ServiceAccount:DirectoryServicesV2ServiceAccount"
          },
          "description": "-(Required) Information of Service account to connect to the Directory Service.\n"
        },
        "url": {
          "type": "string",
          "description": "-(Required) URL for the Directory Service.\n"
        },
        "whiteListedGroups": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) List of allowed User Groups for the Directory Service.\n"
        }
      },
      "requiredInputs": [
        "directoryType",
        "domainName",
        "serviceAccounts",
        "url"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering DirectoryServicesV2 resources.\n",
        "properties": {
          "createdBy": {
            "type": "string",
            "description": "- User or Service who created the Directory Service.\n"
          },
          "createdTime": {
            "type": "string",
            "description": "- Creation time of the Directory Service.\n"
          },
          "directoryType": {
            "type": "string",
            "description": "-(Required) Type of Directory Service, Supported values are: \"ACTIVE_DIRECTORY\" (Directory Service type is Active Directory.) and \"OPEN_LDAP\" (Directory Service type is Open LDAP.)\n"
          },
          "domainName": {
            "type": "string",
            "description": "-(Required) Domain name for the Directory Service.\n"
          },
          "extId": {
            "type": "string",
            "description": "-(Optional) A globally unique identifier of an instance that is suitable for external consumption.\n"
          },
          "groupSearchType": {
            "type": "string",
            "description": "-(Optional) Group membership search type for the Directory Service. Supported values are: \"NON_RECURSIVE\" (Doesn't search recursively within groups.) and \"RECURSIVE\" (Searches recursively within groups.)\n"
          },
          "lastUpdatedTime": {
            "type": "string",
            "description": "- Last updated time of the Directory Service.\n"
          },
          "name": {
            "type": "string",
            "description": "-(Required) Name for the Directory Service.\n"
          },
          "openLdapConfigurations": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FDirectoryServicesV2OpenLdapConfiguration:DirectoryServicesV2OpenLdapConfiguration"
            },
            "description": "-(Optional) Configuration for OpenLDAP Directory Service.\n"
          },
          "secondaryUrls": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "-(Optional) Secondary URL for the Directory Service.\n"
          },
          "serviceAccounts": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FDirectoryServicesV2ServiceAccount:DirectoryServicesV2ServiceAccount"
            },
            "description": "-(Required) Information of Service account to connect to the Directory Service.\n"
          },
          "url": {
            "type": "string",
            "description": "-(Required) URL for the Directory Service.\n"
          },
          "whiteListedGroups": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "-(Optional) List of allowed User Groups for the Directory Service.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/floatingIp:FloatingIp": {
      "description": "Provides Nutanix resource to create Floating IPs. \n\n## create Floating IP with External Subnet UUID\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst fip1 = new nutanix.FloatingIp(\"fip1\", {externalSubnetReferenceUuid: \"{{ext_sub_uuid}}\"});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nfip1 = nutanix.FloatingIp(\"fip1\", external_subnet_reference_uuid=\"{{ext_sub_uuid}}\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var fip1 = new Nutanix.FloatingIp(\"fip1\", new()\n    {\n        ExternalSubnetReferenceUuid = \"{{ext_sub_uuid}}\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewFloatingIp(ctx, \"fip1\", &nutanix.FloatingIpArgs{\n\t\t\tExternalSubnetReferenceUuid: pulumi.String(\"{{ext_sub_uuid}}\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.FloatingIp;\nimport com.pulumi.nutanix.FloatingIpArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var fip1 = new FloatingIp(\"fip1\", FloatingIpArgs.builder()\n            .externalSubnetReferenceUuid(\"{{ext_sub_uuid}}\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  fip1:\n    type: nutanix:FloatingIp\n    properties:\n      externalSubnetReferenceUuid: '{{ext_sub_uuid}}'\n```\n<!--End PulumiCodeChooser -->\n\n## create Floating IP with vpc name with external subnet name\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst fip2 = new nutanix.FloatingIp(\"fip2\", {\n    externalSubnetReferenceName: \"{{ext_sub_name}}\",\n    vpcReferenceName: \"{{vpc_name}}\",\n    privateIp: \"{{ip_address}}\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nfip2 = nutanix.FloatingIp(\"fip2\",\n    external_subnet_reference_name=\"{{ext_sub_name}}\",\n    vpc_reference_name=\"{{vpc_name}}\",\n    private_ip=\"{{ip_address}}\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var fip2 = new Nutanix.FloatingIp(\"fip2\", new()\n    {\n        ExternalSubnetReferenceName = \"{{ext_sub_name}}\",\n        VpcReferenceName = \"{{vpc_name}}\",\n        PrivateIp = \"{{ip_address}}\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewFloatingIp(ctx, \"fip2\", &nutanix.FloatingIpArgs{\n\t\t\tExternalSubnetReferenceName: pulumi.String(\"{{ext_sub_name}}\"),\n\t\t\tVpcReferenceName:            pulumi.String(\"{{vpc_name}}\"),\n\t\t\tPrivateIp:                   pulumi.String(\"{{ip_address}}\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.FloatingIp;\nimport com.pulumi.nutanix.FloatingIpArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var fip2 = new FloatingIp(\"fip2\", FloatingIpArgs.builder()\n            .externalSubnetReferenceName(\"{{ext_sub_name}}\")\n            .vpcReferenceName(\"{{vpc_name}}\")\n            .privateIp(\"{{ip_address}}\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  fip2:\n    type: nutanix:FloatingIp\n    properties:\n      externalSubnetReferenceName: '{{ext_sub_name}}'\n      vpcReferenceName: '{{vpc_name}}'\n      privateIp: '{{ip_address}}'\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "externalSubnetReferenceName": {
          "type": "string",
          "description": "The reference to a subnet. Should not be used with \n{external_subnet_reference_uuid} .\n"
        },
        "externalSubnetReferenceUuid": {
          "type": "string",
          "description": "The reference to a subnet. Should not be used with {external_subnet_reference_name} .\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The<span pulumi-lang-nodejs=\" floatingIps \" pulumi-lang-dotnet=\" FloatingIps \" pulumi-lang-go=\" floatingIps \" pulumi-lang-python=\" floating_ips \" pulumi-lang-yaml=\" floatingIps \" pulumi-lang-java=\" floatingIps \"> floating_ips </span>kind metadata.\n"
        },
        "privateIp": {
          "type": "string",
          "description": "Private IP with which floating IP is associated. Should be used with<span pulumi-lang-nodejs=\" vpcReference \" pulumi-lang-dotnet=\" VpcReference \" pulumi-lang-go=\" vpcReference \" pulumi-lang-python=\" vpc_reference \" pulumi-lang-yaml=\" vpcReference \" pulumi-lang-java=\" vpcReference \"> vpc_reference </span>.\n"
        },
        "vmNicReferenceUuid": {
          "type": "string",
          "description": "The reference to a<span pulumi-lang-nodejs=\" vmNic \" pulumi-lang-dotnet=\" VmNic \" pulumi-lang-go=\" vmNic \" pulumi-lang-python=\" vm_nic \" pulumi-lang-yaml=\" vmNic \" pulumi-lang-java=\" vmNic \"> vm_nic </span>.\n"
        },
        "vpcReferenceName": {
          "type": "string",
          "description": "The reference to a vpc. Should not be used with {vpc_reference_uuid}.\n"
        },
        "vpcReferenceUuid": {
          "type": "string",
          "description": "The reference to a vpc. Should not be used with {vpc_reference_name}.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "externalSubnetReferenceUuid",
        "metadata",
        "vpcReferenceUuid"
      ],
      "inputProperties": {
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "externalSubnetReferenceName": {
          "type": "string",
          "description": "The reference to a subnet. Should not be used with \n{external_subnet_reference_uuid} .\n",
          "willReplaceOnChanges": true
        },
        "externalSubnetReferenceUuid": {
          "type": "string",
          "description": "The reference to a subnet. Should not be used with {external_subnet_reference_name} .\n",
          "willReplaceOnChanges": true
        },
        "privateIp": {
          "type": "string",
          "description": "Private IP with which floating IP is associated. Should be used with<span pulumi-lang-nodejs=\" vpcReference \" pulumi-lang-dotnet=\" VpcReference \" pulumi-lang-go=\" vpcReference \" pulumi-lang-python=\" vpc_reference \" pulumi-lang-yaml=\" vpcReference \" pulumi-lang-java=\" vpcReference \"> vpc_reference </span>.\n"
        },
        "vmNicReferenceUuid": {
          "type": "string",
          "description": "The reference to a<span pulumi-lang-nodejs=\" vmNic \" pulumi-lang-dotnet=\" VmNic \" pulumi-lang-go=\" vmNic \" pulumi-lang-python=\" vm_nic \" pulumi-lang-yaml=\" vmNic \" pulumi-lang-java=\" vmNic \"> vm_nic </span>.\n"
        },
        "vpcReferenceName": {
          "type": "string",
          "description": "The reference to a vpc. Should not be used with {vpc_reference_uuid}.\n"
        },
        "vpcReferenceUuid": {
          "type": "string",
          "description": "The reference to a vpc. Should not be used with {vpc_reference_name}.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering FloatingIp resources.\n",
        "properties": {
          "apiVersion": {
            "type": "string",
            "description": "The version of the API.\n"
          },
          "externalSubnetReferenceName": {
            "type": "string",
            "description": "The reference to a subnet. Should not be used with \n{external_subnet_reference_uuid} .\n",
            "willReplaceOnChanges": true
          },
          "externalSubnetReferenceUuid": {
            "type": "string",
            "description": "The reference to a subnet. Should not be used with {external_subnet_reference_name} .\n",
            "willReplaceOnChanges": true
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "The<span pulumi-lang-nodejs=\" floatingIps \" pulumi-lang-dotnet=\" FloatingIps \" pulumi-lang-go=\" floatingIps \" pulumi-lang-python=\" floating_ips \" pulumi-lang-yaml=\" floatingIps \" pulumi-lang-java=\" floatingIps \"> floating_ips </span>kind metadata.\n"
          },
          "privateIp": {
            "type": "string",
            "description": "Private IP with which floating IP is associated. Should be used with<span pulumi-lang-nodejs=\" vpcReference \" pulumi-lang-dotnet=\" VpcReference \" pulumi-lang-go=\" vpcReference \" pulumi-lang-python=\" vpc_reference \" pulumi-lang-yaml=\" vpcReference \" pulumi-lang-java=\" vpcReference \"> vpc_reference </span>.\n"
          },
          "vmNicReferenceUuid": {
            "type": "string",
            "description": "The reference to a<span pulumi-lang-nodejs=\" vmNic \" pulumi-lang-dotnet=\" VmNic \" pulumi-lang-go=\" vmNic \" pulumi-lang-python=\" vm_nic \" pulumi-lang-yaml=\" vmNic \" pulumi-lang-java=\" vmNic \"> vm_nic </span>.\n"
          },
          "vpcReferenceName": {
            "type": "string",
            "description": "The reference to a vpc. Should not be used with {vpc_reference_uuid}.\n"
          },
          "vpcReferenceUuid": {
            "type": "string",
            "description": "The reference to a vpc. Should not be used with {vpc_reference_name}.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/floatingIpV2:FloatingIpV2": {
      "description": "Provides Nutanix resource to create Floating IPs.\n\n##  Example1 :  create Floating IP with External Subnet\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// create Floating IP with External Subnet UUID\nconst fip_ext_subnet = new nutanix.FloatingIpV2(\"fip-ext-subnet\", {\n    name: \"example-fip\",\n    description: \"example fip  description\",\n    externalSubnetReference: \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# create Floating IP with External Subnet UUID\nfip_ext_subnet = nutanix.FloatingIpV2(\"fip-ext-subnet\",\n    name=\"example-fip\",\n    description=\"example fip  description\",\n    external_subnet_reference=\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // create Floating IP with External Subnet UUID\n    var fip_ext_subnet = new Nutanix.FloatingIpV2(\"fip-ext-subnet\", new()\n    {\n        Name = \"example-fip\",\n        Description = \"example fip  description\",\n        ExternalSubnetReference = \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// create Floating IP with External Subnet UUID\n\t\t_, err := nutanix.NewFloatingIpV2(ctx, \"fip-ext-subnet\", &nutanix.FloatingIpV2Args{\n\t\t\tName:                    pulumi.String(\"example-fip\"),\n\t\t\tDescription:             pulumi.String(\"example fip  description\"),\n\t\t\tExternalSubnetReference: pulumi.String(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.FloatingIpV2;\nimport com.pulumi.nutanix.FloatingIpV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // create Floating IP with External Subnet UUID\n        var fip_ext_subnet = new FloatingIpV2(\"fip-ext-subnet\", FloatingIpV2Args.builder()\n            .name(\"example-fip\")\n            .description(\"example fip  description\")\n            .externalSubnetReference(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # create Floating IP with External Subnet UUID\n  fip-ext-subnet:\n    type: nutanix:FloatingIpV2\n    properties:\n      name: example-fip\n      description: example fip  description\n      externalSubnetReference: ba250e3e-1db1-4950-917f-a9e2ea35b8e3\n```\n<!--End PulumiCodeChooser -->\n\n## Example2 :  create Floating IP with External Subnet with vm association\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst fip_ext_subnet_vm = new nutanix.FloatingIpV2(\"fip-ext-subnet-vm\", {\n    name: \"example-fip\",\n    description: \"example fip  description\",\n    externalSubnetReference: \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    associations: [{\n        vmNicAssociations: [{\n            vmNicReference: \"31e4b3b1-4b3b-4b3b-4b3b-4b3b4b3b4b3b\",\n        }],\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nfip_ext_subnet_vm = nutanix.FloatingIpV2(\"fip-ext-subnet-vm\",\n    name=\"example-fip\",\n    description=\"example fip  description\",\n    external_subnet_reference=\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    associations=[{\n        \"vm_nic_associations\": [{\n            \"vm_nic_reference\": \"31e4b3b1-4b3b-4b3b-4b3b-4b3b4b3b4b3b\",\n        }],\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var fip_ext_subnet_vm = new Nutanix.FloatingIpV2(\"fip-ext-subnet-vm\", new()\n    {\n        Name = \"example-fip\",\n        Description = \"example fip  description\",\n        ExternalSubnetReference = \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n        Associations = new[]\n        {\n            new Nutanix.Inputs.FloatingIpV2AssociationArgs\n            {\n                VmNicAssociations = new[]\n                {\n                    new Nutanix.Inputs.FloatingIpV2AssociationVmNicAssociationArgs\n                    {\n                        VmNicReference = \"31e4b3b1-4b3b-4b3b-4b3b-4b3b4b3b4b3b\",\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewFloatingIpV2(ctx, \"fip-ext-subnet-vm\", &nutanix.FloatingIpV2Args{\n\t\t\tName:                    pulumi.String(\"example-fip\"),\n\t\t\tDescription:             pulumi.String(\"example fip  description\"),\n\t\t\tExternalSubnetReference: pulumi.String(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\"),\n\t\t\tAssociations: nutanix.FloatingIpV2AssociationArray{\n\t\t\t\t&nutanix.FloatingIpV2AssociationArgs{\n\t\t\t\t\tVmNicAssociations: nutanix.FloatingIpV2AssociationVmNicAssociationArray{\n\t\t\t\t\t\t&nutanix.FloatingIpV2AssociationVmNicAssociationArgs{\n\t\t\t\t\t\t\tVmNicReference: pulumi.String(\"31e4b3b1-4b3b-4b3b-4b3b-4b3b4b3b4b3b\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.FloatingIpV2;\nimport com.pulumi.nutanix.FloatingIpV2Args;\nimport com.pulumi.nutanix.inputs.FloatingIpV2AssociationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var fip_ext_subnet_vm = new FloatingIpV2(\"fip-ext-subnet-vm\", FloatingIpV2Args.builder()\n            .name(\"example-fip\")\n            .description(\"example fip  description\")\n            .externalSubnetReference(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\")\n            .associations(FloatingIpV2AssociationArgs.builder()\n                .vmNicAssociations(FloatingIpV2AssociationVmNicAssociationArgs.builder()\n                    .vmNicReference(\"31e4b3b1-4b3b-4b3b-4b3b-4b3b4b3b4b3b\")\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  fip-ext-subnet-vm:\n    type: nutanix:FloatingIpV2\n    properties:\n      name: example-fip\n      description: example fip  description\n      externalSubnetReference: ba250e3e-1db1-4950-917f-a9e2ea35b8e3\n      associations:\n        - vmNicAssociations:\n            - vmNicReference: 31e4b3b1-4b3b-4b3b-4b3b-4b3b4b3b4b3b\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "associationStatus": {
          "type": "string",
          "description": "Association status of floating IP.\n"
        },
        "associations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2Association:FloatingIpV2Association"
          },
          "description": "Association of the Floating IP with either NIC or Private IP\n"
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string"
        },
        "externalSubnetReference": {
          "type": "string",
          "description": "External subnet reference for the Floating IP to be allocated in on-prem only.\n"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnet:FloatingIpV2ExternalSubnet"
          },
          "description": "Networking common base object\n"
        },
        "floatingIpValue": {
          "type": "string"
        },
        "floatingIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2FloatingIp:FloatingIpV2FloatingIp"
          },
          "description": "Floating IP address.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2Link:FloatingIpV2Link"
          },
          "description": "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.\n"
        },
        "loadBalancerSessionReference": {
          "type": "string"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2Metadata:FloatingIpV2Metadata"
          },
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "privateIp": {
          "type": "string"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        },
        "vmNicReference": {
          "type": "string",
          "description": "VM NIC reference.\n"
        },
        "vmNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VmNic:FloatingIpV2VmNic"
          },
          "description": "Virtual NIC for projections\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference UUID\n"
        },
        "vpcs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2Vpc:FloatingIpV2Vpc"
          },
          "description": "Networking common base object\n"
        }
      },
      "type": "object",
      "required": [
        "associationStatus",
        "extId",
        "externalSubnets",
        "floatingIpValue",
        "floatingIps",
        "links",
        "metadatas",
        "name",
        "privateIp",
        "tenantId",
        "vmNicReference",
        "vmNics",
        "vpcReference",
        "vpcs"
      ],
      "inputProperties": {
        "associations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2Association:FloatingIpV2Association"
          },
          "description": "Association of the Floating IP with either NIC or Private IP\n"
        },
        "description": {
          "type": "string",
          "description": "Description for the Floating IP.\n"
        },
        "extId": {
          "type": "string"
        },
        "externalSubnetReference": {
          "type": "string",
          "description": "External subnet reference for the Floating IP to be allocated in on-prem only.\n"
        },
        "externalSubnets": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnet:FloatingIpV2ExternalSubnet"
          },
          "description": "Networking common base object\n"
        },
        "floatingIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2FloatingIp:FloatingIpV2FloatingIp"
          },
          "description": "Floating IP address.\n"
        },
        "loadBalancerSessionReference": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of the floating IP.\n"
        },
        "vmNicReference": {
          "type": "string",
          "description": "VM NIC reference.\n"
        },
        "vmNics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2VmNic:FloatingIpV2VmNic"
          },
          "description": "Virtual NIC for projections\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference UUID\n"
        },
        "vpcs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFloatingIpV2Vpc:FloatingIpV2Vpc"
          },
          "description": "Networking common base object\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering FloatingIpV2 resources.\n",
        "properties": {
          "associationStatus": {
            "type": "string",
            "description": "Association status of floating IP.\n"
          },
          "associations": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFloatingIpV2Association:FloatingIpV2Association"
            },
            "description": "Association of the Floating IP with either NIC or Private IP\n"
          },
          "description": {
            "type": "string",
            "description": "Description for the Floating IP.\n"
          },
          "extId": {
            "type": "string"
          },
          "externalSubnetReference": {
            "type": "string",
            "description": "External subnet reference for the Floating IP to be allocated in on-prem only.\n"
          },
          "externalSubnets": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFloatingIpV2ExternalSubnet:FloatingIpV2ExternalSubnet"
            },
            "description": "Networking common base object\n"
          },
          "floatingIpValue": {
            "type": "string"
          },
          "floatingIps": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFloatingIpV2FloatingIp:FloatingIpV2FloatingIp"
            },
            "description": "Floating IP address.\n"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFloatingIpV2Link:FloatingIpV2Link"
            },
            "description": "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.\n"
          },
          "loadBalancerSessionReference": {
            "type": "string"
          },
          "metadatas": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFloatingIpV2Metadata:FloatingIpV2Metadata"
            },
            "description": "Metadata associated with this resource.\n"
          },
          "name": {
            "type": "string",
            "description": "Name of the floating IP.\n"
          },
          "privateIp": {
            "type": "string"
          },
          "tenantId": {
            "type": "string",
            "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
          },
          "vmNicReference": {
            "type": "string",
            "description": "VM NIC reference.\n"
          },
          "vmNics": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFloatingIpV2VmNic:FloatingIpV2VmNic"
            },
            "description": "Virtual NIC for projections\n"
          },
          "vpcReference": {
            "type": "string",
            "description": "VPC reference UUID\n"
          },
          "vpcs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFloatingIpV2Vpc:FloatingIpV2Vpc"
            },
            "description": "Networking common base object\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/foundationCentralApiKeys:FoundationCentralApiKeys": {
      "description": "Provides a resource to create a new API key for nodes registration with Foundation Central. \n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst newApiKey = new nutanix.FoundationCentralApiKeys(\"new_api_key\", {alias: \"<NAME-FOR-API-KEY>\"});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nnew_api_key = nutanix.FoundationCentralApiKeys(\"new_api_key\", alias=\"<NAME-FOR-API-KEY>\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var newApiKey = new Nutanix.FoundationCentralApiKeys(\"new_api_key\", new()\n    {\n        Alias = \"<NAME-FOR-API-KEY>\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewFoundationCentralApiKeys(ctx, \"new_api_key\", &nutanix.FoundationCentralApiKeysArgs{\n\t\t\tAlias: pulumi.String(\"<NAME-FOR-API-KEY>\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.FoundationCentralApiKeys;\nimport com.pulumi.nutanix.FoundationCentralApiKeysArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var newApiKey = new FoundationCentralApiKeys(\"newApiKey\", FoundationCentralApiKeysArgs.builder()\n            .alias(\"<NAME-FOR-API-KEY>\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  newApiKey:\n    type: nutanix:FoundationCentralApiKeys\n    name: new_api_key\n    properties:\n      alias: <NAME-FOR-API-KEY>\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "alias": {
          "type": "string",
          "description": "- (Required) Alias for the api key to be created.\n"
        },
        "apiKey": {
          "type": "string",
          "description": "Api key in string format.\n"
        },
        "createdTimestamp": {
          "type": "string",
          "description": "Time when the api key was created.\n"
        },
        "currentTime": {
          "type": "string",
          "description": "Current time of Foundation Central.\n"
        },
        "keyUuid": {
          "type": "string",
          "description": "UUID of the api key.\n"
        }
      },
      "type": "object",
      "required": [
        "alias",
        "apiKey",
        "createdTimestamp",
        "currentTime",
        "keyUuid"
      ],
      "inputProperties": {
        "alias": {
          "type": "string",
          "description": "- (Required) Alias for the api key to be created.\n",
          "willReplaceOnChanges": true
        }
      },
      "requiredInputs": [
        "alias"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering FoundationCentralApiKeys resources.\n",
        "properties": {
          "alias": {
            "type": "string",
            "description": "- (Required) Alias for the api key to be created.\n",
            "willReplaceOnChanges": true
          },
          "apiKey": {
            "type": "string",
            "description": "Api key in string format.\n"
          },
          "createdTimestamp": {
            "type": "string",
            "description": "Time when the api key was created.\n"
          },
          "currentTime": {
            "type": "string",
            "description": "Current time of Foundation Central.\n"
          },
          "keyUuid": {
            "type": "string",
            "description": "UUID of the api key.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/foundationCentralImageCluster:FoundationCentralImageCluster": {
      "properties": {
        "aosPackageSha256sum": {
          "type": "string",
          "description": "Sha256sum of AOS package.\n"
        },
        "aosPackageUrl": {
          "type": "string",
          "description": "URL to download AOS package. Required only if imaging is needed.\n"
        },
        "archived": {
          "type": "boolean"
        },
        "clusterExternalIp": {
          "type": "string",
          "description": "External management ip of the cluster.\n"
        },
        "clusterName": {
          "type": "string",
          "description": "Name of the cluster.\n"
        },
        "clusterSize": {
          "type": "integer",
          "description": "Number of nodes in the cluster.\n"
        },
        "clusterStatus": {
          "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterClusterStatus:FoundationCentralImageClusterClusterStatus"
        },
        "commonNetworkSettings": {
          "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterCommonNetworkSettings:FoundationCentralImageClusterCommonNetworkSettings",
          "description": "Common network settings across the nodes in the cluster.\n"
        },
        "createdTimestamp": {
          "type": "string"
        },
        "currentTime": {
          "type": "string"
        },
        "destroyed": {
          "type": "boolean"
        },
        "foundationInitConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterFoundationInitConfig:FoundationCentralImageClusterFoundationInitConfig"
          }
        },
        "foundationInitNodeUuid": {
          "type": "string"
        },
        "hypervisorIsoDetails": {
          "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterHypervisorIsoDetails:FoundationCentralImageClusterHypervisorIsoDetails",
          "description": "Details of the hypervisor iso. (Deprecated)\n"
        },
        "hypervisorIsos": {
          "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterHypervisorIsos:FoundationCentralImageClusterHypervisorIsos",
          "description": "Details of the hypervisor iso. Required for deploying node with AOS >= 6.8\n"
        },
        "imageClusterUuid": {
          "type": "string"
        },
        "imagedClusterUuid": {
          "type": "string",
          "description": "Unique id of the cluster.\n"
        },
        "imagedNodeUuidLists": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "nodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterNodeList:FoundationCentralImageClusterNodeList"
          }
        },
        "redundancyFactor": {
          "type": "integer",
          "description": "Redundancy factor of the cluster.\n"
        },
        "skipClusterCreation": {
          "type": "boolean"
        },
        "storageNodeCount": {
          "type": "integer",
          "description": "Number of storage only nodes in the cluster. AHV iso for storage node will be taken from aos package.\n"
        },
        "timezone": {
          "type": "string",
          "description": "Timezone to be set on the cluster.\n"
        },
        "workflowType": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "aosPackageSha256sum",
        "aosPackageUrl",
        "archived",
        "clusterExternalIp",
        "clusterName",
        "clusterSize",
        "clusterStatus",
        "commonNetworkSettings",
        "createdTimestamp",
        "currentTime",
        "destroyed",
        "foundationInitConfigs",
        "foundationInitNodeUuid",
        "hypervisorIsoDetails",
        "imageClusterUuid",
        "imagedClusterUuid",
        "imagedNodeUuidLists",
        "nodeLists",
        "redundancyFactor",
        "storageNodeCount",
        "timezone",
        "workflowType"
      ],
      "inputProperties": {
        "aosPackageSha256sum": {
          "type": "string",
          "description": "Sha256sum of AOS package.\n"
        },
        "aosPackageUrl": {
          "type": "string",
          "description": "URL to download AOS package. Required only if imaging is needed.\n"
        },
        "clusterExternalIp": {
          "type": "string",
          "description": "External management ip of the cluster.\n"
        },
        "clusterName": {
          "type": "string",
          "description": "Name of the cluster.\n"
        },
        "clusterSize": {
          "type": "integer",
          "description": "Number of nodes in the cluster.\n"
        },
        "clusterStatus": {
          "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterClusterStatus:FoundationCentralImageClusterClusterStatus"
        },
        "commonNetworkSettings": {
          "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterCommonNetworkSettings:FoundationCentralImageClusterCommonNetworkSettings",
          "description": "Common network settings across the nodes in the cluster.\n"
        },
        "hypervisorIsoDetails": {
          "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterHypervisorIsoDetails:FoundationCentralImageClusterHypervisorIsoDetails",
          "description": "Details of the hypervisor iso. (Deprecated)\n"
        },
        "hypervisorIsos": {
          "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterHypervisorIsos:FoundationCentralImageClusterHypervisorIsos",
          "description": "Details of the hypervisor iso. Required for deploying node with AOS >= 6.8\n"
        },
        "imageClusterUuid": {
          "type": "string"
        },
        "nodeLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterNodeList:FoundationCentralImageClusterNodeList"
          }
        },
        "redundancyFactor": {
          "type": "integer",
          "description": "Redundancy factor of the cluster.\n"
        },
        "skipClusterCreation": {
          "type": "boolean"
        },
        "storageNodeCount": {
          "type": "integer",
          "description": "Number of storage only nodes in the cluster. AHV iso for storage node will be taken from aos package.\n"
        },
        "timezone": {
          "type": "string",
          "description": "Timezone to be set on the cluster.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering FoundationCentralImageCluster resources.\n",
        "properties": {
          "aosPackageSha256sum": {
            "type": "string",
            "description": "Sha256sum of AOS package.\n"
          },
          "aosPackageUrl": {
            "type": "string",
            "description": "URL to download AOS package. Required only if imaging is needed.\n"
          },
          "archived": {
            "type": "boolean"
          },
          "clusterExternalIp": {
            "type": "string",
            "description": "External management ip of the cluster.\n"
          },
          "clusterName": {
            "type": "string",
            "description": "Name of the cluster.\n"
          },
          "clusterSize": {
            "type": "integer",
            "description": "Number of nodes in the cluster.\n"
          },
          "clusterStatus": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterClusterStatus:FoundationCentralImageClusterClusterStatus"
          },
          "commonNetworkSettings": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterCommonNetworkSettings:FoundationCentralImageClusterCommonNetworkSettings",
            "description": "Common network settings across the nodes in the cluster.\n"
          },
          "createdTimestamp": {
            "type": "string"
          },
          "currentTime": {
            "type": "string"
          },
          "destroyed": {
            "type": "boolean"
          },
          "foundationInitConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterFoundationInitConfig:FoundationCentralImageClusterFoundationInitConfig"
            }
          },
          "foundationInitNodeUuid": {
            "type": "string"
          },
          "hypervisorIsoDetails": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterHypervisorIsoDetails:FoundationCentralImageClusterHypervisorIsoDetails",
            "description": "Details of the hypervisor iso. (Deprecated)\n"
          },
          "hypervisorIsos": {
            "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterHypervisorIsos:FoundationCentralImageClusterHypervisorIsos",
            "description": "Details of the hypervisor iso. Required for deploying node with AOS >= 6.8\n"
          },
          "imageClusterUuid": {
            "type": "string"
          },
          "imagedClusterUuid": {
            "type": "string",
            "description": "Unique id of the cluster.\n"
          },
          "imagedNodeUuidLists": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "nodeLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFoundationCentralImageClusterNodeList:FoundationCentralImageClusterNodeList"
            }
          },
          "redundancyFactor": {
            "type": "integer",
            "description": "Redundancy factor of the cluster.\n"
          },
          "skipClusterCreation": {
            "type": "boolean"
          },
          "storageNodeCount": {
            "type": "integer",
            "description": "Number of storage only nodes in the cluster. AHV iso for storage node will be taken from aos package.\n"
          },
          "timezone": {
            "type": "string",
            "description": "Timezone to be set on the cluster.\n"
          },
          "workflowType": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/foundationImage:FoundationImage": {
      "description": "Uploads hypervisor or AOS image to foundation.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst nos_image = new nutanix.FoundationImage(\"nos-image\", {\n    source: \"../../../files/nutanix_installer_x86_64.tar\",\n    filename: \"nos_image.tar\",\n    installerType: \"nos\",\n});\nconst hypervisor_image = new nutanix.FoundationImage(\"hypervisor-image\", {\n    source: \"../../../files/VMware-Installer.x86_64.iso\",\n    filename: \"esx_image.iso\",\n    installerType: \"esx\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nnos_image = nutanix.FoundationImage(\"nos-image\",\n    source=\"../../../files/nutanix_installer_x86_64.tar\",\n    filename=\"nos_image.tar\",\n    installer_type=\"nos\")\nhypervisor_image = nutanix.FoundationImage(\"hypervisor-image\",\n    source=\"../../../files/VMware-Installer.x86_64.iso\",\n    filename=\"esx_image.iso\",\n    installer_type=\"esx\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var nos_image = new Nutanix.FoundationImage(\"nos-image\", new()\n    {\n        Source = \"../../../files/nutanix_installer_x86_64.tar\",\n        Filename = \"nos_image.tar\",\n        InstallerType = \"nos\",\n    });\n\n    var hypervisor_image = new Nutanix.FoundationImage(\"hypervisor-image\", new()\n    {\n        Source = \"../../../files/VMware-Installer.x86_64.iso\",\n        Filename = \"esx_image.iso\",\n        InstallerType = \"esx\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewFoundationImage(ctx, \"nos-image\", &nutanix.FoundationImageArgs{\n\t\t\tSource:        pulumi.String(\"../../../files/nutanix_installer_x86_64.tar\"),\n\t\t\tFilename:      pulumi.String(\"nos_image.tar\"),\n\t\t\tInstallerType: pulumi.String(\"nos\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewFoundationImage(ctx, \"hypervisor-image\", &nutanix.FoundationImageArgs{\n\t\t\tSource:        pulumi.String(\"../../../files/VMware-Installer.x86_64.iso\"),\n\t\t\tFilename:      pulumi.String(\"esx_image.iso\"),\n\t\t\tInstallerType: pulumi.String(\"esx\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.FoundationImage;\nimport com.pulumi.nutanix.FoundationImageArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var nos_image = new FoundationImage(\"nos-image\", FoundationImageArgs.builder()\n            .source(\"../../../files/nutanix_installer_x86_64.tar\")\n            .filename(\"nos_image.tar\")\n            .installerType(\"nos\")\n            .build());\n\n        var hypervisor_image = new FoundationImage(\"hypervisor-image\", FoundationImageArgs.builder()\n            .source(\"../../../files/VMware-Installer.x86_64.iso\")\n            .filename(\"esx_image.iso\")\n            .installerType(\"esx\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  nos-image:\n    type: nutanix:FoundationImage\n    properties:\n      source: ../../../files/nutanix_installer_x86_64.tar\n      filename: nos_image.tar\n      installerType: nos\n  hypervisor-image:\n    type: nutanix:FoundationImage\n    properties:\n      source: ../../../files/VMware-Installer.x86_64.iso\n      filename: esx_image.iso\n      installerType: esx\n```\n<!--End PulumiCodeChooser -->\n\n## lifecycle\n\n* `Update` : - Resource will trigger new resource create call for any kind of update in resource config and delete existing image from foundation vm.\n\nSee detailed information in [Nutanix Foundation Image](https://www.nutanix.dev/api_references/foundation/#/b3A6MjIyMjM0MDQ-upload-hypervisor-or-aos-image-to-foundation).\n",
      "properties": {
        "filename": {
          "type": "string",
          "description": "- (Required) Name of installer file to be kept in foundation vm.\n"
        },
        "inWhitelist": {
          "type": "boolean",
          "description": "- If hypervisor ISO is in whitelist.\n"
        },
        "installerType": {
          "type": "string",
          "description": "- (Required) One of \"kvm\", \"esx\", \"hyperv\", \"xen\", or \"nos\".\n"
        },
        "md5sum": {
          "type": "string",
          "description": "- md5sum of the ISO.\n"
        },
        "name": {
          "type": "string",
          "description": "- file location in foundation vm\n"
        },
        "source": {
          "type": "string",
          "description": "- (Required) Complete path to the file in machine where the .tf  files runs.\n"
        }
      },
      "type": "object",
      "required": [
        "filename",
        "inWhitelist",
        "installerType",
        "md5sum",
        "name",
        "source"
      ],
      "inputProperties": {
        "filename": {
          "type": "string",
          "description": "- (Required) Name of installer file to be kept in foundation vm.\n",
          "willReplaceOnChanges": true
        },
        "installerType": {
          "type": "string",
          "description": "- (Required) One of \"kvm\", \"esx\", \"hyperv\", \"xen\", or \"nos\".\n",
          "willReplaceOnChanges": true
        },
        "source": {
          "type": "string",
          "description": "- (Required) Complete path to the file in machine where the .tf  files runs.\n",
          "willReplaceOnChanges": true
        }
      },
      "requiredInputs": [
        "filename",
        "installerType",
        "source"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering FoundationImage resources.\n",
        "properties": {
          "filename": {
            "type": "string",
            "description": "- (Required) Name of installer file to be kept in foundation vm.\n",
            "willReplaceOnChanges": true
          },
          "inWhitelist": {
            "type": "boolean",
            "description": "- If hypervisor ISO is in whitelist.\n"
          },
          "installerType": {
            "type": "string",
            "description": "- (Required) One of \"kvm\", \"esx\", \"hyperv\", \"xen\", or \"nos\".\n",
            "willReplaceOnChanges": true
          },
          "md5sum": {
            "type": "string",
            "description": "- md5sum of the ISO.\n"
          },
          "name": {
            "type": "string",
            "description": "- file location in foundation vm\n"
          },
          "source": {
            "type": "string",
            "description": "- (Required) Complete path to the file in machine where the .tf  files runs.\n",
            "willReplaceOnChanges": true
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/foundationImageNodes:FoundationImageNodes": {
      "properties": {
        "blocks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationImageNodesBlock:FoundationImageNodesBlock"
          }
        },
        "clusterUrls": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationImageNodesClusterUrl:FoundationImageNodesClusterUrl"
          },
          "description": "- list containing cluster name and cluster urls for created clusters in current session\n* `cluster_urls.#.cluster_name` :-<span pulumi-lang-nodejs=\" clusterName\n\" pulumi-lang-dotnet=\" ClusterName\n\" pulumi-lang-go=\" clusterName\n\" pulumi-lang-python=\" cluster_name\n\" pulumi-lang-yaml=\" clusterName\n\" pulumi-lang-java=\" clusterName\n\"> cluster_name\n</span>* `cluster_urls.#.cluster_url` :- url to access the cluster login\n"
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationImageNodesCluster:FoundationImageNodesCluster"
          }
        },
        "cvmGateway": {
          "type": "string",
          "description": "- (Required) CVM gateway.\n"
        },
        "cvmNetmask": {
          "type": "string",
          "description": "- (Required) CVM netmask.\n"
        },
        "eosMetadata": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesEosMetadata:FoundationImageNodesEosMetadata",
          "description": "- Contains user data from Eos portal.\n"
        },
        "fcSettings": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesFcSettings:FoundationImageNodesFcSettings",
          "description": "- Foundation Central specific settings.\n"
        },
        "hypervExternalVnic": {
          "type": "string",
          "description": "- Hyperv External virtual network adapter name.\n"
        },
        "hypervExternalVswitch": {
          "type": "string",
          "description": "- Hyperv External vswitch name.\n"
        },
        "hypervProductKey": {
          "type": "string",
          "description": "- Hyperv product key.\n"
        },
        "hypervSku": {
          "type": "boolean",
          "description": "- Hyperv SKU.\n"
        },
        "hypervisorGateway": {
          "type": "string",
          "description": "- (Required) Hypervisor gateway.\n"
        },
        "hypervisorIso": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesHypervisorIso:FoundationImageNodesHypervisorIso",
          "description": "- Hypervisor ISO.\n"
        },
        "hypervisorNameserver": {
          "type": "string"
        },
        "hypervisorNetmask": {
          "type": "string",
          "description": "- (Required) Hypervisor netmask.\n"
        },
        "hypervisorPassword": {
          "type": "string",
          "description": "- Hypervisor password.\n"
        },
        "installScript": {
          "type": "string",
          "description": "- install script.\n"
        },
        "ipmiGateway": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or inside node spec) default IPMI gateway\n"
        },
        "ipmiNetmask": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or inside node spec) default IPMI netmask\n"
        },
        "ipmiPassword": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or inside node spec) IPMI password.\n"
        },
        "ipmiUser": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or inside node spec) IPMI username.\n"
        },
        "layoutEggUuid": {
          "type": "string",
          "description": "- Id of the custom layout which needs to be passed to imaging request.\n"
        },
        "nosPackage": {
          "type": "string",
          "description": "- (Required) NOS package.\n"
        },
        "sessionId": {
          "type": "string",
          "description": "-<span pulumi-lang-nodejs=\" sessionId \" pulumi-lang-dotnet=\" SessionId \" pulumi-lang-go=\" sessionId \" pulumi-lang-python=\" session_id \" pulumi-lang-yaml=\" sessionId \" pulumi-lang-java=\" sessionId \"> session_id </span>of the imaging session\n"
        },
        "skipHypervisor": {
          "type": "boolean",
          "description": "- If hypervisor installation should be skipped.\n"
        },
        "svmRescueArgs": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Arguments to be passed to<span pulumi-lang-nodejs=\" svmRescue \" pulumi-lang-dotnet=\" SvmRescue \" pulumi-lang-go=\" svmRescue \" pulumi-lang-python=\" svm_rescue \" pulumi-lang-yaml=\" svmRescue \" pulumi-lang-java=\" svmRescue \"> svm_rescue </span>for AOS installation. Ensure that the arguments provided are supported by the AOS version used for imaging.\n"
        },
        "tests": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesTests:FoundationImageNodesTests",
          "description": "- Types of tests to be performed.\n"
        },
        "ucsmIp": {
          "type": "string",
          "description": "- UCSM IP address.\n"
        },
        "ucsmPassword": {
          "type": "string",
          "description": "- UCSM password.\n"
        },
        "ucsmUser": {
          "type": "string",
          "description": "- UCSM username.\n"
        },
        "uncPassword": {
          "type": "string",
          "description": "- UNC password.\n"
        },
        "uncPath": {
          "type": "string",
          "description": "- UNC Path.\n"
        },
        "uncUsername": {
          "type": "string",
          "description": "- UNC username.\n"
        },
        "xenConfigType": {
          "type": "string",
          "description": "- xen config types.\n"
        },
        "xsMasterIp": {
          "type": "string",
          "description": "- xen server master IP address.\n"
        },
        "xsMasterLabel": {
          "type": "string",
          "description": "- xen server master label.\n"
        },
        "xsMasterPassword": {
          "type": "string",
          "description": "- xen server master password.\n"
        },
        "xsMasterUsername": {
          "type": "string",
          "description": "- xen server master username.\n"
        }
      },
      "type": "object",
      "required": [
        "blocks",
        "clusterUrls",
        "cvmGateway",
        "cvmNetmask",
        "hypervisorGateway",
        "hypervisorNetmask",
        "nosPackage",
        "sessionId"
      ],
      "inputProperties": {
        "blocks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationImageNodesBlock:FoundationImageNodesBlock"
          },
          "willReplaceOnChanges": true
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationImageNodesCluster:FoundationImageNodesCluster"
          },
          "willReplaceOnChanges": true
        },
        "cvmGateway": {
          "type": "string",
          "description": "- (Required) CVM gateway.\n",
          "willReplaceOnChanges": true
        },
        "cvmNetmask": {
          "type": "string",
          "description": "- (Required) CVM netmask.\n",
          "willReplaceOnChanges": true
        },
        "eosMetadata": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesEosMetadata:FoundationImageNodesEosMetadata",
          "description": "- Contains user data from Eos portal.\n",
          "willReplaceOnChanges": true
        },
        "fcSettings": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesFcSettings:FoundationImageNodesFcSettings",
          "description": "- Foundation Central specific settings.\n",
          "willReplaceOnChanges": true
        },
        "hypervExternalVnic": {
          "type": "string",
          "description": "- Hyperv External virtual network adapter name.\n",
          "willReplaceOnChanges": true
        },
        "hypervExternalVswitch": {
          "type": "string",
          "description": "- Hyperv External vswitch name.\n",
          "willReplaceOnChanges": true
        },
        "hypervProductKey": {
          "type": "string",
          "description": "- Hyperv product key.\n",
          "willReplaceOnChanges": true
        },
        "hypervSku": {
          "type": "boolean",
          "description": "- Hyperv SKU.\n",
          "willReplaceOnChanges": true
        },
        "hypervisorGateway": {
          "type": "string",
          "description": "- (Required) Hypervisor gateway.\n",
          "willReplaceOnChanges": true
        },
        "hypervisorIso": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesHypervisorIso:FoundationImageNodesHypervisorIso",
          "description": "- Hypervisor ISO.\n",
          "willReplaceOnChanges": true
        },
        "hypervisorNameserver": {
          "type": "string",
          "willReplaceOnChanges": true
        },
        "hypervisorNetmask": {
          "type": "string",
          "description": "- (Required) Hypervisor netmask.\n",
          "willReplaceOnChanges": true
        },
        "hypervisorPassword": {
          "type": "string",
          "description": "- Hypervisor password.\n",
          "willReplaceOnChanges": true
        },
        "installScript": {
          "type": "string",
          "description": "- install script.\n",
          "willReplaceOnChanges": true
        },
        "ipmiGateway": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or inside node spec) default IPMI gateway\n",
          "willReplaceOnChanges": true
        },
        "ipmiNetmask": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or inside node spec) default IPMI netmask\n",
          "willReplaceOnChanges": true
        },
        "ipmiPassword": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or inside node spec) IPMI password.\n",
          "willReplaceOnChanges": true
        },
        "ipmiUser": {
          "type": "string",
          "description": "- (Required incase using IPMI based imaging either here or inside node spec) IPMI username.\n",
          "willReplaceOnChanges": true
        },
        "layoutEggUuid": {
          "type": "string",
          "description": "- Id of the custom layout which needs to be passed to imaging request.\n",
          "willReplaceOnChanges": true
        },
        "nosPackage": {
          "type": "string",
          "description": "- (Required) NOS package.\n",
          "willReplaceOnChanges": true
        },
        "skipHypervisor": {
          "type": "boolean",
          "description": "- If hypervisor installation should be skipped.\n",
          "willReplaceOnChanges": true
        },
        "svmRescueArgs": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- Arguments to be passed to<span pulumi-lang-nodejs=\" svmRescue \" pulumi-lang-dotnet=\" SvmRescue \" pulumi-lang-go=\" svmRescue \" pulumi-lang-python=\" svm_rescue \" pulumi-lang-yaml=\" svmRescue \" pulumi-lang-java=\" svmRescue \"> svm_rescue </span>for AOS installation. Ensure that the arguments provided are supported by the AOS version used for imaging.\n",
          "willReplaceOnChanges": true
        },
        "tests": {
          "$ref": "#/types/nutanix:index%2FFoundationImageNodesTests:FoundationImageNodesTests",
          "description": "- Types of tests to be performed.\n",
          "willReplaceOnChanges": true
        },
        "ucsmIp": {
          "type": "string",
          "description": "- UCSM IP address.\n",
          "willReplaceOnChanges": true
        },
        "ucsmPassword": {
          "type": "string",
          "description": "- UCSM password.\n",
          "willReplaceOnChanges": true
        },
        "ucsmUser": {
          "type": "string",
          "description": "- UCSM username.\n",
          "willReplaceOnChanges": true
        },
        "uncPassword": {
          "type": "string",
          "description": "- UNC password.\n",
          "willReplaceOnChanges": true
        },
        "uncPath": {
          "type": "string",
          "description": "- UNC Path.\n",
          "willReplaceOnChanges": true
        },
        "uncUsername": {
          "type": "string",
          "description": "- UNC username.\n",
          "willReplaceOnChanges": true
        },
        "xenConfigType": {
          "type": "string",
          "description": "- xen config types.\n",
          "willReplaceOnChanges": true
        },
        "xsMasterIp": {
          "type": "string",
          "description": "- xen server master IP address.\n",
          "willReplaceOnChanges": true
        },
        "xsMasterLabel": {
          "type": "string",
          "description": "- xen server master label.\n",
          "willReplaceOnChanges": true
        },
        "xsMasterPassword": {
          "type": "string",
          "description": "- xen server master password.\n",
          "willReplaceOnChanges": true
        },
        "xsMasterUsername": {
          "type": "string",
          "description": "- xen server master username.\n",
          "willReplaceOnChanges": true
        }
      },
      "requiredInputs": [
        "blocks",
        "cvmGateway",
        "cvmNetmask",
        "hypervisorGateway",
        "hypervisorNetmask",
        "nosPackage"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering FoundationImageNodes resources.\n",
        "properties": {
          "blocks": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFoundationImageNodesBlock:FoundationImageNodesBlock"
            },
            "willReplaceOnChanges": true
          },
          "clusterUrls": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFoundationImageNodesClusterUrl:FoundationImageNodesClusterUrl"
            },
            "description": "- list containing cluster name and cluster urls for created clusters in current session\n* `cluster_urls.#.cluster_name` :-<span pulumi-lang-nodejs=\" clusterName\n\" pulumi-lang-dotnet=\" ClusterName\n\" pulumi-lang-go=\" clusterName\n\" pulumi-lang-python=\" cluster_name\n\" pulumi-lang-yaml=\" clusterName\n\" pulumi-lang-java=\" clusterName\n\"> cluster_name\n</span>* `cluster_urls.#.cluster_url` :- url to access the cluster login\n"
          },
          "clusters": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFoundationImageNodesCluster:FoundationImageNodesCluster"
            },
            "willReplaceOnChanges": true
          },
          "cvmGateway": {
            "type": "string",
            "description": "- (Required) CVM gateway.\n",
            "willReplaceOnChanges": true
          },
          "cvmNetmask": {
            "type": "string",
            "description": "- (Required) CVM netmask.\n",
            "willReplaceOnChanges": true
          },
          "eosMetadata": {
            "$ref": "#/types/nutanix:index%2FFoundationImageNodesEosMetadata:FoundationImageNodesEosMetadata",
            "description": "- Contains user data from Eos portal.\n",
            "willReplaceOnChanges": true
          },
          "fcSettings": {
            "$ref": "#/types/nutanix:index%2FFoundationImageNodesFcSettings:FoundationImageNodesFcSettings",
            "description": "- Foundation Central specific settings.\n",
            "willReplaceOnChanges": true
          },
          "hypervExternalVnic": {
            "type": "string",
            "description": "- Hyperv External virtual network adapter name.\n",
            "willReplaceOnChanges": true
          },
          "hypervExternalVswitch": {
            "type": "string",
            "description": "- Hyperv External vswitch name.\n",
            "willReplaceOnChanges": true
          },
          "hypervProductKey": {
            "type": "string",
            "description": "- Hyperv product key.\n",
            "willReplaceOnChanges": true
          },
          "hypervSku": {
            "type": "boolean",
            "description": "- Hyperv SKU.\n",
            "willReplaceOnChanges": true
          },
          "hypervisorGateway": {
            "type": "string",
            "description": "- (Required) Hypervisor gateway.\n",
            "willReplaceOnChanges": true
          },
          "hypervisorIso": {
            "$ref": "#/types/nutanix:index%2FFoundationImageNodesHypervisorIso:FoundationImageNodesHypervisorIso",
            "description": "- Hypervisor ISO.\n",
            "willReplaceOnChanges": true
          },
          "hypervisorNameserver": {
            "type": "string",
            "willReplaceOnChanges": true
          },
          "hypervisorNetmask": {
            "type": "string",
            "description": "- (Required) Hypervisor netmask.\n",
            "willReplaceOnChanges": true
          },
          "hypervisorPassword": {
            "type": "string",
            "description": "- Hypervisor password.\n",
            "willReplaceOnChanges": true
          },
          "installScript": {
            "type": "string",
            "description": "- install script.\n",
            "willReplaceOnChanges": true
          },
          "ipmiGateway": {
            "type": "string",
            "description": "- (Required incase using IPMI based imaging either here or inside node spec) default IPMI gateway\n",
            "willReplaceOnChanges": true
          },
          "ipmiNetmask": {
            "type": "string",
            "description": "- (Required incase using IPMI based imaging either here or inside node spec) default IPMI netmask\n",
            "willReplaceOnChanges": true
          },
          "ipmiPassword": {
            "type": "string",
            "description": "- (Required incase using IPMI based imaging either here or inside node spec) IPMI password.\n",
            "willReplaceOnChanges": true
          },
          "ipmiUser": {
            "type": "string",
            "description": "- (Required incase using IPMI based imaging either here or inside node spec) IPMI username.\n",
            "willReplaceOnChanges": true
          },
          "layoutEggUuid": {
            "type": "string",
            "description": "- Id of the custom layout which needs to be passed to imaging request.\n",
            "willReplaceOnChanges": true
          },
          "nosPackage": {
            "type": "string",
            "description": "- (Required) NOS package.\n",
            "willReplaceOnChanges": true
          },
          "sessionId": {
            "type": "string",
            "description": "-<span pulumi-lang-nodejs=\" sessionId \" pulumi-lang-dotnet=\" SessionId \" pulumi-lang-go=\" sessionId \" pulumi-lang-python=\" session_id \" pulumi-lang-yaml=\" sessionId \" pulumi-lang-java=\" sessionId \"> session_id </span>of the imaging session\n"
          },
          "skipHypervisor": {
            "type": "boolean",
            "description": "- If hypervisor installation should be skipped.\n",
            "willReplaceOnChanges": true
          },
          "svmRescueArgs": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- Arguments to be passed to<span pulumi-lang-nodejs=\" svmRescue \" pulumi-lang-dotnet=\" SvmRescue \" pulumi-lang-go=\" svmRescue \" pulumi-lang-python=\" svm_rescue \" pulumi-lang-yaml=\" svmRescue \" pulumi-lang-java=\" svmRescue \"> svm_rescue </span>for AOS installation. Ensure that the arguments provided are supported by the AOS version used for imaging.\n",
            "willReplaceOnChanges": true
          },
          "tests": {
            "$ref": "#/types/nutanix:index%2FFoundationImageNodesTests:FoundationImageNodesTests",
            "description": "- Types of tests to be performed.\n",
            "willReplaceOnChanges": true
          },
          "ucsmIp": {
            "type": "string",
            "description": "- UCSM IP address.\n",
            "willReplaceOnChanges": true
          },
          "ucsmPassword": {
            "type": "string",
            "description": "- UCSM password.\n",
            "willReplaceOnChanges": true
          },
          "ucsmUser": {
            "type": "string",
            "description": "- UCSM username.\n",
            "willReplaceOnChanges": true
          },
          "uncPassword": {
            "type": "string",
            "description": "- UNC password.\n",
            "willReplaceOnChanges": true
          },
          "uncPath": {
            "type": "string",
            "description": "- UNC Path.\n",
            "willReplaceOnChanges": true
          },
          "uncUsername": {
            "type": "string",
            "description": "- UNC username.\n",
            "willReplaceOnChanges": true
          },
          "xenConfigType": {
            "type": "string",
            "description": "- xen config types.\n",
            "willReplaceOnChanges": true
          },
          "xsMasterIp": {
            "type": "string",
            "description": "- xen server master IP address.\n",
            "willReplaceOnChanges": true
          },
          "xsMasterLabel": {
            "type": "string",
            "description": "- xen server master label.\n",
            "willReplaceOnChanges": true
          },
          "xsMasterPassword": {
            "type": "string",
            "description": "- xen server master password.\n",
            "willReplaceOnChanges": true
          },
          "xsMasterUsername": {
            "type": "string",
            "description": "- xen server master username.\n",
            "willReplaceOnChanges": true
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/foundationIpmiConfig:FoundationIpmiConfig": {
      "properties": {
        "blocks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationIpmiConfigBlock:FoundationIpmiConfigBlock"
          },
          "description": "- (Required) List of blocks.\n"
        },
        "ipmiGateway": {
          "type": "string",
          "description": "- (Required) IPMI gateway.\n"
        },
        "ipmiNetmask": {
          "type": "string",
          "description": "- (Required) IPMI netmask.\n"
        },
        "ipmiPassword": {
          "type": "string",
          "description": "- (Required) IPMI password.\n"
        },
        "ipmiUser": {
          "type": "string",
          "description": "- (Required) IPMI username.\n"
        }
      },
      "type": "object",
      "required": [
        "blocks",
        "ipmiGateway",
        "ipmiNetmask",
        "ipmiPassword",
        "ipmiUser"
      ],
      "inputProperties": {
        "blocks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FFoundationIpmiConfigBlock:FoundationIpmiConfigBlock"
          },
          "description": "- (Required) List of blocks.\n",
          "willReplaceOnChanges": true
        },
        "ipmiGateway": {
          "type": "string",
          "description": "- (Required) IPMI gateway.\n",
          "willReplaceOnChanges": true
        },
        "ipmiNetmask": {
          "type": "string",
          "description": "- (Required) IPMI netmask.\n",
          "willReplaceOnChanges": true
        },
        "ipmiPassword": {
          "type": "string",
          "description": "- (Required) IPMI password.\n",
          "willReplaceOnChanges": true
        },
        "ipmiUser": {
          "type": "string",
          "description": "- (Required) IPMI username.\n",
          "willReplaceOnChanges": true
        }
      },
      "requiredInputs": [
        "blocks",
        "ipmiGateway",
        "ipmiNetmask",
        "ipmiPassword",
        "ipmiUser"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering FoundationIpmiConfig resources.\n",
        "properties": {
          "blocks": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FFoundationIpmiConfigBlock:FoundationIpmiConfigBlock"
            },
            "description": "- (Required) List of blocks.\n",
            "willReplaceOnChanges": true
          },
          "ipmiGateway": {
            "type": "string",
            "description": "- (Required) IPMI gateway.\n",
            "willReplaceOnChanges": true
          },
          "ipmiNetmask": {
            "type": "string",
            "description": "- (Required) IPMI netmask.\n",
            "willReplaceOnChanges": true
          },
          "ipmiPassword": {
            "type": "string",
            "description": "- (Required) IPMI password.\n",
            "willReplaceOnChanges": true
          },
          "ipmiUser": {
            "type": "string",
            "description": "- (Required) IPMI username.\n",
            "willReplaceOnChanges": true
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/image:Image": {
      "description": "Provides a Nutanix Image resource to Create a image.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst test = new nutanix.Image(\"test\", {\n    name: \"Ubuntu\",\n    description: \"Ubuntu\",\n    sourceUri: \"http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/netboot/mini.iso\",\n});\n// Create image with data_source_reference\nconst createImageWithDataSourceReference = new nutanix.Image(\"create_image_with_data_source_reference\", {\n    name: \"Sql Server Image\",\n    description: \"Sql Server\",\n    imageType: \"DISK_IMAGE\",\n    dataSourceReferences: [{\n        kind: \"vm_disk\",\n        uuid: \"<uuid of the vm disk>\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ntest = nutanix.Image(\"test\",\n    name=\"Ubuntu\",\n    description=\"Ubuntu\",\n    source_uri=\"http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/netboot/mini.iso\")\n# Create image with data_source_reference\ncreate_image_with_data_source_reference = nutanix.Image(\"create_image_with_data_source_reference\",\n    name=\"Sql Server Image\",\n    description=\"Sql Server\",\n    image_type=\"DISK_IMAGE\",\n    data_source_references=[{\n        \"kind\": \"vm_disk\",\n        \"uuid\": \"<uuid of the vm disk>\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var test = new Nutanix.Image(\"test\", new()\n    {\n        Name = \"Ubuntu\",\n        Description = \"Ubuntu\",\n        SourceUri = \"http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/netboot/mini.iso\",\n    });\n\n    // Create image with data_source_reference\n    var createImageWithDataSourceReference = new Nutanix.Image(\"create_image_with_data_source_reference\", new()\n    {\n        Name = \"Sql Server Image\",\n        Description = \"Sql Server\",\n        ImageType = \"DISK_IMAGE\",\n        DataSourceReferences = new[]\n        {\n            new Nutanix.Inputs.ImageDataSourceReferenceArgs\n            {\n                Kind = \"vm_disk\",\n                Uuid = \"<uuid of the vm disk>\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewImage(ctx, \"test\", &nutanix.ImageArgs{\n\t\t\tName:        pulumi.String(\"Ubuntu\"),\n\t\t\tDescription: pulumi.String(\"Ubuntu\"),\n\t\t\tSourceUri:   pulumi.String(\"http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/netboot/mini.iso\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// Create image with data_source_reference\n\t\t_, err = nutanix.NewImage(ctx, \"create_image_with_data_source_reference\", &nutanix.ImageArgs{\n\t\t\tName:        pulumi.String(\"Sql Server Image\"),\n\t\t\tDescription: pulumi.String(\"Sql Server\"),\n\t\t\tImageType:   pulumi.String(\"DISK_IMAGE\"),\n\t\t\tDataSourceReferences: nutanix.ImageDataSourceReferenceArray{\n\t\t\t\t&nutanix.ImageDataSourceReferenceArgs{\n\t\t\t\t\tKind: pulumi.String(\"vm_disk\"),\n\t\t\t\t\tUuid: pulumi.String(\"<uuid of the vm disk>\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.Image;\nimport com.pulumi.nutanix.ImageArgs;\nimport com.pulumi.nutanix.inputs.ImageDataSourceReferenceArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var test = new Image(\"test\", ImageArgs.builder()\n            .name(\"Ubuntu\")\n            .description(\"Ubuntu\")\n            .sourceUri(\"http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/netboot/mini.iso\")\n            .build());\n\n        // Create image with data_source_reference\n        var createImageWithDataSourceReference = new Image(\"createImageWithDataSourceReference\", ImageArgs.builder()\n            .name(\"Sql Server Image\")\n            .description(\"Sql Server\")\n            .imageType(\"DISK_IMAGE\")\n            .dataSourceReferences(ImageDataSourceReferenceArgs.builder()\n                .kind(\"vm_disk\")\n                .uuid(\"<uuid of the vm disk>\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  test:\n    type: nutanix:Image\n    properties:\n      name: Ubuntu\n      description: Ubuntu\n      sourceUri: http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/netboot/mini.iso\n  # Create image with data_source_reference\n  createImageWithDataSourceReference:\n    type: nutanix:Image\n    name: create_image_with_data_source_reference\n    properties:\n      name: Sql Server Image\n      description: Sql Server\n      imageType: DISK_IMAGE\n      dataSourceReferences:\n        - kind: vm_disk\n          uuid: <uuid of the vm disk>\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "architecture": {
          "type": "string",
          "description": "- (Optional) The supported CPU architecture for a disk image.\n"
        },
        "availabilityZoneReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a availability_zone.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImageCategory:ImageCategory"
          },
          "description": "- (Optional) Categories for the image.\n"
        },
        "checksum": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Checksum of the image. The checksum is used for image validation if the image has a source specified. For images that do not have their source specified the checksum is generated by the image service.\n"
        },
        "clusterName": {
          "type": "string"
        },
        "clusterReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImageClusterReference:ImageClusterReference"
          }
        },
        "clusterUuid": {
          "type": "string"
        },
        "currentClusterReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImageCurrentClusterReferenceList:ImageCurrentClusterReferenceList"
          }
        },
        "dataSourceReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImageDataSourceReference:ImageDataSourceReference"
          },
          "description": "Reference to a data source.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) A description for image.\n"
        },
        "imageType": {
          "type": "string",
          "description": "- (Optional) The type of image.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The image kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the image.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        },
        "retrievalUriLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of URIs where the raw image data can be accessed.\n"
        },
        "sizeBytes": {
          "type": "integer",
          "description": "- The size of the image in bytes.\n"
        },
        "sourcePath": {
          "type": "string",
          "description": "- (Optional) A local path to upload an image.\n"
        },
        "sourceUri": {
          "type": "string",
          "description": "- (Optional) The source URI points at the location of the source image which is used to create/update image.\n"
        },
        "state": {
          "type": "string",
          "description": "- The state of the image.\n"
        },
        "version": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The image version.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "architecture",
        "availabilityZoneReference",
        "categories",
        "checksum",
        "clusterName",
        "clusterReferences",
        "clusterUuid",
        "currentClusterReferenceLists",
        "dataSourceReferences",
        "description",
        "imageType",
        "metadata",
        "name",
        "ownerReference",
        "retrievalUriLists",
        "sizeBytes",
        "sourcePath",
        "sourceUri",
        "state",
        "version"
      ],
      "inputProperties": {
        "architecture": {
          "type": "string",
          "description": "- (Optional) The supported CPU architecture for a disk image.\n"
        },
        "availabilityZoneReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a availability_zone.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImageCategory:ImageCategory"
          },
          "description": "- (Optional) Categories for the image.\n"
        },
        "checksum": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Checksum of the image. The checksum is used for image validation if the image has a source specified. For images that do not have their source specified the checksum is generated by the image service.\n"
        },
        "clusterReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImageClusterReference:ImageClusterReference"
          }
        },
        "dataSourceReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImageDataSourceReference:ImageDataSourceReference"
          },
          "description": "Reference to a data source.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) A description for image.\n"
        },
        "imageType": {
          "type": "string",
          "description": "- (Optional) The type of image.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the image.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        },
        "sourcePath": {
          "type": "string",
          "description": "- (Optional) A local path to upload an image.\n"
        },
        "sourceUri": {
          "type": "string",
          "description": "- (Optional) The source URI points at the location of the source image which is used to create/update image.\n"
        },
        "version": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The image version.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering Image resources.\n",
        "properties": {
          "apiVersion": {
            "type": "string",
            "description": "The version of the API.\n"
          },
          "architecture": {
            "type": "string",
            "description": "- (Optional) The supported CPU architecture for a disk image.\n"
          },
          "availabilityZoneReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a availability_zone.\n"
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FImageCategory:ImageCategory"
            },
            "description": "- (Optional) Categories for the image.\n"
          },
          "checksum": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) Checksum of the image. The checksum is used for image validation if the image has a source specified. For images that do not have their source specified the checksum is generated by the image service.\n"
          },
          "clusterName": {
            "type": "string"
          },
          "clusterReferences": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FImageClusterReference:ImageClusterReference"
            }
          },
          "clusterUuid": {
            "type": "string"
          },
          "currentClusterReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FImageCurrentClusterReferenceList:ImageCurrentClusterReferenceList"
            }
          },
          "dataSourceReferences": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FImageDataSourceReference:ImageDataSourceReference"
            },
            "description": "Reference to a data source.\n"
          },
          "description": {
            "type": "string",
            "description": "- (Optional) A description for image.\n"
          },
          "imageType": {
            "type": "string",
            "description": "- (Optional) The type of image.\n"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- The image kind metadata.\n"
          },
          "name": {
            "type": "string",
            "description": "- (Required) The name for the image.\n"
          },
          "ownerReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a user.\n"
          },
          "projectReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a project.\n"
          },
          "retrievalUriLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- List of URIs where the raw image data can be accessed.\n"
          },
          "sizeBytes": {
            "type": "integer",
            "description": "- The size of the image in bytes.\n"
          },
          "sourcePath": {
            "type": "string",
            "description": "- (Optional) A local path to upload an image.\n"
          },
          "sourceUri": {
            "type": "string",
            "description": "- (Optional) The source URI points at the location of the source image which is used to create/update image.\n"
          },
          "state": {
            "type": "string",
            "description": "- The state of the image.\n"
          },
          "version": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The image version.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/imagePlacementPolicyV2:ImagePlacementPolicyV2": {
      "description": "Create an image placement policy using the provided request body. Name, placement_type,<span pulumi-lang-nodejs=\" imageEntityFilter \" pulumi-lang-dotnet=\" ImageEntityFilter \" pulumi-lang-go=\" imageEntityFilter \" pulumi-lang-python=\" image_entity_filter \" pulumi-lang-yaml=\" imageEntityFilter \" pulumi-lang-java=\" imageEntityFilter \"> image_entity_filter </span>and source are mandatory fields to create an policy.\n\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst example = new nutanix.ImagePlacementPolicyV2(\"example\", {\n    name: \"image_placement_policy\",\n    description: \"%[2]s\",\n    placementType: \"SOFT\",\n    clusterEntityFilters: [{\n        categoryExtIds: [\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"],\n        type: \"CATEGORIES_MATCH_ALL\",\n    }],\n    imageEntityFilters: [{\n        categoryExtIds: [\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"],\n        type: \"CATEGORIES_MATCH_ALL\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nexample = nutanix.ImagePlacementPolicyV2(\"example\",\n    name=\"image_placement_policy\",\n    description=\"%[2]s\",\n    placement_type=\"SOFT\",\n    cluster_entity_filters=[{\n        \"category_ext_ids\": [\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"],\n        \"type\": \"CATEGORIES_MATCH_ALL\",\n    }],\n    image_entity_filters=[{\n        \"category_ext_ids\": [\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"],\n        \"type\": \"CATEGORIES_MATCH_ALL\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var example = new Nutanix.ImagePlacementPolicyV2(\"example\", new()\n    {\n        Name = \"image_placement_policy\",\n        Description = \"%[2]s\",\n        PlacementType = \"SOFT\",\n        ClusterEntityFilters = new[]\n        {\n            new Nutanix.Inputs.ImagePlacementPolicyV2ClusterEntityFilterArgs\n            {\n                CategoryExtIds = new[]\n                {\n                    \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n                },\n                Type = \"CATEGORIES_MATCH_ALL\",\n            },\n        },\n        ImageEntityFilters = new[]\n        {\n            new Nutanix.Inputs.ImagePlacementPolicyV2ImageEntityFilterArgs\n            {\n                CategoryExtIds = new[]\n                {\n                    \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n                },\n                Type = \"CATEGORIES_MATCH_ALL\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewImagePlacementPolicyV2(ctx, \"example\", &nutanix.ImagePlacementPolicyV2Args{\n\t\t\tName:          pulumi.String(\"image_placement_policy\"),\n\t\t\tDescription:   pulumi.String(\"%[2]s\"),\n\t\t\tPlacementType: pulumi.String(\"SOFT\"),\n\t\t\tClusterEntityFilters: nutanix.ImagePlacementPolicyV2ClusterEntityFilterArray{\n\t\t\t\t&nutanix.ImagePlacementPolicyV2ClusterEntityFilterArgs{\n\t\t\t\t\tCategoryExtIds: pulumi.StringArray{\n\t\t\t\t\t\tpulumi.String(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"),\n\t\t\t\t\t},\n\t\t\t\t\tType: pulumi.String(\"CATEGORIES_MATCH_ALL\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tImageEntityFilters: nutanix.ImagePlacementPolicyV2ImageEntityFilterArray{\n\t\t\t\t&nutanix.ImagePlacementPolicyV2ImageEntityFilterArgs{\n\t\t\t\t\tCategoryExtIds: pulumi.StringArray{\n\t\t\t\t\t\tpulumi.String(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"),\n\t\t\t\t\t},\n\t\t\t\t\tType: pulumi.String(\"CATEGORIES_MATCH_ALL\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ImagePlacementPolicyV2;\nimport com.pulumi.nutanix.ImagePlacementPolicyV2Args;\nimport com.pulumi.nutanix.inputs.ImagePlacementPolicyV2ClusterEntityFilterArgs;\nimport com.pulumi.nutanix.inputs.ImagePlacementPolicyV2ImageEntityFilterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var example = new ImagePlacementPolicyV2(\"example\", ImagePlacementPolicyV2Args.builder()\n            .name(\"image_placement_policy\")\n            .description(\"%[2]s\")\n            .placementType(\"SOFT\")\n            .clusterEntityFilters(ImagePlacementPolicyV2ClusterEntityFilterArgs.builder()\n                .categoryExtIds(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\")\n                .type(\"CATEGORIES_MATCH_ALL\")\n                .build())\n            .imageEntityFilters(ImagePlacementPolicyV2ImageEntityFilterArgs.builder()\n                .categoryExtIds(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\")\n                .type(\"CATEGORIES_MATCH_ALL\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  example:\n    type: nutanix:ImagePlacementPolicyV2\n    properties:\n      name: image_placement_policy\n      description: '%[2]s'\n      placementType: SOFT\n      clusterEntityFilters:\n        - categoryExtIds:\n            - ab520e1d-4950-1db1-917f-a9e2ea35b8e3\n          type: CATEGORIES_MATCH_ALL\n      imageEntityFilters:\n        - categoryExtIds:\n            - ab520e1d-4950-1db1-917f-a9e2ea35b8e3\n          type: CATEGORIES_MATCH_ALL\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "action": {
          "type": "string",
          "description": "Action to be performed on the image placement policy. Valid values \"RESUME\", \"SUSPEND\"\n"
        },
        "clusterEntityFilters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagePlacementPolicyV2ClusterEntityFilter:ImagePlacementPolicyV2ClusterEntityFilter"
          },
          "description": "Category-based entity filter.\n"
        },
        "createTime": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Description of the image placement policy.\n"
        },
        "enforcementState": {
          "type": "string",
          "description": "Enforcement status of the image placement policy. Valid values \"ACTIVE\", \"SUSPENDED\"\n"
        },
        "extId": {
          "type": "string"
        },
        "imageEntityFilters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagePlacementPolicyV2ImageEntityFilter:ImagePlacementPolicyV2ImageEntityFilter"
          },
          "description": "Category-based entity filter.\n"
        },
        "lastUpdateTime": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of the image placement policy.\n"
        },
        "ownerExtId": {
          "type": "string"
        },
        "placementType": {
          "type": "string",
          "description": "Type of the image placement policy. Valid values \"HARD\", \"SOFT\"\n"
        },
        "shouldCancelRunningTasks": {
          "type": "boolean"
        }
      },
      "type": "object",
      "required": [
        "clusterEntityFilters",
        "createTime",
        "description",
        "enforcementState",
        "extId",
        "imageEntityFilters",
        "lastUpdateTime",
        "name",
        "ownerExtId",
        "placementType"
      ],
      "inputProperties": {
        "action": {
          "type": "string",
          "description": "Action to be performed on the image placement policy. Valid values \"RESUME\", \"SUSPEND\"\n"
        },
        "clusterEntityFilters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagePlacementPolicyV2ClusterEntityFilter:ImagePlacementPolicyV2ClusterEntityFilter"
          },
          "description": "Category-based entity filter.\n"
        },
        "description": {
          "type": "string",
          "description": "Description of the image placement policy.\n"
        },
        "enforcementState": {
          "type": "string",
          "description": "Enforcement status of the image placement policy. Valid values \"ACTIVE\", \"SUSPENDED\"\n"
        },
        "extId": {
          "type": "string"
        },
        "imageEntityFilters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagePlacementPolicyV2ImageEntityFilter:ImagePlacementPolicyV2ImageEntityFilter"
          },
          "description": "Category-based entity filter.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the image placement policy.\n"
        },
        "placementType": {
          "type": "string",
          "description": "Type of the image placement policy. Valid values \"HARD\", \"SOFT\"\n"
        },
        "shouldCancelRunningTasks": {
          "type": "boolean"
        }
      },
      "requiredInputs": [
        "clusterEntityFilters",
        "imageEntityFilters",
        "placementType"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ImagePlacementPolicyV2 resources.\n",
        "properties": {
          "action": {
            "type": "string",
            "description": "Action to be performed on the image placement policy. Valid values \"RESUME\", \"SUSPEND\"\n"
          },
          "clusterEntityFilters": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FImagePlacementPolicyV2ClusterEntityFilter:ImagePlacementPolicyV2ClusterEntityFilter"
            },
            "description": "Category-based entity filter.\n"
          },
          "createTime": {
            "type": "string"
          },
          "description": {
            "type": "string",
            "description": "Description of the image placement policy.\n"
          },
          "enforcementState": {
            "type": "string",
            "description": "Enforcement status of the image placement policy. Valid values \"ACTIVE\", \"SUSPENDED\"\n"
          },
          "extId": {
            "type": "string"
          },
          "imageEntityFilters": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FImagePlacementPolicyV2ImageEntityFilter:ImagePlacementPolicyV2ImageEntityFilter"
            },
            "description": "Category-based entity filter.\n"
          },
          "lastUpdateTime": {
            "type": "string"
          },
          "name": {
            "type": "string",
            "description": "Name of the image placement policy.\n"
          },
          "ownerExtId": {
            "type": "string"
          },
          "placementType": {
            "type": "string",
            "description": "Type of the image placement policy. Valid values \"HARD\", \"SOFT\"\n"
          },
          "shouldCancelRunningTasks": {
            "type": "boolean"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/imagesV2:ImagesV2": {
      "properties": {
        "categoryExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "checksums": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagesV2Checksum:ImagesV2Checksum"
          }
        },
        "clusterLocationExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "createTime": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "lastUpdateTime": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "ownerExtId": {
          "type": "string"
        },
        "placementPolicyStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagesV2PlacementPolicyStatus:ImagesV2PlacementPolicyStatus"
          }
        },
        "sizeBytes": {
          "type": "integer"
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagesV2Source:ImagesV2Source"
          }
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryExtIds",
        "clusterLocationExtIds",
        "createTime",
        "lastUpdateTime",
        "name",
        "ownerExtId",
        "placementPolicyStatuses",
        "sizeBytes",
        "type"
      ],
      "inputProperties": {
        "categoryExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "checksums": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagesV2Checksum:ImagesV2Checksum"
          }
        },
        "clusterLocationExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "description": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FImagesV2Source:ImagesV2Source"
          }
        },
        "type": {
          "type": "string"
        }
      },
      "requiredInputs": [
        "type"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ImagesV2 resources.\n",
        "properties": {
          "categoryExtIds": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "checksums": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FImagesV2Checksum:ImagesV2Checksum"
            }
          },
          "clusterLocationExtIds": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "createTime": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "lastUpdateTime": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "ownerExtId": {
            "type": "string"
          },
          "placementPolicyStatuses": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FImagesV2PlacementPolicyStatus:ImagesV2PlacementPolicyStatus"
            }
          },
          "sizeBytes": {
            "type": "integer"
          },
          "sources": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FImagesV2Source:ImagesV2Source"
            }
          },
          "type": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/karbonCluster:KarbonCluster": {
      "description": "Provides a Nutanix Karbon Cluster resource to Create a k8s cluster.\n\n**Note:** Minimum tested version is Karbon 2.2\n\n**Note:** Kubernetes and Node OS upgrades are not supported using this provider.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst exampleCluster = new nutanix.KarbonCluster(\"example_cluster\", {\n    name: \"example_cluster\",\n    version: \"1.18.15-1\",\n    storageClassConfig: {\n        reclaimPolicy: \"Delete\",\n        volumesConfig: {\n            fileSystem: \"ext4\",\n            flashMode: false,\n            password: \"my_pe_pw\",\n            prismElementClusterUuid: \"my_pe_cluster_uuid\",\n            storageContainer: \"my_storage_container_name\",\n            username: \"my_pe_username\",\n        },\n    },\n    cniConfig: {\n        nodeCidrMaskSize: 24,\n        podIpv4Cidr: \"172.20.0.0/16\",\n        serviceIpv4Cidr: \"172.19.0.0/16\",\n    },\n    workerNodePool: {\n        nodeOsVersion: \"ntnx-1.0\",\n        numInstances: 1,\n        ahvConfig: {\n            networkUuid: \"my_subnet_id\",\n            prismElementClusterUuid: \"my_pe_cluster_uuid\",\n        },\n    },\n    etcdNodePool: {\n        nodeOsVersion: \"ntnx-1.0\",\n        numInstances: 1,\n        ahvConfig: {\n            networkUuid: \"my_subnet_id\",\n            prismElementClusterUuid: \"my_pe_cluster_uuid\",\n        },\n    },\n    masterNodePool: {\n        nodeOsVersion: \"ntnx-1.0\",\n        numInstances: 1,\n        ahvConfig: {\n            networkUuid: \"my_subnet_id\",\n            prismElementClusterUuid: \"my_pe_cluster_uuid\",\n        },\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nexample_cluster = nutanix.KarbonCluster(\"example_cluster\",\n    name=\"example_cluster\",\n    version=\"1.18.15-1\",\n    storage_class_config={\n        \"reclaim_policy\": \"Delete\",\n        \"volumes_config\": {\n            \"file_system\": \"ext4\",\n            \"flash_mode\": False,\n            \"password\": \"my_pe_pw\",\n            \"prism_element_cluster_uuid\": \"my_pe_cluster_uuid\",\n            \"storage_container\": \"my_storage_container_name\",\n            \"username\": \"my_pe_username\",\n        },\n    },\n    cni_config={\n        \"node_cidr_mask_size\": 24,\n        \"pod_ipv4_cidr\": \"172.20.0.0/16\",\n        \"service_ipv4_cidr\": \"172.19.0.0/16\",\n    },\n    worker_node_pool={\n        \"node_os_version\": \"ntnx-1.0\",\n        \"num_instances\": 1,\n        \"ahv_config\": {\n            \"network_uuid\": \"my_subnet_id\",\n            \"prism_element_cluster_uuid\": \"my_pe_cluster_uuid\",\n        },\n    },\n    etcd_node_pool={\n        \"node_os_version\": \"ntnx-1.0\",\n        \"num_instances\": 1,\n        \"ahv_config\": {\n            \"network_uuid\": \"my_subnet_id\",\n            \"prism_element_cluster_uuid\": \"my_pe_cluster_uuid\",\n        },\n    },\n    master_node_pool={\n        \"node_os_version\": \"ntnx-1.0\",\n        \"num_instances\": 1,\n        \"ahv_config\": {\n            \"network_uuid\": \"my_subnet_id\",\n            \"prism_element_cluster_uuid\": \"my_pe_cluster_uuid\",\n        },\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var exampleCluster = new Nutanix.KarbonCluster(\"example_cluster\", new()\n    {\n        Name = \"example_cluster\",\n        Version = \"1.18.15-1\",\n        StorageClassConfig = new Nutanix.Inputs.KarbonClusterStorageClassConfigArgs\n        {\n            ReclaimPolicy = \"Delete\",\n            VolumesConfig = new Nutanix.Inputs.KarbonClusterStorageClassConfigVolumesConfigArgs\n            {\n                FileSystem = \"ext4\",\n                FlashMode = false,\n                Password = \"my_pe_pw\",\n                PrismElementClusterUuid = \"my_pe_cluster_uuid\",\n                StorageContainer = \"my_storage_container_name\",\n                Username = \"my_pe_username\",\n            },\n        },\n        CniConfig = new Nutanix.Inputs.KarbonClusterCniConfigArgs\n        {\n            NodeCidrMaskSize = 24,\n            PodIpv4Cidr = \"172.20.0.0/16\",\n            ServiceIpv4Cidr = \"172.19.0.0/16\",\n        },\n        WorkerNodePool = new Nutanix.Inputs.KarbonClusterWorkerNodePoolArgs\n        {\n            NodeOsVersion = \"ntnx-1.0\",\n            NumInstances = 1,\n            AhvConfig = new Nutanix.Inputs.KarbonClusterWorkerNodePoolAhvConfigArgs\n            {\n                NetworkUuid = \"my_subnet_id\",\n                PrismElementClusterUuid = \"my_pe_cluster_uuid\",\n            },\n        },\n        EtcdNodePool = new Nutanix.Inputs.KarbonClusterEtcdNodePoolArgs\n        {\n            NodeOsVersion = \"ntnx-1.0\",\n            NumInstances = 1,\n            AhvConfig = new Nutanix.Inputs.KarbonClusterEtcdNodePoolAhvConfigArgs\n            {\n                NetworkUuid = \"my_subnet_id\",\n                PrismElementClusterUuid = \"my_pe_cluster_uuid\",\n            },\n        },\n        MasterNodePool = new Nutanix.Inputs.KarbonClusterMasterNodePoolArgs\n        {\n            NodeOsVersion = \"ntnx-1.0\",\n            NumInstances = 1,\n            AhvConfig = new Nutanix.Inputs.KarbonClusterMasterNodePoolAhvConfigArgs\n            {\n                NetworkUuid = \"my_subnet_id\",\n                PrismElementClusterUuid = \"my_pe_cluster_uuid\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewKarbonCluster(ctx, \"example_cluster\", &nutanix.KarbonClusterArgs{\n\t\t\tName:    pulumi.String(\"example_cluster\"),\n\t\t\tVersion: pulumi.String(\"1.18.15-1\"),\n\t\t\tStorageClassConfig: &nutanix.KarbonClusterStorageClassConfigArgs{\n\t\t\t\tReclaimPolicy: pulumi.String(\"Delete\"),\n\t\t\t\tVolumesConfig: &nutanix.KarbonClusterStorageClassConfigVolumesConfigArgs{\n\t\t\t\t\tFileSystem:              pulumi.String(\"ext4\"),\n\t\t\t\t\tFlashMode:               pulumi.Bool(false),\n\t\t\t\t\tPassword:                pulumi.String(\"my_pe_pw\"),\n\t\t\t\t\tPrismElementClusterUuid: pulumi.String(\"my_pe_cluster_uuid\"),\n\t\t\t\t\tStorageContainer:        pulumi.String(\"my_storage_container_name\"),\n\t\t\t\t\tUsername:                pulumi.String(\"my_pe_username\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tCniConfig: &nutanix.KarbonClusterCniConfigArgs{\n\t\t\t\tNodeCidrMaskSize: pulumi.Int(24),\n\t\t\t\tPodIpv4Cidr:      pulumi.String(\"172.20.0.0/16\"),\n\t\t\t\tServiceIpv4Cidr:  pulumi.String(\"172.19.0.0/16\"),\n\t\t\t},\n\t\t\tWorkerNodePool: &nutanix.KarbonClusterWorkerNodePoolArgs{\n\t\t\t\tNodeOsVersion: pulumi.String(\"ntnx-1.0\"),\n\t\t\t\tNumInstances:  pulumi.Int(1),\n\t\t\t\tAhvConfig: &nutanix.KarbonClusterWorkerNodePoolAhvConfigArgs{\n\t\t\t\t\tNetworkUuid:             pulumi.String(\"my_subnet_id\"),\n\t\t\t\t\tPrismElementClusterUuid: pulumi.String(\"my_pe_cluster_uuid\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tEtcdNodePool: &nutanix.KarbonClusterEtcdNodePoolArgs{\n\t\t\t\tNodeOsVersion: pulumi.String(\"ntnx-1.0\"),\n\t\t\t\tNumInstances:  pulumi.Int(1),\n\t\t\t\tAhvConfig: &nutanix.KarbonClusterEtcdNodePoolAhvConfigArgs{\n\t\t\t\t\tNetworkUuid:             pulumi.String(\"my_subnet_id\"),\n\t\t\t\t\tPrismElementClusterUuid: pulumi.String(\"my_pe_cluster_uuid\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tMasterNodePool: &nutanix.KarbonClusterMasterNodePoolArgs{\n\t\t\t\tNodeOsVersion: pulumi.String(\"ntnx-1.0\"),\n\t\t\t\tNumInstances:  pulumi.Int(1),\n\t\t\t\tAhvConfig: &nutanix.KarbonClusterMasterNodePoolAhvConfigArgs{\n\t\t\t\t\tNetworkUuid:             pulumi.String(\"my_subnet_id\"),\n\t\t\t\t\tPrismElementClusterUuid: pulumi.String(\"my_pe_cluster_uuid\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.KarbonCluster;\nimport com.pulumi.nutanix.KarbonClusterArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterStorageClassConfigArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterStorageClassConfigVolumesConfigArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterCniConfigArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterWorkerNodePoolArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterWorkerNodePoolAhvConfigArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterEtcdNodePoolArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterEtcdNodePoolAhvConfigArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterMasterNodePoolArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterMasterNodePoolAhvConfigArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var exampleCluster = new KarbonCluster(\"exampleCluster\", KarbonClusterArgs.builder()\n            .name(\"example_cluster\")\n            .version(\"1.18.15-1\")\n            .storageClassConfig(KarbonClusterStorageClassConfigArgs.builder()\n                .reclaimPolicy(\"Delete\")\n                .volumesConfig(KarbonClusterStorageClassConfigVolumesConfigArgs.builder()\n                    .fileSystem(\"ext4\")\n                    .flashMode(false)\n                    .password(\"my_pe_pw\")\n                    .prismElementClusterUuid(\"my_pe_cluster_uuid\")\n                    .storageContainer(\"my_storage_container_name\")\n                    .username(\"my_pe_username\")\n                    .build())\n                .build())\n            .cniConfig(KarbonClusterCniConfigArgs.builder()\n                .nodeCidrMaskSize(24)\n                .podIpv4Cidr(\"172.20.0.0/16\")\n                .serviceIpv4Cidr(\"172.19.0.0/16\")\n                .build())\n            .workerNodePool(KarbonClusterWorkerNodePoolArgs.builder()\n                .nodeOsVersion(\"ntnx-1.0\")\n                .numInstances(1)\n                .ahvConfig(KarbonClusterWorkerNodePoolAhvConfigArgs.builder()\n                    .networkUuid(\"my_subnet_id\")\n                    .prismElementClusterUuid(\"my_pe_cluster_uuid\")\n                    .build())\n                .build())\n            .etcdNodePool(KarbonClusterEtcdNodePoolArgs.builder()\n                .nodeOsVersion(\"ntnx-1.0\")\n                .numInstances(1)\n                .ahvConfig(KarbonClusterEtcdNodePoolAhvConfigArgs.builder()\n                    .networkUuid(\"my_subnet_id\")\n                    .prismElementClusterUuid(\"my_pe_cluster_uuid\")\n                    .build())\n                .build())\n            .masterNodePool(KarbonClusterMasterNodePoolArgs.builder()\n                .nodeOsVersion(\"ntnx-1.0\")\n                .numInstances(1)\n                .ahvConfig(KarbonClusterMasterNodePoolAhvConfigArgs.builder()\n                    .networkUuid(\"my_subnet_id\")\n                    .prismElementClusterUuid(\"my_pe_cluster_uuid\")\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  exampleCluster:\n    type: nutanix:KarbonCluster\n    name: example_cluster\n    properties:\n      name: example_cluster\n      version: 1.18.15-1\n      storageClassConfig:\n        reclaimPolicy: Delete\n        volumesConfig:\n          fileSystem: ext4\n          flashMode: false\n          password: my_pe_pw\n          prismElementClusterUuid: my_pe_cluster_uuid\n          storageContainer: my_storage_container_name\n          username: my_pe_username\n      cniConfig:\n        nodeCidrMaskSize: 24\n        podIpv4Cidr: 172.20.0.0/16\n        serviceIpv4Cidr: 172.19.0.0/16\n      workerNodePool:\n        nodeOsVersion: ntnx-1.0\n        numInstances: 1\n        ahvConfig:\n          networkUuid: my_subnet_id\n          prismElementClusterUuid: my_pe_cluster_uuid\n      etcdNodePool:\n        nodeOsVersion: ntnx-1.0\n        numInstances: 1\n        ahvConfig:\n          networkUuid: my_subnet_id\n          prismElementClusterUuid: my_pe_cluster_uuid\n      masterNodePool:\n        nodeOsVersion: ntnx-1.0\n        numInstances: 1\n        ahvConfig:\n          networkUuid: my_subnet_id\n          prismElementClusterUuid: my_pe_cluster_uuid\n```\n<!--End PulumiCodeChooser -->\n\n\n### resource to create karbon cluster with timeouts\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst exampleCluster = new nutanix.KarbonCluster(\"example_cluster\", {\n    name: \"example_cluster\",\n    version: \"1.18.15-1\",\n    storageClassConfig: {\n        reclaimPolicy: \"Delete\",\n        volumesConfig: {\n            fileSystem: \"ext4\",\n            flashMode: false,\n            password: \"my_pe_pw\",\n            prismElementClusterUuid: \"my_pe_cluster_uuid\",\n            storageContainer: \"my_storage_container_name\",\n            username: \"my_pe_username\",\n        },\n    },\n    cniConfig: {\n        nodeCidrMaskSize: 24,\n        podIpv4Cidr: \"172.20.0.0/16\",\n        serviceIpv4Cidr: \"172.19.0.0/16\",\n    },\n    workerNodePool: {\n        nodeOsVersion: \"ntnx-1.0\",\n        numInstances: 1,\n        ahvConfig: {\n            networkUuid: \"my_subnet_id\",\n            prismElementClusterUuid: \"my_pe_cluster_uuid\",\n        },\n    },\n    etcdNodePool: {\n        nodeOsVersion: \"ntnx-1.0\",\n        numInstances: 1,\n        ahvConfig: {\n            networkUuid: \"my_subnet_id\",\n            prismElementClusterUuid: \"my_pe_cluster_uuid\",\n        },\n    },\n    masterNodePool: {\n        nodeOsVersion: \"ntnx-1.0\",\n        numInstances: 1,\n        ahvConfig: {\n            networkUuid: \"my_subnet_id\",\n            prismElementClusterUuid: \"my_pe_cluster_uuid\",\n        },\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nexample_cluster = nutanix.KarbonCluster(\"example_cluster\",\n    name=\"example_cluster\",\n    version=\"1.18.15-1\",\n    storage_class_config={\n        \"reclaim_policy\": \"Delete\",\n        \"volumes_config\": {\n            \"file_system\": \"ext4\",\n            \"flash_mode\": False,\n            \"password\": \"my_pe_pw\",\n            \"prism_element_cluster_uuid\": \"my_pe_cluster_uuid\",\n            \"storage_container\": \"my_storage_container_name\",\n            \"username\": \"my_pe_username\",\n        },\n    },\n    cni_config={\n        \"node_cidr_mask_size\": 24,\n        \"pod_ipv4_cidr\": \"172.20.0.0/16\",\n        \"service_ipv4_cidr\": \"172.19.0.0/16\",\n    },\n    worker_node_pool={\n        \"node_os_version\": \"ntnx-1.0\",\n        \"num_instances\": 1,\n        \"ahv_config\": {\n            \"network_uuid\": \"my_subnet_id\",\n            \"prism_element_cluster_uuid\": \"my_pe_cluster_uuid\",\n        },\n    },\n    etcd_node_pool={\n        \"node_os_version\": \"ntnx-1.0\",\n        \"num_instances\": 1,\n        \"ahv_config\": {\n            \"network_uuid\": \"my_subnet_id\",\n            \"prism_element_cluster_uuid\": \"my_pe_cluster_uuid\",\n        },\n    },\n    master_node_pool={\n        \"node_os_version\": \"ntnx-1.0\",\n        \"num_instances\": 1,\n        \"ahv_config\": {\n            \"network_uuid\": \"my_subnet_id\",\n            \"prism_element_cluster_uuid\": \"my_pe_cluster_uuid\",\n        },\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var exampleCluster = new Nutanix.KarbonCluster(\"example_cluster\", new()\n    {\n        Name = \"example_cluster\",\n        Version = \"1.18.15-1\",\n        StorageClassConfig = new Nutanix.Inputs.KarbonClusterStorageClassConfigArgs\n        {\n            ReclaimPolicy = \"Delete\",\n            VolumesConfig = new Nutanix.Inputs.KarbonClusterStorageClassConfigVolumesConfigArgs\n            {\n                FileSystem = \"ext4\",\n                FlashMode = false,\n                Password = \"my_pe_pw\",\n                PrismElementClusterUuid = \"my_pe_cluster_uuid\",\n                StorageContainer = \"my_storage_container_name\",\n                Username = \"my_pe_username\",\n            },\n        },\n        CniConfig = new Nutanix.Inputs.KarbonClusterCniConfigArgs\n        {\n            NodeCidrMaskSize = 24,\n            PodIpv4Cidr = \"172.20.0.0/16\",\n            ServiceIpv4Cidr = \"172.19.0.0/16\",\n        },\n        WorkerNodePool = new Nutanix.Inputs.KarbonClusterWorkerNodePoolArgs\n        {\n            NodeOsVersion = \"ntnx-1.0\",\n            NumInstances = 1,\n            AhvConfig = new Nutanix.Inputs.KarbonClusterWorkerNodePoolAhvConfigArgs\n            {\n                NetworkUuid = \"my_subnet_id\",\n                PrismElementClusterUuid = \"my_pe_cluster_uuid\",\n            },\n        },\n        EtcdNodePool = new Nutanix.Inputs.KarbonClusterEtcdNodePoolArgs\n        {\n            NodeOsVersion = \"ntnx-1.0\",\n            NumInstances = 1,\n            AhvConfig = new Nutanix.Inputs.KarbonClusterEtcdNodePoolAhvConfigArgs\n            {\n                NetworkUuid = \"my_subnet_id\",\n                PrismElementClusterUuid = \"my_pe_cluster_uuid\",\n            },\n        },\n        MasterNodePool = new Nutanix.Inputs.KarbonClusterMasterNodePoolArgs\n        {\n            NodeOsVersion = \"ntnx-1.0\",\n            NumInstances = 1,\n            AhvConfig = new Nutanix.Inputs.KarbonClusterMasterNodePoolAhvConfigArgs\n            {\n                NetworkUuid = \"my_subnet_id\",\n                PrismElementClusterUuid = \"my_pe_cluster_uuid\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewKarbonCluster(ctx, \"example_cluster\", &nutanix.KarbonClusterArgs{\n\t\t\tName:    pulumi.String(\"example_cluster\"),\n\t\t\tVersion: pulumi.String(\"1.18.15-1\"),\n\t\t\tStorageClassConfig: &nutanix.KarbonClusterStorageClassConfigArgs{\n\t\t\t\tReclaimPolicy: pulumi.String(\"Delete\"),\n\t\t\t\tVolumesConfig: &nutanix.KarbonClusterStorageClassConfigVolumesConfigArgs{\n\t\t\t\t\tFileSystem:              pulumi.String(\"ext4\"),\n\t\t\t\t\tFlashMode:               pulumi.Bool(false),\n\t\t\t\t\tPassword:                pulumi.String(\"my_pe_pw\"),\n\t\t\t\t\tPrismElementClusterUuid: pulumi.String(\"my_pe_cluster_uuid\"),\n\t\t\t\t\tStorageContainer:        pulumi.String(\"my_storage_container_name\"),\n\t\t\t\t\tUsername:                pulumi.String(\"my_pe_username\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tCniConfig: &nutanix.KarbonClusterCniConfigArgs{\n\t\t\t\tNodeCidrMaskSize: pulumi.Int(24),\n\t\t\t\tPodIpv4Cidr:      pulumi.String(\"172.20.0.0/16\"),\n\t\t\t\tServiceIpv4Cidr:  pulumi.String(\"172.19.0.0/16\"),\n\t\t\t},\n\t\t\tWorkerNodePool: &nutanix.KarbonClusterWorkerNodePoolArgs{\n\t\t\t\tNodeOsVersion: pulumi.String(\"ntnx-1.0\"),\n\t\t\t\tNumInstances:  pulumi.Int(1),\n\t\t\t\tAhvConfig: &nutanix.KarbonClusterWorkerNodePoolAhvConfigArgs{\n\t\t\t\t\tNetworkUuid:             pulumi.String(\"my_subnet_id\"),\n\t\t\t\t\tPrismElementClusterUuid: pulumi.String(\"my_pe_cluster_uuid\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tEtcdNodePool: &nutanix.KarbonClusterEtcdNodePoolArgs{\n\t\t\t\tNodeOsVersion: pulumi.String(\"ntnx-1.0\"),\n\t\t\t\tNumInstances:  pulumi.Int(1),\n\t\t\t\tAhvConfig: &nutanix.KarbonClusterEtcdNodePoolAhvConfigArgs{\n\t\t\t\t\tNetworkUuid:             pulumi.String(\"my_subnet_id\"),\n\t\t\t\t\tPrismElementClusterUuid: pulumi.String(\"my_pe_cluster_uuid\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tMasterNodePool: &nutanix.KarbonClusterMasterNodePoolArgs{\n\t\t\t\tNodeOsVersion: pulumi.String(\"ntnx-1.0\"),\n\t\t\t\tNumInstances:  pulumi.Int(1),\n\t\t\t\tAhvConfig: &nutanix.KarbonClusterMasterNodePoolAhvConfigArgs{\n\t\t\t\t\tNetworkUuid:             pulumi.String(\"my_subnet_id\"),\n\t\t\t\t\tPrismElementClusterUuid: pulumi.String(\"my_pe_cluster_uuid\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.KarbonCluster;\nimport com.pulumi.nutanix.KarbonClusterArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterStorageClassConfigArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterStorageClassConfigVolumesConfigArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterCniConfigArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterWorkerNodePoolArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterWorkerNodePoolAhvConfigArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterEtcdNodePoolArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterEtcdNodePoolAhvConfigArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterMasterNodePoolArgs;\nimport com.pulumi.nutanix.inputs.KarbonClusterMasterNodePoolAhvConfigArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var exampleCluster = new KarbonCluster(\"exampleCluster\", KarbonClusterArgs.builder()\n            .name(\"example_cluster\")\n            .version(\"1.18.15-1\")\n            .storageClassConfig(KarbonClusterStorageClassConfigArgs.builder()\n                .reclaimPolicy(\"Delete\")\n                .volumesConfig(KarbonClusterStorageClassConfigVolumesConfigArgs.builder()\n                    .fileSystem(\"ext4\")\n                    .flashMode(false)\n                    .password(\"my_pe_pw\")\n                    .prismElementClusterUuid(\"my_pe_cluster_uuid\")\n                    .storageContainer(\"my_storage_container_name\")\n                    .username(\"my_pe_username\")\n                    .build())\n                .build())\n            .cniConfig(KarbonClusterCniConfigArgs.builder()\n                .nodeCidrMaskSize(24)\n                .podIpv4Cidr(\"172.20.0.0/16\")\n                .serviceIpv4Cidr(\"172.19.0.0/16\")\n                .build())\n            .workerNodePool(KarbonClusterWorkerNodePoolArgs.builder()\n                .nodeOsVersion(\"ntnx-1.0\")\n                .numInstances(1)\n                .ahvConfig(KarbonClusterWorkerNodePoolAhvConfigArgs.builder()\n                    .networkUuid(\"my_subnet_id\")\n                    .prismElementClusterUuid(\"my_pe_cluster_uuid\")\n                    .build())\n                .build())\n            .etcdNodePool(KarbonClusterEtcdNodePoolArgs.builder()\n                .nodeOsVersion(\"ntnx-1.0\")\n                .numInstances(1)\n                .ahvConfig(KarbonClusterEtcdNodePoolAhvConfigArgs.builder()\n                    .networkUuid(\"my_subnet_id\")\n                    .prismElementClusterUuid(\"my_pe_cluster_uuid\")\n                    .build())\n                .build())\n            .masterNodePool(KarbonClusterMasterNodePoolArgs.builder()\n                .nodeOsVersion(\"ntnx-1.0\")\n                .numInstances(1)\n                .ahvConfig(KarbonClusterMasterNodePoolAhvConfigArgs.builder()\n                    .networkUuid(\"my_subnet_id\")\n                    .prismElementClusterUuid(\"my_pe_cluster_uuid\")\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  exampleCluster:\n    type: nutanix:KarbonCluster\n    name: example_cluster\n    properties:\n      name: example_cluster\n      version: 1.18.15-1\n      storageClassConfig:\n        reclaimPolicy: Delete\n        volumesConfig:\n          fileSystem: ext4\n          flashMode: false\n          password: my_pe_pw\n          prismElementClusterUuid: my_pe_cluster_uuid\n          storageContainer: my_storage_container_name\n          username: my_pe_username\n      cniConfig:\n        nodeCidrMaskSize: 24\n        podIpv4Cidr: 172.20.0.0/16\n        serviceIpv4Cidr: 172.19.0.0/16\n      workerNodePool:\n        nodeOsVersion: ntnx-1.0\n        numInstances: 1\n        ahvConfig:\n          networkUuid: my_subnet_id\n          prismElementClusterUuid: my_pe_cluster_uuid\n      etcdNodePool:\n        nodeOsVersion: ntnx-1.0\n        numInstances: 1\n        ahvConfig:\n          networkUuid: my_subnet_id\n          prismElementClusterUuid: my_pe_cluster_uuid\n      masterNodePool:\n        nodeOsVersion: ntnx-1.0\n        numInstances: 1\n        ahvConfig:\n          networkUuid: my_subnet_id\n          prismElementClusterUuid: my_pe_cluster_uuid\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "activePassiveConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterActivePassiveConfig:KarbonClusterActivePassiveConfig",
          "description": "- (Optional) The active passive mode uses the Virtual Router Redundancy Protocol (VRRP) protocol to provide high availability of the master. **Note:** Updates to this attribute forces new resource creation.\n"
        },
        "cniConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterCniConfig:KarbonClusterCniConfig",
          "description": "- (Required) K8s cluster networking configuration. The flannel or the calico configuration needs to be provided. **Note:** Updates to this attribute forces new resource creation.\n"
        },
        "deploymentType": {
          "type": "string"
        },
        "etcdNodePool": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterEtcdNodePool:KarbonClusterEtcdNodePool",
          "description": "- (Required) Configuration of the node pools that the nodes in the etcd cluster belong to. The etcd nodes require a minimum of 8,192 MiB memory and 409,60 MiB disk space.\n"
        },
        "externalLbConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterExternalLbConfig:KarbonClusterExternalLbConfig",
          "description": "- (Optional) The external load balancer configuration in the case of a multi-master-external-load-balancer type master deployment. **Note:** Updates to this attribute forces new resource creation.\n"
        },
        "kubeapiServerIpv4Address": {
          "type": "string"
        },
        "masterNodePool": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterMasterNodePool:KarbonClusterMasterNodePool",
          "description": "- (Required) Configuration of the master node pools.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the k8s cluster. **Note:** Updates to this attribute forces new resource creation.\n"
        },
        "privateRegistries": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterPrivateRegistry:KarbonClusterPrivateRegistry"
          },
          "description": "- (Optional) Allows the Karbon cluster to pull images of a list of private registries.\n"
        },
        "singleMasterConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterSingleMasterConfig:KarbonClusterSingleMasterConfig",
          "description": "- (Optional) Configuration of a single master node. **Note:** Updates to this attribute forces new resource creation.\n"
        },
        "status": {
          "type": "string"
        },
        "storageClassConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterStorageClassConfig:KarbonClusterStorageClassConfig",
          "description": "- (Required) Storage class configuration attribute for defining the persistent volume attributes. **Note:** Updates to this attribute forces new resource creation.\n"
        },
        "version": {
          "type": "string",
          "description": "- (Required) K8s version of the cluster. **Note:** Updates to this attribute forces new resource creation.\n"
        },
        "waitTimeoutMinutes": {
          "type": "integer",
          "description": "- (Optional) Maximum wait time for the Karbon cluster to provision.\n",
          "deprecationMessage": "use timeouts instead"
        },
        "workerNodePool": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterWorkerNodePool:KarbonClusterWorkerNodePool"
        }
      },
      "type": "object",
      "required": [
        "cniConfig",
        "deploymentType",
        "etcdNodePool",
        "kubeapiServerIpv4Address",
        "masterNodePool",
        "name",
        "status",
        "storageClassConfig",
        "version",
        "workerNodePool"
      ],
      "inputProperties": {
        "activePassiveConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterActivePassiveConfig:KarbonClusterActivePassiveConfig",
          "description": "- (Optional) The active passive mode uses the Virtual Router Redundancy Protocol (VRRP) protocol to provide high availability of the master. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "cniConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterCniConfig:KarbonClusterCniConfig",
          "description": "- (Required) K8s cluster networking configuration. The flannel or the calico configuration needs to be provided. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "etcdNodePool": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterEtcdNodePool:KarbonClusterEtcdNodePool",
          "description": "- (Required) Configuration of the node pools that the nodes in the etcd cluster belong to. The etcd nodes require a minimum of 8,192 MiB memory and 409,60 MiB disk space.\n"
        },
        "externalLbConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterExternalLbConfig:KarbonClusterExternalLbConfig",
          "description": "- (Optional) The external load balancer configuration in the case of a multi-master-external-load-balancer type master deployment. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "masterNodePool": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterMasterNodePool:KarbonClusterMasterNodePool",
          "description": "- (Required) Configuration of the master node pools.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the k8s cluster. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "privateRegistries": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterPrivateRegistry:KarbonClusterPrivateRegistry"
          },
          "description": "- (Optional) Allows the Karbon cluster to pull images of a list of private registries.\n"
        },
        "singleMasterConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterSingleMasterConfig:KarbonClusterSingleMasterConfig",
          "description": "- (Optional) Configuration of a single master node. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "storageClassConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterStorageClassConfig:KarbonClusterStorageClassConfig",
          "description": "- (Required) Storage class configuration attribute for defining the persistent volume attributes. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "version": {
          "type": "string",
          "description": "- (Required) K8s version of the cluster. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "waitTimeoutMinutes": {
          "type": "integer",
          "description": "- (Optional) Maximum wait time for the Karbon cluster to provision.\n",
          "deprecationMessage": "use timeouts instead"
        },
        "workerNodePool": {
          "$ref": "#/types/nutanix:index%2FKarbonClusterWorkerNodePool:KarbonClusterWorkerNodePool"
        }
      },
      "requiredInputs": [
        "cniConfig",
        "etcdNodePool",
        "masterNodePool",
        "storageClassConfig",
        "version",
        "workerNodePool"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering KarbonCluster resources.\n",
        "properties": {
          "activePassiveConfig": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterActivePassiveConfig:KarbonClusterActivePassiveConfig",
            "description": "- (Optional) The active passive mode uses the Virtual Router Redundancy Protocol (VRRP) protocol to provide high availability of the master. **Note:** Updates to this attribute forces new resource creation.\n",
            "willReplaceOnChanges": true
          },
          "cniConfig": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterCniConfig:KarbonClusterCniConfig",
            "description": "- (Required) K8s cluster networking configuration. The flannel or the calico configuration needs to be provided. **Note:** Updates to this attribute forces new resource creation.\n",
            "willReplaceOnChanges": true
          },
          "deploymentType": {
            "type": "string"
          },
          "etcdNodePool": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterEtcdNodePool:KarbonClusterEtcdNodePool",
            "description": "- (Required) Configuration of the node pools that the nodes in the etcd cluster belong to. The etcd nodes require a minimum of 8,192 MiB memory and 409,60 MiB disk space.\n"
          },
          "externalLbConfig": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterExternalLbConfig:KarbonClusterExternalLbConfig",
            "description": "- (Optional) The external load balancer configuration in the case of a multi-master-external-load-balancer type master deployment. **Note:** Updates to this attribute forces new resource creation.\n",
            "willReplaceOnChanges": true
          },
          "kubeapiServerIpv4Address": {
            "type": "string"
          },
          "masterNodePool": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterMasterNodePool:KarbonClusterMasterNodePool",
            "description": "- (Required) Configuration of the master node pools.\n"
          },
          "name": {
            "type": "string",
            "description": "- (Required) The name for the k8s cluster. **Note:** Updates to this attribute forces new resource creation.\n",
            "willReplaceOnChanges": true
          },
          "privateRegistries": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FKarbonClusterPrivateRegistry:KarbonClusterPrivateRegistry"
            },
            "description": "- (Optional) Allows the Karbon cluster to pull images of a list of private registries.\n"
          },
          "singleMasterConfig": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterSingleMasterConfig:KarbonClusterSingleMasterConfig",
            "description": "- (Optional) Configuration of a single master node. **Note:** Updates to this attribute forces new resource creation.\n",
            "willReplaceOnChanges": true
          },
          "status": {
            "type": "string"
          },
          "storageClassConfig": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterStorageClassConfig:KarbonClusterStorageClassConfig",
            "description": "- (Required) Storage class configuration attribute for defining the persistent volume attributes. **Note:** Updates to this attribute forces new resource creation.\n",
            "willReplaceOnChanges": true
          },
          "version": {
            "type": "string",
            "description": "- (Required) K8s version of the cluster. **Note:** Updates to this attribute forces new resource creation.\n",
            "willReplaceOnChanges": true
          },
          "waitTimeoutMinutes": {
            "type": "integer",
            "description": "- (Optional) Maximum wait time for the Karbon cluster to provision.\n",
            "deprecationMessage": "use timeouts instead"
          },
          "workerNodePool": {
            "$ref": "#/types/nutanix:index%2FKarbonClusterWorkerNodePool:KarbonClusterWorkerNodePool"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/karbonPrivateRegistry:KarbonPrivateRegistry": {
      "description": "Provides a Nutanix Karbon Registry resource to Create a private registry entry in Karbon.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst registries = nutanix.getKarbonPrivateRegistry({});\nconst registry = new nutanix.KarbonPrivateRegistry(\"registry\", {});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nregistries = nutanix.get_karbon_private_registry()\nregistry = nutanix.KarbonPrivateRegistry(\"registry\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\nusing Nutanix = Pulumi.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var registries = Nutanix.GetKarbonPrivateRegistry.Invoke();\n\n    var registry = new Nutanix.KarbonPrivateRegistry(\"registry\");\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.LookupKarbonPrivateRegistry(ctx, &nutanix.LookupKarbonPrivateRegistryArgs{}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewKarbonPrivateRegistry(ctx, \"registry\", nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NutanixFunctions;\nimport com.pulumi.nutanix.inputs.GetKarbonPrivateRegistryArgs;\nimport com.pulumi.nutanix.KarbonPrivateRegistry;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        final var registries = NutanixFunctions.getKarbonPrivateRegistry(GetKarbonPrivateRegistryArgs.builder()\n            .build());\n\n        var registry = new KarbonPrivateRegistry(\"registry\");\n\n    }\n}\n```\n```yaml\nresources:\n  registry:\n    type: nutanix:KarbonPrivateRegistry\nvariables:\n  registries:\n    fn::invoke:\n      function: nutanix:getKarbonPrivateRegistry\n      arguments: {}\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "cert": {
          "type": "string",
          "description": "- (Optional) Certificate of the private registry in format of base64-encoded byte array. **Note:** Updates to this attribute forces new resource creation.\n"
        },
        "endpoint": {
          "type": "string",
          "description": "- Endpoint of the private in format `url:port`.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the private registry configuration. **Note:** Updates to this attribute forces new resource creation.\n"
        },
        "password": {
          "type": "string",
          "description": "- (Optional) Password for authentication to the private registry. **Note:** Updates to this attribute forces new resource creation.\n",
          "secret": true
        },
        "port": {
          "type": "integer",
          "description": "- (Optional) Port of the private registry.\n"
        },
        "url": {
          "type": "string",
          "description": "- (Optional) URL of the private registry. **Note:** Updates to this attribute forces new resource creation.\n"
        },
        "username": {
          "type": "string",
          "description": "- (Optional) Username for authentication to the private registry. **Note:** Updates to this attribute forces new resource creation.\n"
        }
      },
      "type": "object",
      "required": [
        "endpoint",
        "name",
        "url"
      ],
      "inputProperties": {
        "cert": {
          "type": "string",
          "description": "- (Optional) Certificate of the private registry in format of base64-encoded byte array. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the private registry configuration. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "password": {
          "type": "string",
          "description": "- (Optional) Password for authentication to the private registry. **Note:** Updates to this attribute forces new resource creation.\n",
          "secret": true,
          "willReplaceOnChanges": true
        },
        "port": {
          "type": "integer",
          "description": "- (Optional) Port of the private registry.\n"
        },
        "url": {
          "type": "string",
          "description": "- (Optional) URL of the private registry. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        },
        "username": {
          "type": "string",
          "description": "- (Optional) Username for authentication to the private registry. **Note:** Updates to this attribute forces new resource creation.\n",
          "willReplaceOnChanges": true
        }
      },
      "requiredInputs": [
        "url"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering KarbonPrivateRegistry resources.\n",
        "properties": {
          "cert": {
            "type": "string",
            "description": "- (Optional) Certificate of the private registry in format of base64-encoded byte array. **Note:** Updates to this attribute forces new resource creation.\n",
            "willReplaceOnChanges": true
          },
          "endpoint": {
            "type": "string",
            "description": "- Endpoint of the private in format `url:port`.\n"
          },
          "name": {
            "type": "string",
            "description": "- (Required) Name of the private registry configuration. **Note:** Updates to this attribute forces new resource creation.\n",
            "willReplaceOnChanges": true
          },
          "password": {
            "type": "string",
            "description": "- (Optional) Password for authentication to the private registry. **Note:** Updates to this attribute forces new resource creation.\n",
            "secret": true,
            "willReplaceOnChanges": true
          },
          "port": {
            "type": "integer",
            "description": "- (Optional) Port of the private registry.\n"
          },
          "url": {
            "type": "string",
            "description": "- (Optional) URL of the private registry. **Note:** Updates to this attribute forces new resource creation.\n",
            "willReplaceOnChanges": true
          },
          "username": {
            "type": "string",
            "description": "- (Optional) Username for authentication to the private registry. **Note:** Updates to this attribute forces new resource creation.\n",
            "willReplaceOnChanges": true
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/karbonWorkerNodepool:KarbonWorkerNodepool": {
      "description": "Provides a resource to add/remove worker nodepool in an existing Nutanix Kubernetes Engine (NKE).\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst kworkerNp = new nutanix.KarbonWorkerNodepool(\"kworkerNp\", {\n    clusterName: \"karbon\",\n    name: \"workerpool1\",\n    numInstances: 1,\n    ahvConfig: {\n        cpu: 4,\n        diskMib: 122880,\n        memoryMib: 8192,\n        networkUuid: \"61213511-6383-4a38-9ac8-4a552c0e5865\",\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nkworker_np = nutanix.KarbonWorkerNodepool(\"kworkerNp\",\n    cluster_name=\"karbon\",\n    name=\"workerpool1\",\n    num_instances=1,\n    ahv_config={\n        \"cpu\": 4,\n        \"disk_mib\": 122880,\n        \"memory_mib\": 8192,\n        \"network_uuid\": \"61213511-6383-4a38-9ac8-4a552c0e5865\",\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var kworkerNp = new Nutanix.KarbonWorkerNodepool(\"kworkerNp\", new()\n    {\n        ClusterName = \"karbon\",\n        Name = \"workerpool1\",\n        NumInstances = 1,\n        AhvConfig = new Nutanix.Inputs.KarbonWorkerNodepoolAhvConfigArgs\n        {\n            Cpu = 4,\n            DiskMib = 122880,\n            MemoryMib = 8192,\n            NetworkUuid = \"61213511-6383-4a38-9ac8-4a552c0e5865\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewKarbonWorkerNodepool(ctx, \"kworkerNp\", &nutanix.KarbonWorkerNodepoolArgs{\n\t\t\tClusterName:  pulumi.String(\"karbon\"),\n\t\t\tName:         pulumi.String(\"workerpool1\"),\n\t\t\tNumInstances: pulumi.Int(1),\n\t\t\tAhvConfig: &nutanix.KarbonWorkerNodepoolAhvConfigArgs{\n\t\t\t\tCpu:         pulumi.Int(4),\n\t\t\t\tDiskMib:     pulumi.Int(122880),\n\t\t\t\tMemoryMib:   pulumi.Int(8192),\n\t\t\t\tNetworkUuid: pulumi.String(\"61213511-6383-4a38-9ac8-4a552c0e5865\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.KarbonWorkerNodepool;\nimport com.pulumi.nutanix.KarbonWorkerNodepoolArgs;\nimport com.pulumi.nutanix.inputs.KarbonWorkerNodepoolAhvConfigArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var kworkerNp = new KarbonWorkerNodepool(\"kworkerNp\", KarbonWorkerNodepoolArgs.builder()\n            .clusterName(\"karbon\")\n            .name(\"workerpool1\")\n            .numInstances(1)\n            .ahvConfig(KarbonWorkerNodepoolAhvConfigArgs.builder()\n                .cpu(4)\n                .diskMib(122880)\n                .memoryMib(8192)\n                .networkUuid(\"61213511-6383-4a38-9ac8-4a552c0e5865\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  kworkerNp:\n    type: nutanix:KarbonWorkerNodepool\n    properties:\n      clusterName: karbon\n      name: workerpool1\n      numInstances: 1\n      ahvConfig:\n        cpu: 4\n        diskMib: 122880\n        memoryMib: 8192\n        networkUuid: 61213511-6383-4a38-9ac8-4a552c0e5865\n```\n<!--End PulumiCodeChooser -->\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst kworkerNp = new nutanix.KarbonWorkerNodepool(\"kworkerNp\", {\n    clusterName: \"karbon\",\n    name: \"workerpool1\",\n    numInstances: 1,\n    ahvConfig: {\n        cpu: 4,\n        diskMib: 122880,\n        memoryMib: 8192,\n        networkUuid: \"61213511-6383-4a38-9ac8-4a552c0e5865\",\n    },\n    labels: {\n        k1: \"v1\",\n        k2: \"v2\",\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nkworker_np = nutanix.KarbonWorkerNodepool(\"kworkerNp\",\n    cluster_name=\"karbon\",\n    name=\"workerpool1\",\n    num_instances=1,\n    ahv_config={\n        \"cpu\": 4,\n        \"disk_mib\": 122880,\n        \"memory_mib\": 8192,\n        \"network_uuid\": \"61213511-6383-4a38-9ac8-4a552c0e5865\",\n    },\n    labels={\n        \"k1\": \"v1\",\n        \"k2\": \"v2\",\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var kworkerNp = new Nutanix.KarbonWorkerNodepool(\"kworkerNp\", new()\n    {\n        ClusterName = \"karbon\",\n        Name = \"workerpool1\",\n        NumInstances = 1,\n        AhvConfig = new Nutanix.Inputs.KarbonWorkerNodepoolAhvConfigArgs\n        {\n            Cpu = 4,\n            DiskMib = 122880,\n            MemoryMib = 8192,\n            NetworkUuid = \"61213511-6383-4a38-9ac8-4a552c0e5865\",\n        },\n        Labels = \n        {\n            { \"k1\", \"v1\" },\n            { \"k2\", \"v2\" },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewKarbonWorkerNodepool(ctx, \"kworkerNp\", &nutanix.KarbonWorkerNodepoolArgs{\n\t\t\tClusterName:  pulumi.String(\"karbon\"),\n\t\t\tName:         pulumi.String(\"workerpool1\"),\n\t\t\tNumInstances: pulumi.Int(1),\n\t\t\tAhvConfig: &nutanix.KarbonWorkerNodepoolAhvConfigArgs{\n\t\t\t\tCpu:         pulumi.Int(4),\n\t\t\t\tDiskMib:     pulumi.Int(122880),\n\t\t\t\tMemoryMib:   pulumi.Int(8192),\n\t\t\t\tNetworkUuid: pulumi.String(\"61213511-6383-4a38-9ac8-4a552c0e5865\"),\n\t\t\t},\n\t\t\tLabels: pulumi.StringMap{\n\t\t\t\t\"k1\": pulumi.String(\"v1\"),\n\t\t\t\t\"k2\": pulumi.String(\"v2\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.KarbonWorkerNodepool;\nimport com.pulumi.nutanix.KarbonWorkerNodepoolArgs;\nimport com.pulumi.nutanix.inputs.KarbonWorkerNodepoolAhvConfigArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var kworkerNp = new KarbonWorkerNodepool(\"kworkerNp\", KarbonWorkerNodepoolArgs.builder()\n            .clusterName(\"karbon\")\n            .name(\"workerpool1\")\n            .numInstances(1)\n            .ahvConfig(KarbonWorkerNodepoolAhvConfigArgs.builder()\n                .cpu(4)\n                .diskMib(122880)\n                .memoryMib(8192)\n                .networkUuid(\"61213511-6383-4a38-9ac8-4a552c0e5865\")\n                .build())\n            .labels(Map.ofEntries(\n                Map.entry(\"k1\", \"v1\"),\n                Map.entry(\"k2\", \"v2\")\n            ))\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  kworkerNp:\n    type: nutanix:KarbonWorkerNodepool\n    properties:\n      clusterName: karbon\n      name: workerpool1\n      numInstances: 1\n      ahvConfig:\n        cpu: 4\n        diskMib: 122880\n        memoryMib: 8192\n        networkUuid: 61213511-6383-4a38-9ac8-4a552c0e5865\n      labels:\n        k1: v1\n        k2: v2\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "ahvConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonWorkerNodepoolAhvConfig:KarbonWorkerNodepoolAhvConfig",
          "description": "VM configuration in AHV.\n"
        },
        "clusterName": {
          "type": "string",
          "description": "Kubernetes cluster name\n"
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "labels of node\n"
        },
        "name": {
          "type": "string",
          "description": "unique worker nodepool name\n"
        },
        "nodeOsVersion": {
          "type": "string",
          "description": "The version of the node OS image\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FKarbonWorkerNodepoolNode:KarbonWorkerNodepoolNode"
          },
          "description": "List of node details of pool.\n"
        },
        "numInstances": {
          "type": "integer",
          "description": "number of node instances\n"
        }
      },
      "type": "object",
      "required": [
        "ahvConfig",
        "clusterName",
        "labels",
        "name",
        "nodeOsVersion",
        "nodes",
        "numInstances"
      ],
      "inputProperties": {
        "ahvConfig": {
          "$ref": "#/types/nutanix:index%2FKarbonWorkerNodepoolAhvConfig:KarbonWorkerNodepoolAhvConfig",
          "description": "VM configuration in AHV.\n"
        },
        "clusterName": {
          "type": "string",
          "description": "Kubernetes cluster name\n"
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "labels of node\n"
        },
        "name": {
          "type": "string",
          "description": "unique worker nodepool name\n"
        },
        "nodeOsVersion": {
          "type": "string",
          "description": "The version of the node OS image\n"
        },
        "numInstances": {
          "type": "integer",
          "description": "number of node instances\n"
        }
      },
      "requiredInputs": [
        "clusterName",
        "numInstances"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering KarbonWorkerNodepool resources.\n",
        "properties": {
          "ahvConfig": {
            "$ref": "#/types/nutanix:index%2FKarbonWorkerNodepoolAhvConfig:KarbonWorkerNodepoolAhvConfig",
            "description": "VM configuration in AHV.\n"
          },
          "clusterName": {
            "type": "string",
            "description": "Kubernetes cluster name\n"
          },
          "labels": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "labels of node\n"
          },
          "name": {
            "type": "string",
            "description": "unique worker nodepool name\n"
          },
          "nodeOsVersion": {
            "type": "string",
            "description": "The version of the node OS image\n"
          },
          "nodes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FKarbonWorkerNodepoolNode:KarbonWorkerNodepoolNode"
            },
            "description": "List of node details of pool.\n"
          },
          "numInstances": {
            "type": "integer",
            "description": "number of node instances\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/lcmConfigV2:LcmConfigV2": {
      "description": "Update LCM configuration.\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Enable Auto Inventory, Add Auto Inventory Schedule and enable auto upgrade\nconst lcm_configuration_update = new nutanix.LcmConfigV2(\"lcm-configuration-update\", {\n    xClusterId: \"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\",\n    isAutoInventoryEnabled: true,\n    autoInventorySchedule: \"16:30\",\n    hasModuleAutoUpgradeEnabled: true,\n});\n// Update the LCM url to darksite server\nconst lcm_configuration_update_connectivity_type = new nutanix.LcmConfigV2(\"lcm-configuration-update-connectivity-type\", {\n    xClusterId: \"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\",\n    url: \"https://x.x.x.x:8000/builds\",\n    connectivityType: \"DARKSITE_WEB_SERVER\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Enable Auto Inventory, Add Auto Inventory Schedule and enable auto upgrade\nlcm_configuration_update = nutanix.LcmConfigV2(\"lcm-configuration-update\",\n    x_cluster_id=\"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\",\n    is_auto_inventory_enabled=True,\n    auto_inventory_schedule=\"16:30\",\n    has_module_auto_upgrade_enabled=True)\n# Update the LCM url to darksite server\nlcm_configuration_update_connectivity_type = nutanix.LcmConfigV2(\"lcm-configuration-update-connectivity-type\",\n    x_cluster_id=\"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\",\n    url=\"https://x.x.x.x:8000/builds\",\n    connectivity_type=\"DARKSITE_WEB_SERVER\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Enable Auto Inventory, Add Auto Inventory Schedule and enable auto upgrade\n    var lcm_configuration_update = new Nutanix.LcmConfigV2(\"lcm-configuration-update\", new()\n    {\n        XClusterId = \"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\",\n        IsAutoInventoryEnabled = true,\n        AutoInventorySchedule = \"16:30\",\n        HasModuleAutoUpgradeEnabled = true,\n    });\n\n    // Update the LCM url to darksite server\n    var lcm_configuration_update_connectivity_type = new Nutanix.LcmConfigV2(\"lcm-configuration-update-connectivity-type\", new()\n    {\n        XClusterId = \"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\",\n        Url = \"https://x.x.x.x:8000/builds\",\n        ConnectivityType = \"DARKSITE_WEB_SERVER\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Enable Auto Inventory, Add Auto Inventory Schedule and enable auto upgrade\n\t\t_, err := nutanix.NewLcmConfigV2(ctx, \"lcm-configuration-update\", &nutanix.LcmConfigV2Args{\n\t\t\tXClusterId:                  pulumi.String(\"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\"),\n\t\t\tIsAutoInventoryEnabled:      pulumi.Bool(true),\n\t\t\tAutoInventorySchedule:       pulumi.String(\"16:30\"),\n\t\t\tHasModuleAutoUpgradeEnabled: pulumi.Bool(true),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// Update the LCM url to darksite server\n\t\t_, err = nutanix.NewLcmConfigV2(ctx, \"lcm-configuration-update-connectivity-type\", &nutanix.LcmConfigV2Args{\n\t\t\tXClusterId:       pulumi.String(\"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\"),\n\t\t\tUrl:              pulumi.String(\"https://x.x.x.x:8000/builds\"),\n\t\t\tConnectivityType: pulumi.String(\"DARKSITE_WEB_SERVER\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.LcmConfigV2;\nimport com.pulumi.nutanix.LcmConfigV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Enable Auto Inventory, Add Auto Inventory Schedule and enable auto upgrade\n        var lcm_configuration_update = new LcmConfigV2(\"lcm-configuration-update\", LcmConfigV2Args.builder()\n            .xClusterId(\"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\")\n            .isAutoInventoryEnabled(true)\n            .autoInventorySchedule(\"16:30\")\n            .hasModuleAutoUpgradeEnabled(true)\n            .build());\n\n        // Update the LCM url to darksite server\n        var lcm_configuration_update_connectivity_type = new LcmConfigV2(\"lcm-configuration-update-connectivity-type\", LcmConfigV2Args.builder()\n            .xClusterId(\"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\")\n            .url(\"https://x.x.x.x:8000/builds\")\n            .connectivityType(\"DARKSITE_WEB_SERVER\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Enable Auto Inventory, Add Auto Inventory Schedule and enable auto upgrade\n  lcm-configuration-update:\n    type: nutanix:LcmConfigV2\n    properties:\n      xClusterId: 0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\n      isAutoInventoryEnabled: true\n      autoInventorySchedule: 16:30\n      hasModuleAutoUpgradeEnabled: true\n  # Update the LCM url to darksite server\n  lcm-configuration-update-connectivity-type:\n    type: nutanix:LcmConfigV2\n    properties:\n      xClusterId: 0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\n      url: https://x.x.x.x:8000/builds\n      connectivityType: DARKSITE_WEB_SERVER\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "autoInventorySchedule": {
          "type": "string",
          "description": "The scheduled time in \"%H:%M\" 24-hour format of the next inventory execution. Used when<span pulumi-lang-nodejs=\" autoInventoryEnabled \" pulumi-lang-dotnet=\" AutoInventoryEnabled \" pulumi-lang-go=\" autoInventoryEnabled \" pulumi-lang-python=\" auto_inventory_enabled \" pulumi-lang-yaml=\" autoInventoryEnabled \" pulumi-lang-java=\" autoInventoryEnabled \"> auto_inventory_enabled </span>is set to True. The default schedule time is 03:00(AM).\n"
        },
        "connectivityType": {
          "type": "string",
          "description": "This field indicates whether LCM framework on the cluster is running in connected-site mode or darksite mode.\n"
        },
        "extId": {
          "type": "string"
        },
        "hasModuleAutoUpgradeEnabled": {
          "type": "boolean",
          "description": "Indicates if LCM is enabled to auto-upgrade products. The default value is False.\n\nSee detailed information in [Nutanix Update LCM Config V4](https://developers.nutanix.com/api-reference?namespace=lifecycle&version=v4.0#tag/Config/operation/updateConfig)\n"
        },
        "isAutoInventoryEnabled": {
          "type": "boolean",
          "description": "Indicates if the auto inventory operation is enabled. The default value is set to False.\n"
        },
        "isHttpsEnabled": {
          "type": "boolean",
          "description": "Indicates if the LCM URL has HTTPS enabled. The default value is True.\n"
        },
        "url": {
          "type": "string",
          "description": "URL of the LCM repository.\n"
        },
        "xClusterId": {
          "type": "string",
          "description": "Cluster uuid on which the resource is present or operation is being performed.\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "inputProperties": {
        "autoInventorySchedule": {
          "type": "string",
          "description": "The scheduled time in \"%H:%M\" 24-hour format of the next inventory execution. Used when<span pulumi-lang-nodejs=\" autoInventoryEnabled \" pulumi-lang-dotnet=\" AutoInventoryEnabled \" pulumi-lang-go=\" autoInventoryEnabled \" pulumi-lang-python=\" auto_inventory_enabled \" pulumi-lang-yaml=\" autoInventoryEnabled \" pulumi-lang-java=\" autoInventoryEnabled \"> auto_inventory_enabled </span>is set to True. The default schedule time is 03:00(AM).\n"
        },
        "connectivityType": {
          "type": "string",
          "description": "This field indicates whether LCM framework on the cluster is running in connected-site mode or darksite mode.\n"
        },
        "hasModuleAutoUpgradeEnabled": {
          "type": "boolean",
          "description": "Indicates if LCM is enabled to auto-upgrade products. The default value is False.\n\nSee detailed information in [Nutanix Update LCM Config V4](https://developers.nutanix.com/api-reference?namespace=lifecycle&version=v4.0#tag/Config/operation/updateConfig)\n"
        },
        "isAutoInventoryEnabled": {
          "type": "boolean",
          "description": "Indicates if the auto inventory operation is enabled. The default value is set to False.\n"
        },
        "isHttpsEnabled": {
          "type": "boolean",
          "description": "Indicates if the LCM URL has HTTPS enabled. The default value is True.\n"
        },
        "url": {
          "type": "string",
          "description": "URL of the LCM repository.\n"
        },
        "xClusterId": {
          "type": "string",
          "description": "Cluster uuid on which the resource is present or operation is being performed.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering LcmConfigV2 resources.\n",
        "properties": {
          "autoInventorySchedule": {
            "type": "string",
            "description": "The scheduled time in \"%H:%M\" 24-hour format of the next inventory execution. Used when<span pulumi-lang-nodejs=\" autoInventoryEnabled \" pulumi-lang-dotnet=\" AutoInventoryEnabled \" pulumi-lang-go=\" autoInventoryEnabled \" pulumi-lang-python=\" auto_inventory_enabled \" pulumi-lang-yaml=\" autoInventoryEnabled \" pulumi-lang-java=\" autoInventoryEnabled \"> auto_inventory_enabled </span>is set to True. The default schedule time is 03:00(AM).\n"
          },
          "connectivityType": {
            "type": "string",
            "description": "This field indicates whether LCM framework on the cluster is running in connected-site mode or darksite mode.\n"
          },
          "extId": {
            "type": "string"
          },
          "hasModuleAutoUpgradeEnabled": {
            "type": "boolean",
            "description": "Indicates if LCM is enabled to auto-upgrade products. The default value is False.\n\nSee detailed information in [Nutanix Update LCM Config V4](https://developers.nutanix.com/api-reference?namespace=lifecycle&version=v4.0#tag/Config/operation/updateConfig)\n"
          },
          "isAutoInventoryEnabled": {
            "type": "boolean",
            "description": "Indicates if the auto inventory operation is enabled. The default value is set to False.\n"
          },
          "isHttpsEnabled": {
            "type": "boolean",
            "description": "Indicates if the LCM URL has HTTPS enabled. The default value is True.\n"
          },
          "url": {
            "type": "string",
            "description": "URL of the LCM repository.\n"
          },
          "xClusterId": {
            "type": "string",
            "description": "Cluster uuid on which the resource is present or operation is being performed.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/lcmPerformInventoryV2:LcmPerformInventoryV2": {
      "description": "Perform an inventory operation to identify/scan entities on the cluster that can be updated through LCM.\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// perform inventory\nconst inventory = new nutanix.LcmPerformInventoryV2(\"inventory\", {xClusterId: \"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\"});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# perform inventory\ninventory = nutanix.LcmPerformInventoryV2(\"inventory\", x_cluster_id=\"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // perform inventory\n    var inventory = new Nutanix.LcmPerformInventoryV2(\"inventory\", new()\n    {\n        XClusterId = \"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// perform inventory\n\t\t_, err := nutanix.NewLcmPerformInventoryV2(ctx, \"inventory\", &nutanix.LcmPerformInventoryV2Args{\n\t\t\tXClusterId: pulumi.String(\"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.LcmPerformInventoryV2;\nimport com.pulumi.nutanix.LcmPerformInventoryV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // perform inventory\n        var inventory = new LcmPerformInventoryV2(\"inventory\", LcmPerformInventoryV2Args.builder()\n            .xClusterId(\"0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # perform inventory\n  inventory:\n    type: nutanix:LcmPerformInventoryV2\n    properties:\n      xClusterId: 0005a104-0b0b-4b0b-8005-0b0b0b0b0b0b\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "xClusterId": {
          "type": "string",
          "description": "Cluster uuid on which the resource is present or operation is being performed.\n\nSee detailed information in [Nutanix LCM Perform Inventory v4](https://developers.nutanix.com/api-reference?namespace=lifecycle&version=v4.0#tag/Inventory/operation/performInventory)\n"
        }
      },
      "type": "object",
      "inputProperties": {
        "xClusterId": {
          "type": "string",
          "description": "Cluster uuid on which the resource is present or operation is being performed.\n\nSee detailed information in [Nutanix LCM Perform Inventory v4](https://developers.nutanix.com/api-reference?namespace=lifecycle&version=v4.0#tag/Inventory/operation/performInventory)\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering LcmPerformInventoryV2 resources.\n",
        "properties": {
          "xClusterId": {
            "type": "string",
            "description": "Cluster uuid on which the resource is present or operation is being performed.\n\nSee detailed information in [Nutanix LCM Perform Inventory v4](https://developers.nutanix.com/api-reference?namespace=lifecycle&version=v4.0#tag/Inventory/operation/performInventory)\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/lcmPrechecksV2:LcmPrechecksV2": {
      "description": "Perform LCM prechecks for the intended update operation.\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst pre_checks = new nutanix.LcmPrechecksV2(\"pre-checks\", {\n    xClusterId: \"0005a104-0b0b-4b0-8005-0b0b0b0b0b0b\",\n    entityUpdateSpecs: [{\n        entityUuid: \"0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\",\n        toVersion: \"4.0.0\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\npre_checks = nutanix.LcmPrechecksV2(\"pre-checks\",\n    x_cluster_id=\"0005a104-0b0b-4b0-8005-0b0b0b0b0b0b\",\n    entity_update_specs=[{\n        \"entity_uuid\": \"0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\",\n        \"to_version\": \"4.0.0\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var pre_checks = new Nutanix.LcmPrechecksV2(\"pre-checks\", new()\n    {\n        XClusterId = \"0005a104-0b0b-4b0-8005-0b0b0b0b0b0b\",\n        EntityUpdateSpecs = new[]\n        {\n            new Nutanix.Inputs.LcmPrechecksV2EntityUpdateSpecArgs\n            {\n                EntityUuid = \"0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\",\n                ToVersion = \"4.0.0\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewLcmPrechecksV2(ctx, \"pre-checks\", &nutanix.LcmPrechecksV2Args{\n\t\t\tXClusterId: pulumi.String(\"0005a104-0b0b-4b0-8005-0b0b0b0b0b0b\"),\n\t\t\tEntityUpdateSpecs: nutanix.LcmPrechecksV2EntityUpdateSpecArray{\n\t\t\t\t&nutanix.LcmPrechecksV2EntityUpdateSpecArgs{\n\t\t\t\t\tEntityUuid: pulumi.String(\"0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\"),\n\t\t\t\t\tToVersion:  pulumi.String(\"4.0.0\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.LcmPrechecksV2;\nimport com.pulumi.nutanix.LcmPrechecksV2Args;\nimport com.pulumi.nutanix.inputs.LcmPrechecksV2EntityUpdateSpecArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var pre_checks = new LcmPrechecksV2(\"pre-checks\", LcmPrechecksV2Args.builder()\n            .xClusterId(\"0005a104-0b0b-4b0-8005-0b0b0b0b0b0b\")\n            .entityUpdateSpecs(LcmPrechecksV2EntityUpdateSpecArgs.builder()\n                .entityUuid(\"0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\")\n                .toVersion(\"4.0.0\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  pre-checks:\n    type: nutanix:LcmPrechecksV2\n    properties:\n      xClusterId: 0005a104-0b0b-4b0-8005-0b0b0b0b0b0b\n      entityUpdateSpecs:\n        - entityUuid: 0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\n          toVersion: 4.0.0\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "entityUpdateSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FLcmPrechecksV2EntityUpdateSpec:LcmPrechecksV2EntityUpdateSpec"
          },
          "description": "List of entity update objects for getting recommendations.\n"
        },
        "extId": {
          "type": "string"
        },
        "managementServer": {
          "$ref": "#/types/nutanix:index%2FLcmPrechecksV2ManagementServer:LcmPrechecksV2ManagementServer",
          "description": "Cluster management server configuration used while updating clusters with ESX or Hyper-V.\n"
        },
        "skippedPrecheckFlags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of prechecks to skip. The allowed value is 'powerOffUvms' that skips the pinned VM prechecks. Items Enum: `POWER_OFF_UVMS`\n"
        },
        "xClusterId": {
          "type": "string",
          "description": "Cluster uuid on which the resource is present or operation is being performed.\n"
        }
      },
      "type": "object",
      "required": [
        "entityUpdateSpecs",
        "extId"
      ],
      "inputProperties": {
        "entityUpdateSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FLcmPrechecksV2EntityUpdateSpec:LcmPrechecksV2EntityUpdateSpec"
          },
          "description": "List of entity update objects for getting recommendations.\n"
        },
        "managementServer": {
          "$ref": "#/types/nutanix:index%2FLcmPrechecksV2ManagementServer:LcmPrechecksV2ManagementServer",
          "description": "Cluster management server configuration used while updating clusters with ESX or Hyper-V.\n"
        },
        "skippedPrecheckFlags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of prechecks to skip. The allowed value is 'powerOffUvms' that skips the pinned VM prechecks. Items Enum: `POWER_OFF_UVMS`\n"
        },
        "xClusterId": {
          "type": "string",
          "description": "Cluster uuid on which the resource is present or operation is being performed.\n"
        }
      },
      "requiredInputs": [
        "entityUpdateSpecs"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering LcmPrechecksV2 resources.\n",
        "properties": {
          "entityUpdateSpecs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FLcmPrechecksV2EntityUpdateSpec:LcmPrechecksV2EntityUpdateSpec"
            },
            "description": "List of entity update objects for getting recommendations.\n"
          },
          "extId": {
            "type": "string"
          },
          "managementServer": {
            "$ref": "#/types/nutanix:index%2FLcmPrechecksV2ManagementServer:LcmPrechecksV2ManagementServer",
            "description": "Cluster management server configuration used while updating clusters with ESX or Hyper-V.\n"
          },
          "skippedPrecheckFlags": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "List of prechecks to skip. The allowed value is 'powerOffUvms' that skips the pinned VM prechecks. Items Enum: `POWER_OFF_UVMS`\n"
          },
          "xClusterId": {
            "type": "string",
            "description": "Cluster uuid on which the resource is present or operation is being performed.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/lcmUpgradeV2:LcmUpgradeV2": {
      "description": "Perform upgrade operation to a specific target version for discovered LCM entity/entities.\n\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// upgrade the entity\nconst upgrade = new nutanix.LcmUpgradeV2(\"upgrade\", {entityUpdateSpecs: [{\n    entityUuid: \"0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\",\n    toVersion: \"4.0.0\",\n}]});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# upgrade the entity\nupgrade = nutanix.LcmUpgradeV2(\"upgrade\", entity_update_specs=[{\n    \"entity_uuid\": \"0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\",\n    \"to_version\": \"4.0.0\",\n}])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // upgrade the entity\n    var upgrade = new Nutanix.LcmUpgradeV2(\"upgrade\", new()\n    {\n        EntityUpdateSpecs = new[]\n        {\n            new Nutanix.Inputs.LcmUpgradeV2EntityUpdateSpecArgs\n            {\n                EntityUuid = \"0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\",\n                ToVersion = \"4.0.0\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// upgrade the entity\n\t\t_, err := nutanix.NewLcmUpgradeV2(ctx, \"upgrade\", &nutanix.LcmUpgradeV2Args{\n\t\t\tEntityUpdateSpecs: nutanix.LcmUpgradeV2EntityUpdateSpecArray{\n\t\t\t\t&nutanix.LcmUpgradeV2EntityUpdateSpecArgs{\n\t\t\t\t\tEntityUuid: pulumi.String(\"0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\"),\n\t\t\t\t\tToVersion:  pulumi.String(\"4.0.0\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.LcmUpgradeV2;\nimport com.pulumi.nutanix.LcmUpgradeV2Args;\nimport com.pulumi.nutanix.inputs.LcmUpgradeV2EntityUpdateSpecArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // upgrade the entity\n        var upgrade = new LcmUpgradeV2(\"upgrade\", LcmUpgradeV2Args.builder()\n            .entityUpdateSpecs(LcmUpgradeV2EntityUpdateSpecArgs.builder()\n                .entityUuid(\"0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\")\n                .toVersion(\"4.0.0\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # upgrade the entity\n  upgrade:\n    type: nutanix:LcmUpgradeV2\n    properties:\n      entityUpdateSpecs:\n        - entityUuid: 0c5c9e53-3551-4c5d-b13c-e41c04cbfaf7\n          toVersion: 4.0.0\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "autoHandleFlags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of automated system operations to perform, to avoid precheck failure and let the system restore state after an update is complete. The allowed flag is: - 'powerOffUvms': This allows the system to automatically power off user VMs which cannot be migrated to other hosts and power them on when the update is done. This option can avoid pinned VM precheck failure on the host which needs to enter maintenance mode during the update and allow the update to go through. Items Enum: `POWER_OFF_UVMS`\n"
        },
        "entityUpdateSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FLcmUpgradeV2EntityUpdateSpec:LcmUpgradeV2EntityUpdateSpec"
          },
          "description": "List of entity update objects for getting recommendations.\n"
        },
        "managementServer": {
          "$ref": "#/types/nutanix:index%2FLcmUpgradeV2ManagementServer:LcmUpgradeV2ManagementServer",
          "description": "Cluster management server configuration used while updating clusters with ESX or Hyper-V.\n"
        },
        "maxWaitTimeInSecs": {
          "type": "integer",
          "description": "Number of seconds LCM waits for the VMs to come up after exiting host maintenance mode. Value in Range [ 60 .. 86400]\n"
        },
        "skippedPrecheckFlags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of prechecks to skip. The allowed value is 'powerOffUvms' that skips the pinned VM prechecks. Items Enum: `POWER_OFF_UVMS`\n"
        },
        "xClusterId": {
          "type": "string",
          "description": "Cluster uuid on which the resource is present or operation is being performed.\n"
        }
      },
      "type": "object",
      "inputProperties": {
        "autoHandleFlags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of automated system operations to perform, to avoid precheck failure and let the system restore state after an update is complete. The allowed flag is: - 'powerOffUvms': This allows the system to automatically power off user VMs which cannot be migrated to other hosts and power them on when the update is done. This option can avoid pinned VM precheck failure on the host which needs to enter maintenance mode during the update and allow the update to go through. Items Enum: `POWER_OFF_UVMS`\n"
        },
        "entityUpdateSpecs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FLcmUpgradeV2EntityUpdateSpec:LcmUpgradeV2EntityUpdateSpec"
          },
          "description": "List of entity update objects for getting recommendations.\n"
        },
        "managementServer": {
          "$ref": "#/types/nutanix:index%2FLcmUpgradeV2ManagementServer:LcmUpgradeV2ManagementServer",
          "description": "Cluster management server configuration used while updating clusters with ESX or Hyper-V.\n"
        },
        "maxWaitTimeInSecs": {
          "type": "integer",
          "description": "Number of seconds LCM waits for the VMs to come up after exiting host maintenance mode. Value in Range [ 60 .. 86400]\n"
        },
        "skippedPrecheckFlags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of prechecks to skip. The allowed value is 'powerOffUvms' that skips the pinned VM prechecks. Items Enum: `POWER_OFF_UVMS`\n"
        },
        "xClusterId": {
          "type": "string",
          "description": "Cluster uuid on which the resource is present or operation is being performed.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering LcmUpgradeV2 resources.\n",
        "properties": {
          "autoHandleFlags": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "List of automated system operations to perform, to avoid precheck failure and let the system restore state after an update is complete. The allowed flag is: - 'powerOffUvms': This allows the system to automatically power off user VMs which cannot be migrated to other hosts and power them on when the update is done. This option can avoid pinned VM precheck failure on the host which needs to enter maintenance mode during the update and allow the update to go through. Items Enum: `POWER_OFF_UVMS`\n"
          },
          "entityUpdateSpecs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FLcmUpgradeV2EntityUpdateSpec:LcmUpgradeV2EntityUpdateSpec"
            },
            "description": "List of entity update objects for getting recommendations.\n"
          },
          "managementServer": {
            "$ref": "#/types/nutanix:index%2FLcmUpgradeV2ManagementServer:LcmUpgradeV2ManagementServer",
            "description": "Cluster management server configuration used while updating clusters with ESX or Hyper-V.\n"
          },
          "maxWaitTimeInSecs": {
            "type": "integer",
            "description": "Number of seconds LCM waits for the VMs to come up after exiting host maintenance mode. Value in Range [ 60 .. 86400]\n"
          },
          "skippedPrecheckFlags": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "List of prechecks to skip. The allowed value is 'powerOffUvms' that skips the pinned VM prechecks. Items Enum: `POWER_OFF_UVMS`\n"
          },
          "xClusterId": {
            "type": "string",
            "description": "Cluster uuid on which the resource is present or operation is being performed.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbAuthorizeDbserver:NdbAuthorizeDbserver": {
      "description": "Provides a resource to authorize db server VMs for cloning of database instance based on the input parameters. \n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst name = new nutanix.NdbAuthorizeDbserver(\"name\", {\n    timeMachineName: \"test-pg-inst\",\n    dbserversIds: [\"{{ dbServer_IDs}}\"],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nname = nutanix.NdbAuthorizeDbserver(\"name\",\n    time_machine_name=\"test-pg-inst\",\n    dbservers_ids=[\"{{ dbServer_IDs}}\"])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var name = new Nutanix.NdbAuthorizeDbserver(\"name\", new()\n    {\n        TimeMachineName = \"test-pg-inst\",\n        DbserversIds = new[]\n        {\n            \"{{ dbServer_IDs}}\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbAuthorizeDbserver(ctx, \"name\", &nutanix.NdbAuthorizeDbserverArgs{\n\t\t\tTimeMachineName: pulumi.String(\"test-pg-inst\"),\n\t\t\tDbserversIds: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"{{ dbServer_IDs}}\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbAuthorizeDbserver;\nimport com.pulumi.nutanix.NdbAuthorizeDbserverArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var name = new NdbAuthorizeDbserver(\"name\", NdbAuthorizeDbserverArgs.builder()\n            .timeMachineName(\"test-pg-inst\")\n            .dbserversIds(\"{{ dbServer_IDs}}\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  name:\n    type: nutanix:NdbAuthorizeDbserver\n    properties:\n      timeMachineName: test-pg-inst\n      dbserversIds:\n        - '{{ dbServer_IDs}}'\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "dbserversIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "timeMachineId": {
          "type": "string"
        },
        "timeMachineName": {
          "type": "string",
          "description": "* <span pulumi-lang-nodejs=\"`dbserversId \" pulumi-lang-dotnet=\"`DbserversId \" pulumi-lang-go=\"`dbserversId \" pulumi-lang-python=\"`dbservers_id \" pulumi-lang-yaml=\"`dbserversId \" pulumi-lang-java=\"`dbserversId \">`dbservers_id </span>`: (Required)\n"
        }
      },
      "type": "object",
      "inputProperties": {
        "dbserversIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "timeMachineId": {
          "type": "string"
        },
        "timeMachineName": {
          "type": "string",
          "description": "* <span pulumi-lang-nodejs=\"`dbserversId \" pulumi-lang-dotnet=\"`DbserversId \" pulumi-lang-go=\"`dbserversId \" pulumi-lang-python=\"`dbservers_id \" pulumi-lang-yaml=\"`dbserversId \" pulumi-lang-java=\"`dbserversId \">`dbservers_id </span>`: (Required)\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbAuthorizeDbserver resources.\n",
        "properties": {
          "dbserversIds": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "timeMachineId": {
            "type": "string"
          },
          "timeMachineName": {
            "type": "string",
            "description": "* <span pulumi-lang-nodejs=\"`dbserversId \" pulumi-lang-dotnet=\"`DbserversId \" pulumi-lang-go=\"`dbserversId \" pulumi-lang-python=\"`dbservers_id \" pulumi-lang-yaml=\"`dbserversId \" pulumi-lang-java=\"`dbserversId \">`dbservers_id </span>`: (Required)\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbClone:NdbClone": {
      "description": "Provides a resource to perform the clone of database instance based on the input parameters. \n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n//# resource for cloning using Point in time given time machine name\nconst name = new nutanix.NdbClone(\"name\", {\n    timeMachineName: \"test-pg-inst\",\n    name: \"test-inst-tf-check\",\n    nxClusterId: \"{{ nx_Cluster_id }}\",\n    sshPublicKey: \"{{ sshkey }}\",\n    userPitrTimestamp: \"{{ point_in_time }}\",\n    timeZone: \"Asia/Calcutta\",\n    createDbserver: true,\n    computeProfileId: \"{{ compute_profile_id }}\",\n    networkProfileId: \"{{ network_profile_id }}\",\n    databaseParameterProfileId: \"{{ databse_profile_id }}\",\n    nodes: [{\n        vmName: \"test_vm_clone\",\n        computeProfileId: \"{{ compute_profile_id }}\",\n        networkProfileId: \"{{ network_profile_id }}\",\n        nxClusterId: \"{{ nx_Cluster_id }}\",\n    }],\n    postgresqlInfos: [{\n        vmName: \"test_vm_clone\",\n        dbPassword: \"pass\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n## resource for cloning using Point in time given time machine name\nname = nutanix.NdbClone(\"name\",\n    time_machine_name=\"test-pg-inst\",\n    name=\"test-inst-tf-check\",\n    nx_cluster_id=\"{{ nx_Cluster_id }}\",\n    ssh_public_key=\"{{ sshkey }}\",\n    user_pitr_timestamp=\"{{ point_in_time }}\",\n    time_zone=\"Asia/Calcutta\",\n    create_dbserver=True,\n    compute_profile_id=\"{{ compute_profile_id }}\",\n    network_profile_id=\"{{ network_profile_id }}\",\n    database_parameter_profile_id=\"{{ databse_profile_id }}\",\n    nodes=[{\n        \"vm_name\": \"test_vm_clone\",\n        \"compute_profile_id\": \"{{ compute_profile_id }}\",\n        \"network_profile_id\": \"{{ network_profile_id }}\",\n        \"nx_cluster_id\": \"{{ nx_Cluster_id }}\",\n    }],\n    postgresql_infos=[{\n        \"vm_name\": \"test_vm_clone\",\n        \"db_password\": \"pass\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    //# resource for cloning using Point in time given time machine name\n    var name = new Nutanix.NdbClone(\"name\", new()\n    {\n        TimeMachineName = \"test-pg-inst\",\n        Name = \"test-inst-tf-check\",\n        NxClusterId = \"{{ nx_Cluster_id }}\",\n        SshPublicKey = \"{{ sshkey }}\",\n        UserPitrTimestamp = \"{{ point_in_time }}\",\n        TimeZone = \"Asia/Calcutta\",\n        CreateDbserver = true,\n        ComputeProfileId = \"{{ compute_profile_id }}\",\n        NetworkProfileId = \"{{ network_profile_id }}\",\n        DatabaseParameterProfileId = \"{{ databse_profile_id }}\",\n        Nodes = new[]\n        {\n            new Nutanix.Inputs.NdbCloneNodeArgs\n            {\n                VmName = \"test_vm_clone\",\n                ComputeProfileId = \"{{ compute_profile_id }}\",\n                NetworkProfileId = \"{{ network_profile_id }}\",\n                NxClusterId = \"{{ nx_Cluster_id }}\",\n            },\n        },\n        PostgresqlInfos = new[]\n        {\n            new Nutanix.Inputs.NdbClonePostgresqlInfoArgs\n            {\n                VmName = \"test_vm_clone\",\n                DbPassword = \"pass\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// # resource for cloning using Point in time given time machine name\n\t\t_, err := nutanix.NewNdbClone(ctx, \"name\", &nutanix.NdbCloneArgs{\n\t\t\tTimeMachineName:            pulumi.String(\"test-pg-inst\"),\n\t\t\tName:                       pulumi.String(\"test-inst-tf-check\"),\n\t\t\tNxClusterId:                pulumi.String(\"{{ nx_Cluster_id }}\"),\n\t\t\tSshPublicKey:               pulumi.String(\"{{ sshkey }}\"),\n\t\t\tUserPitrTimestamp:          pulumi.String(\"{{ point_in_time }}\"),\n\t\t\tTimeZone:                   pulumi.String(\"Asia/Calcutta\"),\n\t\t\tCreateDbserver:             pulumi.Bool(true),\n\t\t\tComputeProfileId:           pulumi.String(\"{{ compute_profile_id }}\"),\n\t\t\tNetworkProfileId:           pulumi.String(\"{{ network_profile_id }}\"),\n\t\t\tDatabaseParameterProfileId: pulumi.String(\"{{ databse_profile_id }}\"),\n\t\t\tNodes: nutanix.NdbCloneNodeArray{\n\t\t\t\t&nutanix.NdbCloneNodeArgs{\n\t\t\t\t\tVmName:           pulumi.String(\"test_vm_clone\"),\n\t\t\t\t\tComputeProfileId: pulumi.String(\"{{ compute_profile_id }}\"),\n\t\t\t\t\tNetworkProfileId: pulumi.String(\"{{ network_profile_id }}\"),\n\t\t\t\t\tNxClusterId:      pulumi.String(\"{{ nx_Cluster_id }}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tPostgresqlInfos: nutanix.NdbClonePostgresqlInfoArray{\n\t\t\t\t&nutanix.NdbClonePostgresqlInfoArgs{\n\t\t\t\t\tVmName:     pulumi.String(\"test_vm_clone\"),\n\t\t\t\t\tDbPassword: pulumi.String(\"pass\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbClone;\nimport com.pulumi.nutanix.NdbCloneArgs;\nimport com.pulumi.nutanix.inputs.NdbCloneNodeArgs;\nimport com.pulumi.nutanix.inputs.NdbClonePostgresqlInfoArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        //# resource for cloning using Point in time given time machine name\n        var name = new NdbClone(\"name\", NdbCloneArgs.builder()\n            .timeMachineName(\"test-pg-inst\")\n            .name(\"test-inst-tf-check\")\n            .nxClusterId(\"{{ nx_Cluster_id }}\")\n            .sshPublicKey(\"{{ sshkey }}\")\n            .userPitrTimestamp(\"{{ point_in_time }}\")\n            .timeZone(\"Asia/Calcutta\")\n            .createDbserver(true)\n            .computeProfileId(\"{{ compute_profile_id }}\")\n            .networkProfileId(\"{{ network_profile_id }}\")\n            .databaseParameterProfileId(\"{{ databse_profile_id }}\")\n            .nodes(NdbCloneNodeArgs.builder()\n                .vmName(\"test_vm_clone\")\n                .computeProfileId(\"{{ compute_profile_id }}\")\n                .networkProfileId(\"{{ network_profile_id }}\")\n                .nxClusterId(\"{{ nx_Cluster_id }}\")\n                .build())\n            .postgresqlInfos(NdbClonePostgresqlInfoArgs.builder()\n                .vmName(\"test_vm_clone\")\n                .dbPassword(\"pass\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  ## resource for cloning using Point in time given time machine name\n  name:\n    type: nutanix:NdbClone\n    properties:\n      timeMachineName: test-pg-inst\n      name: test-inst-tf-check\n      nxClusterId: '{{ nx_Cluster_id }}'\n      sshPublicKey: '{{ sshkey }}'\n      userPitrTimestamp: '{{ point_in_time }}'\n      timeZone: Asia/Calcutta\n      createDbserver: true\n      computeProfileId: '{{ compute_profile_id }}'\n      networkProfileId: '{{ network_profile_id }}'\n      databaseParameterProfileId: '{{ databse_profile_id }}'\n      nodes:\n        - vmName: test_vm_clone\n          computeProfileId: '{{ compute_profile_id }}'\n          networkProfileId: '{{ network_profile_id }}'\n          nxClusterId: '{{ nx_Cluster_id }}'\n      postgresqlInfos:\n        - vmName: test_vm_clone\n          dbPassword: pass\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "actionarguments": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneActionargument:NdbCloneActionargument"
          },
          "description": "if any action arguments is required\n"
        },
        "clone": {
          "type": "boolean",
          "description": "cloned or not\n"
        },
        "clustered": {
          "type": "boolean",
          "description": "clone will be clustered or not\n"
        },
        "computeProfileId": {
          "type": "string",
          "description": "specify the compute profile id\n"
        },
        "createDbserver": {
          "type": "boolean",
          "description": "create new dbserver\n"
        },
        "databaseClusterType": {
          "type": "string",
          "description": "database cluster type\n"
        },
        "databaseName": {
          "type": "string",
          "description": "database name\n"
        },
        "databaseNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneDatabaseNode:NdbCloneDatabaseNode"
          },
          "description": "database nodes associated with database instance\n"
        },
        "databaseParameterProfileId": {
          "type": "string",
          "description": "specify the database parameter profile id\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for clone\n"
        },
        "dateModified": {
          "type": "string",
          "description": "last modified date for clone\n"
        },
        "dbserverClusterId": {
          "type": "string",
          "description": "dbserver cluster id\n"
        },
        "dbserverId": {
          "type": "string",
          "description": "Specify if you want to create a database server. This value can be set to true or false as required.\n"
        },
        "dbserverLogicalCluster": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "dbserver logical cluster\n"
        },
        "dbserverLogicalClusterId": {
          "type": "string",
          "description": "dbserver logical cluster id\n"
        },
        "delete": {
          "type": "boolean",
          "description": "- (Optional) Delete the database clone from the VM. Default value is true\n"
        },
        "deleteLogicalCluster": {
          "type": "boolean",
          "description": "- (Optional) Delete the logical cluster. Default is true\n"
        },
        "deleteTimeMachine": {
          "type": "boolean",
          "description": "- (Optional) Delete the database's Time Machine (snapshots/logs) from the NDB. Default value is true\n"
        },
        "description": {
          "type": "string",
          "description": "database instance description\n"
        },
        "forced": {
          "type": "boolean",
          "description": "- (Optional) Force delete of instance. Default is false\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneInfo:NdbCloneInfo"
          },
          "description": "info of clone\n"
        },
        "latestSnapshot": {
          "type": "boolean",
          "description": "latest snapshot\n"
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneLcmConfig:NdbCloneLcmConfig"
          },
          "description": "LCM Config contains the expiry details and refresh details\n"
        },
        "linkedDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneLinkedDatabase:NdbCloneLinkedDatabase"
          },
          "description": "linked databases within database instance\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "networkProfileId": {
          "type": "string",
          "description": "specify the network profile id\n"
        },
        "nodeCount": {
          "type": "integer",
          "description": "Node count. Default is 1 for single instance\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneNode:NdbCloneNode"
          },
          "description": "Nodes contain info about dbservers vm\n"
        },
        "nxClusterId": {
          "type": "string",
          "description": "cluster id on where clone will be present\n"
        },
        "parentDatabaseId": {
          "type": "string"
        },
        "postgresqlInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClonePostgresqlInfo:NdbClonePostgresqlInfo"
          },
          "description": "postgresql info for the clone\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneProperty:NdbCloneProperty"
          },
          "description": "List of all the properties"
        },
        "remove": {
          "type": "boolean",
          "description": "- (Optional) Unregister the database clone from NDB. Default value is false\n"
        },
        "removeLogicalCluster": {
          "type": "boolean",
          "description": "remove logical cluster. Default value is false\n"
        },
        "snapshotId": {
          "type": "string",
          "description": "snapshot id from where clone is created\n"
        },
        "softRemove": {
          "type": "boolean",
          "description": "- (Optional) Soft remove. Default will be false\n"
        },
        "sshPublicKey": {
          "type": "string",
          "description": "ssh public key\n",
          "secret": true
        },
        "status": {
          "type": "string",
          "description": "status of clone\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTag:NdbCloneTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "time machine id\n"
        },
        "timeMachineName": {
          "type": "string",
          "description": "time machine name\n"
        },
        "timeMachines": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachine:NdbCloneTimeMachine"
          }
        },
        "timeZone": {
          "type": "string",
          "description": "timezone\n"
        },
        "type": {
          "type": "string",
          "description": "type of clone\n"
        },
        "userPitrTimestamp": {
          "type": "string",
          "description": "point in time for clone to be created\n"
        },
        "vmPassword": {
          "type": "string",
          "description": "vm password\n",
          "secret": true
        }
      },
      "type": "object",
      "required": [
        "clone",
        "databaseClusterType",
        "databaseName",
        "databaseNodes",
        "dateCreated",
        "dateModified",
        "dbserverLogicalCluster",
        "infos",
        "linkedDatabases",
        "metric",
        "name",
        "nodes",
        "nxClusterId",
        "parentDatabaseId",
        "properties",
        "status",
        "tags",
        "timeMachines",
        "timeZone",
        "type"
      ],
      "inputProperties": {
        "actionarguments": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneActionargument:NdbCloneActionargument"
          },
          "description": "if any action arguments is required\n"
        },
        "clustered": {
          "type": "boolean",
          "description": "clone will be clustered or not\n"
        },
        "computeProfileId": {
          "type": "string",
          "description": "specify the compute profile id\n"
        },
        "createDbserver": {
          "type": "boolean",
          "description": "create new dbserver\n"
        },
        "databaseParameterProfileId": {
          "type": "string",
          "description": "specify the database parameter profile id\n"
        },
        "dbserverClusterId": {
          "type": "string",
          "description": "dbserver cluster id\n"
        },
        "dbserverId": {
          "type": "string",
          "description": "Specify if you want to create a database server. This value can be set to true or false as required.\n"
        },
        "dbserverLogicalClusterId": {
          "type": "string",
          "description": "dbserver logical cluster id\n"
        },
        "delete": {
          "type": "boolean",
          "description": "- (Optional) Delete the database clone from the VM. Default value is true\n"
        },
        "deleteLogicalCluster": {
          "type": "boolean",
          "description": "- (Optional) Delete the logical cluster. Default is true\n"
        },
        "deleteTimeMachine": {
          "type": "boolean",
          "description": "- (Optional) Delete the database's Time Machine (snapshots/logs) from the NDB. Default value is true\n"
        },
        "description": {
          "type": "string",
          "description": "database instance description\n"
        },
        "forced": {
          "type": "boolean",
          "description": "- (Optional) Force delete of instance. Default is false\n"
        },
        "latestSnapshot": {
          "type": "boolean",
          "description": "latest snapshot\n"
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneLcmConfig:NdbCloneLcmConfig"
          },
          "description": "LCM Config contains the expiry details and refresh details\n"
        },
        "name": {
          "type": "string",
          "description": "database instance name\n"
        },
        "networkProfileId": {
          "type": "string",
          "description": "specify the network profile id\n"
        },
        "nodeCount": {
          "type": "integer",
          "description": "Node count. Default is 1 for single instance\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneNode:NdbCloneNode"
          },
          "description": "Nodes contain info about dbservers vm\n"
        },
        "nxClusterId": {
          "type": "string",
          "description": "cluster id on where clone will be present\n"
        },
        "postgresqlInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClonePostgresqlInfo:NdbClonePostgresqlInfo"
          },
          "description": "postgresql info for the clone\n"
        },
        "remove": {
          "type": "boolean",
          "description": "- (Optional) Unregister the database clone from NDB. Default value is false\n"
        },
        "removeLogicalCluster": {
          "type": "boolean",
          "description": "remove logical cluster. Default value is false\n"
        },
        "snapshotId": {
          "type": "string",
          "description": "snapshot id from where clone is created\n"
        },
        "softRemove": {
          "type": "boolean",
          "description": "- (Optional) Soft remove. Default will be false\n"
        },
        "sshPublicKey": {
          "type": "string",
          "description": "ssh public key\n",
          "secret": true
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbCloneTag:NdbCloneTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "time machine id\n"
        },
        "timeMachineName": {
          "type": "string",
          "description": "time machine name\n"
        },
        "timeZone": {
          "type": "string",
          "description": "timezone\n"
        },
        "userPitrTimestamp": {
          "type": "string",
          "description": "point in time for clone to be created\n"
        },
        "vmPassword": {
          "type": "string",
          "description": "vm password\n",
          "secret": true
        }
      },
      "requiredInputs": [
        "nodes",
        "nxClusterId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbClone resources.\n",
        "properties": {
          "actionarguments": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbCloneActionargument:NdbCloneActionargument"
            },
            "description": "if any action arguments is required\n"
          },
          "clone": {
            "type": "boolean",
            "description": "cloned or not\n"
          },
          "clustered": {
            "type": "boolean",
            "description": "clone will be clustered or not\n"
          },
          "computeProfileId": {
            "type": "string",
            "description": "specify the compute profile id\n"
          },
          "createDbserver": {
            "type": "boolean",
            "description": "create new dbserver\n"
          },
          "databaseClusterType": {
            "type": "string",
            "description": "database cluster type\n"
          },
          "databaseName": {
            "type": "string",
            "description": "database name\n"
          },
          "databaseNodes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbCloneDatabaseNode:NdbCloneDatabaseNode"
            },
            "description": "database nodes associated with database instance\n"
          },
          "databaseParameterProfileId": {
            "type": "string",
            "description": "specify the database parameter profile id\n"
          },
          "dateCreated": {
            "type": "string",
            "description": "date created for clone\n"
          },
          "dateModified": {
            "type": "string",
            "description": "last modified date for clone\n"
          },
          "dbserverClusterId": {
            "type": "string",
            "description": "dbserver cluster id\n"
          },
          "dbserverId": {
            "type": "string",
            "description": "Specify if you want to create a database server. This value can be set to true or false as required.\n"
          },
          "dbserverLogicalCluster": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "dbserver logical cluster\n"
          },
          "dbserverLogicalClusterId": {
            "type": "string",
            "description": "dbserver logical cluster id\n"
          },
          "delete": {
            "type": "boolean",
            "description": "- (Optional) Delete the database clone from the VM. Default value is true\n"
          },
          "deleteLogicalCluster": {
            "type": "boolean",
            "description": "- (Optional) Delete the logical cluster. Default is true\n"
          },
          "deleteTimeMachine": {
            "type": "boolean",
            "description": "- (Optional) Delete the database's Time Machine (snapshots/logs) from the NDB. Default value is true\n"
          },
          "description": {
            "type": "string",
            "description": "database instance description\n"
          },
          "forced": {
            "type": "boolean",
            "description": "- (Optional) Force delete of instance. Default is false\n"
          },
          "infos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbCloneInfo:NdbCloneInfo"
            },
            "description": "info of clone\n"
          },
          "latestSnapshot": {
            "type": "boolean",
            "description": "latest snapshot\n"
          },
          "lcmConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbCloneLcmConfig:NdbCloneLcmConfig"
            },
            "description": "LCM Config contains the expiry details and refresh details\n"
          },
          "linkedDatabases": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbCloneLinkedDatabase:NdbCloneLinkedDatabase"
            },
            "description": "linked databases within database instance\n"
          },
          "metric": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
          },
          "name": {
            "type": "string",
            "description": "database instance name\n"
          },
          "networkProfileId": {
            "type": "string",
            "description": "specify the network profile id\n"
          },
          "nodeCount": {
            "type": "integer",
            "description": "Node count. Default is 1 for single instance\n"
          },
          "nodes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbCloneNode:NdbCloneNode"
            },
            "description": "Nodes contain info about dbservers vm\n"
          },
          "nxClusterId": {
            "type": "string",
            "description": "cluster id on where clone will be present\n"
          },
          "parentDatabaseId": {
            "type": "string"
          },
          "postgresqlInfos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbClonePostgresqlInfo:NdbClonePostgresqlInfo"
            },
            "description": "postgresql info for the clone\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbCloneProperty:NdbCloneProperty"
            },
            "description": "List of all the properties"
          },
          "remove": {
            "type": "boolean",
            "description": "- (Optional) Unregister the database clone from NDB. Default value is false\n"
          },
          "removeLogicalCluster": {
            "type": "boolean",
            "description": "remove logical cluster. Default value is false\n"
          },
          "snapshotId": {
            "type": "string",
            "description": "snapshot id from where clone is created\n"
          },
          "softRemove": {
            "type": "boolean",
            "description": "- (Optional) Soft remove. Default will be false\n"
          },
          "sshPublicKey": {
            "type": "string",
            "description": "ssh public key\n",
            "secret": true
          },
          "status": {
            "type": "string",
            "description": "status of clone\n"
          },
          "tags": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbCloneTag:NdbCloneTag"
            },
            "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
          },
          "timeMachineId": {
            "type": "string",
            "description": "time machine id\n"
          },
          "timeMachineName": {
            "type": "string",
            "description": "time machine name\n"
          },
          "timeMachines": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbCloneTimeMachine:NdbCloneTimeMachine"
            }
          },
          "timeZone": {
            "type": "string",
            "description": "timezone\n"
          },
          "type": {
            "type": "string",
            "description": "type of clone\n"
          },
          "userPitrTimestamp": {
            "type": "string",
            "description": "point in time for clone to be created\n"
          },
          "vmPassword": {
            "type": "string",
            "description": "vm password\n",
            "secret": true
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbCloneRefresh:NdbCloneRefresh": {
      "description": "Provides a resource to perform the refresh clone of database based on the input parameters. \n\n## Example Usage\n\n### resource to refresh clone with snapshot id\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst acctest_managed = new nutanix.NdbCloneRefresh(\"acctest-managed\", {\n    cloneId: \"{{ clone_id }}\",\n    snapshotId: \"{{ snapshot_id }}\",\n    timezone: \"Asia/Calcutta\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nacctest_managed = nutanix.NdbCloneRefresh(\"acctest-managed\",\n    clone_id=\"{{ clone_id }}\",\n    snapshot_id=\"{{ snapshot_id }}\",\n    timezone=\"Asia/Calcutta\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var acctest_managed = new Nutanix.NdbCloneRefresh(\"acctest-managed\", new()\n    {\n        CloneId = \"{{ clone_id }}\",\n        SnapshotId = \"{{ snapshot_id }}\",\n        Timezone = \"Asia/Calcutta\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbCloneRefresh(ctx, \"acctest-managed\", &nutanix.NdbCloneRefreshArgs{\n\t\t\tCloneId:    pulumi.String(\"{{ clone_id }}\"),\n\t\t\tSnapshotId: pulumi.String(\"{{ snapshot_id }}\"),\n\t\t\tTimezone:   pulumi.String(\"Asia/Calcutta\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbCloneRefresh;\nimport com.pulumi.nutanix.NdbCloneRefreshArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var acctest_managed = new NdbCloneRefresh(\"acctest-managed\", NdbCloneRefreshArgs.builder()\n            .cloneId(\"{{ clone_id }}\")\n            .snapshotId(\"{{ snapshot_id }}\")\n            .timezone(\"Asia/Calcutta\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  acctest-managed:\n    type: nutanix:NdbCloneRefresh\n    properties:\n      cloneId: '{{ clone_id }}'\n      snapshotId: '{{ snapshot_id }}'\n      timezone: Asia/Calcutta\n```\n<!--End PulumiCodeChooser -->\n\n### resource to refresh clone with user pitr timestamp\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst acctest_managed = new nutanix.NdbCloneRefresh(\"acctest-managed\", {\n    cloneId: \"{{ clone_id }}\",\n    userPitrStamp: \"{{ timestamp }}\",\n    timezone: \"Asia/Calcutta\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nacctest_managed = nutanix.NdbCloneRefresh(\"acctest-managed\",\n    clone_id=\"{{ clone_id }}\",\n    user_pitr_stamp=\"{{ timestamp }}\",\n    timezone=\"Asia/Calcutta\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var acctest_managed = new Nutanix.NdbCloneRefresh(\"acctest-managed\", new()\n    {\n        CloneId = \"{{ clone_id }}\",\n        UserPitrStamp = \"{{ timestamp }}\",\n        Timezone = \"Asia/Calcutta\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbCloneRefresh(ctx, \"acctest-managed\", &nutanix.NdbCloneRefreshArgs{\n\t\t\tCloneId:       pulumi.String(\"{{ clone_id }}\"),\n\t\t\tUserPitrStamp: \"{{ timestamp }}\",\n\t\t\tTimezone:      pulumi.String(\"Asia/Calcutta\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbCloneRefresh;\nimport com.pulumi.nutanix.NdbCloneRefreshArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var acctest_managed = new NdbCloneRefresh(\"acctest-managed\", NdbCloneRefreshArgs.builder()\n            .cloneId(\"{{ clone_id }}\")\n            .userPitrStamp(\"{{ timestamp }}\")\n            .timezone(\"Asia/Calcutta\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  acctest-managed:\n    type: nutanix:NdbCloneRefresh\n    properties:\n      cloneId: '{{ clone_id }}'\n      userPitrStamp: '{{ timestamp }}'\n      timezone: Asia/Calcutta\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "cloneId": {
          "type": "string",
          "description": "clone id\n"
        },
        "snapshotId": {
          "type": "string",
          "description": "snapshot id where clone has to be refreshed\n"
        },
        "timezone": {
          "type": "string",
          "description": "timezone. Default is Asia/Calcutta. \n\nSee detailed information in [NDB Clone Refresh](https://www.nutanix.dev/api_references/ndb/#/d4e53fff274fa-start-refresh-operation-for-the-given-clone).\n"
        },
        "userPitrTimestamp": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "cloneId"
      ],
      "inputProperties": {
        "cloneId": {
          "type": "string",
          "description": "clone id\n"
        },
        "snapshotId": {
          "type": "string",
          "description": "snapshot id where clone has to be refreshed\n"
        },
        "timezone": {
          "type": "string",
          "description": "timezone. Default is Asia/Calcutta. \n\nSee detailed information in [NDB Clone Refresh](https://www.nutanix.dev/api_references/ndb/#/d4e53fff274fa-start-refresh-operation-for-the-given-clone).\n"
        },
        "userPitrTimestamp": {
          "type": "string"
        }
      },
      "requiredInputs": [
        "cloneId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbCloneRefresh resources.\n",
        "properties": {
          "cloneId": {
            "type": "string",
            "description": "clone id\n"
          },
          "snapshotId": {
            "type": "string",
            "description": "snapshot id where clone has to be refreshed\n"
          },
          "timezone": {
            "type": "string",
            "description": "timezone. Default is Asia/Calcutta. \n\nSee detailed information in [NDB Clone Refresh](https://www.nutanix.dev/api_references/ndb/#/d4e53fff274fa-start-refresh-operation-for-the-given-clone).\n"
          },
          "userPitrTimestamp": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbCluster:NdbCluster": {
      "description": "Provides a resource to add a Nutanix cluster based on the input parameters. \n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst clsname = new nutanix.index.NdbClusters(\"clsname\", {\n    name: \"{{ test-cluster }}\",\n    description: \"test description\",\n    clusterIp: \"{{ cluster_ip }}\",\n    username: \"{{ username of cluster }}\",\n    password: \"{{ password of cluster }}\",\n    storageContainer: \"{{ storage_container }}\",\n    agentNetworkInfo: [{\n        dns: \"{{ DNS servers available in the }}\",\n        ntp: \"{{ NTP servers available }}\",\n    }],\n    networksInfo: [{\n        type: \"DHCP\",\n        networkInfo: [{\n            vlanName: \"vlan_static\",\n            staticIp: \"{{ static_ip }}\",\n            gateway: \"{{ gateway }}\",\n            subnetMask: \"{{ subnet_mask }}\",\n        }],\n        accessType: [\n            \"PRISM\",\n            \"DSIP\",\n            \"DBSERVER\",\n        ],\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nclsname = nutanix.index.NdbClusters(\"clsname\",\n    name={{ test-cluster }},\n    description=test description,\n    cluster_ip={{ cluster_ip }},\n    username={{ username of cluster }},\n    password={{ password of cluster }},\n    storage_container={{ storage_container }},\n    agent_network_info=[{\n        dns: {{ DNS servers available in the }},\n        ntp: {{ NTP servers available }},\n    }],\n    networks_info=[{\n        type: DHCP,\n        networkInfo: [{\n            vlanName: vlan_static,\n            staticIp: {{ static_ip }},\n            gateway: {{ gateway }},\n            subnetMask: {{ subnet_mask }},\n        }],\n        accessType: [\n            PRISM,\n            DSIP,\n            DBSERVER,\n        ],\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = Pulumi.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var clsname = new Nutanix.Index.NdbClusters(\"clsname\", new()\n    {\n        Name = \"{{ test-cluster }}\",\n        Description = \"test description\",\n        ClusterIp = \"{{ cluster_ip }}\",\n        Username = \"{{ username of cluster }}\",\n        Password = \"{{ password of cluster }}\",\n        StorageContainer = \"{{ storage_container }}\",\n        AgentNetworkInfo = new[]\n        {\n            \n            {\n                { \"dns\", \"{{ DNS servers available in the }}\" },\n                { \"ntp\", \"{{ NTP servers available }}\" },\n            },\n        },\n        NetworksInfo = new[]\n        {\n            \n            {\n                { \"type\", \"DHCP\" },\n                { \"networkInfo\", new[]\n                {\n                    \n                    {\n                        { \"vlanName\", \"vlan_static\" },\n                        { \"staticIp\", \"{{ static_ip }}\" },\n                        { \"gateway\", \"{{ gateway }}\" },\n                        { \"subnetMask\", \"{{ subnet_mask }}\" },\n                    },\n                } },\n                { \"accessType\", new[]\n                {\n                    \"PRISM\",\n                    \"DSIP\",\n                    \"DBSERVER\",\n                } },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbClusters(ctx, \"clsname\", &nutanix.NdbClustersArgs{\n\t\t\tName:             \"{{ test-cluster }}\",\n\t\t\tDescription:      \"test description\",\n\t\t\tClusterIp:        \"{{ cluster_ip }}\",\n\t\t\tUsername:         \"{{ username of cluster }}\",\n\t\t\tPassword:         \"{{ password of cluster }}\",\n\t\t\tStorageContainer: \"{{ storage_container }}\",\n\t\t\tAgentNetworkInfo: []map[string]interface{}{\n\t\t\t\tmap[string]interface{}{\n\t\t\t\t\t\"dns\": \"{{ DNS servers available in the }}\",\n\t\t\t\t\t\"ntp\": \"{{ NTP servers available }}\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tNetworksInfo: []map[string]interface{}{\n\t\t\t\tmap[string]interface{}{\n\t\t\t\t\t\"type\": \"DHCP\",\n\t\t\t\t\t\"networkInfo\": []map[string]interface{}{\n\t\t\t\t\t\tmap[string]interface{}{\n\t\t\t\t\t\t\t\"vlanName\":   \"vlan_static\",\n\t\t\t\t\t\t\t\"staticIp\":   \"{{ static_ip }}\",\n\t\t\t\t\t\t\t\"gateway\":    \"{{ gateway }}\",\n\t\t\t\t\t\t\t\"subnetMask\": \"{{ subnet_mask }}\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t\"accessType\": []string{\n\t\t\t\t\t\t\"PRISM\",\n\t\t\t\t\t\t\"DSIP\",\n\t\t\t\t\t\t\"DBSERVER\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ndbClusters;\nimport com.pulumi.nutanix.ndbClustersArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var clsname = new NdbClusters(\"clsname\", NdbClustersArgs.builder()\n            .name(\"{{ test-cluster }}\")\n            .description(\"test description\")\n            .clusterIp(\"{{ cluster_ip }}\")\n            .username(\"{{ username of cluster }}\")\n            .password(\"{{ password of cluster }}\")\n            .storageContainer(\"{{ storage_container }}\")\n            .agentNetworkInfo(List.of(Map.ofEntries(\n                Map.entry(\"dns\", \"{{ DNS servers available in the }}\"),\n                Map.entry(\"ntp\", \"{{ NTP servers available }}\")\n            )))\n            .networksInfo(List.of(Map.ofEntries(\n                Map.entry(\"type\", \"DHCP\"),\n                Map.entry(\"networkInfo\", List.of(Map.ofEntries(\n                    Map.entry(\"vlanName\", \"vlan_static\"),\n                    Map.entry(\"staticIp\", \"{{ static_ip }}\"),\n                    Map.entry(\"gateway\", \"{{ gateway }}\"),\n                    Map.entry(\"subnetMask\", \"{{ subnet_mask }}\")\n                ))),\n                Map.entry(\"accessType\", List.of(                \n                    \"PRISM\",\n                    \"DSIP\",\n                    \"DBSERVER\"))\n            )))\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  clsname:\n    type: nutanix:ndbClusters\n    properties:\n      name: '{{ test-cluster }}'\n      description: test description\n      clusterIp: '{{ cluster_ip }}'\n      username: '{{ username of cluster }}'\n      password: '{{ password of cluster }}'\n      storageContainer: '{{ storage_container }}'\n      agentNetworkInfo:\n        - dns: '{{ DNS servers available in the }}'\n          ntp: '{{ NTP servers available }}'\n      networksInfo:\n        - type: DHCP\n          networkInfo:\n            - vlanName: vlan_static\n              staticIp: '{{ static_ip }}'\n              gateway: '{{ gateway }}'\n              subnetMask: '{{ subnet_mask }}'\n          accessType:\n            - PRISM\n            - DSIP\n            - DBSERVER\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "agentNetworkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterAgentNetworkInfo:NdbClusterAgentNetworkInfo"
          },
          "description": "agent network info to register cluster\n"
        },
        "agentVmPrefix": {
          "type": "string"
        },
        "cloudInfo": {
          "type": "string",
          "description": "- cloud info\n"
        },
        "cloudType": {
          "type": "string",
          "description": "- cloud type\n"
        },
        "clusterIp": {
          "type": "string",
          "description": "Prism Element IP address\n"
        },
        "clusterType": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string",
          "description": "- creation date\n"
        },
        "dateModified": {
          "type": "string",
          "description": "- date modified\n"
        },
        "description": {
          "type": "string",
          "description": "description of cluster\n"
        },
        "entityCounts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterEntityCount:NdbClusterEntityCount"
          },
          "description": "- no. of entities related\n"
        },
        "fqdns": {
          "type": "string",
          "description": "- fqdn\n"
        },
        "healthy": {
          "type": "boolean",
          "description": "- if healthy status\n"
        },
        "hypervisorType": {
          "type": "string",
          "description": "- hypervisor type\n"
        },
        "hypervisorVersion": {
          "type": "string",
          "description": "- hypervisor version\n"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- IP address\n"
        },
        "managementServerInfo": {
          "type": "string",
          "description": "- NA\n"
        },
        "name": {
          "type": "string",
          "description": "name of the cluster to be registered\n"
        },
        "networksInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterNetworksInfo:NdbClusterNetworksInfo"
          },
          "description": "network segmentation to segment the network traffic of the agent VM.\n"
        },
        "nxClusterUuid": {
          "type": "string",
          "description": "- nutanix cluster uuid\n"
        },
        "ownerId": {
          "type": "string",
          "description": "- owner UUID\n"
        },
        "password": {
          "type": "string",
          "description": "Prism Element password\n",
          "secret": true
        },
        "port": {
          "type": "integer"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterProperty:NdbClusterProperty"
          },
          "description": "- list of properties\n"
        },
        "protocol": {
          "type": "string"
        },
        "referenceCount": {
          "type": "integer",
          "description": "- NA\n"
        },
        "resourceConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterResourceConfig:NdbClusterResourceConfig"
          },
          "description": "- resource related consumption info\n"
        },
        "status": {
          "type": "string",
          "description": "- current status\n"
        },
        "storageContainer": {
          "type": "string",
          "description": "select a storage container which is used for performing database operations in the cluster\n"
        },
        "uniqueName": {
          "type": "string",
          "description": "- unique name of cluster\n"
        },
        "username": {
          "type": "string",
          "description": "username of the Prism Element administrator\n"
        },
        "version": {
          "type": "string",
          "description": "- version\n"
        }
      },
      "type": "object",
      "required": [
        "agentNetworkInfos",
        "cloudInfo",
        "cloudType",
        "clusterIp",
        "dateCreated",
        "dateModified",
        "entityCounts",
        "fqdns",
        "healthy",
        "hypervisorType",
        "hypervisorVersion",
        "ipAddresses",
        "managementServerInfo",
        "name",
        "networksInfos",
        "nxClusterUuid",
        "ownerId",
        "password",
        "properties",
        "referenceCount",
        "resourceConfigs",
        "status",
        "storageContainer",
        "uniqueName",
        "username"
      ],
      "inputProperties": {
        "agentNetworkInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterAgentNetworkInfo:NdbClusterAgentNetworkInfo"
          },
          "description": "agent network info to register cluster\n"
        },
        "agentVmPrefix": {
          "type": "string"
        },
        "clusterIp": {
          "type": "string",
          "description": "Prism Element IP address\n"
        },
        "clusterType": {
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "description of cluster\n"
        },
        "name": {
          "type": "string",
          "description": "name of the cluster to be registered\n"
        },
        "networksInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbClusterNetworksInfo:NdbClusterNetworksInfo"
          },
          "description": "network segmentation to segment the network traffic of the agent VM.\n"
        },
        "password": {
          "type": "string",
          "description": "Prism Element password\n",
          "secret": true
        },
        "port": {
          "type": "integer"
        },
        "protocol": {
          "type": "string"
        },
        "storageContainer": {
          "type": "string",
          "description": "select a storage container which is used for performing database operations in the cluster\n"
        },
        "username": {
          "type": "string",
          "description": "username of the Prism Element administrator\n"
        },
        "version": {
          "type": "string",
          "description": "- version\n"
        }
      },
      "requiredInputs": [
        "agentNetworkInfos",
        "clusterIp",
        "networksInfos",
        "password",
        "storageContainer",
        "username"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbCluster resources.\n",
        "properties": {
          "agentNetworkInfos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbClusterAgentNetworkInfo:NdbClusterAgentNetworkInfo"
            },
            "description": "agent network info to register cluster\n"
          },
          "agentVmPrefix": {
            "type": "string"
          },
          "cloudInfo": {
            "type": "string",
            "description": "- cloud info\n"
          },
          "cloudType": {
            "type": "string",
            "description": "- cloud type\n"
          },
          "clusterIp": {
            "type": "string",
            "description": "Prism Element IP address\n"
          },
          "clusterType": {
            "type": "string"
          },
          "dateCreated": {
            "type": "string",
            "description": "- creation date\n"
          },
          "dateModified": {
            "type": "string",
            "description": "- date modified\n"
          },
          "description": {
            "type": "string",
            "description": "description of cluster\n"
          },
          "entityCounts": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbClusterEntityCount:NdbClusterEntityCount"
            },
            "description": "- no. of entities related\n"
          },
          "fqdns": {
            "type": "string",
            "description": "- fqdn\n"
          },
          "healthy": {
            "type": "boolean",
            "description": "- if healthy status\n"
          },
          "hypervisorType": {
            "type": "string",
            "description": "- hypervisor type\n"
          },
          "hypervisorVersion": {
            "type": "string",
            "description": "- hypervisor version\n"
          },
          "ipAddresses": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- IP address\n"
          },
          "managementServerInfo": {
            "type": "string",
            "description": "- NA\n"
          },
          "name": {
            "type": "string",
            "description": "name of the cluster to be registered\n"
          },
          "networksInfos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbClusterNetworksInfo:NdbClusterNetworksInfo"
            },
            "description": "network segmentation to segment the network traffic of the agent VM.\n"
          },
          "nxClusterUuid": {
            "type": "string",
            "description": "- nutanix cluster uuid\n"
          },
          "ownerId": {
            "type": "string",
            "description": "- owner UUID\n"
          },
          "password": {
            "type": "string",
            "description": "Prism Element password\n",
            "secret": true
          },
          "port": {
            "type": "integer"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbClusterProperty:NdbClusterProperty"
            },
            "description": "- list of properties\n"
          },
          "protocol": {
            "type": "string"
          },
          "referenceCount": {
            "type": "integer",
            "description": "- NA\n"
          },
          "resourceConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbClusterResourceConfig:NdbClusterResourceConfig"
            },
            "description": "- resource related consumption info\n"
          },
          "status": {
            "type": "string",
            "description": "- current status\n"
          },
          "storageContainer": {
            "type": "string",
            "description": "select a storage container which is used for performing database operations in the cluster\n"
          },
          "uniqueName": {
            "type": "string",
            "description": "- unique name of cluster\n"
          },
          "username": {
            "type": "string",
            "description": "username of the Prism Element administrator\n"
          },
          "version": {
            "type": "string",
            "description": "- version\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbDatabase:NdbDatabase": {
      "description": "Provides a resource to create database instance based on the input parameters. For 1.8.0 release, only postgress database type is qualified and officially supported.\n\n## Example Usage\n\n### NDB database resource with new database server VM\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst dbp = new nutanix.NdbDatabase(\"dbp\", {\n    databasetype: \"postgres_database\",\n    name: \"test-inst\",\n    description: \"add description\",\n    softwareprofileid: \"{{ software_profile_id }}\",\n    softwareprofileversionid: \"{{ software_profile_version_id }}\",\n    computeprofileid: \"{{ compute_profile_id }}\",\n    networkprofileid: \"{{ network_profile_id }}\",\n    dbparameterprofileid: \"{{ db_parameter_profile_id }}\",\n    postgresqlInfo: {\n        listenerPort: \"{{ listner_port }}\",\n        databaseSize: \"{{ 200 }}\",\n        dbPassword: \"password\",\n        databaseNames: \"testdb1\",\n    },\n    nxclusterid: clusters.EraCluster.id,\n    sshpublickey: \"{{ ssh-public-key }}\",\n    nodes: [{\n        vmname: \"test-era-vm1\",\n        networkprofileid: \"<network-profile-uuid>\",\n    }],\n    timemachineinfo: {\n        name: \"test-pg-inst\",\n        description: \"description of time machine\",\n        slaid: \"{{ sla_id }}\",\n        schedule: {\n            snapshottimeofday: {\n                hours: 16,\n                minutes: 0,\n                seconds: 0,\n            },\n            continuousschedule: {\n                enabled: true,\n                logbackupinterval: 30,\n                snapshotsperday: 1,\n            },\n            weeklyschedule: {\n                enabled: true,\n                dayofweek: \"WEDNESDAY\",\n            },\n            monthlyschedule: {\n                enabled: true,\n                dayofmonth: 27,\n            },\n            quartelyschedule: {\n                enabled: true,\n                startmonth: \"JANUARY\",\n                dayofmonth: 27,\n            },\n            yearlyschedule: {\n                enabled: false,\n                dayofmonth: 31,\n                month: \"DECEMBER\",\n            },\n        },\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ndbp = nutanix.NdbDatabase(\"dbp\",\n    databasetype=\"postgres_database\",\n    name=\"test-inst\",\n    description=\"add description\",\n    softwareprofileid=\"{{ software_profile_id }}\",\n    softwareprofileversionid=\"{{ software_profile_version_id }}\",\n    computeprofileid=\"{{ compute_profile_id }}\",\n    networkprofileid=\"{{ network_profile_id }}\",\n    dbparameterprofileid=\"{{ db_parameter_profile_id }}\",\n    postgresql_info={\n        \"listener_port\": \"{{ listner_port }}\",\n        \"database_size\": \"{{ 200 }}\",\n        \"db_password\": \"password\",\n        \"database_names\": \"testdb1\",\n    },\n    nxclusterid=clusters[\"EraCluster\"][\"id\"],\n    sshpublickey=\"{{ ssh-public-key }}\",\n    nodes=[{\n        \"vmname\": \"test-era-vm1\",\n        \"networkprofileid\": \"<network-profile-uuid>\",\n    }],\n    timemachineinfo={\n        \"name\": \"test-pg-inst\",\n        \"description\": \"description of time machine\",\n        \"slaid\": \"{{ sla_id }}\",\n        \"schedule\": {\n            \"snapshottimeofday\": {\n                \"hours\": 16,\n                \"minutes\": 0,\n                \"seconds\": 0,\n            },\n            \"continuousschedule\": {\n                \"enabled\": True,\n                \"logbackupinterval\": 30,\n                \"snapshotsperday\": 1,\n            },\n            \"weeklyschedule\": {\n                \"enabled\": True,\n                \"dayofweek\": \"WEDNESDAY\",\n            },\n            \"monthlyschedule\": {\n                \"enabled\": True,\n                \"dayofmonth\": 27,\n            },\n            \"quartelyschedule\": {\n                \"enabled\": True,\n                \"startmonth\": \"JANUARY\",\n                \"dayofmonth\": 27,\n            },\n            \"yearlyschedule\": {\n                \"enabled\": False,\n                \"dayofmonth\": 31,\n                \"month\": \"DECEMBER\",\n            },\n        },\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var dbp = new Nutanix.NdbDatabase(\"dbp\", new()\n    {\n        Databasetype = \"postgres_database\",\n        Name = \"test-inst\",\n        Description = \"add description\",\n        Softwareprofileid = \"{{ software_profile_id }}\",\n        Softwareprofileversionid = \"{{ software_profile_version_id }}\",\n        Computeprofileid = \"{{ compute_profile_id }}\",\n        Networkprofileid = \"{{ network_profile_id }}\",\n        Dbparameterprofileid = \"{{ db_parameter_profile_id }}\",\n        PostgresqlInfo = new Nutanix.Inputs.NdbDatabasePostgresqlInfoArgs\n        {\n            ListenerPort = \"{{ listner_port }}\",\n            DatabaseSize = \"{{ 200 }}\",\n            DbPassword = \"password\",\n            DatabaseNames = \"testdb1\",\n        },\n        Nxclusterid = clusters.EraCluster.Id,\n        Sshpublickey = \"{{ ssh-public-key }}\",\n        Nodes = new[]\n        {\n            new Nutanix.Inputs.NdbDatabaseNodeArgs\n            {\n                Vmname = \"test-era-vm1\",\n                Networkprofileid = \"<network-profile-uuid>\",\n            },\n        },\n        Timemachineinfo = new Nutanix.Inputs.NdbDatabaseTimemachineinfoArgs\n        {\n            Name = \"test-pg-inst\",\n            Description = \"description of time machine\",\n            Slaid = \"{{ sla_id }}\",\n            Schedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleArgs\n            {\n                Snapshottimeofday = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs\n                {\n                    Hours = 16,\n                    Minutes = 0,\n                    Seconds = 0,\n                },\n                Continuousschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs\n                {\n                    Enabled = true,\n                    Logbackupinterval = 30,\n                    Snapshotsperday = 1,\n                },\n                Weeklyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs\n                {\n                    Enabled = true,\n                    Dayofweek = \"WEDNESDAY\",\n                },\n                Monthlyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs\n                {\n                    Enabled = true,\n                    Dayofmonth = 27,\n                },\n                Quartelyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs\n                {\n                    Enabled = true,\n                    Startmonth = \"JANUARY\",\n                    Dayofmonth = 27,\n                },\n                Yearlyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs\n                {\n                    Enabled = false,\n                    Dayofmonth = 31,\n                    Month = \"DECEMBER\",\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbDatabase(ctx, \"dbp\", &nutanix.NdbDatabaseArgs{\n\t\t\tDatabasetype:             pulumi.String(\"postgres_database\"),\n\t\t\tName:                     pulumi.String(\"test-inst\"),\n\t\t\tDescription:              pulumi.String(\"add description\"),\n\t\t\tSoftwareprofileid:        pulumi.String(\"{{ software_profile_id }}\"),\n\t\t\tSoftwareprofileversionid: pulumi.String(\"{{ software_profile_version_id }}\"),\n\t\t\tComputeprofileid:         pulumi.String(\"{{ compute_profile_id }}\"),\n\t\t\tNetworkprofileid:         pulumi.String(\"{{ network_profile_id }}\"),\n\t\t\tDbparameterprofileid:     pulumi.String(\"{{ db_parameter_profile_id }}\"),\n\t\t\tPostgresqlInfo: &nutanix.NdbDatabasePostgresqlInfoArgs{\n\t\t\t\tListenerPort:  pulumi.String(\"{{ listner_port }}\"),\n\t\t\t\tDatabaseSize:  pulumi.String(\"{{ 200 }}\"),\n\t\t\t\tDbPassword:    pulumi.String(\"password\"),\n\t\t\t\tDatabaseNames: pulumi.String(\"testdb1\"),\n\t\t\t},\n\t\t\tNxclusterid:  pulumi.Any(clusters.EraCluster.Id),\n\t\t\tSshpublickey: pulumi.String(\"{{ ssh-public-key }}\"),\n\t\t\tNodes: nutanix.NdbDatabaseNodeArray{\n\t\t\t\t&nutanix.NdbDatabaseNodeArgs{\n\t\t\t\t\tVmname:           pulumi.String(\"test-era-vm1\"),\n\t\t\t\t\tNetworkprofileid: pulumi.String(\"<network-profile-uuid>\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tTimemachineinfo: &nutanix.NdbDatabaseTimemachineinfoArgs{\n\t\t\t\tName:        pulumi.String(\"test-pg-inst\"),\n\t\t\t\tDescription: pulumi.String(\"description of time machine\"),\n\t\t\t\tSlaid:       pulumi.String(\"{{ sla_id }}\"),\n\t\t\t\tSchedule: &nutanix.NdbDatabaseTimemachineinfoScheduleArgs{\n\t\t\t\t\tSnapshottimeofday: &nutanix.NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs{\n\t\t\t\t\t\tHours:   pulumi.Int(16),\n\t\t\t\t\t\tMinutes: pulumi.Int(0),\n\t\t\t\t\t\tSeconds: pulumi.Int(0),\n\t\t\t\t\t},\n\t\t\t\t\tContinuousschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs{\n\t\t\t\t\t\tEnabled:           pulumi.Bool(true),\n\t\t\t\t\t\tLogbackupinterval: pulumi.Int(30),\n\t\t\t\t\t\tSnapshotsperday:   pulumi.Int(1),\n\t\t\t\t\t},\n\t\t\t\t\tWeeklyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs{\n\t\t\t\t\t\tEnabled:   pulumi.Bool(true),\n\t\t\t\t\t\tDayofweek: pulumi.String(\"WEDNESDAY\"),\n\t\t\t\t\t},\n\t\t\t\t\tMonthlyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs{\n\t\t\t\t\t\tEnabled:    pulumi.Bool(true),\n\t\t\t\t\t\tDayofmonth: pulumi.Int(27),\n\t\t\t\t\t},\n\t\t\t\t\tQuartelyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs{\n\t\t\t\t\t\tEnabled:    pulumi.Bool(true),\n\t\t\t\t\t\tStartmonth: pulumi.String(\"JANUARY\"),\n\t\t\t\t\t\tDayofmonth: pulumi.Int(27),\n\t\t\t\t\t},\n\t\t\t\t\tYearlyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs{\n\t\t\t\t\t\tEnabled:    pulumi.Bool(false),\n\t\t\t\t\t\tDayofmonth: pulumi.Int(31),\n\t\t\t\t\t\tMonth:      pulumi.String(\"DECEMBER\"),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbDatabase;\nimport com.pulumi.nutanix.NdbDatabaseArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabasePostgresqlInfoArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseNodeArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var dbp = new NdbDatabase(\"dbp\", NdbDatabaseArgs.builder()\n            .databasetype(\"postgres_database\")\n            .name(\"test-inst\")\n            .description(\"add description\")\n            .softwareprofileid(\"{{ software_profile_id }}\")\n            .softwareprofileversionid(\"{{ software_profile_version_id }}\")\n            .computeprofileid(\"{{ compute_profile_id }}\")\n            .networkprofileid(\"{{ network_profile_id }}\")\n            .dbparameterprofileid(\"{{ db_parameter_profile_id }}\")\n            .postgresqlInfo(NdbDatabasePostgresqlInfoArgs.builder()\n                .listenerPort(\"{{ listner_port }}\")\n                .databaseSize(\"{{ 200 }}\")\n                .dbPassword(\"password\")\n                .databaseNames(\"testdb1\")\n                .build())\n            .nxclusterid(clusters.EraCluster().id())\n            .sshpublickey(\"{{ ssh-public-key }}\")\n            .nodes(NdbDatabaseNodeArgs.builder()\n                .vmname(\"test-era-vm1\")\n                .networkprofileid(\"<network-profile-uuid>\")\n                .build())\n            .timemachineinfo(NdbDatabaseTimemachineinfoArgs.builder()\n                .name(\"test-pg-inst\")\n                .description(\"description of time machine\")\n                .slaid(\"{{ sla_id }}\")\n                .schedule(NdbDatabaseTimemachineinfoScheduleArgs.builder()\n                    .snapshottimeofday(NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs.builder()\n                        .hours(16)\n                        .minutes(0)\n                        .seconds(0)\n                        .build())\n                    .continuousschedule(NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs.builder()\n                        .enabled(true)\n                        .logbackupinterval(30)\n                        .snapshotsperday(1)\n                        .build())\n                    .weeklyschedule(NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs.builder()\n                        .enabled(true)\n                        .dayofweek(\"WEDNESDAY\")\n                        .build())\n                    .monthlyschedule(NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs.builder()\n                        .enabled(true)\n                        .dayofmonth(27)\n                        .build())\n                    .quartelyschedule(NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs.builder()\n                        .enabled(true)\n                        .startmonth(\"JANUARY\")\n                        .dayofmonth(27)\n                        .build())\n                    .yearlyschedule(NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs.builder()\n                        .enabled(false)\n                        .dayofmonth(31)\n                        .month(\"DECEMBER\")\n                        .build())\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  dbp:\n    type: nutanix:NdbDatabase\n    properties:\n      databasetype: postgres_database\n      name: test-inst\n      description: add description\n      softwareprofileid: '{{ software_profile_id }}'\n      softwareprofileversionid: '{{ software_profile_version_id }}'\n      computeprofileid: '{{ compute_profile_id }}'\n      networkprofileid: '{{ network_profile_id }}'\n      dbparameterprofileid: '{{ db_parameter_profile_id }}'\n      postgresqlInfo:\n        listenerPort: '{{ listner_port }}'\n        databaseSize: '{{ 200 }}'\n        dbPassword: password\n        databaseNames: testdb1\n      nxclusterid: ${clusters.EraCluster.id}\n      sshpublickey: '{{ ssh-public-key }}'\n      nodes:\n        - vmname: test-era-vm1\n          networkprofileid: <network-profile-uuid>\n      timemachineinfo:\n        name: test-pg-inst\n        description: description of time machine\n        slaid: '{{ sla_id }}'\n        schedule:\n          snapshottimeofday:\n            hours: 16\n            minutes: 0\n            seconds: 0\n          continuousschedule:\n            enabled: true\n            logbackupinterval: 30\n            snapshotsperday: 1\n          weeklyschedule:\n            enabled: true\n            dayofweek: WEDNESDAY\n          monthlyschedule:\n            enabled: true\n            dayofmonth: '27'\n          quartelyschedule:\n            enabled: true\n            startmonth: JANUARY\n            dayofmonth: 27\n          yearlyschedule:\n            enabled: false\n            dayofmonth: 31\n            month: DECEMBER\n```\n<!--End PulumiCodeChooser -->\n\n\n### NDB database resource to provision HA instance with new database server VM\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst dbp = new nutanix.NdbDatabase(\"dbp\", {\n    databasetype: \"postgres_database\",\n    name: \"test-pg-inst-HA-tf\",\n    description: \"adding description\",\n    softwareprofileid: \"{{ software_profile_id }}\",\n    softwareprofileversionid: \"{{ software_profile_version_id }}\",\n    computeprofileid: \"{{ compute_profile_id }}\",\n    networkprofileid: \"{{ network_profile_id }}\",\n    dbparameterprofileid: \"{{ db_parameter_profile_id }}\",\n    createdbserver: true,\n    clustered: true,\n    nodecount: 4,\n    postgresqlInfo: {\n        listenerPort: \"5432\",\n        databaseSize: \"200\",\n        dbPassword: \"{{ database password}}\",\n        databaseNames: \"testdb1\",\n        haInstance: {\n            proxyReadPort: \"5001\",\n            proxyWritePort: \"5000\",\n            clusterName: \"{{ cluster_name }}\",\n            patroniClusterName: \" {{ patroni_cluster_name }}\",\n        },\n    },\n    nxclusterid: \"1c42ca25-32f4-42d9-a2bd-6a21f925b725\",\n    sshpublickey: \"{{ ssh_public_key }}\",\n    nodes: [\n        {\n            properties: [{\n                name: \"node_type\",\n                value: \"haproxy\",\n            }],\n            vmname: \"{{ vm name }}\",\n            nxClusterId: \"{{ nx_cluster_id }}\",\n        },\n        {\n            properties: [\n                {\n                    name: \"role\",\n                    value: \"Primary\",\n                },\n                {\n                    name: \"failover_mode\",\n                    value: \"Automatic\",\n                },\n                {\n                    name: \"node_type\",\n                    value: \"database\",\n                },\n            ],\n            vmname: \"{{ name of vm }}\",\n            networkprofileid: \"{{ network_profile_id }}\",\n            computeprofileid: \"{{ compute_profile_id }}\",\n            nxClusterId: \"{{ nx_cluster_id }}\",\n        },\n        {\n            properties: [\n                {\n                    name: \"role\",\n                    value: \"Secondary\",\n                },\n                {\n                    name: \"failover_mode\",\n                    value: \"Automatic\",\n                },\n                {\n                    name: \"node_type\",\n                    value: \"database\",\n                },\n            ],\n            vmname: \"{{ name of vm }}\",\n            networkprofileid: \"{{ network_profile_id }}\",\n            computeprofileid: \"{{ compute_profile_id }}\",\n            nxClusterId: \"{{ nx_cluster_id }}\",\n        },\n        {\n            properties: [\n                {\n                    name: \"role\",\n                    value: \"Secondary\",\n                },\n                {\n                    name: \"failover_mode\",\n                    value: \"Automatic\",\n                },\n                {\n                    name: \"node_type\",\n                    value: \"database\",\n                },\n            ],\n            vmname: \"{{ name of vm }}\",\n            networkprofileid: \"{{ network_profile_id }}\",\n            computeprofileid: \"{{ compute_profile_id }}\",\n            nxClusterId: \"{{ nx_cluster_id }}\",\n        },\n    ],\n    timemachineinfo: {\n        name: \"test-pg-inst-HA\",\n        description: \"\",\n        slaDetails: [{\n            primarySlas: [{\n                slaId: \"{{ required SLA}}0\",\n                nxClusterIds: [\"{{ nx_cluster_id}}\"],\n            }],\n        }],\n        schedule: {\n            snapshottimeofday: {\n                hours: 16,\n                minutes: 0,\n                seconds: 0,\n            },\n            continuousschedule: {\n                enabled: true,\n                logbackupinterval: 30,\n                snapshotsperday: 1,\n            },\n            weeklyschedule: {\n                enabled: true,\n                dayofweek: \"WEDNESDAY\",\n            },\n            monthlyschedule: {\n                enabled: true,\n                dayofmonth: 27,\n            },\n            quartelyschedule: {\n                enabled: true,\n                startmonth: \"JANUARY\",\n                dayofmonth: 27,\n            },\n            yearlyschedule: {\n                enabled: false,\n                dayofmonth: 31,\n                month: \"DECEMBER\",\n            },\n        },\n    },\n    vmPassword: \"{{ vm_password}}\",\n    autotunestagingdrive: true,\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ndbp = nutanix.NdbDatabase(\"dbp\",\n    databasetype=\"postgres_database\",\n    name=\"test-pg-inst-HA-tf\",\n    description=\"adding description\",\n    softwareprofileid=\"{{ software_profile_id }}\",\n    softwareprofileversionid=\"{{ software_profile_version_id }}\",\n    computeprofileid=\"{{ compute_profile_id }}\",\n    networkprofileid=\"{{ network_profile_id }}\",\n    dbparameterprofileid=\"{{ db_parameter_profile_id }}\",\n    createdbserver=True,\n    clustered=True,\n    nodecount=4,\n    postgresql_info={\n        \"listener_port\": \"5432\",\n        \"database_size\": \"200\",\n        \"db_password\": \"{{ database password}}\",\n        \"database_names\": \"testdb1\",\n        \"ha_instance\": {\n            \"proxy_read_port\": \"5001\",\n            \"proxy_write_port\": \"5000\",\n            \"cluster_name\": \"{{ cluster_name }}\",\n            \"patroni_cluster_name\": \" {{ patroni_cluster_name }}\",\n        },\n    },\n    nxclusterid=\"1c42ca25-32f4-42d9-a2bd-6a21f925b725\",\n    sshpublickey=\"{{ ssh_public_key }}\",\n    nodes=[\n        {\n            \"properties\": [{\n                \"name\": \"node_type\",\n                \"value\": \"haproxy\",\n            }],\n            \"vmname\": \"{{ vm name }}\",\n            \"nx_cluster_id\": \"{{ nx_cluster_id }}\",\n        },\n        {\n            \"properties\": [\n                {\n                    \"name\": \"role\",\n                    \"value\": \"Primary\",\n                },\n                {\n                    \"name\": \"failover_mode\",\n                    \"value\": \"Automatic\",\n                },\n                {\n                    \"name\": \"node_type\",\n                    \"value\": \"database\",\n                },\n            ],\n            \"vmname\": \"{{ name of vm }}\",\n            \"networkprofileid\": \"{{ network_profile_id }}\",\n            \"computeprofileid\": \"{{ compute_profile_id }}\",\n            \"nx_cluster_id\": \"{{ nx_cluster_id }}\",\n        },\n        {\n            \"properties\": [\n                {\n                    \"name\": \"role\",\n                    \"value\": \"Secondary\",\n                },\n                {\n                    \"name\": \"failover_mode\",\n                    \"value\": \"Automatic\",\n                },\n                {\n                    \"name\": \"node_type\",\n                    \"value\": \"database\",\n                },\n            ],\n            \"vmname\": \"{{ name of vm }}\",\n            \"networkprofileid\": \"{{ network_profile_id }}\",\n            \"computeprofileid\": \"{{ compute_profile_id }}\",\n            \"nx_cluster_id\": \"{{ nx_cluster_id }}\",\n        },\n        {\n            \"properties\": [\n                {\n                    \"name\": \"role\",\n                    \"value\": \"Secondary\",\n                },\n                {\n                    \"name\": \"failover_mode\",\n                    \"value\": \"Automatic\",\n                },\n                {\n                    \"name\": \"node_type\",\n                    \"value\": \"database\",\n                },\n            ],\n            \"vmname\": \"{{ name of vm }}\",\n            \"networkprofileid\": \"{{ network_profile_id }}\",\n            \"computeprofileid\": \"{{ compute_profile_id }}\",\n            \"nx_cluster_id\": \"{{ nx_cluster_id }}\",\n        },\n    ],\n    timemachineinfo={\n        \"name\": \"test-pg-inst-HA\",\n        \"description\": \"\",\n        \"sla_details\": [{\n            \"primary_slas\": [{\n                \"sla_id\": \"{{ required SLA}}0\",\n                \"nx_cluster_ids\": [\"{{ nx_cluster_id}}\"],\n            }],\n        }],\n        \"schedule\": {\n            \"snapshottimeofday\": {\n                \"hours\": 16,\n                \"minutes\": 0,\n                \"seconds\": 0,\n            },\n            \"continuousschedule\": {\n                \"enabled\": True,\n                \"logbackupinterval\": 30,\n                \"snapshotsperday\": 1,\n            },\n            \"weeklyschedule\": {\n                \"enabled\": True,\n                \"dayofweek\": \"WEDNESDAY\",\n            },\n            \"monthlyschedule\": {\n                \"enabled\": True,\n                \"dayofmonth\": 27,\n            },\n            \"quartelyschedule\": {\n                \"enabled\": True,\n                \"startmonth\": \"JANUARY\",\n                \"dayofmonth\": 27,\n            },\n            \"yearlyschedule\": {\n                \"enabled\": False,\n                \"dayofmonth\": 31,\n                \"month\": \"DECEMBER\",\n            },\n        },\n    },\n    vm_password=\"{{ vm_password}}\",\n    autotunestagingdrive=True)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var dbp = new Nutanix.NdbDatabase(\"dbp\", new()\n    {\n        Databasetype = \"postgres_database\",\n        Name = \"test-pg-inst-HA-tf\",\n        Description = \"adding description\",\n        Softwareprofileid = \"{{ software_profile_id }}\",\n        Softwareprofileversionid = \"{{ software_profile_version_id }}\",\n        Computeprofileid = \"{{ compute_profile_id }}\",\n        Networkprofileid = \"{{ network_profile_id }}\",\n        Dbparameterprofileid = \"{{ db_parameter_profile_id }}\",\n        Createdbserver = true,\n        Clustered = true,\n        Nodecount = 4,\n        PostgresqlInfo = new Nutanix.Inputs.NdbDatabasePostgresqlInfoArgs\n        {\n            ListenerPort = \"5432\",\n            DatabaseSize = \"200\",\n            DbPassword = \"{{ database password}}\",\n            DatabaseNames = \"testdb1\",\n            HaInstance = new Nutanix.Inputs.NdbDatabasePostgresqlInfoHaInstanceArgs\n            {\n                ProxyReadPort = \"5001\",\n                ProxyWritePort = \"5000\",\n                ClusterName = \"{{ cluster_name }}\",\n                PatroniClusterName = \" {{ patroni_cluster_name }}\",\n            },\n        },\n        Nxclusterid = \"1c42ca25-32f4-42d9-a2bd-6a21f925b725\",\n        Sshpublickey = \"{{ ssh_public_key }}\",\n        Nodes = new[]\n        {\n            new Nutanix.Inputs.NdbDatabaseNodeArgs\n            {\n                Properties = new[]\n                {\n                    new Nutanix.Inputs.NdbDatabaseNodePropertyArgs\n                    {\n                        Name = \"node_type\",\n                        Value = \"haproxy\",\n                    },\n                },\n                Vmname = \"{{ vm name }}\",\n                NxClusterId = \"{{ nx_cluster_id }}\",\n            },\n            new Nutanix.Inputs.NdbDatabaseNodeArgs\n            {\n                Properties = new[]\n                {\n                    new Nutanix.Inputs.NdbDatabaseNodePropertyArgs\n                    {\n                        Name = \"role\",\n                        Value = \"Primary\",\n                    },\n                    new Nutanix.Inputs.NdbDatabaseNodePropertyArgs\n                    {\n                        Name = \"failover_mode\",\n                        Value = \"Automatic\",\n                    },\n                    new Nutanix.Inputs.NdbDatabaseNodePropertyArgs\n                    {\n                        Name = \"node_type\",\n                        Value = \"database\",\n                    },\n                },\n                Vmname = \"{{ name of vm }}\",\n                Networkprofileid = \"{{ network_profile_id }}\",\n                Computeprofileid = \"{{ compute_profile_id }}\",\n                NxClusterId = \"{{ nx_cluster_id }}\",\n            },\n            new Nutanix.Inputs.NdbDatabaseNodeArgs\n            {\n                Properties = new[]\n                {\n                    new Nutanix.Inputs.NdbDatabaseNodePropertyArgs\n                    {\n                        Name = \"role\",\n                        Value = \"Secondary\",\n                    },\n                    new Nutanix.Inputs.NdbDatabaseNodePropertyArgs\n                    {\n                        Name = \"failover_mode\",\n                        Value = \"Automatic\",\n                    },\n                    new Nutanix.Inputs.NdbDatabaseNodePropertyArgs\n                    {\n                        Name = \"node_type\",\n                        Value = \"database\",\n                    },\n                },\n                Vmname = \"{{ name of vm }}\",\n                Networkprofileid = \"{{ network_profile_id }}\",\n                Computeprofileid = \"{{ compute_profile_id }}\",\n                NxClusterId = \"{{ nx_cluster_id }}\",\n            },\n            new Nutanix.Inputs.NdbDatabaseNodeArgs\n            {\n                Properties = new[]\n                {\n                    new Nutanix.Inputs.NdbDatabaseNodePropertyArgs\n                    {\n                        Name = \"role\",\n                        Value = \"Secondary\",\n                    },\n                    new Nutanix.Inputs.NdbDatabaseNodePropertyArgs\n                    {\n                        Name = \"failover_mode\",\n                        Value = \"Automatic\",\n                    },\n                    new Nutanix.Inputs.NdbDatabaseNodePropertyArgs\n                    {\n                        Name = \"node_type\",\n                        Value = \"database\",\n                    },\n                },\n                Vmname = \"{{ name of vm }}\",\n                Networkprofileid = \"{{ network_profile_id }}\",\n                Computeprofileid = \"{{ compute_profile_id }}\",\n                NxClusterId = \"{{ nx_cluster_id }}\",\n            },\n        },\n        Timemachineinfo = new Nutanix.Inputs.NdbDatabaseTimemachineinfoArgs\n        {\n            Name = \"test-pg-inst-HA\",\n            Description = \"\",\n            SlaDetails = new[]\n            {\n                new Nutanix.Inputs.NdbDatabaseTimemachineinfoSlaDetailArgs\n                {\n                    PrimarySlas = new[]\n                    {\n                        new Nutanix.Inputs.NdbDatabaseTimemachineinfoSlaDetailPrimarySlaArgs\n                        {\n                            SlaId = \"{{ required SLA}}0\",\n                            NxClusterIds = new[]\n                            {\n                                \"{{ nx_cluster_id}}\",\n                            },\n                        },\n                    },\n                },\n            },\n            Schedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleArgs\n            {\n                Snapshottimeofday = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs\n                {\n                    Hours = 16,\n                    Minutes = 0,\n                    Seconds = 0,\n                },\n                Continuousschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs\n                {\n                    Enabled = true,\n                    Logbackupinterval = 30,\n                    Snapshotsperday = 1,\n                },\n                Weeklyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs\n                {\n                    Enabled = true,\n                    Dayofweek = \"WEDNESDAY\",\n                },\n                Monthlyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs\n                {\n                    Enabled = true,\n                    Dayofmonth = 27,\n                },\n                Quartelyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs\n                {\n                    Enabled = true,\n                    Startmonth = \"JANUARY\",\n                    Dayofmonth = 27,\n                },\n                Yearlyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs\n                {\n                    Enabled = false,\n                    Dayofmonth = 31,\n                    Month = \"DECEMBER\",\n                },\n            },\n        },\n        VmPassword = \"{{ vm_password}}\",\n        Autotunestagingdrive = true,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbDatabase(ctx, \"dbp\", &nutanix.NdbDatabaseArgs{\n\t\t\tDatabasetype:             pulumi.String(\"postgres_database\"),\n\t\t\tName:                     pulumi.String(\"test-pg-inst-HA-tf\"),\n\t\t\tDescription:              pulumi.String(\"adding description\"),\n\t\t\tSoftwareprofileid:        pulumi.String(\"{{ software_profile_id }}\"),\n\t\t\tSoftwareprofileversionid: pulumi.String(\"{{ software_profile_version_id }}\"),\n\t\t\tComputeprofileid:         pulumi.String(\"{{ compute_profile_id }}\"),\n\t\t\tNetworkprofileid:         pulumi.String(\"{{ network_profile_id }}\"),\n\t\t\tDbparameterprofileid:     pulumi.String(\"{{ db_parameter_profile_id }}\"),\n\t\t\tCreatedbserver:           pulumi.Bool(true),\n\t\t\tClustered:                pulumi.Bool(true),\n\t\t\tNodecount:                pulumi.Int(4),\n\t\t\tPostgresqlInfo: &nutanix.NdbDatabasePostgresqlInfoArgs{\n\t\t\t\tListenerPort:  pulumi.String(\"5432\"),\n\t\t\t\tDatabaseSize:  pulumi.String(\"200\"),\n\t\t\t\tDbPassword:    pulumi.String(\"{{ database password}}\"),\n\t\t\t\tDatabaseNames: pulumi.String(\"testdb1\"),\n\t\t\t\tHaInstance: &nutanix.NdbDatabasePostgresqlInfoHaInstanceArgs{\n\t\t\t\t\tProxyReadPort:      pulumi.String(\"5001\"),\n\t\t\t\t\tProxyWritePort:     pulumi.String(\"5000\"),\n\t\t\t\t\tClusterName:        pulumi.String(\"{{ cluster_name }}\"),\n\t\t\t\t\tPatroniClusterName: pulumi.String(\" {{ patroni_cluster_name }}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tNxclusterid:  pulumi.String(\"1c42ca25-32f4-42d9-a2bd-6a21f925b725\"),\n\t\t\tSshpublickey: pulumi.String(\"{{ ssh_public_key }}\"),\n\t\t\tNodes: nutanix.NdbDatabaseNodeArray{\n\t\t\t\t&nutanix.NdbDatabaseNodeArgs{\n\t\t\t\t\tProperties: nutanix.NdbDatabaseNodePropertyArray{\n\t\t\t\t\t\t&nutanix.NdbDatabaseNodePropertyArgs{\n\t\t\t\t\t\t\tName:  pulumi.String(\"node_type\"),\n\t\t\t\t\t\t\tValue: pulumi.String(\"haproxy\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tVmname:      pulumi.String(\"{{ vm name }}\"),\n\t\t\t\t\tNxClusterId: pulumi.String(\"{{ nx_cluster_id }}\"),\n\t\t\t\t},\n\t\t\t\t&nutanix.NdbDatabaseNodeArgs{\n\t\t\t\t\tProperties: nutanix.NdbDatabaseNodePropertyArray{\n\t\t\t\t\t\t&nutanix.NdbDatabaseNodePropertyArgs{\n\t\t\t\t\t\t\tName:  pulumi.String(\"role\"),\n\t\t\t\t\t\t\tValue: pulumi.String(\"Primary\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.NdbDatabaseNodePropertyArgs{\n\t\t\t\t\t\t\tName:  pulumi.String(\"failover_mode\"),\n\t\t\t\t\t\t\tValue: pulumi.String(\"Automatic\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.NdbDatabaseNodePropertyArgs{\n\t\t\t\t\t\t\tName:  pulumi.String(\"node_type\"),\n\t\t\t\t\t\t\tValue: pulumi.String(\"database\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tVmname:           pulumi.String(\"{{ name of vm }}\"),\n\t\t\t\t\tNetworkprofileid: pulumi.String(\"{{ network_profile_id }}\"),\n\t\t\t\t\tComputeprofileid: pulumi.String(\"{{ compute_profile_id }}\"),\n\t\t\t\t\tNxClusterId:      pulumi.String(\"{{ nx_cluster_id }}\"),\n\t\t\t\t},\n\t\t\t\t&nutanix.NdbDatabaseNodeArgs{\n\t\t\t\t\tProperties: nutanix.NdbDatabaseNodePropertyArray{\n\t\t\t\t\t\t&nutanix.NdbDatabaseNodePropertyArgs{\n\t\t\t\t\t\t\tName:  pulumi.String(\"role\"),\n\t\t\t\t\t\t\tValue: pulumi.String(\"Secondary\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.NdbDatabaseNodePropertyArgs{\n\t\t\t\t\t\t\tName:  pulumi.String(\"failover_mode\"),\n\t\t\t\t\t\t\tValue: pulumi.String(\"Automatic\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.NdbDatabaseNodePropertyArgs{\n\t\t\t\t\t\t\tName:  pulumi.String(\"node_type\"),\n\t\t\t\t\t\t\tValue: pulumi.String(\"database\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tVmname:           pulumi.String(\"{{ name of vm }}\"),\n\t\t\t\t\tNetworkprofileid: pulumi.String(\"{{ network_profile_id }}\"),\n\t\t\t\t\tComputeprofileid: pulumi.String(\"{{ compute_profile_id }}\"),\n\t\t\t\t\tNxClusterId:      pulumi.String(\"{{ nx_cluster_id }}\"),\n\t\t\t\t},\n\t\t\t\t&nutanix.NdbDatabaseNodeArgs{\n\t\t\t\t\tProperties: nutanix.NdbDatabaseNodePropertyArray{\n\t\t\t\t\t\t&nutanix.NdbDatabaseNodePropertyArgs{\n\t\t\t\t\t\t\tName:  pulumi.String(\"role\"),\n\t\t\t\t\t\t\tValue: pulumi.String(\"Secondary\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.NdbDatabaseNodePropertyArgs{\n\t\t\t\t\t\t\tName:  pulumi.String(\"failover_mode\"),\n\t\t\t\t\t\t\tValue: pulumi.String(\"Automatic\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.NdbDatabaseNodePropertyArgs{\n\t\t\t\t\t\t\tName:  pulumi.String(\"node_type\"),\n\t\t\t\t\t\t\tValue: pulumi.String(\"database\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tVmname:           pulumi.String(\"{{ name of vm }}\"),\n\t\t\t\t\tNetworkprofileid: pulumi.String(\"{{ network_profile_id }}\"),\n\t\t\t\t\tComputeprofileid: pulumi.String(\"{{ compute_profile_id }}\"),\n\t\t\t\t\tNxClusterId:      pulumi.String(\"{{ nx_cluster_id }}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tTimemachineinfo: &nutanix.NdbDatabaseTimemachineinfoArgs{\n\t\t\t\tName:        pulumi.String(\"test-pg-inst-HA\"),\n\t\t\t\tDescription: pulumi.String(\"\"),\n\t\t\t\tSlaDetails: nutanix.NdbDatabaseTimemachineinfoSlaDetailArray{\n\t\t\t\t\t&nutanix.NdbDatabaseTimemachineinfoSlaDetailArgs{\n\t\t\t\t\t\tPrimarySlas: nutanix.NdbDatabaseTimemachineinfoSlaDetailPrimarySlaArray{\n\t\t\t\t\t\t\t&nutanix.NdbDatabaseTimemachineinfoSlaDetailPrimarySlaArgs{\n\t\t\t\t\t\t\t\tSlaId: pulumi.String(\"{{ required SLA}}0\"),\n\t\t\t\t\t\t\t\tNxClusterIds: pulumi.StringArray{\n\t\t\t\t\t\t\t\t\tpulumi.String(\"{{ nx_cluster_id}}\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tSchedule: &nutanix.NdbDatabaseTimemachineinfoScheduleArgs{\n\t\t\t\t\tSnapshottimeofday: &nutanix.NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs{\n\t\t\t\t\t\tHours:   pulumi.Int(16),\n\t\t\t\t\t\tMinutes: pulumi.Int(0),\n\t\t\t\t\t\tSeconds: pulumi.Int(0),\n\t\t\t\t\t},\n\t\t\t\t\tContinuousschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs{\n\t\t\t\t\t\tEnabled:           pulumi.Bool(true),\n\t\t\t\t\t\tLogbackupinterval: pulumi.Int(30),\n\t\t\t\t\t\tSnapshotsperday:   pulumi.Int(1),\n\t\t\t\t\t},\n\t\t\t\t\tWeeklyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs{\n\t\t\t\t\t\tEnabled:   pulumi.Bool(true),\n\t\t\t\t\t\tDayofweek: pulumi.String(\"WEDNESDAY\"),\n\t\t\t\t\t},\n\t\t\t\t\tMonthlyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs{\n\t\t\t\t\t\tEnabled:    pulumi.Bool(true),\n\t\t\t\t\t\tDayofmonth: pulumi.Int(27),\n\t\t\t\t\t},\n\t\t\t\t\tQuartelyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs{\n\t\t\t\t\t\tEnabled:    pulumi.Bool(true),\n\t\t\t\t\t\tStartmonth: pulumi.String(\"JANUARY\"),\n\t\t\t\t\t\tDayofmonth: pulumi.Int(27),\n\t\t\t\t\t},\n\t\t\t\t\tYearlyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs{\n\t\t\t\t\t\tEnabled:    pulumi.Bool(false),\n\t\t\t\t\t\tDayofmonth: pulumi.Int(31),\n\t\t\t\t\t\tMonth:      pulumi.String(\"DECEMBER\"),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tVmPassword:           pulumi.String(\"{{ vm_password}}\"),\n\t\t\tAutotunestagingdrive: pulumi.Bool(true),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbDatabase;\nimport com.pulumi.nutanix.NdbDatabaseArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabasePostgresqlInfoArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabasePostgresqlInfoHaInstanceArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseNodeArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var dbp = new NdbDatabase(\"dbp\", NdbDatabaseArgs.builder()\n            .databasetype(\"postgres_database\")\n            .name(\"test-pg-inst-HA-tf\")\n            .description(\"adding description\")\n            .softwareprofileid(\"{{ software_profile_id }}\")\n            .softwareprofileversionid(\"{{ software_profile_version_id }}\")\n            .computeprofileid(\"{{ compute_profile_id }}\")\n            .networkprofileid(\"{{ network_profile_id }}\")\n            .dbparameterprofileid(\"{{ db_parameter_profile_id }}\")\n            .createdbserver(true)\n            .clustered(true)\n            .nodecount(4)\n            .postgresqlInfo(NdbDatabasePostgresqlInfoArgs.builder()\n                .listenerPort(\"5432\")\n                .databaseSize(\"200\")\n                .dbPassword(\"{{ database password}}\")\n                .databaseNames(\"testdb1\")\n                .haInstance(NdbDatabasePostgresqlInfoHaInstanceArgs.builder()\n                    .proxyReadPort(\"5001\")\n                    .proxyWritePort(\"5000\")\n                    .clusterName(\"{{ cluster_name }}\")\n                    .patroniClusterName(\" {{ patroni_cluster_name }}\")\n                    .build())\n                .build())\n            .nxclusterid(\"1c42ca25-32f4-42d9-a2bd-6a21f925b725\")\n            .sshpublickey(\"{{ ssh_public_key }}\")\n            .nodes(            \n                NdbDatabaseNodeArgs.builder()\n                    .properties(NdbDatabaseNodePropertyArgs.builder()\n                        .name(\"node_type\")\n                        .value(\"haproxy\")\n                        .build())\n                    .vmname(\"{{ vm name }}\")\n                    .nxClusterId(\"{{ nx_cluster_id }}\")\n                    .build(),\n                NdbDatabaseNodeArgs.builder()\n                    .properties(                    \n                        NdbDatabaseNodePropertyArgs.builder()\n                            .name(\"role\")\n                            .value(\"Primary\")\n                            .build(),\n                        NdbDatabaseNodePropertyArgs.builder()\n                            .name(\"failover_mode\")\n                            .value(\"Automatic\")\n                            .build(),\n                        NdbDatabaseNodePropertyArgs.builder()\n                            .name(\"node_type\")\n                            .value(\"database\")\n                            .build())\n                    .vmname(\"{{ name of vm }}\")\n                    .networkprofileid(\"{{ network_profile_id }}\")\n                    .computeprofileid(\"{{ compute_profile_id }}\")\n                    .nxClusterId(\"{{ nx_cluster_id }}\")\n                    .build(),\n                NdbDatabaseNodeArgs.builder()\n                    .properties(                    \n                        NdbDatabaseNodePropertyArgs.builder()\n                            .name(\"role\")\n                            .value(\"Secondary\")\n                            .build(),\n                        NdbDatabaseNodePropertyArgs.builder()\n                            .name(\"failover_mode\")\n                            .value(\"Automatic\")\n                            .build(),\n                        NdbDatabaseNodePropertyArgs.builder()\n                            .name(\"node_type\")\n                            .value(\"database\")\n                            .build())\n                    .vmname(\"{{ name of vm }}\")\n                    .networkprofileid(\"{{ network_profile_id }}\")\n                    .computeprofileid(\"{{ compute_profile_id }}\")\n                    .nxClusterId(\"{{ nx_cluster_id }}\")\n                    .build(),\n                NdbDatabaseNodeArgs.builder()\n                    .properties(                    \n                        NdbDatabaseNodePropertyArgs.builder()\n                            .name(\"role\")\n                            .value(\"Secondary\")\n                            .build(),\n                        NdbDatabaseNodePropertyArgs.builder()\n                            .name(\"failover_mode\")\n                            .value(\"Automatic\")\n                            .build(),\n                        NdbDatabaseNodePropertyArgs.builder()\n                            .name(\"node_type\")\n                            .value(\"database\")\n                            .build())\n                    .vmname(\"{{ name of vm }}\")\n                    .networkprofileid(\"{{ network_profile_id }}\")\n                    .computeprofileid(\"{{ compute_profile_id }}\")\n                    .nxClusterId(\"{{ nx_cluster_id }}\")\n                    .build())\n            .timemachineinfo(NdbDatabaseTimemachineinfoArgs.builder()\n                .name(\"test-pg-inst-HA\")\n                .description(\"\")\n                .slaDetails(NdbDatabaseTimemachineinfoSlaDetailArgs.builder()\n                    .primarySlas(NdbDatabaseTimemachineinfoSlaDetailPrimarySlaArgs.builder()\n                        .slaId(\"{{ required SLA}}0\")\n                        .nxClusterIds(\"{{ nx_cluster_id}}\")\n                        .build())\n                    .build())\n                .schedule(NdbDatabaseTimemachineinfoScheduleArgs.builder()\n                    .snapshottimeofday(NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs.builder()\n                        .hours(16)\n                        .minutes(0)\n                        .seconds(0)\n                        .build())\n                    .continuousschedule(NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs.builder()\n                        .enabled(true)\n                        .logbackupinterval(30)\n                        .snapshotsperday(1)\n                        .build())\n                    .weeklyschedule(NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs.builder()\n                        .enabled(true)\n                        .dayofweek(\"WEDNESDAY\")\n                        .build())\n                    .monthlyschedule(NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs.builder()\n                        .enabled(true)\n                        .dayofmonth(27)\n                        .build())\n                    .quartelyschedule(NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs.builder()\n                        .enabled(true)\n                        .startmonth(\"JANUARY\")\n                        .dayofmonth(27)\n                        .build())\n                    .yearlyschedule(NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs.builder()\n                        .enabled(false)\n                        .dayofmonth(31)\n                        .month(\"DECEMBER\")\n                        .build())\n                    .build())\n                .build())\n            .vmPassword(\"{{ vm_password}}\")\n            .autotunestagingdrive(true)\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  dbp:\n    type: nutanix:NdbDatabase\n    properties:\n      databasetype: postgres_database\n      name: test-pg-inst-HA-tf\n      description: adding description\n      softwareprofileid: '{{ software_profile_id }}'\n      softwareprofileversionid: '{{ software_profile_version_id }}'\n      computeprofileid: '{{ compute_profile_id }}'\n      networkprofileid: '{{ network_profile_id }}'\n      dbparameterprofileid: '{{ db_parameter_profile_id }}'\n      createdbserver: true\n      clustered: true # node count (with haproxy server node)\n      nodecount: 4 # min required details for provisioning HA instance\n      postgresqlInfo:\n        listenerPort: '5432'\n        databaseSize: '200'\n        dbPassword: '{{ database password}}'\n        databaseNames: testdb1\n        haInstance:\n          proxyReadPort: '5001'\n          proxyWritePort: '5000'\n          clusterName: '{{ cluster_name }}'\n          patroniClusterName: ' {{ patroni_cluster_name }}'\n      nxclusterid: 1c42ca25-32f4-42d9-a2bd-6a21f925b725\n      sshpublickey: '{{ ssh_public_key }}'\n      nodes:\n        - properties:\n            - name: node_type\n              value: haproxy\n          vmname: '{{ vm name }}'\n          nxClusterId: '{{ nx_cluster_id }}'\n        - properties:\n            - name: role\n              value: Primary\n            - name: failover_mode\n              value: Automatic\n            - name: node_type\n              value: database\n          vmname: '{{ name of vm }}'\n          networkprofileid: '{{ network_profile_id }}'\n          computeprofileid: '{{ compute_profile_id }}'\n          nxClusterId: '{{ nx_cluster_id }}'\n        - properties:\n            - name: role\n              value: Secondary\n            - name: failover_mode\n              value: Automatic\n            - name: node_type\n              value: database\n          vmname: '{{ name of vm }}'\n          networkprofileid: '{{ network_profile_id }}'\n          computeprofileid: '{{ compute_profile_id }}'\n          nxClusterId: '{{ nx_cluster_id }}'\n        - properties:\n            - name: role\n              value: Secondary\n            - name: failover_mode\n              value: Automatic\n            - name: node_type\n              value: database\n          vmname: '{{ name of vm }}'\n          networkprofileid: '{{ network_profile_id }}'\n          computeprofileid: '{{ compute_profile_id }}'\n          nxClusterId: '{{ nx_cluster_id }}'\n      timemachineinfo:\n        name: test-pg-inst-HA\n        description: \"\"\n        slaDetails:\n          - primarySlas:\n              - slaId: '{{ required SLA}}0'\n                nxClusterIds:\n                  - '{{ nx_cluster_id}}'\n        schedule:\n          snapshottimeofday:\n            hours: 16\n            minutes: 0\n            seconds: 0\n          continuousschedule:\n            enabled: true\n            logbackupinterval: 30\n            snapshotsperday: 1\n          weeklyschedule:\n            enabled: true\n            dayofweek: WEDNESDAY\n          monthlyschedule:\n            enabled: true\n            dayofmonth: '27'\n          quartelyschedule:\n            enabled: true\n            startmonth: JANUARY\n            dayofmonth: 27\n          yearlyschedule:\n            enabled: false\n            dayofmonth: 31\n            month: DECEMBER\n      vmPassword: '{{ vm_password}}'\n      autotunestagingdrive: true\n```\n<!--End PulumiCodeChooser -->\n\n### NDB database resource with registered database server VM\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst dbp = new nutanix.NdbDatabase(\"dbp\", {\n    databasetype: \"postgres_database\",\n    name: \"test-inst\",\n    description: \"add description\",\n    dbparameterprofileid: \"{{ db_parameter_profile_id }}\",\n    dbserverId: \"{{ dbserver_id }}\",\n    createdbserver: false,\n    postgresqlInfo: {\n        listenerPort: \"{{ listner_port }}\",\n        databaseSize: \"{{ 200 }}\",\n        dbPassword: \"password\",\n        databaseNames: \"testdb1\",\n    },\n    actionarguments: [{\n        name: \"host_ip\",\n        value: \"{{ hostIP }}\",\n    }],\n    nodes: [{\n        dbserverid: \"{{ dbserver_id }}\",\n    }],\n    timemachineinfo: {\n        name: \"test-pg-inst\",\n        description: \"description of time machine\",\n        slaid: \"{{ sla_id }}\",\n        schedule: {\n            snapshottimeofday: {\n                hours: 16,\n                minutes: 0,\n                seconds: 0,\n            },\n            continuousschedule: {\n                enabled: true,\n                logbackupinterval: 30,\n                snapshotsperday: 1,\n            },\n            weeklyschedule: {\n                enabled: true,\n                dayofweek: \"WEDNESDAY\",\n            },\n            monthlyschedule: {\n                enabled: true,\n                dayofmonth: 27,\n            },\n            quartelyschedule: {\n                enabled: true,\n                startmonth: \"JANUARY\",\n                dayofmonth: 27,\n            },\n            yearlyschedule: {\n                enabled: false,\n                dayofmonth: 31,\n                month: \"DECEMBER\",\n            },\n        },\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ndbp = nutanix.NdbDatabase(\"dbp\",\n    databasetype=\"postgres_database\",\n    name=\"test-inst\",\n    description=\"add description\",\n    dbparameterprofileid=\"{{ db_parameter_profile_id }}\",\n    dbserver_id=\"{{ dbserver_id }}\",\n    createdbserver=False,\n    postgresql_info={\n        \"listener_port\": \"{{ listner_port }}\",\n        \"database_size\": \"{{ 200 }}\",\n        \"db_password\": \"password\",\n        \"database_names\": \"testdb1\",\n    },\n    actionarguments=[{\n        \"name\": \"host_ip\",\n        \"value\": \"{{ hostIP }}\",\n    }],\n    nodes=[{\n        \"dbserverid\": \"{{ dbserver_id }}\",\n    }],\n    timemachineinfo={\n        \"name\": \"test-pg-inst\",\n        \"description\": \"description of time machine\",\n        \"slaid\": \"{{ sla_id }}\",\n        \"schedule\": {\n            \"snapshottimeofday\": {\n                \"hours\": 16,\n                \"minutes\": 0,\n                \"seconds\": 0,\n            },\n            \"continuousschedule\": {\n                \"enabled\": True,\n                \"logbackupinterval\": 30,\n                \"snapshotsperday\": 1,\n            },\n            \"weeklyschedule\": {\n                \"enabled\": True,\n                \"dayofweek\": \"WEDNESDAY\",\n            },\n            \"monthlyschedule\": {\n                \"enabled\": True,\n                \"dayofmonth\": 27,\n            },\n            \"quartelyschedule\": {\n                \"enabled\": True,\n                \"startmonth\": \"JANUARY\",\n                \"dayofmonth\": 27,\n            },\n            \"yearlyschedule\": {\n                \"enabled\": False,\n                \"dayofmonth\": 31,\n                \"month\": \"DECEMBER\",\n            },\n        },\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var dbp = new Nutanix.NdbDatabase(\"dbp\", new()\n    {\n        Databasetype = \"postgres_database\",\n        Name = \"test-inst\",\n        Description = \"add description\",\n        Dbparameterprofileid = \"{{ db_parameter_profile_id }}\",\n        DbserverId = \"{{ dbserver_id }}\",\n        Createdbserver = false,\n        PostgresqlInfo = new Nutanix.Inputs.NdbDatabasePostgresqlInfoArgs\n        {\n            ListenerPort = \"{{ listner_port }}\",\n            DatabaseSize = \"{{ 200 }}\",\n            DbPassword = \"password\",\n            DatabaseNames = \"testdb1\",\n        },\n        Actionarguments = new[]\n        {\n            new Nutanix.Inputs.NdbDatabaseActionargumentArgs\n            {\n                Name = \"host_ip\",\n                Value = \"{{ hostIP }}\",\n            },\n        },\n        Nodes = new[]\n        {\n            new Nutanix.Inputs.NdbDatabaseNodeArgs\n            {\n                Dbserverid = \"{{ dbserver_id }}\",\n            },\n        },\n        Timemachineinfo = new Nutanix.Inputs.NdbDatabaseTimemachineinfoArgs\n        {\n            Name = \"test-pg-inst\",\n            Description = \"description of time machine\",\n            Slaid = \"{{ sla_id }}\",\n            Schedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleArgs\n            {\n                Snapshottimeofday = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs\n                {\n                    Hours = 16,\n                    Minutes = 0,\n                    Seconds = 0,\n                },\n                Continuousschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs\n                {\n                    Enabled = true,\n                    Logbackupinterval = 30,\n                    Snapshotsperday = 1,\n                },\n                Weeklyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs\n                {\n                    Enabled = true,\n                    Dayofweek = \"WEDNESDAY\",\n                },\n                Monthlyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs\n                {\n                    Enabled = true,\n                    Dayofmonth = 27,\n                },\n                Quartelyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs\n                {\n                    Enabled = true,\n                    Startmonth = \"JANUARY\",\n                    Dayofmonth = 27,\n                },\n                Yearlyschedule = new Nutanix.Inputs.NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs\n                {\n                    Enabled = false,\n                    Dayofmonth = 31,\n                    Month = \"DECEMBER\",\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbDatabase(ctx, \"dbp\", &nutanix.NdbDatabaseArgs{\n\t\t\tDatabasetype:         pulumi.String(\"postgres_database\"),\n\t\t\tName:                 pulumi.String(\"test-inst\"),\n\t\t\tDescription:          pulumi.String(\"add description\"),\n\t\t\tDbparameterprofileid: pulumi.String(\"{{ db_parameter_profile_id }}\"),\n\t\t\tDbserverId:           pulumi.String(\"{{ dbserver_id }}\"),\n\t\t\tCreatedbserver:       pulumi.Bool(false),\n\t\t\tPostgresqlInfo: &nutanix.NdbDatabasePostgresqlInfoArgs{\n\t\t\t\tListenerPort:  pulumi.String(\"{{ listner_port }}\"),\n\t\t\t\tDatabaseSize:  pulumi.String(\"{{ 200 }}\"),\n\t\t\t\tDbPassword:    pulumi.String(\"password\"),\n\t\t\t\tDatabaseNames: pulumi.String(\"testdb1\"),\n\t\t\t},\n\t\t\tActionarguments: nutanix.NdbDatabaseActionargumentArray{\n\t\t\t\t&nutanix.NdbDatabaseActionargumentArgs{\n\t\t\t\t\tName:  pulumi.String(\"host_ip\"),\n\t\t\t\t\tValue: pulumi.String(\"{{ hostIP }}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tNodes: nutanix.NdbDatabaseNodeArray{\n\t\t\t\t&nutanix.NdbDatabaseNodeArgs{\n\t\t\t\t\tDbserverid: pulumi.String(\"{{ dbserver_id }}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tTimemachineinfo: &nutanix.NdbDatabaseTimemachineinfoArgs{\n\t\t\t\tName:        pulumi.String(\"test-pg-inst\"),\n\t\t\t\tDescription: pulumi.String(\"description of time machine\"),\n\t\t\t\tSlaid:       pulumi.String(\"{{ sla_id }}\"),\n\t\t\t\tSchedule: &nutanix.NdbDatabaseTimemachineinfoScheduleArgs{\n\t\t\t\t\tSnapshottimeofday: &nutanix.NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs{\n\t\t\t\t\t\tHours:   pulumi.Int(16),\n\t\t\t\t\t\tMinutes: pulumi.Int(0),\n\t\t\t\t\t\tSeconds: pulumi.Int(0),\n\t\t\t\t\t},\n\t\t\t\t\tContinuousschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs{\n\t\t\t\t\t\tEnabled:           pulumi.Bool(true),\n\t\t\t\t\t\tLogbackupinterval: pulumi.Int(30),\n\t\t\t\t\t\tSnapshotsperday:   pulumi.Int(1),\n\t\t\t\t\t},\n\t\t\t\t\tWeeklyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs{\n\t\t\t\t\t\tEnabled:   pulumi.Bool(true),\n\t\t\t\t\t\tDayofweek: pulumi.String(\"WEDNESDAY\"),\n\t\t\t\t\t},\n\t\t\t\t\tMonthlyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs{\n\t\t\t\t\t\tEnabled:    pulumi.Bool(true),\n\t\t\t\t\t\tDayofmonth: pulumi.Int(27),\n\t\t\t\t\t},\n\t\t\t\t\tQuartelyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs{\n\t\t\t\t\t\tEnabled:    pulumi.Bool(true),\n\t\t\t\t\t\tStartmonth: pulumi.String(\"JANUARY\"),\n\t\t\t\t\t\tDayofmonth: pulumi.Int(27),\n\t\t\t\t\t},\n\t\t\t\t\tYearlyschedule: &nutanix.NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs{\n\t\t\t\t\t\tEnabled:    pulumi.Bool(false),\n\t\t\t\t\t\tDayofmonth: pulumi.Int(31),\n\t\t\t\t\t\tMonth:      pulumi.String(\"DECEMBER\"),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbDatabase;\nimport com.pulumi.nutanix.NdbDatabaseArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabasePostgresqlInfoArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseActionargumentArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseNodeArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs;\nimport com.pulumi.nutanix.inputs.NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var dbp = new NdbDatabase(\"dbp\", NdbDatabaseArgs.builder()\n            .databasetype(\"postgres_database\")\n            .name(\"test-inst\")\n            .description(\"add description\")\n            .dbparameterprofileid(\"{{ db_parameter_profile_id }}\")\n            .dbserverId(\"{{ dbserver_id }}\")\n            .createdbserver(false)\n            .postgresqlInfo(NdbDatabasePostgresqlInfoArgs.builder()\n                .listenerPort(\"{{ listner_port }}\")\n                .databaseSize(\"{{ 200 }}\")\n                .dbPassword(\"password\")\n                .databaseNames(\"testdb1\")\n                .build())\n            .actionarguments(NdbDatabaseActionargumentArgs.builder()\n                .name(\"host_ip\")\n                .value(\"{{ hostIP }}\")\n                .build())\n            .nodes(NdbDatabaseNodeArgs.builder()\n                .dbserverid(\"{{ dbserver_id }}\")\n                .build())\n            .timemachineinfo(NdbDatabaseTimemachineinfoArgs.builder()\n                .name(\"test-pg-inst\")\n                .description(\"description of time machine\")\n                .slaid(\"{{ sla_id }}\")\n                .schedule(NdbDatabaseTimemachineinfoScheduleArgs.builder()\n                    .snapshottimeofday(NdbDatabaseTimemachineinfoScheduleSnapshottimeofdayArgs.builder()\n                        .hours(16)\n                        .minutes(0)\n                        .seconds(0)\n                        .build())\n                    .continuousschedule(NdbDatabaseTimemachineinfoScheduleContinuousscheduleArgs.builder()\n                        .enabled(true)\n                        .logbackupinterval(30)\n                        .snapshotsperday(1)\n                        .build())\n                    .weeklyschedule(NdbDatabaseTimemachineinfoScheduleWeeklyscheduleArgs.builder()\n                        .enabled(true)\n                        .dayofweek(\"WEDNESDAY\")\n                        .build())\n                    .monthlyschedule(NdbDatabaseTimemachineinfoScheduleMonthlyscheduleArgs.builder()\n                        .enabled(true)\n                        .dayofmonth(27)\n                        .build())\n                    .quartelyschedule(NdbDatabaseTimemachineinfoScheduleQuartelyscheduleArgs.builder()\n                        .enabled(true)\n                        .startmonth(\"JANUARY\")\n                        .dayofmonth(27)\n                        .build())\n                    .yearlyschedule(NdbDatabaseTimemachineinfoScheduleYearlyscheduleArgs.builder()\n                        .enabled(false)\n                        .dayofmonth(31)\n                        .month(\"DECEMBER\")\n                        .build())\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  dbp:\n    type: nutanix:NdbDatabase\n    properties:\n      databasetype: postgres_database\n      name: test-inst\n      description: add description\n      dbparameterprofileid: '{{ db_parameter_profile_id }}'\n      dbserverId: '{{ dbserver_id }}'\n      createdbserver: false # postgreSQL Info\n      postgresqlInfo:\n        listenerPort: '{{ listner_port }}'\n        databaseSize: '{{ 200 }}'\n        dbPassword: password\n        databaseNames: testdb1\n      actionarguments:\n        - name: host_ip\n          value: '{{ hostIP }}'\n      nodes:\n        - dbserverid: '{{ dbserver_id }}'\n      timemachineinfo:\n        name: test-pg-inst\n        description: description of time machine\n        slaid: '{{ sla_id }}'\n        schedule:\n          snapshottimeofday:\n            hours: 16\n            minutes: 0\n            seconds: 0\n          continuousschedule:\n            enabled: true\n            logbackupinterval: 30\n            snapshotsperday: 1\n          weeklyschedule:\n            enabled: true\n            dayofweek: WEDNESDAY\n          monthlyschedule:\n            enabled: true\n            dayofmonth: '27'\n          quartelyschedule:\n            enabled: true\n            startmonth: JANUARY\n            dayofmonth: 27\n          yearlyschedule:\n            enabled: false\n            dayofmonth: 31\n            month: DECEMBER\n```\n<!--End PulumiCodeChooser -->\n\n## lifecycle\n\n* `Update` : - Currently only update of instance's name and description is supported using this resource\n\nSee detailed information in [NDB Database Instance](https://www.nutanix.dev/api_references/ndb/#/9d9eee4304496-provision-a-database).\n",
      "properties": {
        "actionarguments": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseActionargument:NdbDatabaseActionargument"
          },
          "description": "- (Optional) action arguments for database. For postgress, you can use postgresql_info\n"
        },
        "autotunestagingdrive": {
          "type": "boolean",
          "description": "- (Optional) Enable auto tuning of staging drive. Default: true\n"
        },
        "clone": {
          "type": "boolean"
        },
        "clusterInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseClusterInfo:NdbDatabaseClusterInfo"
          }
        },
        "clustered": {
          "type": "boolean",
          "description": "- (Optional) If clustered database. Default: false\n"
        },
        "computeprofileid": {
          "type": "string",
          "description": "- (Optional) ID of compute profile\n"
        },
        "createdbserver": {
          "type": "boolean",
          "description": "- (Optional) Set this to create new DB server VM. Default: true\n"
        },
        "databaseClusterType": {
          "type": "string"
        },
        "databaseInstanceId": {
          "type": "string"
        },
        "databaseName": {
          "type": "string"
        },
        "databaseNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseDatabaseNode:NdbDatabaseDatabaseNode"
          }
        },
        "databasetype": {
          "type": "string",
          "description": "- (Required) Type of database. Valid values: postgres_database\n"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "dbparameterprofileid": {
          "type": "string",
          "description": "- (Optional) DB parameters profile ID\n"
        },
        "dbserverLogicalCluster": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "dbserverLogicalClusterId": {
          "type": "string"
        },
        "dbserverid": {
          "type": "string",
          "description": "- (Optional) DB server VM ID for creating instance on registered DB server VM\n"
        },
        "delete": {
          "type": "boolean",
          "description": "- (Optional) Delete the database from the VM. Default value is true\n"
        },
        "deleteLogicalCluster": {
          "type": "boolean",
          "description": "- (Optional) Delete the logical cluster. Default is true\n"
        },
        "deleteTimeMachine": {
          "type": "boolean",
          "description": "- (Optional) Delete the database's Time Machine (snapshots/logs) from the NDB. Default value is true\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description\n"
        },
        "forced": {
          "type": "boolean",
          "description": "- (Optional) Force delete of instance. Default is false\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseInfo:NdbDatabaseInfo"
          }
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseLcmConfig:NdbDatabaseLcmConfig"
          }
        },
        "linkedDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseLinkedDatabase:NdbDatabaseLinkedDatabase"
          }
        },
        "maintenanceTasks": {
          "$ref": "#/types/nutanix:index%2FNdbDatabaseMaintenanceTasks:NdbDatabaseMaintenanceTasks"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "networkprofileid": {
          "type": "string",
          "description": "- (Optional) ID of network profile\n"
        },
        "newdbservertimezone": {
          "type": "string",
          "description": "- (Optional) Timezone of new DB server VM\n"
        },
        "nodecount": {
          "type": "integer",
          "description": "- (Optional) No. of nodes/db server vms. Default: 1\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseNode:NdbDatabaseNode"
          },
          "description": "- (Optional) nodes info\n"
        },
        "nxclusterid": {
          "type": "string",
          "description": "- (Optional) Cluster ID for DB server VM\n"
        },
        "parentDatabaseId": {
          "type": "string"
        },
        "postgresqlInfo": {
          "$ref": "#/types/nutanix:index%2FNdbDatabasePostgresqlInfo:NdbDatabasePostgresqlInfo",
          "description": "- (Optional) action arguments for postgress type database.\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseProperty:NdbDatabaseProperty"
          },
          "description": "List of all the properties"
        },
        "remove": {
          "type": "boolean",
          "description": "- (Optional) Unregister the database from NDB. Default value is true\n"
        },
        "softRemove": {
          "type": "boolean",
          "description": "- (Optional) Soft remove. Default will be false\n"
        },
        "softwareprofileid": {
          "type": "string",
          "description": "- (Optional) ID of software profile\n"
        },
        "softwareprofileversionid": {
          "type": "string",
          "description": "- (Optional) ID of version in software profile\n"
        },
        "sshpublickey": {
          "type": "string",
          "description": "- (Optional) public key for ssh access to DB server VM\n",
          "secret": true
        },
        "status": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTag:NdbDatabaseTag"
          }
        },
        "timeMachineId": {
          "type": "string"
        },
        "timeMachines": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachine:NdbDatabaseTimeMachine"
          }
        },
        "timeZone": {
          "type": "string"
        },
        "timemachineinfo": {
          "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfo:NdbDatabaseTimemachineinfo",
          "description": "- (Optional) time machine config\n"
        },
        "type": {
          "type": "string"
        },
        "vmPassword": {
          "type": "string",
          "description": "- (Optional) password for DB server VM and era drive user\n",
          "secret": true
        }
      },
      "type": "object",
      "required": [
        "clone",
        "databaseClusterType",
        "databaseInstanceId",
        "databaseName",
        "databaseNodes",
        "dateCreated",
        "dateModified",
        "dbserverLogicalCluster",
        "dbserverLogicalClusterId",
        "infos",
        "lcmConfigs",
        "linkedDatabases",
        "metric",
        "name",
        "nodes",
        "parentDatabaseId",
        "properties",
        "status",
        "tags",
        "timeMachineId",
        "timeMachines",
        "timeZone",
        "type"
      ],
      "inputProperties": {
        "actionarguments": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseActionargument:NdbDatabaseActionargument"
          },
          "description": "- (Optional) action arguments for database. For postgress, you can use postgresql_info\n"
        },
        "autotunestagingdrive": {
          "type": "boolean",
          "description": "- (Optional) Enable auto tuning of staging drive. Default: true\n"
        },
        "clusterInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseClusterInfo:NdbDatabaseClusterInfo"
          }
        },
        "clustered": {
          "type": "boolean",
          "description": "- (Optional) If clustered database. Default: false\n"
        },
        "computeprofileid": {
          "type": "string",
          "description": "- (Optional) ID of compute profile\n",
          "willReplaceOnChanges": true
        },
        "createdbserver": {
          "type": "boolean",
          "description": "- (Optional) Set this to create new DB server VM. Default: true\n"
        },
        "databaseInstanceId": {
          "type": "string"
        },
        "databasetype": {
          "type": "string",
          "description": "- (Required) Type of database. Valid values: postgres_database\n",
          "willReplaceOnChanges": true
        },
        "dbparameterprofileid": {
          "type": "string",
          "description": "- (Optional) DB parameters profile ID\n",
          "willReplaceOnChanges": true
        },
        "dbserverid": {
          "type": "string",
          "description": "- (Optional) DB server VM ID for creating instance on registered DB server VM\n",
          "willReplaceOnChanges": true
        },
        "delete": {
          "type": "boolean",
          "description": "- (Optional) Delete the database from the VM. Default value is true\n"
        },
        "deleteLogicalCluster": {
          "type": "boolean",
          "description": "- (Optional) Delete the logical cluster. Default is true\n"
        },
        "deleteTimeMachine": {
          "type": "boolean",
          "description": "- (Optional) Delete the database's Time Machine (snapshots/logs) from the NDB. Default value is true\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description\n"
        },
        "forced": {
          "type": "boolean",
          "description": "- (Optional) Force delete of instance. Default is false\n"
        },
        "maintenanceTasks": {
          "$ref": "#/types/nutanix:index%2FNdbDatabaseMaintenanceTasks:NdbDatabaseMaintenanceTasks"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the instance.\n"
        },
        "networkprofileid": {
          "type": "string",
          "description": "- (Optional) ID of network profile\n",
          "willReplaceOnChanges": true
        },
        "newdbservertimezone": {
          "type": "string",
          "description": "- (Optional) Timezone of new DB server VM\n",
          "willReplaceOnChanges": true
        },
        "nodecount": {
          "type": "integer",
          "description": "- (Optional) No. of nodes/db server vms. Default: 1\n"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseNode:NdbDatabaseNode"
          },
          "description": "- (Optional) nodes info\n",
          "willReplaceOnChanges": true
        },
        "nxclusterid": {
          "type": "string",
          "description": "- (Optional) Cluster ID for DB server VM\n",
          "willReplaceOnChanges": true
        },
        "postgresqlInfo": {
          "$ref": "#/types/nutanix:index%2FNdbDatabasePostgresqlInfo:NdbDatabasePostgresqlInfo",
          "description": "- (Optional) action arguments for postgress type database.\n"
        },
        "remove": {
          "type": "boolean",
          "description": "- (Optional) Unregister the database from NDB. Default value is true\n"
        },
        "softRemove": {
          "type": "boolean",
          "description": "- (Optional) Soft remove. Default will be false\n"
        },
        "softwareprofileid": {
          "type": "string",
          "description": "- (Optional) ID of software profile\n",
          "willReplaceOnChanges": true
        },
        "softwareprofileversionid": {
          "type": "string",
          "description": "- (Optional) ID of version in software profile\n",
          "willReplaceOnChanges": true
        },
        "sshpublickey": {
          "type": "string",
          "description": "- (Optional) public key for ssh access to DB server VM\n",
          "secret": true,
          "willReplaceOnChanges": true
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTag:NdbDatabaseTag"
          }
        },
        "timemachineinfo": {
          "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfo:NdbDatabaseTimemachineinfo",
          "description": "- (Optional) time machine config\n",
          "willReplaceOnChanges": true
        },
        "vmPassword": {
          "type": "string",
          "description": "- (Optional) password for DB server VM and era drive user\n",
          "secret": true
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbDatabase resources.\n",
        "properties": {
          "actionarguments": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseActionargument:NdbDatabaseActionargument"
            },
            "description": "- (Optional) action arguments for database. For postgress, you can use postgresql_info\n"
          },
          "autotunestagingdrive": {
            "type": "boolean",
            "description": "- (Optional) Enable auto tuning of staging drive. Default: true\n"
          },
          "clone": {
            "type": "boolean"
          },
          "clusterInfos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseClusterInfo:NdbDatabaseClusterInfo"
            }
          },
          "clustered": {
            "type": "boolean",
            "description": "- (Optional) If clustered database. Default: false\n"
          },
          "computeprofileid": {
            "type": "string",
            "description": "- (Optional) ID of compute profile\n",
            "willReplaceOnChanges": true
          },
          "createdbserver": {
            "type": "boolean",
            "description": "- (Optional) Set this to create new DB server VM. Default: true\n"
          },
          "databaseClusterType": {
            "type": "string"
          },
          "databaseInstanceId": {
            "type": "string"
          },
          "databaseName": {
            "type": "string"
          },
          "databaseNodes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseDatabaseNode:NdbDatabaseDatabaseNode"
            }
          },
          "databasetype": {
            "type": "string",
            "description": "- (Required) Type of database. Valid values: postgres_database\n",
            "willReplaceOnChanges": true
          },
          "dateCreated": {
            "type": "string"
          },
          "dateModified": {
            "type": "string"
          },
          "dbparameterprofileid": {
            "type": "string",
            "description": "- (Optional) DB parameters profile ID\n",
            "willReplaceOnChanges": true
          },
          "dbserverLogicalCluster": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "dbserverLogicalClusterId": {
            "type": "string"
          },
          "dbserverid": {
            "type": "string",
            "description": "- (Optional) DB server VM ID for creating instance on registered DB server VM\n",
            "willReplaceOnChanges": true
          },
          "delete": {
            "type": "boolean",
            "description": "- (Optional) Delete the database from the VM. Default value is true\n"
          },
          "deleteLogicalCluster": {
            "type": "boolean",
            "description": "- (Optional) Delete the logical cluster. Default is true\n"
          },
          "deleteTimeMachine": {
            "type": "boolean",
            "description": "- (Optional) Delete the database's Time Machine (snapshots/logs) from the NDB. Default value is true\n"
          },
          "description": {
            "type": "string",
            "description": "- (Optional) The description\n"
          },
          "forced": {
            "type": "boolean",
            "description": "- (Optional) Force delete of instance. Default is false\n"
          },
          "infos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseInfo:NdbDatabaseInfo"
            }
          },
          "lcmConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseLcmConfig:NdbDatabaseLcmConfig"
            }
          },
          "linkedDatabases": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseLinkedDatabase:NdbDatabaseLinkedDatabase"
            }
          },
          "maintenanceTasks": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseMaintenanceTasks:NdbDatabaseMaintenanceTasks"
          },
          "metric": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "name": {
            "type": "string",
            "description": "- (Required) Name of the instance.\n"
          },
          "networkprofileid": {
            "type": "string",
            "description": "- (Optional) ID of network profile\n",
            "willReplaceOnChanges": true
          },
          "newdbservertimezone": {
            "type": "string",
            "description": "- (Optional) Timezone of new DB server VM\n",
            "willReplaceOnChanges": true
          },
          "nodecount": {
            "type": "integer",
            "description": "- (Optional) No. of nodes/db server vms. Default: 1\n"
          },
          "nodes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseNode:NdbDatabaseNode"
            },
            "description": "- (Optional) nodes info\n",
            "willReplaceOnChanges": true
          },
          "nxclusterid": {
            "type": "string",
            "description": "- (Optional) Cluster ID for DB server VM\n",
            "willReplaceOnChanges": true
          },
          "parentDatabaseId": {
            "type": "string"
          },
          "postgresqlInfo": {
            "$ref": "#/types/nutanix:index%2FNdbDatabasePostgresqlInfo:NdbDatabasePostgresqlInfo",
            "description": "- (Optional) action arguments for postgress type database.\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseProperty:NdbDatabaseProperty"
            },
            "description": "List of all the properties"
          },
          "remove": {
            "type": "boolean",
            "description": "- (Optional) Unregister the database from NDB. Default value is true\n"
          },
          "softRemove": {
            "type": "boolean",
            "description": "- (Optional) Soft remove. Default will be false\n"
          },
          "softwareprofileid": {
            "type": "string",
            "description": "- (Optional) ID of software profile\n",
            "willReplaceOnChanges": true
          },
          "softwareprofileversionid": {
            "type": "string",
            "description": "- (Optional) ID of version in software profile\n",
            "willReplaceOnChanges": true
          },
          "sshpublickey": {
            "type": "string",
            "description": "- (Optional) public key for ssh access to DB server VM\n",
            "secret": true,
            "willReplaceOnChanges": true
          },
          "status": {
            "type": "string"
          },
          "tags": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseTag:NdbDatabaseTag"
            }
          },
          "timeMachineId": {
            "type": "string"
          },
          "timeMachines": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseTimeMachine:NdbDatabaseTimeMachine"
            }
          },
          "timeZone": {
            "type": "string"
          },
          "timemachineinfo": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseTimemachineinfo:NdbDatabaseTimemachineinfo",
            "description": "- (Optional) time machine config\n",
            "willReplaceOnChanges": true
          },
          "type": {
            "type": "string"
          },
          "vmPassword": {
            "type": "string",
            "description": "- (Optional) password for DB server VM and era drive user\n",
            "secret": true
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbDatabaseRestore:NdbDatabaseRestore": {
      "description": "Provides a resource to restore the database instance based on the input parameters. \n\n",
      "properties": {
        "clone": {
          "type": "boolean",
          "description": "whether instance is cloned or not\n"
        },
        "databaseClusterType": {
          "type": "string",
          "description": "database cluster type\n"
        },
        "databaseId": {
          "type": "string",
          "description": "database id\n"
        },
        "databaseInstanceId": {
          "type": "string"
        },
        "databaseName": {
          "type": "string",
          "description": "name of database\n"
        },
        "databaseNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreDatabaseNode:NdbDatabaseRestoreDatabaseNode"
          },
          "description": "database nodes associated with database instance\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "dbserverLogicalCluster": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "dbserver logical cluster\n"
        },
        "dbserverLogicalClusterId": {
          "type": "string",
          "description": "dbserver logical cluster id\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreInfo:NdbDatabaseRestoreInfo"
          },
          "description": "info of instance\n"
        },
        "latestSnapshot": {
          "type": "string",
          "description": "latest snapshot id\n"
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreLcmConfig:NdbDatabaseRestoreLcmConfig"
          },
          "description": "LCM config of instance\n"
        },
        "linkedDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreLinkedDatabase:NdbDatabaseRestoreLinkedDatabase"
          },
          "description": "linked databases within database instance\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "parent database id\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreProperty:NdbDatabaseRestoreProperty"
          },
          "description": "properties of database created\n"
        },
        "restoreVersion": {
          "type": "integer",
          "description": "helps to restore the database with same config.\n"
        },
        "snapshotId": {
          "type": "string",
          "description": "snapshot id from you want to use for restoring the instance\n"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTag:NdbDatabaseRestoreTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "time machine id of instance\n"
        },
        "timeMachines": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachine:NdbDatabaseRestoreTimeMachine"
          },
          "description": "Time Machine details of instance\n"
        },
        "timeZone": {
          "type": "string",
          "description": "timezone on which instance is created xw\n"
        },
        "timeZonePitr": {
          "type": "string",
          "description": "timezone . Should be used with  <span pulumi-lang-nodejs=\"`userPitrTimestamp`\" pulumi-lang-dotnet=\"`UserPitrTimestamp`\" pulumi-lang-go=\"`userPitrTimestamp`\" pulumi-lang-python=\"`user_pitr_timestamp`\" pulumi-lang-yaml=\"`userPitrTimestamp`\" pulumi-lang-java=\"`userPitrTimestamp`\">`user_pitr_timestamp`</span>\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        },
        "userPitrTimestamp": {
          "type": "string",
          "description": "the time to which you want to restore your instance.\n"
        }
      },
      "type": "object",
      "required": [
        "clone",
        "databaseClusterType",
        "databaseId",
        "databaseInstanceId",
        "databaseName",
        "databaseNodes",
        "dateCreated",
        "dateModified",
        "dbserverLogicalCluster",
        "dbserverLogicalClusterId",
        "description",
        "infos",
        "lcmConfigs",
        "linkedDatabases",
        "metric",
        "name",
        "parentDatabaseId",
        "properties",
        "status",
        "tags",
        "timeMachineId",
        "timeMachines",
        "timeZone",
        "type"
      ],
      "inputProperties": {
        "databaseId": {
          "type": "string",
          "description": "database id\n",
          "willReplaceOnChanges": true
        },
        "latestSnapshot": {
          "type": "string",
          "description": "latest snapshot id\n"
        },
        "restoreVersion": {
          "type": "integer",
          "description": "helps to restore the database with same config.\n"
        },
        "snapshotId": {
          "type": "string",
          "description": "snapshot id from you want to use for restoring the instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTag:NdbDatabaseRestoreTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "timeZonePitr": {
          "type": "string",
          "description": "timezone . Should be used with  <span pulumi-lang-nodejs=\"`userPitrTimestamp`\" pulumi-lang-dotnet=\"`UserPitrTimestamp`\" pulumi-lang-go=\"`userPitrTimestamp`\" pulumi-lang-python=\"`user_pitr_timestamp`\" pulumi-lang-yaml=\"`userPitrTimestamp`\" pulumi-lang-java=\"`userPitrTimestamp`\">`user_pitr_timestamp`</span>\n"
        },
        "userPitrTimestamp": {
          "type": "string",
          "description": "the time to which you want to restore your instance.\n"
        }
      },
      "requiredInputs": [
        "databaseId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbDatabaseRestore resources.\n",
        "properties": {
          "clone": {
            "type": "boolean",
            "description": "whether instance is cloned or not\n"
          },
          "databaseClusterType": {
            "type": "string",
            "description": "database cluster type\n"
          },
          "databaseId": {
            "type": "string",
            "description": "database id\n",
            "willReplaceOnChanges": true
          },
          "databaseInstanceId": {
            "type": "string"
          },
          "databaseName": {
            "type": "string",
            "description": "name of database\n"
          },
          "databaseNodes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreDatabaseNode:NdbDatabaseRestoreDatabaseNode"
            },
            "description": "database nodes associated with database instance\n"
          },
          "dateCreated": {
            "type": "string",
            "description": "date created for db instance\n"
          },
          "dateModified": {
            "type": "string",
            "description": "date modified for instance\n"
          },
          "dbserverLogicalCluster": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "dbserver logical cluster\n"
          },
          "dbserverLogicalClusterId": {
            "type": "string",
            "description": "dbserver logical cluster id\n"
          },
          "description": {
            "type": "string",
            "description": "description of database instance\n"
          },
          "infos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreInfo:NdbDatabaseRestoreInfo"
            },
            "description": "info of instance\n"
          },
          "latestSnapshot": {
            "type": "string",
            "description": "latest snapshot id\n"
          },
          "lcmConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreLcmConfig:NdbDatabaseRestoreLcmConfig"
            },
            "description": "LCM config of instance\n"
          },
          "linkedDatabases": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreLinkedDatabase:NdbDatabaseRestoreLinkedDatabase"
            },
            "description": "linked databases within database instance\n"
          },
          "metric": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
          },
          "name": {
            "type": "string",
            "description": "Name of database instance\n"
          },
          "parentDatabaseId": {
            "type": "string",
            "description": "parent database id\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreProperty:NdbDatabaseRestoreProperty"
            },
            "description": "properties of database created\n"
          },
          "restoreVersion": {
            "type": "integer",
            "description": "helps to restore the database with same config.\n"
          },
          "snapshotId": {
            "type": "string",
            "description": "snapshot id from you want to use for restoring the instance\n"
          },
          "status": {
            "type": "string",
            "description": "status of instance\n"
          },
          "tags": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTag:NdbDatabaseRestoreTag"
            },
            "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
          },
          "timeMachineId": {
            "type": "string",
            "description": "time machine id of instance\n"
          },
          "timeMachines": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseRestoreTimeMachine:NdbDatabaseRestoreTimeMachine"
            },
            "description": "Time Machine details of instance\n"
          },
          "timeZone": {
            "type": "string",
            "description": "timezone on which instance is created xw\n"
          },
          "timeZonePitr": {
            "type": "string",
            "description": "timezone . Should be used with  <span pulumi-lang-nodejs=\"`userPitrTimestamp`\" pulumi-lang-dotnet=\"`UserPitrTimestamp`\" pulumi-lang-go=\"`userPitrTimestamp`\" pulumi-lang-python=\"`user_pitr_timestamp`\" pulumi-lang-yaml=\"`userPitrTimestamp`\" pulumi-lang-java=\"`userPitrTimestamp`\">`user_pitr_timestamp`</span>\n"
          },
          "type": {
            "type": "string",
            "description": "type of database\n"
          },
          "userPitrTimestamp": {
            "type": "string",
            "description": "the time to which you want to restore your instance.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbDatabaseScale:NdbDatabaseScale": {
      "description": "Provides a resource to scale the database instance based on the input parameters. \n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// resource to scale the database\nconst scale = new nutanix.NdbDatabaseScale(\"scale\", {\n    applicationType: \"{{ Application Type }}\",\n    databaseUuid: \"{{ database_id }}\",\n    dataStorageSize: 1,\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# resource to scale the database\nscale = nutanix.NdbDatabaseScale(\"scale\",\n    application_type=\"{{ Application Type }}\",\n    database_uuid=\"{{ database_id }}\",\n    data_storage_size=1)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // resource to scale the database\n    var scale = new Nutanix.NdbDatabaseScale(\"scale\", new()\n    {\n        ApplicationType = \"{{ Application Type }}\",\n        DatabaseUuid = \"{{ database_id }}\",\n        DataStorageSize = 1,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// resource to scale the database\n\t\t_, err := nutanix.NewNdbDatabaseScale(ctx, \"scale\", &nutanix.NdbDatabaseScaleArgs{\n\t\t\tApplicationType: pulumi.String(\"{{ Application Type }}\"),\n\t\t\tDatabaseUuid:    pulumi.String(\"{{ database_id }}\"),\n\t\t\tDataStorageSize: pulumi.Int(1),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbDatabaseScale;\nimport com.pulumi.nutanix.NdbDatabaseScaleArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // resource to scale the database\n        var scale = new NdbDatabaseScale(\"scale\", NdbDatabaseScaleArgs.builder()\n            .applicationType(\"{{ Application Type }}\")\n            .databaseUuid(\"{{ database_id }}\")\n            .dataStorageSize(1)\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # resource to scale the database\n  scale:\n    type: nutanix:NdbDatabaseScale\n    properties:\n      applicationType: '{{ Application Type }}'\n      databaseUuid: '{{ database_id }}'\n      dataStorageSize: 1\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "applicationType": {
          "type": "string",
          "description": "type of instance. eg: postgres_database\n"
        },
        "clone": {
          "type": "boolean",
          "description": "whether instance is cloned or not\n"
        },
        "dataStorageSize": {
          "type": "integer",
          "description": "data area (in GiB) to be added to the existing database.\n"
        },
        "databaseClusterType": {
          "type": "string",
          "description": "database cluster type\n"
        },
        "databaseInstanceId": {
          "type": "string"
        },
        "databaseName": {
          "type": "string",
          "description": "name of database\n"
        },
        "databaseNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleDatabaseNode:NdbDatabaseScaleDatabaseNode"
          },
          "description": "database nodes associated with database instance\n"
        },
        "databaseUuid": {
          "type": "string",
          "description": "Database id\n"
        },
        "databasetype": {
          "type": "string",
          "description": "type of database\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "dbserverLogicalCluster": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "dbserver logical cluster\n"
        },
        "dbserverLogicalClusterId": {
          "type": "string",
          "description": "dbserver logical cluster id\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleInfo:NdbDatabaseScaleInfo"
          },
          "description": "info of instance\n"
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleLcmConfig:NdbDatabaseScaleLcmConfig"
          },
          "description": "LCM config of instance\n"
        },
        "linkedDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleLinkedDatabase:NdbDatabaseScaleLinkedDatabase"
          },
          "description": "linked databases within database instance\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "parent database id\n"
        },
        "parentSourceDatabaseId": {
          "type": "string"
        },
        "postScriptCmd": {
          "type": "string",
          "description": "post script command\n"
        },
        "preScriptCmd": {
          "type": "string",
          "description": "pre script command\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleProperty:NdbDatabaseScaleProperty"
          },
          "description": "properties of database created\n"
        },
        "scaleCount": {
          "type": "integer",
          "description": "scale count helps to scale the same instance with same config\n"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTag:NdbDatabaseScaleTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "time machine id of instance\n"
        },
        "timeMachines": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachine:NdbDatabaseScaleTimeMachine"
          },
          "description": "Time Machine details of instance\n"
        },
        "timeZone": {
          "type": "string",
          "description": "timezone on which instance is created xw\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        }
      },
      "type": "object",
      "required": [
        "applicationType",
        "clone",
        "dataStorageSize",
        "databaseClusterType",
        "databaseInstanceId",
        "databaseName",
        "databaseNodes",
        "databaseUuid",
        "databasetype",
        "dateCreated",
        "dateModified",
        "dbserverLogicalCluster",
        "dbserverLogicalClusterId",
        "description",
        "infos",
        "lcmConfigs",
        "linkedDatabases",
        "metric",
        "name",
        "parentDatabaseId",
        "parentSourceDatabaseId",
        "properties",
        "status",
        "tags",
        "timeMachineId",
        "timeMachines",
        "timeZone",
        "type"
      ],
      "inputProperties": {
        "applicationType": {
          "type": "string",
          "description": "type of instance. eg: postgres_database\n"
        },
        "dataStorageSize": {
          "type": "integer",
          "description": "data area (in GiB) to be added to the existing database.\n"
        },
        "databaseUuid": {
          "type": "string",
          "description": "Database id\n"
        },
        "postScriptCmd": {
          "type": "string",
          "description": "post script command\n"
        },
        "preScriptCmd": {
          "type": "string",
          "description": "pre script command\n"
        },
        "scaleCount": {
          "type": "integer",
          "description": "scale count helps to scale the same instance with same config\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTag:NdbDatabaseScaleTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        }
      },
      "requiredInputs": [
        "applicationType",
        "dataStorageSize",
        "databaseUuid"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbDatabaseScale resources.\n",
        "properties": {
          "applicationType": {
            "type": "string",
            "description": "type of instance. eg: postgres_database\n"
          },
          "clone": {
            "type": "boolean",
            "description": "whether instance is cloned or not\n"
          },
          "dataStorageSize": {
            "type": "integer",
            "description": "data area (in GiB) to be added to the existing database.\n"
          },
          "databaseClusterType": {
            "type": "string",
            "description": "database cluster type\n"
          },
          "databaseInstanceId": {
            "type": "string"
          },
          "databaseName": {
            "type": "string",
            "description": "name of database\n"
          },
          "databaseNodes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleDatabaseNode:NdbDatabaseScaleDatabaseNode"
            },
            "description": "database nodes associated with database instance\n"
          },
          "databaseUuid": {
            "type": "string",
            "description": "Database id\n"
          },
          "databasetype": {
            "type": "string",
            "description": "type of database\n"
          },
          "dateCreated": {
            "type": "string",
            "description": "date created for db instance\n"
          },
          "dateModified": {
            "type": "string",
            "description": "date modified for instance\n"
          },
          "dbserverLogicalCluster": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "dbserver logical cluster\n"
          },
          "dbserverLogicalClusterId": {
            "type": "string",
            "description": "dbserver logical cluster id\n"
          },
          "description": {
            "type": "string",
            "description": "description of database instance\n"
          },
          "infos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleInfo:NdbDatabaseScaleInfo"
            },
            "description": "info of instance\n"
          },
          "lcmConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleLcmConfig:NdbDatabaseScaleLcmConfig"
            },
            "description": "LCM config of instance\n"
          },
          "linkedDatabases": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleLinkedDatabase:NdbDatabaseScaleLinkedDatabase"
            },
            "description": "linked databases within database instance\n"
          },
          "metric": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
          },
          "name": {
            "type": "string",
            "description": "Name of database instance\n"
          },
          "parentDatabaseId": {
            "type": "string",
            "description": "parent database id\n"
          },
          "parentSourceDatabaseId": {
            "type": "string"
          },
          "postScriptCmd": {
            "type": "string",
            "description": "post script command\n"
          },
          "preScriptCmd": {
            "type": "string",
            "description": "pre script command\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleProperty:NdbDatabaseScaleProperty"
            },
            "description": "properties of database created\n"
          },
          "scaleCount": {
            "type": "integer",
            "description": "scale count helps to scale the same instance with same config\n"
          },
          "status": {
            "type": "string",
            "description": "status of instance\n"
          },
          "tags": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTag:NdbDatabaseScaleTag"
            },
            "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
          },
          "timeMachineId": {
            "type": "string",
            "description": "time machine id of instance\n"
          },
          "timeMachines": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseScaleTimeMachine:NdbDatabaseScaleTimeMachine"
            },
            "description": "Time Machine details of instance\n"
          },
          "timeZone": {
            "type": "string",
            "description": "timezone on which instance is created xw\n"
          },
          "type": {
            "type": "string",
            "description": "type of database\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbDatabaseSnapshot:NdbDatabaseSnapshot": {
      "description": "Provides a resource to perform the snapshot for database instance based on the input parameters. \n\n",
      "properties": {
        "appInfoVersion": {
          "type": "string",
          "description": "App info version\n"
        },
        "applicableTypes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Applicable types\n"
        },
        "databaseNodeId": {
          "type": "string",
          "description": "database node id\n"
        },
        "databaseSnapshot": {
          "type": "boolean",
          "description": "database snapshot\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "created date\n"
        },
        "dateModified": {
          "type": "string",
          "description": "modified date\n"
        },
        "dbserverId": {
          "type": "string",
          "description": "dbserver id\n"
        },
        "dbserverIp": {
          "type": "string",
          "description": "dbserver ip\n"
        },
        "dbserverName": {
          "type": "string",
          "description": "dbserver name\n"
        },
        "dbserverStorageMetadataVersion": {
          "type": "integer",
          "description": "dbserver storage metadata version\n"
        },
        "description": {
          "type": "string",
          "description": "description of snapshot\n"
        },
        "expiryDateTimezone": {
          "type": "string",
          "description": "Default is set to Asia/Calcutta\n"
        },
        "fromTimestamp": {
          "type": "string",
          "description": "from timestamp\n"
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseSnapshotLcmConfig:NdbDatabaseSnapshotLcmConfig"
          },
          "description": "LCM config\n"
        },
        "name": {
          "type": "string",
          "description": "Snapshot name. Default value is era_manual_snapshot.\n"
        },
        "nxClusterId": {
          "type": "string",
          "description": "nx cluster id\n"
        },
        "parentSnapshot": {
          "type": "boolean",
          "description": "parent snapshot\n"
        },
        "parentSnapshotId": {
          "type": "string",
          "description": "parent snapshot id\n"
        },
        "processed": {
          "type": "boolean",
          "description": "processed\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseSnapshotProperty:NdbDatabaseSnapshotProperty"
          },
          "description": "properties\n"
        },
        "protectionDomainId": {
          "type": "string",
          "description": "protection domain\n"
        },
        "removeScheduleInDays": {
          "type": "integer",
          "description": "Removal schedule after which the snapshot should be removed.\n"
        },
        "replicateToClusters": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "snapshots to be replicated to clusters.\n"
        },
        "replicatedSnapshots": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "replicated snapshots\n"
        },
        "santized": {
          "type": "boolean"
        },
        "santizedFromSnapshotId": {
          "type": "string"
        },
        "santizedSnapshots": {
          "type": "string"
        },
        "snapshotFamily": {
          "type": "string",
          "description": "snapshot family\n"
        },
        "snapshotSize": {
          "type": "number",
          "description": "snapshot size\n"
        },
        "snapshotTimestamp": {
          "type": "string",
          "description": "snapshot timeStamp\n"
        },
        "snapshotTimestampDate": {
          "type": "integer",
          "description": "snapshot timestamp date\n"
        },
        "snapshotUuid": {
          "type": "string",
          "description": "snapshot uuid\n"
        },
        "softwareDatabaseSnapshot": {
          "type": "boolean",
          "description": "software database snapshot\n"
        },
        "softwareSnapshot": {
          "type": "string",
          "description": "software snapshot\n"
        },
        "softwareSnapshotId": {
          "type": "string",
          "description": "software snapshot id\n"
        },
        "status": {
          "type": "string",
          "description": "status\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseSnapshotTag:NdbDatabaseSnapshotTag"
          },
          "description": "tags\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "Time Machine Id\n"
        },
        "timeMachineName": {
          "type": "string",
          "description": "Time Machine Name\n"
        },
        "timezone": {
          "type": "string",
          "description": "timezone\n"
        },
        "toTimestamp": {
          "type": "string",
          "description": "to timestamp\n"
        },
        "type": {
          "type": "string",
          "description": "type\n"
        }
      },
      "type": "object",
      "required": [
        "appInfoVersion",
        "applicableTypes",
        "databaseNodeId",
        "databaseSnapshot",
        "dateCreated",
        "dateModified",
        "dbserverId",
        "dbserverIp",
        "dbserverName",
        "dbserverStorageMetadataVersion",
        "description",
        "fromTimestamp",
        "lcmConfigs",
        "name",
        "nxClusterId",
        "parentSnapshot",
        "parentSnapshotId",
        "processed",
        "properties",
        "protectionDomainId",
        "replicatedSnapshots",
        "santized",
        "santizedFromSnapshotId",
        "santizedSnapshots",
        "snapshotFamily",
        "snapshotSize",
        "snapshotTimestamp",
        "snapshotTimestampDate",
        "snapshotUuid",
        "softwareDatabaseSnapshot",
        "softwareSnapshot",
        "softwareSnapshotId",
        "status",
        "tags",
        "timezone",
        "toTimestamp",
        "type"
      ],
      "inputProperties": {
        "expiryDateTimezone": {
          "type": "string",
          "description": "Default is set to Asia/Calcutta\n"
        },
        "name": {
          "type": "string",
          "description": "Snapshot name. Default value is era_manual_snapshot.\n"
        },
        "removeScheduleInDays": {
          "type": "integer",
          "description": "Removal schedule after which the snapshot should be removed.\n"
        },
        "replicateToClusters": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "snapshots to be replicated to clusters.\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDatabaseSnapshotTag:NdbDatabaseSnapshotTag"
          },
          "description": "tags\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "Time Machine Id\n"
        },
        "timeMachineName": {
          "type": "string",
          "description": "Time Machine Name\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbDatabaseSnapshot resources.\n",
        "properties": {
          "appInfoVersion": {
            "type": "string",
            "description": "App info version\n"
          },
          "applicableTypes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Applicable types\n"
          },
          "databaseNodeId": {
            "type": "string",
            "description": "database node id\n"
          },
          "databaseSnapshot": {
            "type": "boolean",
            "description": "database snapshot\n"
          },
          "dateCreated": {
            "type": "string",
            "description": "created date\n"
          },
          "dateModified": {
            "type": "string",
            "description": "modified date\n"
          },
          "dbserverId": {
            "type": "string",
            "description": "dbserver id\n"
          },
          "dbserverIp": {
            "type": "string",
            "description": "dbserver ip\n"
          },
          "dbserverName": {
            "type": "string",
            "description": "dbserver name\n"
          },
          "dbserverStorageMetadataVersion": {
            "type": "integer",
            "description": "dbserver storage metadata version\n"
          },
          "description": {
            "type": "string",
            "description": "description of snapshot\n"
          },
          "expiryDateTimezone": {
            "type": "string",
            "description": "Default is set to Asia/Calcutta\n"
          },
          "fromTimestamp": {
            "type": "string",
            "description": "from timestamp\n"
          },
          "lcmConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseSnapshotLcmConfig:NdbDatabaseSnapshotLcmConfig"
            },
            "description": "LCM config\n"
          },
          "name": {
            "type": "string",
            "description": "Snapshot name. Default value is era_manual_snapshot.\n"
          },
          "nxClusterId": {
            "type": "string",
            "description": "nx cluster id\n"
          },
          "parentSnapshot": {
            "type": "boolean",
            "description": "parent snapshot\n"
          },
          "parentSnapshotId": {
            "type": "string",
            "description": "parent snapshot id\n"
          },
          "processed": {
            "type": "boolean",
            "description": "processed\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseSnapshotProperty:NdbDatabaseSnapshotProperty"
            },
            "description": "properties\n"
          },
          "protectionDomainId": {
            "type": "string",
            "description": "protection domain\n"
          },
          "removeScheduleInDays": {
            "type": "integer",
            "description": "Removal schedule after which the snapshot should be removed.\n"
          },
          "replicateToClusters": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "snapshots to be replicated to clusters.\n"
          },
          "replicatedSnapshots": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "replicated snapshots\n"
          },
          "santized": {
            "type": "boolean"
          },
          "santizedFromSnapshotId": {
            "type": "string"
          },
          "santizedSnapshots": {
            "type": "string"
          },
          "snapshotFamily": {
            "type": "string",
            "description": "snapshot family\n"
          },
          "snapshotSize": {
            "type": "number",
            "description": "snapshot size\n"
          },
          "snapshotTimestamp": {
            "type": "string",
            "description": "snapshot timeStamp\n"
          },
          "snapshotTimestampDate": {
            "type": "integer",
            "description": "snapshot timestamp date\n"
          },
          "snapshotUuid": {
            "type": "string",
            "description": "snapshot uuid\n"
          },
          "softwareDatabaseSnapshot": {
            "type": "boolean",
            "description": "software database snapshot\n"
          },
          "softwareSnapshot": {
            "type": "string",
            "description": "software snapshot\n"
          },
          "softwareSnapshotId": {
            "type": "string",
            "description": "software snapshot id\n"
          },
          "status": {
            "type": "string",
            "description": "status\n"
          },
          "tags": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDatabaseSnapshotTag:NdbDatabaseSnapshotTag"
            },
            "description": "tags\n"
          },
          "timeMachineId": {
            "type": "string",
            "description": "Time Machine Id\n"
          },
          "timeMachineName": {
            "type": "string",
            "description": "Time Machine Name\n"
          },
          "timezone": {
            "type": "string",
            "description": "timezone\n"
          },
          "toTimestamp": {
            "type": "string",
            "description": "to timestamp\n"
          },
          "type": {
            "type": "string",
            "description": "type\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbDbserverVm:NdbDbserverVm": {
      "description": "Provides a resource to create database server VMs based on the input parameters. For 1.8.0 release, only postgress database type is qualified and officially supported.\n\n## Example Usage\n\n",
      "properties": {
        "clientId": {
          "type": "string"
        },
        "computeProfileId": {
          "type": "string",
          "description": "Compute profile id.\n"
        },
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDbserverVmCredential:NdbDbserverVmCredential"
          }
        },
        "databaseType": {
          "type": "string",
          "description": "database type. Valid values: postgres_database\n"
        },
        "dbserverClusterId": {
          "type": "string"
        },
        "delete": {
          "type": "boolean",
          "description": "- (Optional) Delete the VM and associated storage. Default value is true\n"
        },
        "deleteVgs": {
          "type": "boolean",
          "description": "- (Optional) Delete volume grous. Default value is true\n"
        },
        "deleteVmSnapshots": {
          "type": "boolean",
          "description": "- (Optional) Delete the vm snapshots. Default is true\n"
        },
        "description": {
          "type": "string",
          "description": "Type a description for the database server VM.\n"
        },
        "eraDriveId": {
          "type": "string"
        },
        "eraVersion": {
          "type": "string"
        },
        "fqdns": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "latestSnapshot": {
          "type": "boolean"
        },
        "macAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "maintenanceTasks": {
          "$ref": "#/types/nutanix:index%2FNdbDbserverVmMaintenanceTasks:NdbDbserverVmMaintenanceTasks",
          "description": "maintenance window configured to enable automated patching.\n"
        },
        "name": {
          "type": "string"
        },
        "networkProfileId": {
          "type": "string",
          "description": "Network profile id.\n"
        },
        "nxClusterId": {
          "type": "string"
        },
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDbserverVmPostgresDatabase:NdbDbserverVmPostgresDatabase"
          },
          "description": "Postgres database server vm\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDbserverVmProperty:NdbDbserverVmProperty"
          },
          "description": "List of all the properties"
        },
        "remove": {
          "type": "boolean",
          "description": "- (Optional) Unregister the database from NDB. Default value is false\n"
        },
        "snapshotId": {
          "type": "string",
          "description": "Snapshot id. If not given, it will use latest snapshot to provision db server vm.\n"
        },
        "softRemove": {
          "type": "boolean",
          "description": "- (Optional) Soft remove. Default will be false\n"
        },
        "softwareProfileId": {
          "type": "string",
          "description": "software profile id you want to provision a database server VM from an existing software profile.Required with software_profile_version_id. Conflicts with<span pulumi-lang-nodejs=\" timeMachineId \" pulumi-lang-dotnet=\" TimeMachineId \" pulumi-lang-go=\" timeMachineId \" pulumi-lang-python=\" time_machine_id \" pulumi-lang-yaml=\" timeMachineId \" pulumi-lang-java=\" timeMachineId \"> time_machine_id </span>.\n"
        },
        "softwareProfileVersionId": {
          "type": "string",
          "description": "SOftware Profile Version Id.\n"
        },
        "status": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDbserverVmTag:NdbDbserverVmTag"
          }
        },
        "timeMachineId": {
          "type": "string",
          "description": "Time Machine id you want to provision a database server VM by using the database and operating system software stored in a time machine. Conflicts with software_profile_id.\n"
        },
        "timezone": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "vmClusterName": {
          "type": "string"
        },
        "vmClusterUuid": {
          "type": "string"
        },
        "vmPassword": {
          "type": "string",
          "description": "password of the NDB drive user account.\n",
          "secret": true
        },
        "vmTimezone": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "clientId",
        "computeProfileId",
        "databaseType",
        "dbserverClusterId",
        "description",
        "eraDriveId",
        "eraVersion",
        "fqdns",
        "ipAddresses",
        "macAddresses",
        "name",
        "networkProfileId",
        "nxClusterId",
        "properties",
        "status",
        "tags",
        "type",
        "vmClusterName",
        "vmClusterUuid",
        "vmTimezone"
      ],
      "inputProperties": {
        "computeProfileId": {
          "type": "string",
          "description": "Compute profile id.\n"
        },
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDbserverVmCredential:NdbDbserverVmCredential"
          }
        },
        "databaseType": {
          "type": "string",
          "description": "database type. Valid values: postgres_database\n"
        },
        "delete": {
          "type": "boolean",
          "description": "- (Optional) Delete the VM and associated storage. Default value is true\n"
        },
        "deleteVgs": {
          "type": "boolean",
          "description": "- (Optional) Delete volume grous. Default value is true\n"
        },
        "deleteVmSnapshots": {
          "type": "boolean",
          "description": "- (Optional) Delete the vm snapshots. Default is true\n"
        },
        "description": {
          "type": "string",
          "description": "Type a description for the database server VM.\n"
        },
        "latestSnapshot": {
          "type": "boolean"
        },
        "maintenanceTasks": {
          "$ref": "#/types/nutanix:index%2FNdbDbserverVmMaintenanceTasks:NdbDbserverVmMaintenanceTasks",
          "description": "maintenance window configured to enable automated patching.\n"
        },
        "networkProfileId": {
          "type": "string",
          "description": "Network profile id.\n"
        },
        "nxClusterId": {
          "type": "string"
        },
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDbserverVmPostgresDatabase:NdbDbserverVmPostgresDatabase"
          },
          "description": "Postgres database server vm\n"
        },
        "remove": {
          "type": "boolean",
          "description": "- (Optional) Unregister the database from NDB. Default value is false\n"
        },
        "snapshotId": {
          "type": "string",
          "description": "Snapshot id. If not given, it will use latest snapshot to provision db server vm.\n"
        },
        "softRemove": {
          "type": "boolean",
          "description": "- (Optional) Soft remove. Default will be false\n"
        },
        "softwareProfileId": {
          "type": "string",
          "description": "software profile id you want to provision a database server VM from an existing software profile.Required with software_profile_version_id. Conflicts with<span pulumi-lang-nodejs=\" timeMachineId \" pulumi-lang-dotnet=\" TimeMachineId \" pulumi-lang-go=\" timeMachineId \" pulumi-lang-python=\" time_machine_id \" pulumi-lang-yaml=\" timeMachineId \" pulumi-lang-java=\" timeMachineId \"> time_machine_id </span>.\n"
        },
        "softwareProfileVersionId": {
          "type": "string",
          "description": "SOftware Profile Version Id.\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbDbserverVmTag:NdbDbserverVmTag"
          }
        },
        "timeMachineId": {
          "type": "string",
          "description": "Time Machine id you want to provision a database server VM by using the database and operating system software stored in a time machine. Conflicts with software_profile_id.\n"
        },
        "timezone": {
          "type": "string"
        },
        "vmPassword": {
          "type": "string",
          "description": "password of the NDB drive user account.\n",
          "secret": true
        }
      },
      "requiredInputs": [
        "computeProfileId",
        "databaseType",
        "networkProfileId",
        "nxClusterId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbDbserverVm resources.\n",
        "properties": {
          "clientId": {
            "type": "string"
          },
          "computeProfileId": {
            "type": "string",
            "description": "Compute profile id.\n"
          },
          "credentials": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDbserverVmCredential:NdbDbserverVmCredential"
            }
          },
          "databaseType": {
            "type": "string",
            "description": "database type. Valid values: postgres_database\n"
          },
          "dbserverClusterId": {
            "type": "string"
          },
          "delete": {
            "type": "boolean",
            "description": "- (Optional) Delete the VM and associated storage. Default value is true\n"
          },
          "deleteVgs": {
            "type": "boolean",
            "description": "- (Optional) Delete volume grous. Default value is true\n"
          },
          "deleteVmSnapshots": {
            "type": "boolean",
            "description": "- (Optional) Delete the vm snapshots. Default is true\n"
          },
          "description": {
            "type": "string",
            "description": "Type a description for the database server VM.\n"
          },
          "eraDriveId": {
            "type": "string"
          },
          "eraVersion": {
            "type": "string"
          },
          "fqdns": {
            "type": "string"
          },
          "ipAddresses": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "latestSnapshot": {
            "type": "boolean"
          },
          "macAddresses": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "maintenanceTasks": {
            "$ref": "#/types/nutanix:index%2FNdbDbserverVmMaintenanceTasks:NdbDbserverVmMaintenanceTasks",
            "description": "maintenance window configured to enable automated patching.\n"
          },
          "name": {
            "type": "string"
          },
          "networkProfileId": {
            "type": "string",
            "description": "Network profile id.\n"
          },
          "nxClusterId": {
            "type": "string"
          },
          "postgresDatabases": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDbserverVmPostgresDatabase:NdbDbserverVmPostgresDatabase"
            },
            "description": "Postgres database server vm\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDbserverVmProperty:NdbDbserverVmProperty"
            },
            "description": "List of all the properties"
          },
          "remove": {
            "type": "boolean",
            "description": "- (Optional) Unregister the database from NDB. Default value is false\n"
          },
          "snapshotId": {
            "type": "string",
            "description": "Snapshot id. If not given, it will use latest snapshot to provision db server vm.\n"
          },
          "softRemove": {
            "type": "boolean",
            "description": "- (Optional) Soft remove. Default will be false\n"
          },
          "softwareProfileId": {
            "type": "string",
            "description": "software profile id you want to provision a database server VM from an existing software profile.Required with software_profile_version_id. Conflicts with<span pulumi-lang-nodejs=\" timeMachineId \" pulumi-lang-dotnet=\" TimeMachineId \" pulumi-lang-go=\" timeMachineId \" pulumi-lang-python=\" time_machine_id \" pulumi-lang-yaml=\" timeMachineId \" pulumi-lang-java=\" timeMachineId \"> time_machine_id </span>.\n"
          },
          "softwareProfileVersionId": {
            "type": "string",
            "description": "SOftware Profile Version Id.\n"
          },
          "status": {
            "type": "string"
          },
          "tags": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbDbserverVmTag:NdbDbserverVmTag"
            }
          },
          "timeMachineId": {
            "type": "string",
            "description": "Time Machine id you want to provision a database server VM by using the database and operating system software stored in a time machine. Conflicts with software_profile_id.\n"
          },
          "timezone": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "vmClusterName": {
            "type": "string"
          },
          "vmClusterUuid": {
            "type": "string"
          },
          "vmPassword": {
            "type": "string",
            "description": "password of the NDB drive user account.\n",
            "secret": true
          },
          "vmTimezone": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbLinkedDatabases:NdbLinkedDatabases": {
      "properties": {
        "databaseId": {
          "type": "string"
        },
        "databaseName": {
          "type": "string"
        },
        "databaseStatus": {
          "type": "string"
        },
        "dateCreated": {
          "type": "string"
        },
        "dateModified": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbLinkedDatabasesInfo:NdbLinkedDatabasesInfo"
          }
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string"
        },
        "parentDatabaseId": {
          "type": "string"
        },
        "parentLinkedDatabaseId": {
          "type": "string"
        },
        "snapshotId": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "databaseId",
        "databaseStatus",
        "dateCreated",
        "dateModified",
        "description",
        "infos",
        "metric",
        "name",
        "parentDatabaseId",
        "parentLinkedDatabaseId",
        "snapshotId",
        "status",
        "timezone"
      ],
      "inputProperties": {
        "databaseId": {
          "type": "string"
        },
        "databaseName": {
          "type": "string"
        }
      },
      "requiredInputs": [
        "databaseId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbLinkedDatabases resources.\n",
        "properties": {
          "databaseId": {
            "type": "string"
          },
          "databaseName": {
            "type": "string"
          },
          "databaseStatus": {
            "type": "string"
          },
          "dateCreated": {
            "type": "string"
          },
          "dateModified": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "infos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbLinkedDatabasesInfo:NdbLinkedDatabasesInfo"
            }
          },
          "metric": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "name": {
            "type": "string"
          },
          "parentDatabaseId": {
            "type": "string"
          },
          "parentLinkedDatabaseId": {
            "type": "string"
          },
          "snapshotId": {
            "type": "string"
          },
          "status": {
            "type": "string"
          },
          "timezone": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbLogCatchups:NdbLogCatchups": {
      "description": "Provides a resource to perform the log cactup for database instance based on the input parameters. \n\n",
      "properties": {
        "databaseId": {
          "type": "string"
        },
        "forRestore": {
          "type": "boolean",
          "description": "Logs to Backup. The database may contain additional logs. Backup any remaining logs before restore or they will be lost.\n"
        },
        "logCatchupVersion": {
          "type": "integer",
          "description": "it helps to perform same operation with same config.\n\n\nSee detailed information in [NDB Log Catchups](https://www.nutanix.dev/api_references/ndb/#/6100cd9959e52-start-log-catchup-for-given-time-machine) .\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "Time machine id of\n"
        }
      },
      "type": "object",
      "inputProperties": {
        "databaseId": {
          "type": "string",
          "willReplaceOnChanges": true
        },
        "forRestore": {
          "type": "boolean",
          "description": "Logs to Backup. The database may contain additional logs. Backup any remaining logs before restore or they will be lost.\n"
        },
        "logCatchupVersion": {
          "type": "integer",
          "description": "it helps to perform same operation with same config.\n\n\nSee detailed information in [NDB Log Catchups](https://www.nutanix.dev/api_references/ndb/#/6100cd9959e52-start-log-catchup-for-given-time-machine) .\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "Time machine id of\n",
          "willReplaceOnChanges": true
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbLogCatchups resources.\n",
        "properties": {
          "databaseId": {
            "type": "string",
            "willReplaceOnChanges": true
          },
          "forRestore": {
            "type": "boolean",
            "description": "Logs to Backup. The database may contain additional logs. Backup any remaining logs before restore or they will be lost.\n"
          },
          "logCatchupVersion": {
            "type": "integer",
            "description": "it helps to perform same operation with same config.\n\n\nSee detailed information in [NDB Log Catchups](https://www.nutanix.dev/api_references/ndb/#/6100cd9959e52-start-log-catchup-for-given-time-machine) .\n"
          },
          "timeMachineId": {
            "type": "string",
            "description": "Time machine id of\n",
            "willReplaceOnChanges": true
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbMaintenanceTask:NdbMaintenanceTask": {
      "description": "Provides a resource to associate a maintenance window with database server VM based on the input parameters. \n\n## Example Usage\n\n### resource to associated maintenance window with OS_PATCHING\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst name = new nutanix.NdbMaintenanceTask(\"name\", {\n    dbserverIds: [\"{{ dbserver_vm_id }}\"],\n    maintenanceWindowId: \"{{ maintenance_window_id }}\",\n    tasks: [{\n        taskType: \"OS_PATCHING\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nname = nutanix.NdbMaintenanceTask(\"name\",\n    dbserver_ids=[\"{{ dbserver_vm_id }}\"],\n    maintenance_window_id=\"{{ maintenance_window_id }}\",\n    tasks=[{\n        \"task_type\": \"OS_PATCHING\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var name = new Nutanix.NdbMaintenanceTask(\"name\", new()\n    {\n        DbserverIds = new[]\n        {\n            \"{{ dbserver_vm_id }}\",\n        },\n        MaintenanceWindowId = \"{{ maintenance_window_id }}\",\n        Tasks = new[]\n        {\n            new Nutanix.Inputs.NdbMaintenanceTaskTaskArgs\n            {\n                TaskType = \"OS_PATCHING\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbMaintenanceTask(ctx, \"name\", &nutanix.NdbMaintenanceTaskArgs{\n\t\t\tDbserverIds: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"{{ dbserver_vm_id }}\"),\n\t\t\t},\n\t\t\tMaintenanceWindowId: pulumi.String(\"{{ maintenance_window_id }}\"),\n\t\t\tTasks: nutanix.NdbMaintenanceTaskTaskArray{\n\t\t\t\t&nutanix.NdbMaintenanceTaskTaskArgs{\n\t\t\t\t\tTaskType: pulumi.String(\"OS_PATCHING\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbMaintenanceTask;\nimport com.pulumi.nutanix.NdbMaintenanceTaskArgs;\nimport com.pulumi.nutanix.inputs.NdbMaintenanceTaskTaskArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var name = new NdbMaintenanceTask(\"name\", NdbMaintenanceTaskArgs.builder()\n            .dbserverIds(\"{{ dbserver_vm_id }}\")\n            .maintenanceWindowId(\"{{ maintenance_window_id }}\")\n            .tasks(NdbMaintenanceTaskTaskArgs.builder()\n                .taskType(\"OS_PATCHING\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  name:\n    type: nutanix:NdbMaintenanceTask\n    properties:\n      dbserverIds:\n        - '{{ dbserver_vm_id }}'\n      maintenanceWindowId: '{{ maintenance_window_id }}'\n      tasks:\n        - taskType: OS_PATCHING\n```\n<!--End PulumiCodeChooser -->\n\n### resource to associated maintenance window with DB_PATCHING\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst name = new nutanix.NdbMaintenanceTask(\"name\", {\n    dbserverIds: [\"{{ dbserver_vm_id }}\"],\n    maintenanceWindowId: \"{{ maintenance_window_id }}\",\n    tasks: [{\n        taskType: \"DB_PATCHING\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nname = nutanix.NdbMaintenanceTask(\"name\",\n    dbserver_ids=[\"{{ dbserver_vm_id }}\"],\n    maintenance_window_id=\"{{ maintenance_window_id }}\",\n    tasks=[{\n        \"task_type\": \"DB_PATCHING\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var name = new Nutanix.NdbMaintenanceTask(\"name\", new()\n    {\n        DbserverIds = new[]\n        {\n            \"{{ dbserver_vm_id }}\",\n        },\n        MaintenanceWindowId = \"{{ maintenance_window_id }}\",\n        Tasks = new[]\n        {\n            new Nutanix.Inputs.NdbMaintenanceTaskTaskArgs\n            {\n                TaskType = \"DB_PATCHING\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbMaintenanceTask(ctx, \"name\", &nutanix.NdbMaintenanceTaskArgs{\n\t\t\tDbserverIds: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"{{ dbserver_vm_id }}\"),\n\t\t\t},\n\t\t\tMaintenanceWindowId: pulumi.String(\"{{ maintenance_window_id }}\"),\n\t\t\tTasks: nutanix.NdbMaintenanceTaskTaskArray{\n\t\t\t\t&nutanix.NdbMaintenanceTaskTaskArgs{\n\t\t\t\t\tTaskType: pulumi.String(\"DB_PATCHING\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbMaintenanceTask;\nimport com.pulumi.nutanix.NdbMaintenanceTaskArgs;\nimport com.pulumi.nutanix.inputs.NdbMaintenanceTaskTaskArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var name = new NdbMaintenanceTask(\"name\", NdbMaintenanceTaskArgs.builder()\n            .dbserverIds(\"{{ dbserver_vm_id }}\")\n            .maintenanceWindowId(\"{{ maintenance_window_id }}\")\n            .tasks(NdbMaintenanceTaskTaskArgs.builder()\n                .taskType(\"DB_PATCHING\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  name:\n    type: nutanix:NdbMaintenanceTask\n    properties:\n      dbserverIds:\n        - '{{ dbserver_vm_id }}'\n      maintenanceWindowId: '{{ maintenance_window_id }}'\n      tasks:\n        - taskType: DB_PATCHING\n```\n<!--End PulumiCodeChooser -->\n\n### resource to associated maintenance window with pre and post command on each task\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst name = new nutanix.NdbMaintenanceTask(\"name\", {\n    dbserverIds: [\"{{ dbserver_vm_id }}\"],\n    maintenanceWindowId: \"{{ maintenance_window_id }}\",\n    tasks: [\n        {\n            taskType: \"DB_PATCHING\",\n            preCommand: \"{{ pre_command for db patching }}\",\n            postCommand: \"{{ post_command for db patching }}\",\n        },\n        {\n            taskType: \"OS_PATCHING\",\n            preCommand: \"{{ pre_command for os patching}}\",\n            postCommand: \"{{ post_command for os patching }}\",\n        },\n    ],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nname = nutanix.NdbMaintenanceTask(\"name\",\n    dbserver_ids=[\"{{ dbserver_vm_id }}\"],\n    maintenance_window_id=\"{{ maintenance_window_id }}\",\n    tasks=[\n        {\n            \"task_type\": \"DB_PATCHING\",\n            \"pre_command\": \"{{ pre_command for db patching }}\",\n            \"post_command\": \"{{ post_command for db patching }}\",\n        },\n        {\n            \"task_type\": \"OS_PATCHING\",\n            \"pre_command\": \"{{ pre_command for os patching}}\",\n            \"post_command\": \"{{ post_command for os patching }}\",\n        },\n    ])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var name = new Nutanix.NdbMaintenanceTask(\"name\", new()\n    {\n        DbserverIds = new[]\n        {\n            \"{{ dbserver_vm_id }}\",\n        },\n        MaintenanceWindowId = \"{{ maintenance_window_id }}\",\n        Tasks = new[]\n        {\n            new Nutanix.Inputs.NdbMaintenanceTaskTaskArgs\n            {\n                TaskType = \"DB_PATCHING\",\n                PreCommand = \"{{ pre_command for db patching }}\",\n                PostCommand = \"{{ post_command for db patching }}\",\n            },\n            new Nutanix.Inputs.NdbMaintenanceTaskTaskArgs\n            {\n                TaskType = \"OS_PATCHING\",\n                PreCommand = \"{{ pre_command for os patching}}\",\n                PostCommand = \"{{ post_command for os patching }}\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbMaintenanceTask(ctx, \"name\", &nutanix.NdbMaintenanceTaskArgs{\n\t\t\tDbserverIds: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"{{ dbserver_vm_id }}\"),\n\t\t\t},\n\t\t\tMaintenanceWindowId: pulumi.String(\"{{ maintenance_window_id }}\"),\n\t\t\tTasks: nutanix.NdbMaintenanceTaskTaskArray{\n\t\t\t\t&nutanix.NdbMaintenanceTaskTaskArgs{\n\t\t\t\t\tTaskType:    pulumi.String(\"DB_PATCHING\"),\n\t\t\t\t\tPreCommand:  pulumi.String(\"{{ pre_command for db patching }}\"),\n\t\t\t\t\tPostCommand: pulumi.String(\"{{ post_command for db patching }}\"),\n\t\t\t\t},\n\t\t\t\t&nutanix.NdbMaintenanceTaskTaskArgs{\n\t\t\t\t\tTaskType:    pulumi.String(\"OS_PATCHING\"),\n\t\t\t\t\tPreCommand:  pulumi.String(\"{{ pre_command for os patching}}\"),\n\t\t\t\t\tPostCommand: pulumi.String(\"{{ post_command for os patching }}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbMaintenanceTask;\nimport com.pulumi.nutanix.NdbMaintenanceTaskArgs;\nimport com.pulumi.nutanix.inputs.NdbMaintenanceTaskTaskArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var name = new NdbMaintenanceTask(\"name\", NdbMaintenanceTaskArgs.builder()\n            .dbserverIds(\"{{ dbserver_vm_id }}\")\n            .maintenanceWindowId(\"{{ maintenance_window_id }}\")\n            .tasks(            \n                NdbMaintenanceTaskTaskArgs.builder()\n                    .taskType(\"DB_PATCHING\")\n                    .preCommand(\"{{ pre_command for db patching }}\")\n                    .postCommand(\"{{ post_command for db patching }}\")\n                    .build(),\n                NdbMaintenanceTaskTaskArgs.builder()\n                    .taskType(\"OS_PATCHING\")\n                    .preCommand(\"{{ pre_command for os patching}}\")\n                    .postCommand(\"{{ post_command for os patching }}\")\n                    .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  name:\n    type: nutanix:NdbMaintenanceTask\n    properties:\n      dbserverIds:\n        - '{{ dbserver_vm_id }}'\n      maintenanceWindowId: '{{ maintenance_window_id }}'\n      tasks:\n        - taskType: DB_PATCHING\n          preCommand: '{{ pre_command for db patching }}'\n          postCommand: '{{ post_command for db patching }}'\n        - taskType: OS_PATCHING\n          preCommand: '{{ pre_command for os patching}}'\n          postCommand: '{{ post_command for os patching }}'\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "dbserverClusters": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "dbserver cluster ids. Conflicts with <span pulumi-lang-nodejs=\"\"dbserverId\"\" pulumi-lang-dotnet=\"\"DbserverId\"\" pulumi-lang-go=\"\"dbserverId\"\" pulumi-lang-python=\"\"dbserver_id\"\" pulumi-lang-yaml=\"\"dbserverId\"\" pulumi-lang-java=\"\"dbserverId\"\">\"dbserver_id\"</span>\n"
        },
        "dbserverIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "dbserver vm id. Conflicts with <span pulumi-lang-nodejs=\"\"dbserverCluster\"\" pulumi-lang-dotnet=\"\"DbserverCluster\"\" pulumi-lang-go=\"\"dbserverCluster\"\" pulumi-lang-python=\"\"dbserver_cluster\"\" pulumi-lang-yaml=\"\"dbserverCluster\"\" pulumi-lang-java=\"\"dbserverCluster\"\">\"dbserver_cluster\"</span>\n"
        },
        "entityTaskAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceTaskEntityTaskAssociation:NdbMaintenanceTaskEntityTaskAssociation"
          },
          "description": "Entity Task Association  List.\n"
        },
        "maintenanceWindowId": {
          "type": "string",
          "description": "maintenance window id which has to be associated\n"
        },
        "tasks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceTaskTask:NdbMaintenanceTaskTask"
          },
          "description": "task input for Operating System Patching or Database Patching or both\n"
        }
      },
      "type": "object",
      "required": [
        "entityTaskAssociations",
        "maintenanceWindowId"
      ],
      "inputProperties": {
        "dbserverClusters": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "dbserver cluster ids. Conflicts with <span pulumi-lang-nodejs=\"\"dbserverId\"\" pulumi-lang-dotnet=\"\"DbserverId\"\" pulumi-lang-go=\"\"dbserverId\"\" pulumi-lang-python=\"\"dbserver_id\"\" pulumi-lang-yaml=\"\"dbserverId\"\" pulumi-lang-java=\"\"dbserverId\"\">\"dbserver_id\"</span>\n"
        },
        "dbserverIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "dbserver vm id. Conflicts with <span pulumi-lang-nodejs=\"\"dbserverCluster\"\" pulumi-lang-dotnet=\"\"DbserverCluster\"\" pulumi-lang-go=\"\"dbserverCluster\"\" pulumi-lang-python=\"\"dbserver_cluster\"\" pulumi-lang-yaml=\"\"dbserverCluster\"\" pulumi-lang-java=\"\"dbserverCluster\"\">\"dbserver_cluster\"</span>\n"
        },
        "maintenanceWindowId": {
          "type": "string",
          "description": "maintenance window id which has to be associated\n"
        },
        "tasks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceTaskTask:NdbMaintenanceTaskTask"
          },
          "description": "task input for Operating System Patching or Database Patching or both\n"
        }
      },
      "requiredInputs": [
        "maintenanceWindowId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbMaintenanceTask resources.\n",
        "properties": {
          "dbserverClusters": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "dbserver cluster ids. Conflicts with <span pulumi-lang-nodejs=\"\"dbserverId\"\" pulumi-lang-dotnet=\"\"DbserverId\"\" pulumi-lang-go=\"\"dbserverId\"\" pulumi-lang-python=\"\"dbserver_id\"\" pulumi-lang-yaml=\"\"dbserverId\"\" pulumi-lang-java=\"\"dbserverId\"\">\"dbserver_id\"</span>\n"
          },
          "dbserverIds": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "dbserver vm id. Conflicts with <span pulumi-lang-nodejs=\"\"dbserverCluster\"\" pulumi-lang-dotnet=\"\"DbserverCluster\"\" pulumi-lang-go=\"\"dbserverCluster\"\" pulumi-lang-python=\"\"dbserver_cluster\"\" pulumi-lang-yaml=\"\"dbserverCluster\"\" pulumi-lang-java=\"\"dbserverCluster\"\">\"dbserver_cluster\"</span>\n"
          },
          "entityTaskAssociations": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbMaintenanceTaskEntityTaskAssociation:NdbMaintenanceTaskEntityTaskAssociation"
            },
            "description": "Entity Task Association  List.\n"
          },
          "maintenanceWindowId": {
            "type": "string",
            "description": "maintenance window id which has to be associated\n"
          },
          "tasks": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbMaintenanceTaskTask:NdbMaintenanceTaskTask"
            },
            "description": "task input for Operating System Patching or Database Patching or both\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbMaintenanceWindow:NdbMaintenanceWindow": {
      "description": "Provides a resource to create maintenance window based on the input parameters. \n\n## Example Usage\n\n### resource to create weekly maintenance window\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst acctest_managed = new nutanix.NdbMaintenanceWindow(\"acctest-managed\", {\n    name: \"test-maintenance\",\n    description: \"desc\",\n    duration: 3,\n    recurrence: \"WEEKLY\",\n    dayOfWeek: \"TUESDAY\",\n    startTime: \"17:04:47\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nacctest_managed = nutanix.NdbMaintenanceWindow(\"acctest-managed\",\n    name=\"test-maintenance\",\n    description=\"desc\",\n    duration=3,\n    recurrence=\"WEEKLY\",\n    day_of_week=\"TUESDAY\",\n    start_time=\"17:04:47\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var acctest_managed = new Nutanix.NdbMaintenanceWindow(\"acctest-managed\", new()\n    {\n        Name = \"test-maintenance\",\n        Description = \"desc\",\n        Duration = 3,\n        Recurrence = \"WEEKLY\",\n        DayOfWeek = \"TUESDAY\",\n        StartTime = \"17:04:47\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbMaintenanceWindow(ctx, \"acctest-managed\", &nutanix.NdbMaintenanceWindowArgs{\n\t\t\tName:        pulumi.String(\"test-maintenance\"),\n\t\t\tDescription: pulumi.String(\"desc\"),\n\t\t\tDuration:    pulumi.Int(3),\n\t\t\tRecurrence:  pulumi.String(\"WEEKLY\"),\n\t\t\tDayOfWeek:   pulumi.String(\"TUESDAY\"),\n\t\t\tStartTime:   pulumi.String(\"17:04:47\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbMaintenanceWindow;\nimport com.pulumi.nutanix.NdbMaintenanceWindowArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var acctest_managed = new NdbMaintenanceWindow(\"acctest-managed\", NdbMaintenanceWindowArgs.builder()\n            .name(\"test-maintenance\")\n            .description(\"desc\")\n            .duration(3)\n            .recurrence(\"WEEKLY\")\n            .dayOfWeek(\"TUESDAY\")\n            .startTime(\"17:04:47\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  acctest-managed:\n    type: nutanix:NdbMaintenanceWindow\n    properties:\n      name: test-maintenance\n      description: desc\n      duration: 3\n      recurrence: WEEKLY\n      dayOfWeek: TUESDAY\n      startTime: 17:04:47\n```\n<!--End PulumiCodeChooser -->\n\n### resource to create monthly maintenance window\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst acctest_managed = new nutanix.NdbMaintenanceWindow(\"acctest-managed\", {\n    name: \"test-maintenance\",\n    description: \"description\",\n    duration: 2,\n    recurrence: \"MONTHLY\",\n    dayOfWeek: \"TUESDAY\",\n    startTime: \"17:04:47\",\n    weekOfMonth: 4,\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nacctest_managed = nutanix.NdbMaintenanceWindow(\"acctest-managed\",\n    name=\"test-maintenance\",\n    description=\"description\",\n    duration=2,\n    recurrence=\"MONTHLY\",\n    day_of_week=\"TUESDAY\",\n    start_time=\"17:04:47\",\n    week_of_month=4)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var acctest_managed = new Nutanix.NdbMaintenanceWindow(\"acctest-managed\", new()\n    {\n        Name = \"test-maintenance\",\n        Description = \"description\",\n        Duration = 2,\n        Recurrence = \"MONTHLY\",\n        DayOfWeek = \"TUESDAY\",\n        StartTime = \"17:04:47\",\n        WeekOfMonth = 4,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbMaintenanceWindow(ctx, \"acctest-managed\", &nutanix.NdbMaintenanceWindowArgs{\n\t\t\tName:        pulumi.String(\"test-maintenance\"),\n\t\t\tDescription: pulumi.String(\"description\"),\n\t\t\tDuration:    pulumi.Int(2),\n\t\t\tRecurrence:  pulumi.String(\"MONTHLY\"),\n\t\t\tDayOfWeek:   pulumi.String(\"TUESDAY\"),\n\t\t\tStartTime:   pulumi.String(\"17:04:47\"),\n\t\t\tWeekOfMonth: pulumi.Int(4),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbMaintenanceWindow;\nimport com.pulumi.nutanix.NdbMaintenanceWindowArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var acctest_managed = new NdbMaintenanceWindow(\"acctest-managed\", NdbMaintenanceWindowArgs.builder()\n            .name(\"test-maintenance\")\n            .description(\"description\")\n            .duration(2)\n            .recurrence(\"MONTHLY\")\n            .dayOfWeek(\"TUESDAY\")\n            .startTime(\"17:04:47\")\n            .weekOfMonth(4)\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  acctest-managed:\n    type: nutanix:NdbMaintenanceWindow\n    properties:\n      name: test-maintenance\n      description: description\n      duration: 2\n      recurrence: MONTHLY\n      dayOfWeek: TUESDAY\n      startTime: 17:04:47\n      weekOfMonth: 4\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "accessLevel": {
          "type": "string",
          "description": "access level\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "created date of maintenance window\n"
        },
        "dateModified": {
          "type": "string",
          "description": "modified date of maintenance window\n"
        },
        "dayOfWeek": {
          "type": "string",
          "description": "Day of the week to trigger maintenance window. Supports [ MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY ]\n"
        },
        "description": {
          "type": "string",
          "description": "Description for maintenance window\n"
        },
        "duration": {
          "type": "integer",
          "description": "duration in hours. Default is 2\n"
        },
        "entityTaskAssocs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowEntityTaskAssoc:NdbMaintenanceWindowEntityTaskAssoc"
          },
          "description": "entity task association for maintenance window\n"
        },
        "name": {
          "type": "string",
          "description": "Name for the maintenance window.\n"
        },
        "nextRunTime": {
          "type": "string",
          "description": "next run time for maintenance window to trigger\n"
        },
        "ownerId": {
          "type": "string",
          "description": "owner id of maintenance window\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowProperty:NdbMaintenanceWindowProperty"
          },
          "description": "properties of maintenance window\n"
        },
        "recurrence": {
          "type": "string",
          "description": "Supported values [ MONTHLY, WEEKLY ]\n"
        },
        "schedules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowSchedule:NdbMaintenanceWindowSchedule"
          },
          "description": "schedule of maintenance window\n"
        },
        "startTime": {
          "type": "string",
          "description": "start time for maintenance window to trigger\n"
        },
        "status": {
          "type": "string",
          "description": "status of maintennace window\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowTag:NdbMaintenanceWindowTag"
          },
          "description": "tags of maintenance window\n"
        },
        "timezone": {
          "type": "string",
          "description": "timezone . Default is Asia/Calcutta .\n"
        },
        "weekOfMonth": {
          "type": "integer",
          "description": "week of the month. Supports [1, 2, 3, 4] .\n"
        }
      },
      "type": "object",
      "required": [
        "accessLevel",
        "dateCreated",
        "dateModified",
        "entityTaskAssocs",
        "name",
        "nextRunTime",
        "ownerId",
        "properties",
        "recurrence",
        "schedules",
        "startTime",
        "status",
        "tags"
      ],
      "inputProperties": {
        "dayOfWeek": {
          "type": "string",
          "description": "Day of the week to trigger maintenance window. Supports [ MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY ]\n"
        },
        "description": {
          "type": "string",
          "description": "Description for maintenance window\n"
        },
        "duration": {
          "type": "integer",
          "description": "duration in hours. Default is 2\n"
        },
        "name": {
          "type": "string",
          "description": "Name for the maintenance window.\n"
        },
        "recurrence": {
          "type": "string",
          "description": "Supported values [ MONTHLY, WEEKLY ]\n"
        },
        "startTime": {
          "type": "string",
          "description": "start time for maintenance window to trigger\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowTag:NdbMaintenanceWindowTag"
          },
          "description": "tags of maintenance window\n"
        },
        "timezone": {
          "type": "string",
          "description": "timezone . Default is Asia/Calcutta .\n"
        },
        "weekOfMonth": {
          "type": "integer",
          "description": "week of the month. Supports [1, 2, 3, 4] .\n"
        }
      },
      "requiredInputs": [
        "recurrence",
        "startTime"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbMaintenanceWindow resources.\n",
        "properties": {
          "accessLevel": {
            "type": "string",
            "description": "access level\n"
          },
          "dateCreated": {
            "type": "string",
            "description": "created date of maintenance window\n"
          },
          "dateModified": {
            "type": "string",
            "description": "modified date of maintenance window\n"
          },
          "dayOfWeek": {
            "type": "string",
            "description": "Day of the week to trigger maintenance window. Supports [ MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY ]\n"
          },
          "description": {
            "type": "string",
            "description": "Description for maintenance window\n"
          },
          "duration": {
            "type": "integer",
            "description": "duration in hours. Default is 2\n"
          },
          "entityTaskAssocs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowEntityTaskAssoc:NdbMaintenanceWindowEntityTaskAssoc"
            },
            "description": "entity task association for maintenance window\n"
          },
          "name": {
            "type": "string",
            "description": "Name for the maintenance window.\n"
          },
          "nextRunTime": {
            "type": "string",
            "description": "next run time for maintenance window to trigger\n"
          },
          "ownerId": {
            "type": "string",
            "description": "owner id of maintenance window\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowProperty:NdbMaintenanceWindowProperty"
            },
            "description": "properties of maintenance window\n"
          },
          "recurrence": {
            "type": "string",
            "description": "Supported values [ MONTHLY, WEEKLY ]\n"
          },
          "schedules": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowSchedule:NdbMaintenanceWindowSchedule"
            },
            "description": "schedule of maintenance window\n"
          },
          "startTime": {
            "type": "string",
            "description": "start time for maintenance window to trigger\n"
          },
          "status": {
            "type": "string",
            "description": "status of maintennace window\n"
          },
          "tags": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbMaintenanceWindowTag:NdbMaintenanceWindowTag"
            },
            "description": "tags of maintenance window\n"
          },
          "timezone": {
            "type": "string",
            "description": "timezone . Default is Asia/Calcutta .\n"
          },
          "weekOfMonth": {
            "type": "integer",
            "description": "week of the month. Supports [1, 2, 3, 4] .\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbNetwork:NdbNetwork": {
      "description": "Provides a resource to create VLANs and IP address pools that are managed both in NDB and outside NDB. \n\n## Example Usage\n\n### resource to create network for NDB\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst name = new nutanix.NdbNetwork(\"name\", {\n    name: \"test-sub\",\n    type: \"Static\",\n    clusterId: \"{{ cluster_id }}\",\n    gateway: \"{{ gatway for the vlan }}\",\n    subnetMask: \"{{ subnet mask for the vlan}}\",\n    primaryDns: \" {{ primary dns for the vlan }}\",\n    secondaryDns: \"{{secondary dns for the vlan }}\",\n    ipPools: [{\n        startIp: \"{{ starting address range}}\",\n        endIp: \"{{ ending address range }}\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nname = nutanix.NdbNetwork(\"name\",\n    name=\"test-sub\",\n    type=\"Static\",\n    cluster_id=\"{{ cluster_id }}\",\n    gateway=\"{{ gatway for the vlan }}\",\n    subnet_mask=\"{{ subnet mask for the vlan}}\",\n    primary_dns=\" {{ primary dns for the vlan }}\",\n    secondary_dns=\"{{secondary dns for the vlan }}\",\n    ip_pools=[{\n        \"start_ip\": \"{{ starting address range}}\",\n        \"end_ip\": \"{{ ending address range }}\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var name = new Nutanix.NdbNetwork(\"name\", new()\n    {\n        Name = \"test-sub\",\n        Type = \"Static\",\n        ClusterId = \"{{ cluster_id }}\",\n        Gateway = \"{{ gatway for the vlan }}\",\n        SubnetMask = \"{{ subnet mask for the vlan}}\",\n        PrimaryDns = \" {{ primary dns for the vlan }}\",\n        SecondaryDns = \"{{secondary dns for the vlan }}\",\n        IpPools = new[]\n        {\n            new Nutanix.Inputs.NdbNetworkIpPoolArgs\n            {\n                StartIp = \"{{ starting address range}}\",\n                EndIp = \"{{ ending address range }}\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbNetwork(ctx, \"name\", &nutanix.NdbNetworkArgs{\n\t\t\tName:         pulumi.String(\"test-sub\"),\n\t\t\tType:         pulumi.String(\"Static\"),\n\t\t\tClusterId:    pulumi.String(\"{{ cluster_id }}\"),\n\t\t\tGateway:      pulumi.String(\"{{ gatway for the vlan }}\"),\n\t\t\tSubnetMask:   pulumi.String(\"{{ subnet mask for the vlan}}\"),\n\t\t\tPrimaryDns:   pulumi.String(\" {{ primary dns for the vlan }}\"),\n\t\t\tSecondaryDns: pulumi.String(\"{{secondary dns for the vlan }}\"),\n\t\t\tIpPools: nutanix.NdbNetworkIpPoolArray{\n\t\t\t\t&nutanix.NdbNetworkIpPoolArgs{\n\t\t\t\t\tStartIp: pulumi.String(\"{{ starting address range}}\"),\n\t\t\t\t\tEndIp:   pulumi.String(\"{{ ending address range }}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbNetwork;\nimport com.pulumi.nutanix.NdbNetworkArgs;\nimport com.pulumi.nutanix.inputs.NdbNetworkIpPoolArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var name = new NdbNetwork(\"name\", NdbNetworkArgs.builder()\n            .name(\"test-sub\")\n            .type(\"Static\")\n            .clusterId(\"{{ cluster_id }}\")\n            .gateway(\"{{ gatway for the vlan }}\")\n            .subnetMask(\"{{ subnet mask for the vlan}}\")\n            .primaryDns(\" {{ primary dns for the vlan }}\")\n            .secondaryDns(\"{{secondary dns for the vlan }}\")\n            .ipPools(NdbNetworkIpPoolArgs.builder()\n                .startIp(\"{{ starting address range}}\")\n                .endIp(\"{{ ending address range }}\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  name:\n    type: nutanix:NdbNetwork\n    properties:\n      name: test-sub\n      type: Static\n      clusterId: '{{ cluster_id }}'\n      gateway: '{{ gatway for the vlan }}'\n      subnetMask: '{{ subnet mask for the vlan}}'\n      primaryDns: ' {{ primary dns for the vlan }}'\n      secondaryDns: '{{secondary dns for the vlan }}'\n      ipPools:\n        - startIp: '{{ starting address range}}'\n          endIp: '{{ ending address range }}'\n```\n<!--End PulumiCodeChooser -->\n\n",
      "properties": {
        "clusterId": {
          "type": "string",
          "description": "Select the Nutanix cluster on which you want to add the VLAN.\n"
        },
        "dnsDomain": {
          "type": "string",
          "description": "dns domain for vlan. (Static IP address assignment only)\n"
        },
        "gateway": {
          "type": "string",
          "description": "Gateway for vlan. Supports in Static IP address assignment only\n"
        },
        "ipPools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbNetworkIpPool:NdbNetworkIpPool"
          },
          "description": "Manage IP Address Pool in NDB option if you want to assign static IP addresses to your database server VMs\n"
        },
        "managed": {
          "type": "boolean",
          "description": "Managed by NDB or not\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the vlan to be attached in NDB\n"
        },
        "primaryDns": {
          "type": "string",
          "description": "primary dns for vlan. (Static IP address assignment only)\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbNetworkProperty:NdbNetworkProperty"
          },
          "description": "properties of network\n"
        },
        "propertiesMaps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbNetworkPropertiesMap:NdbNetworkPropertiesMap"
          },
          "description": "properties map of network\n"
        },
        "secondaryDns": {
          "type": "string",
          "description": "secondary dns for vlan. (Static IP address assignment only)\n"
        },
        "stretchedVlanId": {
          "type": "string",
          "description": "stretched vlan id\n"
        },
        "subnetMask": {
          "type": "string",
          "description": "Subnet mask for vlan. (Static IP address assignment only)\n"
        },
        "type": {
          "type": "string",
          "description": "Vlan type. Supports [DHCP, Static]\n"
        }
      },
      "type": "object",
      "required": [
        "clusterId",
        "ipPools",
        "managed",
        "name",
        "properties",
        "propertiesMaps",
        "stretchedVlanId",
        "type"
      ],
      "inputProperties": {
        "clusterId": {
          "type": "string",
          "description": "Select the Nutanix cluster on which you want to add the VLAN.\n"
        },
        "dnsDomain": {
          "type": "string",
          "description": "dns domain for vlan. (Static IP address assignment only)\n"
        },
        "gateway": {
          "type": "string",
          "description": "Gateway for vlan. Supports in Static IP address assignment only\n"
        },
        "ipPools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbNetworkIpPool:NdbNetworkIpPool"
          },
          "description": "Manage IP Address Pool in NDB option if you want to assign static IP addresses to your database server VMs\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the vlan to be attached in NDB\n"
        },
        "primaryDns": {
          "type": "string",
          "description": "primary dns for vlan. (Static IP address assignment only)\n"
        },
        "secondaryDns": {
          "type": "string",
          "description": "secondary dns for vlan. (Static IP address assignment only)\n"
        },
        "subnetMask": {
          "type": "string",
          "description": "Subnet mask for vlan. (Static IP address assignment only)\n"
        },
        "type": {
          "type": "string",
          "description": "Vlan type. Supports [DHCP, Static]\n"
        }
      },
      "requiredInputs": [
        "clusterId",
        "type"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbNetwork resources.\n",
        "properties": {
          "clusterId": {
            "type": "string",
            "description": "Select the Nutanix cluster on which you want to add the VLAN.\n"
          },
          "dnsDomain": {
            "type": "string",
            "description": "dns domain for vlan. (Static IP address assignment only)\n"
          },
          "gateway": {
            "type": "string",
            "description": "Gateway for vlan. Supports in Static IP address assignment only\n"
          },
          "ipPools": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbNetworkIpPool:NdbNetworkIpPool"
            },
            "description": "Manage IP Address Pool in NDB option if you want to assign static IP addresses to your database server VMs\n"
          },
          "managed": {
            "type": "boolean",
            "description": "Managed by NDB or not\n"
          },
          "name": {
            "type": "string",
            "description": "Name of the vlan to be attached in NDB\n"
          },
          "primaryDns": {
            "type": "string",
            "description": "primary dns for vlan. (Static IP address assignment only)\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbNetworkProperty:NdbNetworkProperty"
            },
            "description": "properties of network\n"
          },
          "propertiesMaps": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbNetworkPropertiesMap:NdbNetworkPropertiesMap"
            },
            "description": "properties map of network\n"
          },
          "secondaryDns": {
            "type": "string",
            "description": "secondary dns for vlan. (Static IP address assignment only)\n"
          },
          "stretchedVlanId": {
            "type": "string",
            "description": "stretched vlan id\n"
          },
          "subnetMask": {
            "type": "string",
            "description": "Subnet mask for vlan. (Static IP address assignment only)\n"
          },
          "type": {
            "type": "string",
            "description": "Vlan type. Supports [DHCP, Static]\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbProfile:NdbProfile": {
      "description": "Provides a resource to create profiles (Software, Network, Database Parameter, Compute) based on the input parameters. \n\n",
      "properties": {
        "assocDatabases": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "associated databases of profiles\n"
        },
        "assocDbServers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "associated database servers for associated profiles\n"
        },
        "clusterAvailabilities": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileClusterAvailability:NdbProfileClusterAvailability"
          },
          "description": "cluster availability of profile\n"
        },
        "computeProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileComputeProfile:NdbProfileComputeProfile"
          },
          "description": "Compute Profile\n"
        },
        "databaseParameterProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileDatabaseParameterProfile:NdbProfileDatabaseParameterProfile"
          },
          "description": "Database Parameter Profile\n"
        },
        "description": {
          "type": "string",
          "description": "Description of profile\n"
        },
        "engineType": {
          "type": "string",
          "description": "Engine Type of database\n"
        },
        "latestVersion": {
          "type": "string",
          "description": "latest version of profile\n"
        },
        "latestVersionId": {
          "type": "string",
          "description": "latest version id of profile\n"
        },
        "name": {
          "type": "string",
          "description": "Name of profile\n"
        },
        "networkProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileNetworkProfile:NdbProfileNetworkProfile"
          },
          "description": "Network Profile\n"
        },
        "nxClusterId": {
          "type": "string",
          "description": "cluster on which profile created\n"
        },
        "owner": {
          "type": "string",
          "description": "owner  of profile\n"
        },
        "published": {
          "type": "boolean",
          "description": "Publish for all users\n"
        },
        "softwareProfile": {
          "$ref": "#/types/nutanix:index%2FNdbProfileSoftwareProfile:NdbProfileSoftwareProfile",
          "description": "Software Profile\n"
        },
        "status": {
          "type": "string",
          "description": "status of profile\n"
        },
        "versions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileVersion:NdbProfileVersion"
          },
          "description": "versions of associated profiles\n"
        }
      },
      "type": "object",
      "required": [
        "assocDatabases",
        "assocDbServers",
        "clusterAvailabilities",
        "engineType",
        "latestVersion",
        "latestVersionId",
        "name",
        "nxClusterId",
        "owner",
        "status",
        "versions"
      ],
      "inputProperties": {
        "computeProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileComputeProfile:NdbProfileComputeProfile"
          },
          "description": "Compute Profile\n"
        },
        "databaseParameterProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileDatabaseParameterProfile:NdbProfileDatabaseParameterProfile"
          },
          "description": "Database Parameter Profile\n"
        },
        "description": {
          "type": "string",
          "description": "Description of profile\n"
        },
        "engineType": {
          "type": "string",
          "description": "Engine Type of database\n"
        },
        "name": {
          "type": "string",
          "description": "Name of profile\n"
        },
        "networkProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbProfileNetworkProfile:NdbProfileNetworkProfile"
          },
          "description": "Network Profile\n"
        },
        "published": {
          "type": "boolean",
          "description": "Publish for all users\n"
        },
        "softwareProfile": {
          "$ref": "#/types/nutanix:index%2FNdbProfileSoftwareProfile:NdbProfileSoftwareProfile",
          "description": "Software Profile\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbProfile resources.\n",
        "properties": {
          "assocDatabases": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "associated databases of profiles\n"
          },
          "assocDbServers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "associated database servers for associated profiles\n"
          },
          "clusterAvailabilities": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbProfileClusterAvailability:NdbProfileClusterAvailability"
            },
            "description": "cluster availability of profile\n"
          },
          "computeProfiles": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbProfileComputeProfile:NdbProfileComputeProfile"
            },
            "description": "Compute Profile\n"
          },
          "databaseParameterProfiles": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbProfileDatabaseParameterProfile:NdbProfileDatabaseParameterProfile"
            },
            "description": "Database Parameter Profile\n"
          },
          "description": {
            "type": "string",
            "description": "Description of profile\n"
          },
          "engineType": {
            "type": "string",
            "description": "Engine Type of database\n"
          },
          "latestVersion": {
            "type": "string",
            "description": "latest version of profile\n"
          },
          "latestVersionId": {
            "type": "string",
            "description": "latest version id of profile\n"
          },
          "name": {
            "type": "string",
            "description": "Name of profile\n"
          },
          "networkProfiles": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbProfileNetworkProfile:NdbProfileNetworkProfile"
            },
            "description": "Network Profile\n"
          },
          "nxClusterId": {
            "type": "string",
            "description": "cluster on which profile created\n"
          },
          "owner": {
            "type": "string",
            "description": "owner  of profile\n"
          },
          "published": {
            "type": "boolean",
            "description": "Publish for all users\n"
          },
          "softwareProfile": {
            "$ref": "#/types/nutanix:index%2FNdbProfileSoftwareProfile:NdbProfileSoftwareProfile",
            "description": "Software Profile\n"
          },
          "status": {
            "type": "string",
            "description": "status of profile\n"
          },
          "versions": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbProfileVersion:NdbProfileVersion"
            },
            "description": "versions of associated profiles\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbRegisterDatabase:NdbRegisterDatabase": {
      "description": "Provides a resource to register the database based on the input parameters. \n\n",
      "properties": {
        "actionarguments": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseActionargument:NdbRegisterDatabaseActionargument"
          },
          "description": "action arguments\n"
        },
        "autoTuneStagingDrive": {
          "type": "boolean",
          "description": "auto tune staging drive. Default is true\n"
        },
        "category": {
          "type": "string",
          "description": "category of database. Default is \"DEFAULT\"\n"
        },
        "clone": {
          "type": "boolean",
          "description": "whether instance is cloned or not\n"
        },
        "clustered": {
          "type": "boolean",
          "description": "clustered or not. Default is false\n"
        },
        "databaseClusterType": {
          "type": "string",
          "description": "database cluster type\n"
        },
        "databaseName": {
          "type": "string",
          "description": "name of database\n"
        },
        "databaseNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseDatabaseNode:NdbRegisterDatabaseDatabaseNode"
          },
          "description": "database nodes associated with database instance\n"
        },
        "databaseStatus": {
          "type": "string",
          "description": "status of database\n"
        },
        "databaseType": {
          "type": "string",
          "description": "type of database. Required value: postgres_database\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "dbserverLogicalCluster": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "dbserver logical cluster\n"
        },
        "dbserverLogicalClusterId": {
          "type": "string",
          "description": "dbserver logical cluster id\n"
        },
        "delete": {
          "type": "boolean",
          "description": "- (Optional) Delete the database from the VM. Default value is false\n"
        },
        "deleteLogicalCluster": {
          "type": "boolean",
          "description": "- (Optional) Delete the logical cluster. Default is true\n"
        },
        "deleteTimeMachine": {
          "type": "boolean",
          "description": "- (Optional) Delete the database's Time Machine (snapshots/logs) from the NDB. Default value is true\n"
        },
        "description": {
          "type": "string",
          "description": "description\n"
        },
        "forced": {
          "type": "boolean",
          "description": "- (Optional) Force delete of instance. Default is false\n"
        },
        "forcedInstall": {
          "type": "boolean",
          "description": "forced install. Default:  true\n"
        },
        "groupInfo": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseInfo:NdbRegisterDatabaseInfo"
          },
          "description": "info of instance\n"
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseLcmConfig:NdbRegisterDatabaseLcmConfig"
          },
          "description": "LCM config of instance\n"
        },
        "linkedDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseLinkedDatabase:NdbRegisterDatabaseLinkedDatabase"
          },
          "description": "linked databases within database instance\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "nxClusterId": {
          "type": "string",
          "description": "cluster on which NDB is present\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "parent database id\n"
        },
        "parentSourceDatabaseId": {
          "type": "string",
          "description": "parent source database id\n"
        },
        "parentTimeMachineId": {
          "type": "string",
          "description": "parent time machine id\n"
        },
        "postgressInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabasePostgressInfo:NdbRegisterDatabasePostgressInfo"
          },
          "description": "Postgress_Info for registering.\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseProperty:NdbRegisterDatabaseProperty"
          },
          "description": "properties of database created\n"
        },
        "remove": {
          "type": "boolean",
          "description": "- (Optional) Unregister the database from NDB. Default value is true\n"
        },
        "resetDescriptionInNxCluster": {
          "type": "boolean",
          "description": "Reset description in cluster\n"
        },
        "softRemove": {
          "type": "boolean",
          "description": "- (Optional) Soft remove. Default will be false\n"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTag:NdbRegisterDatabaseTag"
          },
          "description": "tags\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "time machine id of instance\n"
        },
        "timeMachineInfo": {
          "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfo:NdbRegisterDatabaseTimeMachineInfo",
          "description": "Time Machine info\n"
        },
        "timeMachines": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachine:NdbRegisterDatabaseTimeMachine"
          },
          "description": "Time Machine details of instance\n"
        },
        "timeZone": {
          "type": "string",
          "description": "timezone on which instance is created xw\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        },
        "vmDescription": {
          "type": "string",
          "description": "description for VM\n"
        },
        "vmIp": {
          "type": "string",
          "description": "IP address of dbserver VM\n"
        },
        "vmPassword": {
          "type": "string",
          "description": "password of the NDB drive user account.\n",
          "secret": true
        },
        "vmSshkey": {
          "type": "string",
          "description": "ssh key for vm\n",
          "secret": true
        },
        "vmUsername": {
          "type": "string",
          "description": "username of the NDB drive user account that has sudo access.\n"
        },
        "workingDirectory": {
          "type": "string",
          "description": "working directory. Default is /tmp\n"
        }
      },
      "type": "object",
      "required": [
        "clone",
        "databaseClusterType",
        "databaseName",
        "databaseNodes",
        "databaseStatus",
        "databaseType",
        "dateCreated",
        "dateModified",
        "dbserverLogicalCluster",
        "dbserverLogicalClusterId",
        "groupInfo",
        "infos",
        "lcmConfigs",
        "linkedDatabases",
        "metric",
        "name",
        "parentDatabaseId",
        "parentSourceDatabaseId",
        "parentTimeMachineId",
        "properties",
        "status",
        "tags",
        "timeMachineId",
        "timeMachines",
        "timeZone",
        "type",
        "vmIp"
      ],
      "inputProperties": {
        "actionarguments": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseActionargument:NdbRegisterDatabaseActionargument"
          },
          "description": "action arguments\n"
        },
        "autoTuneStagingDrive": {
          "type": "boolean",
          "description": "auto tune staging drive. Default is true\n"
        },
        "category": {
          "type": "string",
          "description": "category of database. Default is \"DEFAULT\"\n"
        },
        "clustered": {
          "type": "boolean",
          "description": "clustered or not. Default is false\n"
        },
        "databaseName": {
          "type": "string",
          "description": "name of database\n"
        },
        "databaseType": {
          "type": "string",
          "description": "type of database. Required value: postgres_database\n"
        },
        "delete": {
          "type": "boolean",
          "description": "- (Optional) Delete the database from the VM. Default value is false\n"
        },
        "deleteLogicalCluster": {
          "type": "boolean",
          "description": "- (Optional) Delete the logical cluster. Default is true\n"
        },
        "deleteTimeMachine": {
          "type": "boolean",
          "description": "- (Optional) Delete the database's Time Machine (snapshots/logs) from the NDB. Default value is true\n"
        },
        "description": {
          "type": "string",
          "description": "description\n"
        },
        "forced": {
          "type": "boolean",
          "description": "- (Optional) Force delete of instance. Default is false\n"
        },
        "forcedInstall": {
          "type": "boolean",
          "description": "forced install. Default:  true\n"
        },
        "nxClusterId": {
          "type": "string",
          "description": "cluster on which NDB is present\n"
        },
        "postgressInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabasePostgressInfo:NdbRegisterDatabasePostgressInfo"
          },
          "description": "Postgress_Info for registering.\n"
        },
        "remove": {
          "type": "boolean",
          "description": "- (Optional) Unregister the database from NDB. Default value is true\n"
        },
        "resetDescriptionInNxCluster": {
          "type": "boolean",
          "description": "Reset description in cluster\n"
        },
        "softRemove": {
          "type": "boolean",
          "description": "- (Optional) Soft remove. Default will be false\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTag:NdbRegisterDatabaseTag"
          },
          "description": "tags\n"
        },
        "timeMachineInfo": {
          "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfo:NdbRegisterDatabaseTimeMachineInfo",
          "description": "Time Machine info\n",
          "willReplaceOnChanges": true
        },
        "vmDescription": {
          "type": "string",
          "description": "description for VM\n"
        },
        "vmIp": {
          "type": "string",
          "description": "IP address of dbserver VM\n"
        },
        "vmPassword": {
          "type": "string",
          "description": "password of the NDB drive user account.\n",
          "secret": true
        },
        "vmSshkey": {
          "type": "string",
          "description": "ssh key for vm\n",
          "secret": true
        },
        "vmUsername": {
          "type": "string",
          "description": "username of the NDB drive user account that has sudo access.\n"
        },
        "workingDirectory": {
          "type": "string",
          "description": "working directory. Default is /tmp\n"
        }
      },
      "requiredInputs": [
        "databaseName",
        "databaseType",
        "vmIp"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbRegisterDatabase resources.\n",
        "properties": {
          "actionarguments": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseActionargument:NdbRegisterDatabaseActionargument"
            },
            "description": "action arguments\n"
          },
          "autoTuneStagingDrive": {
            "type": "boolean",
            "description": "auto tune staging drive. Default is true\n"
          },
          "category": {
            "type": "string",
            "description": "category of database. Default is \"DEFAULT\"\n"
          },
          "clone": {
            "type": "boolean",
            "description": "whether instance is cloned or not\n"
          },
          "clustered": {
            "type": "boolean",
            "description": "clustered or not. Default is false\n"
          },
          "databaseClusterType": {
            "type": "string",
            "description": "database cluster type\n"
          },
          "databaseName": {
            "type": "string",
            "description": "name of database\n"
          },
          "databaseNodes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseDatabaseNode:NdbRegisterDatabaseDatabaseNode"
            },
            "description": "database nodes associated with database instance\n"
          },
          "databaseStatus": {
            "type": "string",
            "description": "status of database\n"
          },
          "databaseType": {
            "type": "string",
            "description": "type of database. Required value: postgres_database\n"
          },
          "dateCreated": {
            "type": "string",
            "description": "date created for db instance\n"
          },
          "dateModified": {
            "type": "string",
            "description": "date modified for instance\n"
          },
          "dbserverLogicalCluster": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "dbserver logical cluster\n"
          },
          "dbserverLogicalClusterId": {
            "type": "string",
            "description": "dbserver logical cluster id\n"
          },
          "delete": {
            "type": "boolean",
            "description": "- (Optional) Delete the database from the VM. Default value is false\n"
          },
          "deleteLogicalCluster": {
            "type": "boolean",
            "description": "- (Optional) Delete the logical cluster. Default is true\n"
          },
          "deleteTimeMachine": {
            "type": "boolean",
            "description": "- (Optional) Delete the database's Time Machine (snapshots/logs) from the NDB. Default value is true\n"
          },
          "description": {
            "type": "string",
            "description": "description\n"
          },
          "forced": {
            "type": "boolean",
            "description": "- (Optional) Force delete of instance. Default is false\n"
          },
          "forcedInstall": {
            "type": "boolean",
            "description": "forced install. Default:  true\n"
          },
          "groupInfo": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "infos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseInfo:NdbRegisterDatabaseInfo"
            },
            "description": "info of instance\n"
          },
          "lcmConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseLcmConfig:NdbRegisterDatabaseLcmConfig"
            },
            "description": "LCM config of instance\n"
          },
          "linkedDatabases": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseLinkedDatabase:NdbRegisterDatabaseLinkedDatabase"
            },
            "description": "linked databases within database instance\n"
          },
          "metric": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
          },
          "name": {
            "type": "string",
            "description": "Name of database instance\n"
          },
          "nxClusterId": {
            "type": "string",
            "description": "cluster on which NDB is present\n"
          },
          "parentDatabaseId": {
            "type": "string",
            "description": "parent database id\n"
          },
          "parentSourceDatabaseId": {
            "type": "string",
            "description": "parent source database id\n"
          },
          "parentTimeMachineId": {
            "type": "string",
            "description": "parent time machine id\n"
          },
          "postgressInfos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDatabasePostgressInfo:NdbRegisterDatabasePostgressInfo"
            },
            "description": "Postgress_Info for registering.\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseProperty:NdbRegisterDatabaseProperty"
            },
            "description": "properties of database created\n"
          },
          "remove": {
            "type": "boolean",
            "description": "- (Optional) Unregister the database from NDB. Default value is true\n"
          },
          "resetDescriptionInNxCluster": {
            "type": "boolean",
            "description": "Reset description in cluster\n"
          },
          "softRemove": {
            "type": "boolean",
            "description": "- (Optional) Soft remove. Default will be false\n"
          },
          "status": {
            "type": "string",
            "description": "status of instance\n"
          },
          "tags": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTag:NdbRegisterDatabaseTag"
            },
            "description": "tags\n"
          },
          "timeMachineId": {
            "type": "string",
            "description": "time machine id of instance\n"
          },
          "timeMachineInfo": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachineInfo:NdbRegisterDatabaseTimeMachineInfo",
            "description": "Time Machine info\n",
            "willReplaceOnChanges": true
          },
          "timeMachines": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDatabaseTimeMachine:NdbRegisterDatabaseTimeMachine"
            },
            "description": "Time Machine details of instance\n"
          },
          "timeZone": {
            "type": "string",
            "description": "timezone on which instance is created xw\n"
          },
          "type": {
            "type": "string",
            "description": "type of database\n"
          },
          "vmDescription": {
            "type": "string",
            "description": "description for VM\n"
          },
          "vmIp": {
            "type": "string",
            "description": "IP address of dbserver VM\n"
          },
          "vmPassword": {
            "type": "string",
            "description": "password of the NDB drive user account.\n",
            "secret": true
          },
          "vmSshkey": {
            "type": "string",
            "description": "ssh key for vm\n",
            "secret": true
          },
          "vmUsername": {
            "type": "string",
            "description": "username of the NDB drive user account that has sudo access.\n"
          },
          "workingDirectory": {
            "type": "string",
            "description": "working directory. Default is /tmp\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbRegisterDbserver:NdbRegisterDbserver": {
      "description": "Provides a resource to register database server VMs based on the input parameters. For 1.8.0 release, only postgress database type is qualified and officially supported.\n\n",
      "properties": {
        "clientId": {
          "type": "string"
        },
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDbserverCredential:NdbRegisterDbserverCredential"
          }
        },
        "databaseType": {
          "type": "string",
          "description": "database type i.e. postgres_database\n"
        },
        "dbserverClusterId": {
          "type": "string"
        },
        "delete": {
          "type": "boolean",
          "description": "- (Optional) Delete the VM and associated storage. Default value is false\n"
        },
        "deleteVgs": {
          "type": "boolean",
          "description": "- (Optional) Delete volume grous. Default value is true\n"
        },
        "deleteVmSnapshots": {
          "type": "boolean",
          "description": "- (Optional) Delete the vm snapshots. Default is true\n"
        },
        "description": {
          "type": "string",
          "description": "description of db server vm. Should be used in update Method only .\n"
        },
        "eraCreated": {
          "type": "boolean"
        },
        "eraDriveId": {
          "type": "string"
        },
        "eraVersion": {
          "type": "string"
        },
        "forcedInstall": {
          "type": "boolean",
          "description": "forced install the packages. Default is true\n"
        },
        "fqdns": {
          "type": "string"
        },
        "internal": {
          "type": "boolean"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "macAddresses": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "Name of db server vm. Should be used in Update Method only.\n"
        },
        "nxclusterId": {
          "type": "string",
          "description": "cluster on which you want to register the database server VM.\n"
        },
        "password": {
          "type": "string",
          "description": "password of the NDB drive user account. Conflicts with ssh_key.\n",
          "secret": true
        },
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDbserverPostgresDatabase:NdbRegisterDbserverPostgresDatabase"
          },
          "description": "postgres info for dbserver\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDbserverProperty:NdbRegisterDbserverProperty"
          },
          "description": "List of all the properties"
        },
        "remove": {
          "type": "boolean",
          "description": "- (Optional) Unregister the database from NDB. Default value is true\n"
        },
        "softRemove": {
          "type": "boolean",
          "description": "- (Optional) Soft remove. Default will be false\n"
        },
        "sshKey": {
          "type": "string",
          "description": "the private key. Conflicts with password.\n",
          "secret": true
        },
        "status": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDbserverTag:NdbRegisterDbserverTag"
          }
        },
        "type": {
          "type": "string"
        },
        "updateNameDescriptionInCluster": {
          "type": "boolean",
          "description": "Updates the name and description in cluster. Should be used in Update Method only.\n"
        },
        "username": {
          "type": "string",
          "description": "username of the NDB drive user account that has sudo access\n"
        },
        "vmClusterName": {
          "type": "string"
        },
        "vmClusterUuid": {
          "type": "string"
        },
        "vmIp": {
          "type": "string",
          "description": "IP address of the database server VM\n"
        },
        "vmTimezone": {
          "type": "string"
        },
        "workingDirectory": {
          "type": "string",
          "description": "working directory of postgres. Default is \"/tmp\"\n"
        }
      },
      "type": "object",
      "required": [
        "clientId",
        "databaseType",
        "dbserverClusterId",
        "description",
        "eraCreated",
        "eraDriveId",
        "eraVersion",
        "fqdns",
        "internal",
        "ipAddresses",
        "macAddresses",
        "name",
        "properties",
        "status",
        "tags",
        "type",
        "vmClusterName",
        "vmClusterUuid",
        "vmIp",
        "vmTimezone"
      ],
      "inputProperties": {
        "credentials": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDbserverCredential:NdbRegisterDbserverCredential"
          }
        },
        "databaseType": {
          "type": "string",
          "description": "database type i.e. postgres_database\n"
        },
        "delete": {
          "type": "boolean",
          "description": "- (Optional) Delete the VM and associated storage. Default value is false\n"
        },
        "deleteVgs": {
          "type": "boolean",
          "description": "- (Optional) Delete volume grous. Default value is true\n"
        },
        "deleteVmSnapshots": {
          "type": "boolean",
          "description": "- (Optional) Delete the vm snapshots. Default is true\n"
        },
        "description": {
          "type": "string",
          "description": "description of db server vm. Should be used in update Method only .\n"
        },
        "forcedInstall": {
          "type": "boolean",
          "description": "forced install the packages. Default is true\n"
        },
        "name": {
          "type": "string",
          "description": "Name of db server vm. Should be used in Update Method only.\n"
        },
        "nxclusterId": {
          "type": "string",
          "description": "cluster on which you want to register the database server VM.\n"
        },
        "password": {
          "type": "string",
          "description": "password of the NDB drive user account. Conflicts with ssh_key.\n",
          "secret": true
        },
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDbserverPostgresDatabase:NdbRegisterDbserverPostgresDatabase"
          },
          "description": "postgres info for dbserver\n"
        },
        "remove": {
          "type": "boolean",
          "description": "- (Optional) Unregister the database from NDB. Default value is true\n"
        },
        "softRemove": {
          "type": "boolean",
          "description": "- (Optional) Soft remove. Default will be false\n"
        },
        "sshKey": {
          "type": "string",
          "description": "the private key. Conflicts with password.\n",
          "secret": true
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbRegisterDbserverTag:NdbRegisterDbserverTag"
          }
        },
        "updateNameDescriptionInCluster": {
          "type": "boolean",
          "description": "Updates the name and description in cluster. Should be used in Update Method only.\n"
        },
        "username": {
          "type": "string",
          "description": "username of the NDB drive user account that has sudo access\n"
        },
        "vmIp": {
          "type": "string",
          "description": "IP address of the database server VM\n"
        },
        "workingDirectory": {
          "type": "string",
          "description": "working directory of postgres. Default is \"/tmp\"\n"
        }
      },
      "requiredInputs": [
        "databaseType",
        "vmIp"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbRegisterDbserver resources.\n",
        "properties": {
          "clientId": {
            "type": "string"
          },
          "credentials": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDbserverCredential:NdbRegisterDbserverCredential"
            }
          },
          "databaseType": {
            "type": "string",
            "description": "database type i.e. postgres_database\n"
          },
          "dbserverClusterId": {
            "type": "string"
          },
          "delete": {
            "type": "boolean",
            "description": "- (Optional) Delete the VM and associated storage. Default value is false\n"
          },
          "deleteVgs": {
            "type": "boolean",
            "description": "- (Optional) Delete volume grous. Default value is true\n"
          },
          "deleteVmSnapshots": {
            "type": "boolean",
            "description": "- (Optional) Delete the vm snapshots. Default is true\n"
          },
          "description": {
            "type": "string",
            "description": "description of db server vm. Should be used in update Method only .\n"
          },
          "eraCreated": {
            "type": "boolean"
          },
          "eraDriveId": {
            "type": "string"
          },
          "eraVersion": {
            "type": "string"
          },
          "forcedInstall": {
            "type": "boolean",
            "description": "forced install the packages. Default is true\n"
          },
          "fqdns": {
            "type": "string"
          },
          "internal": {
            "type": "boolean"
          },
          "ipAddresses": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "macAddresses": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "name": {
            "type": "string",
            "description": "Name of db server vm. Should be used in Update Method only.\n"
          },
          "nxclusterId": {
            "type": "string",
            "description": "cluster on which you want to register the database server VM.\n"
          },
          "password": {
            "type": "string",
            "description": "password of the NDB drive user account. Conflicts with ssh_key.\n",
            "secret": true
          },
          "postgresDatabases": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDbserverPostgresDatabase:NdbRegisterDbserverPostgresDatabase"
            },
            "description": "postgres info for dbserver\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDbserverProperty:NdbRegisterDbserverProperty"
            },
            "description": "List of all the properties"
          },
          "remove": {
            "type": "boolean",
            "description": "- (Optional) Unregister the database from NDB. Default value is true\n"
          },
          "softRemove": {
            "type": "boolean",
            "description": "- (Optional) Soft remove. Default will be false\n"
          },
          "sshKey": {
            "type": "string",
            "description": "the private key. Conflicts with password.\n",
            "secret": true
          },
          "status": {
            "type": "string"
          },
          "tags": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbRegisterDbserverTag:NdbRegisterDbserverTag"
            }
          },
          "type": {
            "type": "string"
          },
          "updateNameDescriptionInCluster": {
            "type": "boolean",
            "description": "Updates the name and description in cluster. Should be used in Update Method only.\n"
          },
          "username": {
            "type": "string",
            "description": "username of the NDB drive user account that has sudo access\n"
          },
          "vmClusterName": {
            "type": "string"
          },
          "vmClusterUuid": {
            "type": "string"
          },
          "vmIp": {
            "type": "string",
            "description": "IP address of the database server VM\n"
          },
          "vmTimezone": {
            "type": "string"
          },
          "workingDirectory": {
            "type": "string",
            "description": "working directory of postgres. Default is \"/tmp\"\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbScaleDatabase:NdbScaleDatabase": {
      "description": "Provides a resource to scale the database instance based on the input parameters. \n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// resource to scale the database\nconst scale = new nutanix.NdbDatabaseScale(\"scale\", {\n    applicationType: \"{{ Application Type }}\",\n    databaseUuid: \"{{ database_id }}\",\n    dataStorageSize: 1,\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# resource to scale the database\nscale = nutanix.NdbDatabaseScale(\"scale\",\n    application_type=\"{{ Application Type }}\",\n    database_uuid=\"{{ database_id }}\",\n    data_storage_size=1)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // resource to scale the database\n    var scale = new Nutanix.NdbDatabaseScale(\"scale\", new()\n    {\n        ApplicationType = \"{{ Application Type }}\",\n        DatabaseUuid = \"{{ database_id }}\",\n        DataStorageSize = 1,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// resource to scale the database\n\t\t_, err := nutanix.NewNdbDatabaseScale(ctx, \"scale\", &nutanix.NdbDatabaseScaleArgs{\n\t\t\tApplicationType: pulumi.String(\"{{ Application Type }}\"),\n\t\t\tDatabaseUuid:    pulumi.String(\"{{ database_id }}\"),\n\t\t\tDataStorageSize: pulumi.Int(1),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbDatabaseScale;\nimport com.pulumi.nutanix.NdbDatabaseScaleArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // resource to scale the database\n        var scale = new NdbDatabaseScale(\"scale\", NdbDatabaseScaleArgs.builder()\n            .applicationType(\"{{ Application Type }}\")\n            .databaseUuid(\"{{ database_id }}\")\n            .dataStorageSize(1)\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # resource to scale the database\n  scale:\n    type: nutanix:NdbDatabaseScale\n    properties:\n      applicationType: '{{ Application Type }}'\n      databaseUuid: '{{ database_id }}'\n      dataStorageSize: 1\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "applicationType": {
          "type": "string",
          "description": "type of instance. eg: postgres_database\n"
        },
        "clone": {
          "type": "boolean",
          "description": "whether instance is cloned or not\n"
        },
        "dataStorageSize": {
          "type": "integer",
          "description": "data area (in GiB) to be added to the existing database.\n"
        },
        "databaseClusterType": {
          "type": "string",
          "description": "database cluster type\n"
        },
        "databaseInstanceId": {
          "type": "string"
        },
        "databaseName": {
          "type": "string",
          "description": "name of database\n"
        },
        "databaseNodes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseDatabaseNode:NdbScaleDatabaseDatabaseNode"
          },
          "description": "database nodes associated with database instance\n"
        },
        "databaseUuid": {
          "type": "string",
          "description": "Database id\n"
        },
        "databasetype": {
          "type": "string",
          "description": "type of database\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "date created for db instance\n"
        },
        "dateModified": {
          "type": "string",
          "description": "date modified for instance\n"
        },
        "dbserverLogicalCluster": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "dbserver logical cluster\n"
        },
        "dbserverLogicalClusterId": {
          "type": "string",
          "description": "dbserver logical cluster id\n"
        },
        "description": {
          "type": "string",
          "description": "description of database instance\n"
        },
        "infos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseInfo:NdbScaleDatabaseInfo"
          },
          "description": "info of instance\n"
        },
        "lcmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseLcmConfig:NdbScaleDatabaseLcmConfig"
          },
          "description": "LCM config of instance\n"
        },
        "linkedDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseLinkedDatabase:NdbScaleDatabaseLinkedDatabase"
          },
          "description": "linked databases within database instance\n"
        },
        "metric": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of database instance\n"
        },
        "parentDatabaseId": {
          "type": "string",
          "description": "parent database id\n"
        },
        "parentSourceDatabaseId": {
          "type": "string"
        },
        "postScriptCmd": {
          "type": "string",
          "description": "post script command\n"
        },
        "preScriptCmd": {
          "type": "string",
          "description": "pre script command\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseProperty:NdbScaleDatabaseProperty"
          },
          "description": "properties of database created\n"
        },
        "scaleCount": {
          "type": "integer",
          "description": "scale count helps to scale the same instance with same config\n"
        },
        "status": {
          "type": "string",
          "description": "status of instance\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTag:NdbScaleDatabaseTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "time machine id of instance\n"
        },
        "timeMachines": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachine:NdbScaleDatabaseTimeMachine"
          },
          "description": "Time Machine details of instance\n"
        },
        "timeZone": {
          "type": "string",
          "description": "timezone on which instance is created xw\n"
        },
        "type": {
          "type": "string",
          "description": "type of database\n"
        }
      },
      "type": "object",
      "required": [
        "applicationType",
        "clone",
        "dataStorageSize",
        "databaseClusterType",
        "databaseInstanceId",
        "databaseName",
        "databaseNodes",
        "databaseUuid",
        "databasetype",
        "dateCreated",
        "dateModified",
        "dbserverLogicalCluster",
        "dbserverLogicalClusterId",
        "description",
        "infos",
        "lcmConfigs",
        "linkedDatabases",
        "metric",
        "name",
        "parentDatabaseId",
        "parentSourceDatabaseId",
        "properties",
        "status",
        "tags",
        "timeMachineId",
        "timeMachines",
        "timeZone",
        "type"
      ],
      "inputProperties": {
        "applicationType": {
          "type": "string",
          "description": "type of instance. eg: postgres_database\n"
        },
        "dataStorageSize": {
          "type": "integer",
          "description": "data area (in GiB) to be added to the existing database.\n"
        },
        "databaseUuid": {
          "type": "string",
          "description": "Database id\n"
        },
        "postScriptCmd": {
          "type": "string",
          "description": "post script command\n"
        },
        "preScriptCmd": {
          "type": "string",
          "description": "pre script command\n"
        },
        "scaleCount": {
          "type": "integer",
          "description": "scale count helps to scale the same instance with same config\n"
        },
        "tags": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTag:NdbScaleDatabaseTag"
          },
          "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
        }
      },
      "requiredInputs": [
        "applicationType",
        "dataStorageSize",
        "databaseUuid"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbScaleDatabase resources.\n",
        "properties": {
          "applicationType": {
            "type": "string",
            "description": "type of instance. eg: postgres_database\n"
          },
          "clone": {
            "type": "boolean",
            "description": "whether instance is cloned or not\n"
          },
          "dataStorageSize": {
            "type": "integer",
            "description": "data area (in GiB) to be added to the existing database.\n"
          },
          "databaseClusterType": {
            "type": "string",
            "description": "database cluster type\n"
          },
          "databaseInstanceId": {
            "type": "string"
          },
          "databaseName": {
            "type": "string",
            "description": "name of database\n"
          },
          "databaseNodes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseDatabaseNode:NdbScaleDatabaseDatabaseNode"
            },
            "description": "database nodes associated with database instance\n"
          },
          "databaseUuid": {
            "type": "string",
            "description": "Database id\n"
          },
          "databasetype": {
            "type": "string",
            "description": "type of database\n"
          },
          "dateCreated": {
            "type": "string",
            "description": "date created for db instance\n"
          },
          "dateModified": {
            "type": "string",
            "description": "date modified for instance\n"
          },
          "dbserverLogicalCluster": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "dbserver logical cluster\n"
          },
          "dbserverLogicalClusterId": {
            "type": "string",
            "description": "dbserver logical cluster id\n"
          },
          "description": {
            "type": "string",
            "description": "description of database instance\n"
          },
          "infos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseInfo:NdbScaleDatabaseInfo"
            },
            "description": "info of instance\n"
          },
          "lcmConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseLcmConfig:NdbScaleDatabaseLcmConfig"
            },
            "description": "LCM config of instance\n"
          },
          "linkedDatabases": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseLinkedDatabase:NdbScaleDatabaseLinkedDatabase"
            },
            "description": "linked databases within database instance\n"
          },
          "metric": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "Stores storage info regarding size, allocatedSize, usedSize and unit of calculation that seems to have been fetched from PRISM.\n"
          },
          "name": {
            "type": "string",
            "description": "Name of database instance\n"
          },
          "parentDatabaseId": {
            "type": "string",
            "description": "parent database id\n"
          },
          "parentSourceDatabaseId": {
            "type": "string"
          },
          "postScriptCmd": {
            "type": "string",
            "description": "post script command\n"
          },
          "preScriptCmd": {
            "type": "string",
            "description": "pre script command\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseProperty:NdbScaleDatabaseProperty"
            },
            "description": "properties of database created\n"
          },
          "scaleCount": {
            "type": "integer",
            "description": "scale count helps to scale the same instance with same config\n"
          },
          "status": {
            "type": "string",
            "description": "status of instance\n"
          },
          "tags": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTag:NdbScaleDatabaseTag"
            },
            "description": "allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.\n"
          },
          "timeMachineId": {
            "type": "string",
            "description": "time machine id of instance\n"
          },
          "timeMachines": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbScaleDatabaseTimeMachine:NdbScaleDatabaseTimeMachine"
            },
            "description": "Time Machine details of instance\n"
          },
          "timeZone": {
            "type": "string",
            "description": "timezone on which instance is created xw\n"
          },
          "type": {
            "type": "string",
            "description": "type of database\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbSla:NdbSla": {
      "description": "Provides a resource to create SLAs based on the input parameters. \n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst sla = new nutanix.NdbSla(\"sla\", {\n    name: \"test-sla\",\n    description: \"here goes description\",\n    continuousRetention: 30,\n    dailyRetention: 3,\n    weeklyRetention: 2,\n    monthlyRetention: 1,\n    quarterlyRetention: 1,\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nsla = nutanix.NdbSla(\"sla\",\n    name=\"test-sla\",\n    description=\"here goes description\",\n    continuous_retention=30,\n    daily_retention=3,\n    weekly_retention=2,\n    monthly_retention=1,\n    quarterly_retention=1)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var sla = new Nutanix.NdbSla(\"sla\", new()\n    {\n        Name = \"test-sla\",\n        Description = \"here goes description\",\n        ContinuousRetention = 30,\n        DailyRetention = 3,\n        WeeklyRetention = 2,\n        MonthlyRetention = 1,\n        QuarterlyRetention = 1,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbSla(ctx, \"sla\", &nutanix.NdbSlaArgs{\n\t\t\tName:                pulumi.String(\"test-sla\"),\n\t\t\tDescription:         pulumi.String(\"here goes description\"),\n\t\t\tContinuousRetention: pulumi.Int(30),\n\t\t\tDailyRetention:      pulumi.Int(3),\n\t\t\tWeeklyRetention:     pulumi.Int(2),\n\t\t\tMonthlyRetention:    pulumi.Int(1),\n\t\t\tQuarterlyRetention:  pulumi.Int(1),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbSla;\nimport com.pulumi.nutanix.NdbSlaArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var sla = new NdbSla(\"sla\", NdbSlaArgs.builder()\n            .name(\"test-sla\")\n            .description(\"here goes description\")\n            .continuousRetention(30)\n            .dailyRetention(3)\n            .weeklyRetention(2)\n            .monthlyRetention(1)\n            .quarterlyRetention(1)\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  sla:\n    type: nutanix:NdbSla\n    properties:\n      name: test-sla\n      description: here goes description\n      continuousRetention: 30\n      dailyRetention: 3\n      weeklyRetention: 2\n      monthlyRetention: 1\n      quarterlyRetention: 1\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "continuousRetention": {
          "type": "integer",
          "description": "Duration in days for which transaction logs are retained in NDB.\n"
        },
        "currentActiveFrequency": {
          "type": "string",
          "description": "slas current frequency\n"
        },
        "dailyRetention": {
          "type": "integer",
          "description": "Duration in days for which a daily snapshot must be retained in NDB.\n"
        },
        "dateCreated": {
          "type": "string",
          "description": "sla created data\n"
        },
        "dateModified": {
          "type": "string",
          "description": "sla last modified date\n"
        },
        "description": {
          "type": "string",
          "description": "Description of profile\n"
        },
        "monthlyRetention": {
          "type": "integer",
          "description": "Duration in months for which a monthly snapshot must be retained in NDB\n"
        },
        "name": {
          "type": "string",
          "description": "Name of profile\n"
        },
        "ownerId": {
          "type": "string",
          "description": "owner id\n"
        },
        "pitrEnabled": {
          "type": "boolean",
          "description": "pitr enabled\n"
        },
        "quarterlyRetention": {
          "type": "integer",
          "description": "Duration in number of quarters for which a quarterly snapshot must be retained in NDB.\n"
        },
        "referenceCount": {
          "type": "integer",
          "description": "reference count\n"
        },
        "systemSla": {
          "type": "boolean",
          "description": "refers whether sla is custom or built-in\n"
        },
        "uniqueName": {
          "type": "string",
          "description": "name of sla\n"
        },
        "weeklyRetention": {
          "type": "integer",
          "description": "Duration in weeks for which a weekly snapshot must be retained in NDB.\n"
        },
        "yearlyRetention": {
          "type": "integer",
          "description": "Not supported as of now.\n"
        }
      },
      "type": "object",
      "required": [
        "currentActiveFrequency",
        "dateCreated",
        "dateModified",
        "name",
        "ownerId",
        "pitrEnabled",
        "referenceCount",
        "systemSla",
        "uniqueName",
        "yearlyRetention"
      ],
      "inputProperties": {
        "continuousRetention": {
          "type": "integer",
          "description": "Duration in days for which transaction logs are retained in NDB.\n"
        },
        "dailyRetention": {
          "type": "integer",
          "description": "Duration in days for which a daily snapshot must be retained in NDB.\n"
        },
        "description": {
          "type": "string",
          "description": "Description of profile\n"
        },
        "monthlyRetention": {
          "type": "integer",
          "description": "Duration in months for which a monthly snapshot must be retained in NDB\n"
        },
        "name": {
          "type": "string",
          "description": "Name of profile\n"
        },
        "quarterlyRetention": {
          "type": "integer",
          "description": "Duration in number of quarters for which a quarterly snapshot must be retained in NDB.\n"
        },
        "weeklyRetention": {
          "type": "integer",
          "description": "Duration in weeks for which a weekly snapshot must be retained in NDB.\n"
        },
        "yearlyRetention": {
          "type": "integer",
          "description": "Not supported as of now.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbSla resources.\n",
        "properties": {
          "continuousRetention": {
            "type": "integer",
            "description": "Duration in days for which transaction logs are retained in NDB.\n"
          },
          "currentActiveFrequency": {
            "type": "string",
            "description": "slas current frequency\n"
          },
          "dailyRetention": {
            "type": "integer",
            "description": "Duration in days for which a daily snapshot must be retained in NDB.\n"
          },
          "dateCreated": {
            "type": "string",
            "description": "sla created data\n"
          },
          "dateModified": {
            "type": "string",
            "description": "sla last modified date\n"
          },
          "description": {
            "type": "string",
            "description": "Description of profile\n"
          },
          "monthlyRetention": {
            "type": "integer",
            "description": "Duration in months for which a monthly snapshot must be retained in NDB\n"
          },
          "name": {
            "type": "string",
            "description": "Name of profile\n"
          },
          "ownerId": {
            "type": "string",
            "description": "owner id\n"
          },
          "pitrEnabled": {
            "type": "boolean",
            "description": "pitr enabled\n"
          },
          "quarterlyRetention": {
            "type": "integer",
            "description": "Duration in number of quarters for which a quarterly snapshot must be retained in NDB.\n"
          },
          "referenceCount": {
            "type": "integer",
            "description": "reference count\n"
          },
          "systemSla": {
            "type": "boolean",
            "description": "refers whether sla is custom or built-in\n"
          },
          "uniqueName": {
            "type": "string",
            "description": "name of sla\n"
          },
          "weeklyRetention": {
            "type": "integer",
            "description": "Duration in weeks for which a weekly snapshot must be retained in NDB.\n"
          },
          "yearlyRetention": {
            "type": "integer",
            "description": "Not supported as of now.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbSoftwareVersionProfile:NdbSoftwareVersionProfile": {
      "description": "Provides a resource to create software profile versions based on the input parameters. \n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst name = new nutanix.NdbSoftwareVersionProfile(\"name\", {\n    engineType: \"postgres_database\",\n    profileId: nutanixNdbProfile.name12.id,\n    name: \"test-tf\",\n    description: \"made  by tf\",\n    postgresDatabases: [{\n        sourceDbserverId: \"{{ DB_Server_ID }}\",\n    }],\n    availableClusterIds: [\"{{ cluster_ids }}\"],\n    status: \"published\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nname = nutanix.NdbSoftwareVersionProfile(\"name\",\n    engine_type=\"postgres_database\",\n    profile_id=nutanix_ndb_profile[\"name12\"][\"id\"],\n    name=\"test-tf\",\n    description=\"made  by tf\",\n    postgres_databases=[{\n        \"source_dbserver_id\": \"{{ DB_Server_ID }}\",\n    }],\n    available_cluster_ids=[\"{{ cluster_ids }}\"],\n    status=\"published\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var name = new Nutanix.NdbSoftwareVersionProfile(\"name\", new()\n    {\n        EngineType = \"postgres_database\",\n        ProfileId = nutanixNdbProfile.Name12.Id,\n        Name = \"test-tf\",\n        Description = \"made  by tf\",\n        PostgresDatabases = new[]\n        {\n            new Nutanix.Inputs.NdbSoftwareVersionProfilePostgresDatabaseArgs\n            {\n                SourceDbserverId = \"{{ DB_Server_ID }}\",\n            },\n        },\n        AvailableClusterIds = new[]\n        {\n            \"{{ cluster_ids }}\",\n        },\n        Status = \"published\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbSoftwareVersionProfile(ctx, \"name\", &nutanix.NdbSoftwareVersionProfileArgs{\n\t\t\tEngineType:  pulumi.String(\"postgres_database\"),\n\t\t\tProfileId:   pulumi.Any(nutanixNdbProfile.Name12.Id),\n\t\t\tName:        pulumi.String(\"test-tf\"),\n\t\t\tDescription: pulumi.String(\"made  by tf\"),\n\t\t\tPostgresDatabases: nutanix.NdbSoftwareVersionProfilePostgresDatabaseArray{\n\t\t\t\t&nutanix.NdbSoftwareVersionProfilePostgresDatabaseArgs{\n\t\t\t\t\tSourceDbserverId: pulumi.String(\"{{ DB_Server_ID }}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tAvailableClusterIds: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"{{ cluster_ids }}\"),\n\t\t\t},\n\t\t\tStatus: pulumi.String(\"published\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbSoftwareVersionProfile;\nimport com.pulumi.nutanix.NdbSoftwareVersionProfileArgs;\nimport com.pulumi.nutanix.inputs.NdbSoftwareVersionProfilePostgresDatabaseArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var name = new NdbSoftwareVersionProfile(\"name\", NdbSoftwareVersionProfileArgs.builder()\n            .engineType(\"postgres_database\")\n            .profileId(nutanixNdbProfile.name12().id())\n            .name(\"test-tf\")\n            .description(\"made  by tf\")\n            .postgresDatabases(NdbSoftwareVersionProfilePostgresDatabaseArgs.builder()\n                .sourceDbserverId(\"{{ DB_Server_ID }}\")\n                .build())\n            .availableClusterIds(\"{{ cluster_ids }}\")\n            .status(\"published\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  name:\n    type: nutanix:NdbSoftwareVersionProfile\n    properties:\n      engineType: postgres_database\n      profileId: ${nutanixNdbProfile.name12.id}\n      name: test-tf\n      description: made  by tf\n      postgresDatabases:\n        - sourceDbserverId: '{{ DB_Server_ID }}'\n      availableClusterIds:\n        - '{{ cluster_ids }}'\n      status: published\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "availableClusterIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "available cluster ids\n"
        },
        "dbVersion": {
          "type": "string",
          "description": "Db version of software profile\n"
        },
        "deprecated": {
          "type": "boolean",
          "description": "deprecated or not\n"
        },
        "description": {
          "type": "string",
          "description": "description of profile\n"
        },
        "engineType": {
          "type": "string",
          "description": "engine type of profile\n"
        },
        "name": {
          "type": "string",
          "description": "Name of profile\n"
        },
        "owner": {
          "type": "string",
          "description": "owner  of profile\n"
        },
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbSoftwareVersionProfilePostgresDatabase:NdbSoftwareVersionProfilePostgresDatabase"
          },
          "description": "postgres database info\n"
        },
        "profileId": {
          "type": "string",
          "description": "profile id\n"
        },
        "properties": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbSoftwareVersionProfileProperty:NdbSoftwareVersionProfileProperty"
          },
          "description": "properties of software profile\n"
        },
        "propertiesMap": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "properties map of profile\n"
        },
        "published": {
          "type": "boolean",
          "description": "Published or not\n"
        },
        "status": {
          "type": "string",
          "description": "status of profile. Allowed Values are \"deprecated\", \"published\", \"unpublished\"\n"
        },
        "systemProfile": {
          "type": "boolean",
          "description": "system profile or not.\n"
        },
        "topology": {
          "type": "string",
          "description": "topology of software profile\n"
        },
        "version": {
          "type": "string",
          "description": "Version of software profile\n"
        },
        "versionClusterAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbSoftwareVersionProfileVersionClusterAssociation:NdbSoftwareVersionProfileVersionClusterAssociation"
          },
          "description": "version cluster association\n"
        }
      },
      "type": "object",
      "required": [
        "dbVersion",
        "deprecated",
        "engineType",
        "name",
        "owner",
        "profileId",
        "properties",
        "propertiesMap",
        "published",
        "systemProfile",
        "topology",
        "version",
        "versionClusterAssociations"
      ],
      "inputProperties": {
        "availableClusterIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "available cluster ids\n"
        },
        "description": {
          "type": "string",
          "description": "description of profile\n"
        },
        "engineType": {
          "type": "string",
          "description": "engine type of profile\n"
        },
        "name": {
          "type": "string",
          "description": "Name of profile\n"
        },
        "postgresDatabases": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbSoftwareVersionProfilePostgresDatabase:NdbSoftwareVersionProfilePostgresDatabase"
          },
          "description": "postgres database info\n"
        },
        "profileId": {
          "type": "string",
          "description": "profile id\n"
        },
        "status": {
          "type": "string",
          "description": "status of profile. Allowed Values are \"deprecated\", \"published\", \"unpublished\"\n"
        }
      },
      "requiredInputs": [
        "engineType",
        "profileId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbSoftwareVersionProfile resources.\n",
        "properties": {
          "availableClusterIds": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "available cluster ids\n"
          },
          "dbVersion": {
            "type": "string",
            "description": "Db version of software profile\n"
          },
          "deprecated": {
            "type": "boolean",
            "description": "deprecated or not\n"
          },
          "description": {
            "type": "string",
            "description": "description of profile\n"
          },
          "engineType": {
            "type": "string",
            "description": "engine type of profile\n"
          },
          "name": {
            "type": "string",
            "description": "Name of profile\n"
          },
          "owner": {
            "type": "string",
            "description": "owner  of profile\n"
          },
          "postgresDatabases": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbSoftwareVersionProfilePostgresDatabase:NdbSoftwareVersionProfilePostgresDatabase"
            },
            "description": "postgres database info\n"
          },
          "profileId": {
            "type": "string",
            "description": "profile id\n"
          },
          "properties": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbSoftwareVersionProfileProperty:NdbSoftwareVersionProfileProperty"
            },
            "description": "properties of software profile\n"
          },
          "propertiesMap": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "properties map of profile\n"
          },
          "published": {
            "type": "boolean",
            "description": "Published or not\n"
          },
          "status": {
            "type": "string",
            "description": "status of profile. Allowed Values are \"deprecated\", \"published\", \"unpublished\"\n"
          },
          "systemProfile": {
            "type": "boolean",
            "description": "system profile or not.\n"
          },
          "topology": {
            "type": "string",
            "description": "topology of software profile\n"
          },
          "version": {
            "type": "string",
            "description": "Version of software profile\n"
          },
          "versionClusterAssociations": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbSoftwareVersionProfileVersionClusterAssociation:NdbSoftwareVersionProfileVersionClusterAssociation"
            },
            "description": "version cluster association\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbStretchedVlan:NdbStretchedVlan": {
      "description": "Provides a resource to create stretched vlans based on the input parameters. \n\n## Example Usage\n\n### resource to add stretched vlan in NDB\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst name = new nutanix.NdbStretchedVlan(\"name\", {\n    name: \"test-stretcName\",\n    description: \"vlan desc updated\",\n    type: \"Static\",\n    vlanIds: [\n        \"{{ vlan_id_1 }}\",\n        \"{{ vlan_id_2 }}\",\n    ],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nname = nutanix.NdbStretchedVlan(\"name\",\n    name=\"test-stretcName\",\n    description=\"vlan desc updated\",\n    type=\"Static\",\n    vlan_ids=[\n        \"{{ vlan_id_1 }}\",\n        \"{{ vlan_id_2 }}\",\n    ])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var name = new Nutanix.NdbStretchedVlan(\"name\", new()\n    {\n        Name = \"test-stretcName\",\n        Description = \"vlan desc updated\",\n        Type = \"Static\",\n        VlanIds = new[]\n        {\n            \"{{ vlan_id_1 }}\",\n            \"{{ vlan_id_2 }}\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbStretchedVlan(ctx, \"name\", &nutanix.NdbStretchedVlanArgs{\n\t\t\tName:        pulumi.String(\"test-stretcName\"),\n\t\t\tDescription: pulumi.String(\"vlan desc updated\"),\n\t\t\tType:        pulumi.String(\"Static\"),\n\t\t\tVlanIds: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"{{ vlan_id_1 }}\"),\n\t\t\t\tpulumi.String(\"{{ vlan_id_2 }}\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbStretchedVlan;\nimport com.pulumi.nutanix.NdbStretchedVlanArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var name = new NdbStretchedVlan(\"name\", NdbStretchedVlanArgs.builder()\n            .name(\"test-stretcName\")\n            .description(\"vlan desc updated\")\n            .type(\"Static\")\n            .vlanIds(            \n                \"{{ vlan_id_1 }}\",\n                \"{{ vlan_id_2 }}\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  name:\n    type: nutanix:NdbStretchedVlan\n    properties:\n      name: test-stretcName\n      description: vlan desc updated\n      type: Static\n      vlanIds:\n        - '{{ vlan_id_1 }}'\n        - '{{ vlan_id_2 }}'\n```\n<!--End PulumiCodeChooser -->\n\n### resource to update the strteched vlan with new gateway and subnet mask\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst name = new nutanix.NdbStretchedVlan(\"name\", {\n    name: \"test-stretcName\",\n    description: \"vlan desc updated\",\n    type: \"Static\",\n    vlanIds: [\n        \"{{ vlan_id_1 }}\",\n        \"{{ vlan_id_2 }}\",\n    ],\n    metadata: {\n        gateway: \"{{ gateway of vlans }}\",\n        subnetMask: \"{{ subnet mask of vlans }}\",\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nname = nutanix.NdbStretchedVlan(\"name\",\n    name=\"test-stretcName\",\n    description=\"vlan desc updated\",\n    type=\"Static\",\n    vlan_ids=[\n        \"{{ vlan_id_1 }}\",\n        \"{{ vlan_id_2 }}\",\n    ],\n    metadata={\n        \"gateway\": \"{{ gateway of vlans }}\",\n        \"subnet_mask\": \"{{ subnet mask of vlans }}\",\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var name = new Nutanix.NdbStretchedVlan(\"name\", new()\n    {\n        Name = \"test-stretcName\",\n        Description = \"vlan desc updated\",\n        Type = \"Static\",\n        VlanIds = new[]\n        {\n            \"{{ vlan_id_1 }}\",\n            \"{{ vlan_id_2 }}\",\n        },\n        Metadata = new Nutanix.Inputs.NdbStretchedVlanMetadataArgs\n        {\n            Gateway = \"{{ gateway of vlans }}\",\n            SubnetMask = \"{{ subnet mask of vlans }}\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbStretchedVlan(ctx, \"name\", &nutanix.NdbStretchedVlanArgs{\n\t\t\tName:        pulumi.String(\"test-stretcName\"),\n\t\t\tDescription: pulumi.String(\"vlan desc updated\"),\n\t\t\tType:        pulumi.String(\"Static\"),\n\t\t\tVlanIds: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"{{ vlan_id_1 }}\"),\n\t\t\t\tpulumi.String(\"{{ vlan_id_2 }}\"),\n\t\t\t},\n\t\t\tMetadata: &nutanix.NdbStretchedVlanMetadataArgs{\n\t\t\t\tGateway:    pulumi.String(\"{{ gateway of vlans }}\"),\n\t\t\t\tSubnetMask: pulumi.String(\"{{ subnet mask of vlans }}\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbStretchedVlan;\nimport com.pulumi.nutanix.NdbStretchedVlanArgs;\nimport com.pulumi.nutanix.inputs.NdbStretchedVlanMetadataArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var name = new NdbStretchedVlan(\"name\", NdbStretchedVlanArgs.builder()\n            .name(\"test-stretcName\")\n            .description(\"vlan desc updated\")\n            .type(\"Static\")\n            .vlanIds(            \n                \"{{ vlan_id_1 }}\",\n                \"{{ vlan_id_2 }}\")\n            .metadata(NdbStretchedVlanMetadataArgs.builder()\n                .gateway(\"{{ gateway of vlans }}\")\n                .subnetMask(\"{{ subnet mask of vlans }}\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  name:\n    type: nutanix:NdbStretchedVlan\n    properties:\n      name: test-stretcName\n      description: vlan desc updated\n      type: Static\n      vlanIds:\n        - '{{ vlan_id_1 }}'\n        - '{{ vlan_id_2 }}'\n      metadata:\n        gateway: '{{ gateway of vlans }}'\n        subnetMask: '{{ subnet mask of vlans }}'\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "description": {
          "type": "string",
          "description": "Description of stretched vlan\n"
        },
        "metadata": {
          "$ref": "#/types/nutanix:index%2FNdbStretchedVlanMetadata:NdbStretchedVlanMetadata",
          "description": "Update the stretched VLAN Gateway and Subnet Mask IP address\n* `metadata.gateway`: Update the gateway of stretched vlan\n* `metadata.subnet_mask`: Update the<span pulumi-lang-nodejs=\" subnetMask \" pulumi-lang-dotnet=\" SubnetMask \" pulumi-lang-go=\" subnetMask \" pulumi-lang-python=\" subnet_mask \" pulumi-lang-yaml=\" subnetMask \" pulumi-lang-java=\" subnetMask \"> subnet_mask </span>of stretched vlan\n"
        },
        "name": {
          "type": "string",
          "description": "name for the stretched VLAN\n"
        },
        "type": {
          "type": "string",
          "description": "type of vlan. static VLANs that are managed in NDB can be added to a stretched VLAN.\n"
        },
        "vlanIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "list of vlan ids to be added in NDB\n"
        },
        "vlansLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNdbStretchedVlanVlansList:NdbStretchedVlanVlansList"
          },
          "description": "properties of vlans\n"
        }
      },
      "type": "object",
      "required": [
        "metadata",
        "name",
        "type",
        "vlanIds",
        "vlansLists"
      ],
      "inputProperties": {
        "description": {
          "type": "string",
          "description": "Description of stretched vlan\n"
        },
        "metadata": {
          "$ref": "#/types/nutanix:index%2FNdbStretchedVlanMetadata:NdbStretchedVlanMetadata",
          "description": "Update the stretched VLAN Gateway and Subnet Mask IP address\n* `metadata.gateway`: Update the gateway of stretched vlan\n* `metadata.subnet_mask`: Update the<span pulumi-lang-nodejs=\" subnetMask \" pulumi-lang-dotnet=\" SubnetMask \" pulumi-lang-go=\" subnetMask \" pulumi-lang-python=\" subnet_mask \" pulumi-lang-yaml=\" subnetMask \" pulumi-lang-java=\" subnetMask \"> subnet_mask </span>of stretched vlan\n"
        },
        "name": {
          "type": "string",
          "description": "name for the stretched VLAN\n"
        },
        "type": {
          "type": "string",
          "description": "type of vlan. static VLANs that are managed in NDB can be added to a stretched VLAN.\n"
        },
        "vlanIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "list of vlan ids to be added in NDB\n"
        }
      },
      "requiredInputs": [
        "type",
        "vlanIds"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbStretchedVlan resources.\n",
        "properties": {
          "description": {
            "type": "string",
            "description": "Description of stretched vlan\n"
          },
          "metadata": {
            "$ref": "#/types/nutanix:index%2FNdbStretchedVlanMetadata:NdbStretchedVlanMetadata",
            "description": "Update the stretched VLAN Gateway and Subnet Mask IP address\n* `metadata.gateway`: Update the gateway of stretched vlan\n* `metadata.subnet_mask`: Update the<span pulumi-lang-nodejs=\" subnetMask \" pulumi-lang-dotnet=\" SubnetMask \" pulumi-lang-go=\" subnetMask \" pulumi-lang-python=\" subnet_mask \" pulumi-lang-yaml=\" subnetMask \" pulumi-lang-java=\" subnetMask \"> subnet_mask </span>of stretched vlan\n"
          },
          "name": {
            "type": "string",
            "description": "name for the stretched VLAN\n"
          },
          "type": {
            "type": "string",
            "description": "type of vlan. static VLANs that are managed in NDB can be added to a stretched VLAN.\n"
          },
          "vlanIds": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "list of vlan ids to be added in NDB\n"
          },
          "vlansLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNdbStretchedVlanVlansList:NdbStretchedVlanVlansList"
            },
            "description": "properties of vlans\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbTag:NdbTag": {
      "description": "Provides a resource to create tags based on the input parameters. \n\n## Example Usage\n\n### resource to create tag\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst name = new nutanix.NdbTag(\"name\", {\n    name: \"testst-up\",\n    description: \"this is desc ok\",\n    entityType: \"DATABASE\",\n    required: true,\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nname = nutanix.NdbTag(\"name\",\n    name=\"testst-up\",\n    description=\"this is desc ok\",\n    entity_type=\"DATABASE\",\n    required=True)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var name = new Nutanix.NdbTag(\"name\", new()\n    {\n        Name = \"testst-up\",\n        Description = \"this is desc ok\",\n        EntityType = \"DATABASE\",\n        Required = true,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbTag(ctx, \"name\", &nutanix.NdbTagArgs{\n\t\t\tName:        pulumi.String(\"testst-up\"),\n\t\t\tDescription: pulumi.String(\"this is desc ok\"),\n\t\t\tEntityType:  pulumi.String(\"DATABASE\"),\n\t\t\tRequired:    pulumi.Bool(true),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbTag;\nimport com.pulumi.nutanix.NdbTagArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var name = new NdbTag(\"name\", NdbTagArgs.builder()\n            .name(\"testst-up\")\n            .description(\"this is desc ok\")\n            .entityType(\"DATABASE\")\n            .required(true)\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  name:\n    type: nutanix:NdbTag\n    properties:\n      name: testst-up\n      description: this is desc ok\n      entityType: DATABASE\n      required: true\n```\n<!--End PulumiCodeChooser -->\n\n### resource to update tag with status\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst name = new nutanix.NdbTag(\"name\", {\n    name: \"testst-up\",\n    description: \"this is desc ok\",\n    entityType: \"DATABASE\",\n    required: true,\n    status: \"DEPRECATED\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nname = nutanix.NdbTag(\"name\",\n    name=\"testst-up\",\n    description=\"this is desc ok\",\n    entity_type=\"DATABASE\",\n    required=True,\n    status=\"DEPRECATED\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var name = new Nutanix.NdbTag(\"name\", new()\n    {\n        Name = \"testst-up\",\n        Description = \"this is desc ok\",\n        EntityType = \"DATABASE\",\n        Required = true,\n        Status = \"DEPRECATED\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbTag(ctx, \"name\", &nutanix.NdbTagArgs{\n\t\t\tName:        pulumi.String(\"testst-up\"),\n\t\t\tDescription: pulumi.String(\"this is desc ok\"),\n\t\t\tEntityType:  pulumi.String(\"DATABASE\"),\n\t\t\tRequired:    pulumi.Bool(true),\n\t\t\tStatus:      pulumi.String(\"DEPRECATED\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbTag;\nimport com.pulumi.nutanix.NdbTagArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var name = new NdbTag(\"name\", NdbTagArgs.builder()\n            .name(\"testst-up\")\n            .description(\"this is desc ok\")\n            .entityType(\"DATABASE\")\n            .required(true)\n            .status(\"DEPRECATED\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  name:\n    type: nutanix:NdbTag\n    properties:\n      name: testst-up\n      description: this is desc ok\n      entityType: DATABASE\n      required: true\n      status: DEPRECATED\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "dateCreated": {
          "type": "string",
          "description": "date created of the tag\n"
        },
        "dateModified": {
          "type": "string",
          "description": "modified date of tha tag\n"
        },
        "description": {
          "type": "string",
          "description": "description for the tag\n"
        },
        "entityType": {
          "type": "string",
          "description": "entity for the tag to be associated with. Supported values [ DATABASE, TIME_MACHINE, CLONE, DATABASE_SERVER ].\n"
        },
        "name": {
          "type": "string",
          "description": "name for the tag\n"
        },
        "owner": {
          "type": "string",
          "description": "owner id of the tag\n"
        },
        "required": {
          "type": "boolean",
          "description": "provide a tag value for entities.\n"
        },
        "status": {
          "type": "string",
          "description": "Status of the tag. Supported values are [ ENABLED, DEPRECATED ]\n"
        },
        "values": {
          "type": "integer",
          "description": "value for the tag\n"
        }
      },
      "type": "object",
      "required": [
        "dateCreated",
        "dateModified",
        "entityType",
        "name",
        "owner",
        "status",
        "values"
      ],
      "inputProperties": {
        "description": {
          "type": "string",
          "description": "description for the tag\n"
        },
        "entityType": {
          "type": "string",
          "description": "entity for the tag to be associated with. Supported values [ DATABASE, TIME_MACHINE, CLONE, DATABASE_SERVER ].\n"
        },
        "name": {
          "type": "string",
          "description": "name for the tag\n"
        },
        "required": {
          "type": "boolean",
          "description": "provide a tag value for entities.\n"
        },
        "status": {
          "type": "string",
          "description": "Status of the tag. Supported values are [ ENABLED, DEPRECATED ]\n"
        }
      },
      "requiredInputs": [
        "entityType"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbTag resources.\n",
        "properties": {
          "dateCreated": {
            "type": "string",
            "description": "date created of the tag\n"
          },
          "dateModified": {
            "type": "string",
            "description": "modified date of tha tag\n"
          },
          "description": {
            "type": "string",
            "description": "description for the tag\n"
          },
          "entityType": {
            "type": "string",
            "description": "entity for the tag to be associated with. Supported values [ DATABASE, TIME_MACHINE, CLONE, DATABASE_SERVER ].\n"
          },
          "name": {
            "type": "string",
            "description": "name for the tag\n"
          },
          "owner": {
            "type": "string",
            "description": "owner id of the tag\n"
          },
          "required": {
            "type": "boolean",
            "description": "provide a tag value for entities.\n"
          },
          "status": {
            "type": "string",
            "description": "Status of the tag. Supported values are [ ENABLED, DEPRECATED ]\n"
          },
          "values": {
            "type": "integer",
            "description": "value for the tag\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ndbTmsCluster:NdbTmsCluster": {
      "description": "Provides a resource to manage time machine data availability across all the registered Nutanix clusters in NDB.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst cls = new nutanix.NdbTmsCluster(\"cls\", {\n    timeMachineId: \"{{ tms_id }}\",\n    nxClusterId: \"{{ cluster_id }}\",\n    slaId: \"{{ sla_id }}\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ncls = nutanix.NdbTmsCluster(\"cls\",\n    time_machine_id=\"{{ tms_id }}\",\n    nx_cluster_id=\"{{ cluster_id }}\",\n    sla_id=\"{{ sla_id }}\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var cls = new Nutanix.NdbTmsCluster(\"cls\", new()\n    {\n        TimeMachineId = \"{{ tms_id }}\",\n        NxClusterId = \"{{ cluster_id }}\",\n        SlaId = \"{{ sla_id }}\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNdbTmsCluster(ctx, \"cls\", &nutanix.NdbTmsClusterArgs{\n\t\t\tTimeMachineId: pulumi.String(\"{{ tms_id }}\"),\n\t\t\tNxClusterId:   pulumi.String(\"{{ cluster_id }}\"),\n\t\t\tSlaId:         pulumi.String(\"{{ sla_id }}\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NdbTmsCluster;\nimport com.pulumi.nutanix.NdbTmsClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var cls = new NdbTmsCluster(\"cls\", NdbTmsClusterArgs.builder()\n            .timeMachineId(\"{{ tms_id }}\")\n            .nxClusterId(\"{{ cluster_id }}\")\n            .slaId(\"{{ sla_id }}\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  cls:\n    type: nutanix:NdbTmsCluster\n    properties:\n      timeMachineId: '{{ tms_id }}'\n      nxClusterId: '{{ cluster_id }}'\n      slaId: '{{ sla_id }}'\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "dateCreated": {
          "type": "string",
          "description": "created date of time machine associated with cluster\n"
        },
        "dateModified": {
          "type": "string",
          "description": "modified date of time machine associated with cluster\n"
        },
        "description": {
          "type": "string",
          "description": "description of nutanix cluster associated with time machine\n"
        },
        "logDriveId": {
          "type": "string",
          "description": "log drive id\n"
        },
        "logDriveStatus": {
          "type": "string",
          "description": "log drive status of time machine\n"
        },
        "nxClusterId": {
          "type": "string",
          "description": "Nutanix cluster id on the associated registered clusters.\n"
        },
        "ownerId": {
          "type": "string",
          "description": "owner id\n"
        },
        "scheduleId": {
          "type": "string",
          "description": "schedule id of the data associated with time machine\n"
        },
        "slaId": {
          "type": "string",
          "description": "SLA id for the associated cluster.\n"
        },
        "source": {
          "type": "boolean",
          "description": "source is present or not\n"
        },
        "sourceClusters": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "source clusters in time machines\n"
        },
        "status": {
          "type": "string",
          "description": "status of the cluster associated with time machine\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "time machine id\n"
        },
        "type": {
          "type": "string",
          "description": "Default value is \"OTHER\"\n"
        }
      },
      "type": "object",
      "required": [
        "dateCreated",
        "dateModified",
        "description",
        "logDriveId",
        "logDriveStatus",
        "nxClusterId",
        "ownerId",
        "scheduleId",
        "slaId",
        "source",
        "sourceClusters",
        "status",
        "timeMachineId"
      ],
      "inputProperties": {
        "nxClusterId": {
          "type": "string",
          "description": "Nutanix cluster id on the associated registered clusters.\n"
        },
        "slaId": {
          "type": "string",
          "description": "SLA id for the associated cluster.\n"
        },
        "timeMachineId": {
          "type": "string",
          "description": "time machine id\n"
        },
        "type": {
          "type": "string",
          "description": "Default value is \"OTHER\"\n"
        }
      },
      "requiredInputs": [
        "nxClusterId",
        "slaId",
        "timeMachineId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NdbTmsCluster resources.\n",
        "properties": {
          "dateCreated": {
            "type": "string",
            "description": "created date of time machine associated with cluster\n"
          },
          "dateModified": {
            "type": "string",
            "description": "modified date of time machine associated with cluster\n"
          },
          "description": {
            "type": "string",
            "description": "description of nutanix cluster associated with time machine\n"
          },
          "logDriveId": {
            "type": "string",
            "description": "log drive id\n"
          },
          "logDriveStatus": {
            "type": "string",
            "description": "log drive status of time machine\n"
          },
          "nxClusterId": {
            "type": "string",
            "description": "Nutanix cluster id on the associated registered clusters.\n"
          },
          "ownerId": {
            "type": "string",
            "description": "owner id\n"
          },
          "scheduleId": {
            "type": "string",
            "description": "schedule id of the data associated with time machine\n"
          },
          "slaId": {
            "type": "string",
            "description": "SLA id for the associated cluster.\n"
          },
          "source": {
            "type": "boolean",
            "description": "source is present or not\n"
          },
          "sourceClusters": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "source clusters in time machines\n"
          },
          "status": {
            "type": "string",
            "description": "status of the cluster associated with time machine\n"
          },
          "timeMachineId": {
            "type": "string",
            "description": "time machine id\n"
          },
          "type": {
            "type": "string",
            "description": "Default value is \"OTHER\"\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/networkSecurityPolicyV2:NetworkSecurityPolicyV2": {
      "description": "Create a Network Security Policy\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Network Security Policy TWO_ENV_ISOLATION Rule\nconst isolation_nsp = new nutanix.NetworkSecurityPolicyV2(\"isolation-nsp\", {\n    name: \"isolation_policy\",\n    description: \"isolation policy example\",\n    state: \"SAVE\",\n    type: \"ISOLATION\",\n    rules: [{\n        type: \"TWO_ENV_ISOLATION\",\n        specs: [{\n            twoEnvIsolationRuleSpecs: [{\n                firstIsolationGroups: [\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\"],\n                secondIsolationGroups: [\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"],\n            }],\n        }],\n    }],\n    isHitlogEnabled: true,\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Network Security Policy TWO_ENV_ISOLATION Rule\nisolation_nsp = nutanix.NetworkSecurityPolicyV2(\"isolation-nsp\",\n    name=\"isolation_policy\",\n    description=\"isolation policy example\",\n    state=\"SAVE\",\n    type=\"ISOLATION\",\n    rules=[{\n        \"type\": \"TWO_ENV_ISOLATION\",\n        \"specs\": [{\n            \"two_env_isolation_rule_specs\": [{\n                \"first_isolation_groups\": [\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\"],\n                \"second_isolation_groups\": [\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"],\n            }],\n        }],\n    }],\n    is_hitlog_enabled=True)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Network Security Policy TWO_ENV_ISOLATION Rule\n    var isolation_nsp = new Nutanix.NetworkSecurityPolicyV2(\"isolation-nsp\", new()\n    {\n        Name = \"isolation_policy\",\n        Description = \"isolation policy example\",\n        State = \"SAVE\",\n        Type = \"ISOLATION\",\n        Rules = new[]\n        {\n            new Nutanix.Inputs.NetworkSecurityPolicyV2RuleArgs\n            {\n                Type = \"TWO_ENV_ISOLATION\",\n                Specs = new[]\n                {\n                    new Nutanix.Inputs.NetworkSecurityPolicyV2RuleSpecArgs\n                    {\n                        TwoEnvIsolationRuleSpecs = new[]\n                        {\n                            new Nutanix.Inputs.NetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpecArgs\n                            {\n                                FirstIsolationGroups = new[]\n                                {\n                                    \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n                                },\n                                SecondIsolationGroups = new[]\n                                {\n                                    \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n                                },\n                            },\n                        },\n                    },\n                },\n            },\n        },\n        IsHitlogEnabled = true,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Network Security Policy TWO_ENV_ISOLATION Rule\n\t\t_, err := nutanix.NewNetworkSecurityPolicyV2(ctx, \"isolation-nsp\", &nutanix.NetworkSecurityPolicyV2Args{\n\t\t\tName:        pulumi.String(\"isolation_policy\"),\n\t\t\tDescription: pulumi.String(\"isolation policy example\"),\n\t\t\tState:       pulumi.String(\"SAVE\"),\n\t\t\tType:        pulumi.String(\"ISOLATION\"),\n\t\t\tRules: nutanix.NetworkSecurityPolicyV2RuleArray{\n\t\t\t\t&nutanix.NetworkSecurityPolicyV2RuleArgs{\n\t\t\t\t\tType: pulumi.String(\"TWO_ENV_ISOLATION\"),\n\t\t\t\t\tSpecs: nutanix.NetworkSecurityPolicyV2RuleSpecArray{\n\t\t\t\t\t\t&nutanix.NetworkSecurityPolicyV2RuleSpecArgs{\n\t\t\t\t\t\t\tTwoEnvIsolationRuleSpecs: nutanix.NetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpecArray{\n\t\t\t\t\t\t\t\t&nutanix.NetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpecArgs{\n\t\t\t\t\t\t\t\t\tFirstIsolationGroups: pulumi.StringArray{\n\t\t\t\t\t\t\t\t\t\tpulumi.String(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\"),\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tSecondIsolationGroups: pulumi.StringArray{\n\t\t\t\t\t\t\t\t\t\tpulumi.String(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"),\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tIsHitlogEnabled: pulumi.Bool(true),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NetworkSecurityPolicyV2;\nimport com.pulumi.nutanix.NetworkSecurityPolicyV2Args;\nimport com.pulumi.nutanix.inputs.NetworkSecurityPolicyV2RuleArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Network Security Policy TWO_ENV_ISOLATION Rule\n        var isolation_nsp = new NetworkSecurityPolicyV2(\"isolation-nsp\", NetworkSecurityPolicyV2Args.builder()\n            .name(\"isolation_policy\")\n            .description(\"isolation policy example\")\n            .state(\"SAVE\")\n            .type(\"ISOLATION\")\n            .rules(NetworkSecurityPolicyV2RuleArgs.builder()\n                .type(\"TWO_ENV_ISOLATION\")\n                .specs(NetworkSecurityPolicyV2RuleSpecArgs.builder()\n                    .twoEnvIsolationRuleSpecs(NetworkSecurityPolicyV2RuleSpecTwoEnvIsolationRuleSpecArgs.builder()\n                        .firstIsolationGroups(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\")\n                        .secondIsolationGroups(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\")\n                        .build())\n                    .build())\n                .build())\n            .isHitlogEnabled(true)\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Network Security Policy TWO_ENV_ISOLATION Rule\n  isolation-nsp:\n    type: nutanix:NetworkSecurityPolicyV2\n    properties:\n      name: isolation_policy\n      description: isolation policy example\n      state: SAVE\n      type: ISOLATION\n      rules:\n        - type: TWO_ENV_ISOLATION\n          specs:\n            - twoEnvIsolationRuleSpecs:\n                - firstIsolationGroups:\n                    - ba250e3e-1db1-4950-917f-a9e2ea35b8e3\n                  secondIsolationGroups:\n                    - ab520e1d-4950-1db1-917f-a9e2ea35b8e3\n      isHitlogEnabled: true\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "createdBy": {
          "type": "string",
          "description": "created by.\n"
        },
        "creationTime": {
          "type": "string",
          "description": "creation time of NSP\n"
        },
        "description": {
          "type": "string",
          "description": "A user defined annotation for a policy.\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "isHitlogEnabled": {
          "type": "boolean",
          "description": "If Hitlog is enabled.\n"
        },
        "isIpv6TrafficAllowed": {
          "type": "boolean",
          "description": "If Ipv6 Traffic is allowed.\n"
        },
        "isSystemDefined": {
          "type": "boolean",
          "description": "Is system defined NSP\n"
        },
        "lastUpdateTime": {
          "type": "string",
          "description": "last updated time\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2Link:NetworkSecurityPolicyV2Link"
          },
          "description": "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.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the Flow Network Security Policy.\n"
        },
        "rules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2Rule:NetworkSecurityPolicyV2Rule"
          },
          "description": "A list of rules that form a policy. For isolation policies, use isolation rules; for application or quarantine policies, use application rules.\n"
        },
        "scope": {
          "type": "string",
          "description": "Defines the scope of the policy. Currently, only ALL_VLAN and VPC_LIST are supported. If scope is not provided, the default is set based on whether vpcReferences field is provided or not.\n"
        },
        "securedGroups": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Uuids of the secured groups in the NSP.\n"
        },
        "state": {
          "type": "string",
          "description": "Whether the policy is applied or monitored; can be omitted or set null to save the policy without applying or monitoring it. Acceptable values are \"SAVE\", \"MONITOR\", \"ENFORCE\".\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity\n"
        },
        "type": {
          "type": "string",
          "description": "Defines the type of rules that can be used in a policy. Acceptable values are \"QUARANTINE\", \"ISOLATION\", \"APPLICATION\".\n"
        },
        "vpcReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of external ids for VPCs, used only when the scope of policy is a list of VPCs.\n"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "creationTime",
        "extId",
        "isSystemDefined",
        "lastUpdateTime",
        "links",
        "name",
        "scope",
        "securedGroups",
        "tenantId",
        "type"
      ],
      "inputProperties": {
        "description": {
          "type": "string",
          "description": "A user defined annotation for a policy.\n"
        },
        "isHitlogEnabled": {
          "type": "boolean",
          "description": "If Hitlog is enabled.\n"
        },
        "isIpv6TrafficAllowed": {
          "type": "boolean",
          "description": "If Ipv6 Traffic is allowed.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the Flow Network Security Policy.\n"
        },
        "rules": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2Rule:NetworkSecurityPolicyV2Rule"
          },
          "description": "A list of rules that form a policy. For isolation policies, use isolation rules; for application or quarantine policies, use application rules.\n"
        },
        "scope": {
          "type": "string",
          "description": "Defines the scope of the policy. Currently, only ALL_VLAN and VPC_LIST are supported. If scope is not provided, the default is set based on whether vpcReferences field is provided or not.\n"
        },
        "state": {
          "type": "string",
          "description": "Whether the policy is applied or monitored; can be omitted or set null to save the policy without applying or monitoring it. Acceptable values are \"SAVE\", \"MONITOR\", \"ENFORCE\".\n"
        },
        "type": {
          "type": "string",
          "description": "Defines the type of rules that can be used in a policy. Acceptable values are \"QUARANTINE\", \"ISOLATION\", \"APPLICATION\".\n"
        },
        "vpcReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A list of external ids for VPCs, used only when the scope of policy is a list of VPCs.\n"
        }
      },
      "requiredInputs": [
        "type"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NetworkSecurityPolicyV2 resources.\n",
        "properties": {
          "createdBy": {
            "type": "string",
            "description": "created by.\n"
          },
          "creationTime": {
            "type": "string",
            "description": "creation time of NSP\n"
          },
          "description": {
            "type": "string",
            "description": "A user defined annotation for a policy.\n"
          },
          "extId": {
            "type": "string",
            "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
          },
          "isHitlogEnabled": {
            "type": "boolean",
            "description": "If Hitlog is enabled.\n"
          },
          "isIpv6TrafficAllowed": {
            "type": "boolean",
            "description": "If Ipv6 Traffic is allowed.\n"
          },
          "isSystemDefined": {
            "type": "boolean",
            "description": "Is system defined NSP\n"
          },
          "lastUpdateTime": {
            "type": "string",
            "description": "last updated time\n"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2Link:NetworkSecurityPolicyV2Link"
            },
            "description": "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.\n"
          },
          "name": {
            "type": "string",
            "description": "Name of the Flow Network Security Policy.\n"
          },
          "rules": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNetworkSecurityPolicyV2Rule:NetworkSecurityPolicyV2Rule"
            },
            "description": "A list of rules that form a policy. For isolation policies, use isolation rules; for application or quarantine policies, use application rules.\n"
          },
          "scope": {
            "type": "string",
            "description": "Defines the scope of the policy. Currently, only ALL_VLAN and VPC_LIST are supported. If scope is not provided, the default is set based on whether vpcReferences field is provided or not.\n"
          },
          "securedGroups": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Uuids of the secured groups in the NSP.\n"
          },
          "state": {
            "type": "string",
            "description": "Whether the policy is applied or monitored; can be omitted or set null to save the policy without applying or monitoring it. Acceptable values are \"SAVE\", \"MONITOR\", \"ENFORCE\".\n"
          },
          "tenantId": {
            "type": "string",
            "description": "A globally unique identifier that represents the tenant that owns this entity\n"
          },
          "type": {
            "type": "string",
            "description": "Defines the type of rules that can be used in a policy. Acceptable values are \"QUARANTINE\", \"ISOLATION\", \"APPLICATION\".\n"
          },
          "vpcReferences": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "A list of external ids for VPCs, used only when the scope of policy is a list of VPCs.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/networkSecurityRule:NetworkSecurityRule": {
      "description": "Provides a Nutanix network security rule resource to Create a network security rule.\n\n> NOTE: The use of<span pulumi-lang-nodejs=\" networkSecurityRule \" pulumi-lang-dotnet=\" NetworkSecurityRule \" pulumi-lang-go=\" networkSecurityRule \" pulumi-lang-python=\" network_security_rule \" pulumi-lang-yaml=\" networkSecurityRule \" pulumi-lang-java=\" networkSecurityRule \"> network_security_rule </span>is only applicable in AHV clusters and requires Microsegmentation to be enabled. This feature is a function of the Flow product and requires a Flow license. For more information on Flow and Microsegmentation please visit https://www.nutanix.com/products/flow\n\n## Example Usage\n\n### Isolation Rule Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst isolation = new nutanix.NetworkSecurityRule(\"isolation\", {\n    name: \"example-isolation-rule\",\n    description: \"Isolation Rule Example\",\n    isolationRuleAction: \"APPLY\",\n    isolationRuleFirstEntityFilterKindLists: [\"vm\"],\n    isolationRuleFirstEntityFilterType: \"CATEGORIES_MATCH_ALL\",\n    isolationRuleFirstEntityFilterParams: [{\n        name: \"Environment\",\n        values: [\"Dev\"],\n    }],\n    isolationRuleSecondEntityFilterKindLists: [\"vm\"],\n    isolationRuleSecondEntityFilterType: \"CATEGORIES_MATCH_ALL\",\n    isolationRuleSecondEntityFilterParams: [{\n        name: \"Environment\",\n        values: [\"Production\"],\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nisolation = nutanix.NetworkSecurityRule(\"isolation\",\n    name=\"example-isolation-rule\",\n    description=\"Isolation Rule Example\",\n    isolation_rule_action=\"APPLY\",\n    isolation_rule_first_entity_filter_kind_lists=[\"vm\"],\n    isolation_rule_first_entity_filter_type=\"CATEGORIES_MATCH_ALL\",\n    isolation_rule_first_entity_filter_params=[{\n        \"name\": \"Environment\",\n        \"values\": [\"Dev\"],\n    }],\n    isolation_rule_second_entity_filter_kind_lists=[\"vm\"],\n    isolation_rule_second_entity_filter_type=\"CATEGORIES_MATCH_ALL\",\n    isolation_rule_second_entity_filter_params=[{\n        \"name\": \"Environment\",\n        \"values\": [\"Production\"],\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var isolation = new Nutanix.NetworkSecurityRule(\"isolation\", new()\n    {\n        Name = \"example-isolation-rule\",\n        Description = \"Isolation Rule Example\",\n        IsolationRuleAction = \"APPLY\",\n        IsolationRuleFirstEntityFilterKindLists = new[]\n        {\n            \"vm\",\n        },\n        IsolationRuleFirstEntityFilterType = \"CATEGORIES_MATCH_ALL\",\n        IsolationRuleFirstEntityFilterParams = new[]\n        {\n            new Nutanix.Inputs.NetworkSecurityRuleIsolationRuleFirstEntityFilterParamArgs\n            {\n                Name = \"Environment\",\n                Values = new[]\n                {\n                    \"Dev\",\n                },\n            },\n        },\n        IsolationRuleSecondEntityFilterKindLists = new[]\n        {\n            \"vm\",\n        },\n        IsolationRuleSecondEntityFilterType = \"CATEGORIES_MATCH_ALL\",\n        IsolationRuleSecondEntityFilterParams = new[]\n        {\n            new Nutanix.Inputs.NetworkSecurityRuleIsolationRuleSecondEntityFilterParamArgs\n            {\n                Name = \"Environment\",\n                Values = new[]\n                {\n                    \"Production\",\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNetworkSecurityRule(ctx, \"isolation\", &nutanix.NetworkSecurityRuleArgs{\n\t\t\tName:                pulumi.String(\"example-isolation-rule\"),\n\t\t\tDescription:         pulumi.String(\"Isolation Rule Example\"),\n\t\t\tIsolationRuleAction: pulumi.String(\"APPLY\"),\n\t\t\tIsolationRuleFirstEntityFilterKindLists: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"vm\"),\n\t\t\t},\n\t\t\tIsolationRuleFirstEntityFilterType: pulumi.String(\"CATEGORIES_MATCH_ALL\"),\n\t\t\tIsolationRuleFirstEntityFilterParams: nutanix.NetworkSecurityRuleIsolationRuleFirstEntityFilterParamArray{\n\t\t\t\t&nutanix.NetworkSecurityRuleIsolationRuleFirstEntityFilterParamArgs{\n\t\t\t\t\tName: pulumi.String(\"Environment\"),\n\t\t\t\t\tValues: pulumi.StringArray{\n\t\t\t\t\t\tpulumi.String(\"Dev\"),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tIsolationRuleSecondEntityFilterKindLists: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"vm\"),\n\t\t\t},\n\t\t\tIsolationRuleSecondEntityFilterType: pulumi.String(\"CATEGORIES_MATCH_ALL\"),\n\t\t\tIsolationRuleSecondEntityFilterParams: nutanix.NetworkSecurityRuleIsolationRuleSecondEntityFilterParamArray{\n\t\t\t\t&nutanix.NetworkSecurityRuleIsolationRuleSecondEntityFilterParamArgs{\n\t\t\t\t\tName: pulumi.String(\"Environment\"),\n\t\t\t\t\tValues: pulumi.StringArray{\n\t\t\t\t\t\tpulumi.String(\"Production\"),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NetworkSecurityRule;\nimport com.pulumi.nutanix.NetworkSecurityRuleArgs;\nimport com.pulumi.nutanix.inputs.NetworkSecurityRuleIsolationRuleFirstEntityFilterParamArgs;\nimport com.pulumi.nutanix.inputs.NetworkSecurityRuleIsolationRuleSecondEntityFilterParamArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var isolation = new NetworkSecurityRule(\"isolation\", NetworkSecurityRuleArgs.builder()\n            .name(\"example-isolation-rule\")\n            .description(\"Isolation Rule Example\")\n            .isolationRuleAction(\"APPLY\")\n            .isolationRuleFirstEntityFilterKindLists(\"vm\")\n            .isolationRuleFirstEntityFilterType(\"CATEGORIES_MATCH_ALL\")\n            .isolationRuleFirstEntityFilterParams(NetworkSecurityRuleIsolationRuleFirstEntityFilterParamArgs.builder()\n                .name(\"Environment\")\n                .values(\"Dev\")\n                .build())\n            .isolationRuleSecondEntityFilterKindLists(\"vm\")\n            .isolationRuleSecondEntityFilterType(\"CATEGORIES_MATCH_ALL\")\n            .isolationRuleSecondEntityFilterParams(NetworkSecurityRuleIsolationRuleSecondEntityFilterParamArgs.builder()\n                .name(\"Environment\")\n                .values(\"Production\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  isolation:\n    type: nutanix:NetworkSecurityRule\n    properties:\n      name: example-isolation-rule\n      description: Isolation Rule Example\n      isolationRuleAction: APPLY\n      isolationRuleFirstEntityFilterKindLists:\n        - vm\n      isolationRuleFirstEntityFilterType: CATEGORIES_MATCH_ALL\n      isolationRuleFirstEntityFilterParams:\n        - name: Environment\n          values:\n            - Dev\n      isolationRuleSecondEntityFilterKindLists:\n        - vm\n      isolationRuleSecondEntityFilterType: CATEGORIES_MATCH_ALL\n      isolationRuleSecondEntityFilterParams:\n        - name: Environment\n          values:\n            - Production\n```\n<!--End PulumiCodeChooser -->\n\n### App Rule Example with associated VMs.\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst clusters = nutanix.getClusters({});\nconst clusterUuid = clusters.then(clusters => .filter(cluster => cluster.serviceList[0] != \"PRISM_CENTRAL\").map(cluster => (cluster.metadata?.uuid))[0]);\n//Create categories.\nconst test_category_key = new nutanix.CategoryKey(\"test-category-key\", {\n    name: \"TIER-1\",\n    description: \"TIER Category Key\",\n});\nconst USER = new nutanix.CategoryKey(\"USER\", {\n    name: \"user\",\n    description: \"user Category Key\",\n});\nconst WEB = new nutanix.CategoryValue(\"WEB\", {\n    name: test_category_key.id,\n    description: \"WEB Category Value\",\n    value: \"WEB-1\",\n});\nconst APP = new nutanix.CategoryValue(\"APP\", {\n    name: test_category_key.id,\n    description: \"APP Category Value\",\n    value: \"APP-1\",\n});\nconst DB = new nutanix.CategoryValue(\"DB\", {\n    name: test_category_key.id,\n    description: \"DB Category Value\",\n    value: \"DB-1\",\n});\nconst group = new nutanix.CategoryValue(\"group\", {\n    name: USER.id,\n    description: \"group Category Value\",\n    value: \"group-1\",\n});\n//Create a cirros image\nconst cirros_034_disk = new nutanix.Image(\"cirros-034-disk\", {\n    name: \"test-image-vm-create-flow\",\n    sourceUri: \"http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img\",\n    description: \"heres a tiny linux image, not an iso, but a real disk!\",\n});\n//APP-1 VM.\nconst vm_app = new nutanix.VirtualMachine(\"vm-app\", {\n    name: \"test-dou-vm-flow-APP-1\",\n    clusterUuid: clusterUuid,\n    numVcpusPerSocket: 1,\n    numSockets: 1,\n    memorySizeMib: 186,\n    nicLists: [{\n        subnetUuid: \"c56b535c-8aff-4435-ae85-78e64a07f76d\",\n    }],\n    diskLists: [{\n        dataSourceReference: {\n            kind: \"image\",\n            uuid: cirros_034_disk.id,\n        },\n        deviceProperties: {\n            diskAddress: {\n                device_index: \"0\",\n                adapter_type: \"SCSI\",\n            },\n            deviceType: \"DISK\",\n        },\n    }],\n    categories: [\n        {\n            name: \"Environment\",\n            value: \"Staging\",\n        },\n        {\n            name: \"TIER-1\",\n            value: APP.id,\n        },\n    ],\n});\n//WEB-1 VM\nconst vm_web = new nutanix.VirtualMachine(\"vm-web\", {\n    name: \"test-dou-vm-flow-WEB-1\",\n    clusterUuid: clusterUuid,\n    numVcpusPerSocket: 1,\n    numSockets: 1,\n    memorySizeMib: 186,\n    nicLists: [{\n        subnetUuid: \"c56b535c-8aff-4435-ae85-78e64a07f76d\",\n    }],\n    diskLists: [{\n        dataSourceReference: {\n            kind: \"image\",\n            uuid: cirros_034_disk.id,\n        },\n        deviceProperties: {\n            diskAddress: {\n                device_index: \"0\",\n                adapter_type: \"SCSI\",\n            },\n            deviceType: \"DISK\",\n        },\n    }],\n    categories: [\n        {\n            name: \"Environment\",\n            value: \"Staging\",\n        },\n        {\n            name: \"TIER-1\",\n            value: WEB.id,\n        },\n    ],\n});\n//DB-1 VM\nconst vm_db = new nutanix.VirtualMachine(\"vm-db\", {\n    name: \"test-dou-vm-flow-DB-1\",\n    clusterUuid: clusterUuid,\n    numVcpusPerSocket: 1,\n    numSockets: 1,\n    memorySizeMib: 186,\n    nicLists: [{\n        subnetUuid: \"c56b535c-8aff-4435-ae85-78e64a07f76d\",\n    }],\n    diskLists: [{\n        dataSourceReference: {\n            kind: \"image\",\n            uuid: cirros_034_disk.id,\n        },\n        deviceProperties: {\n            diskAddress: {\n                device_index: \"0\",\n                adapter_type: \"SCSI\",\n            },\n            deviceType: \"DISK\",\n        },\n    }],\n    categories: [\n        {\n            name: \"Environment\",\n            value: \"Staging\",\n        },\n        {\n            name: \"TIER-1\",\n            value: DB.id,\n        },\n    ],\n});\n//Create Application Network Policy.\nconst TEST_TIER = new nutanix.NetworkSecurityRule(\"TEST-TIER\", {\n    name: \"RULE-1-TIERS\",\n    description: \"rule 1 tiers\",\n    appRuleAction: \"APPLY\",\n    appRuleInboundAllowLists: [{\n        peerSpecificationType: \"FILTER\",\n        filterType: \"CATEGORIES_MATCH_ALL\",\n        filterKindLists: [\"vm\"],\n        filterParams: [{\n            name: test_category_key.id,\n            values: [WEB.id],\n        }],\n    }],\n    appRuleTargetGroupDefaultInternalPolicy: \"DENY_ALL\",\n    appRuleTargetGroupPeerSpecificationType: \"FILTER\",\n    appRuleTargetGroupFilterType: \"CATEGORIES_MATCH_ALL\",\n    appRuleTargetGroupFilterKindLists: [\"vm\"],\n    appRuleTargetGroupFilterParams: [\n        {\n            name: test_category_key.id,\n            values: [APP.id],\n        },\n        {\n            name: USER.id,\n            values: [group.id],\n        },\n        {\n            name: \"AppType\",\n            values: [\"Default\"],\n        },\n    ],\n    appRuleOutboundAllowLists: [{\n        peerSpecificationType: \"FILTER\",\n        filterType: \"CATEGORIES_MATCH_ALL\",\n        filterKindLists: [\"vm\"],\n        filterParams: [{\n            name: test_category_key.id,\n            values: [DB.id],\n        }],\n    }],\n}, {\n    dependsOn: [\n        vm_app,\n        vm_web,\n        vm_db,\n    ],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nclusters = nutanix.get_clusters()\ncluster_uuid = [cluster.metadata[\"uuid\"] for cluster in clusters.entities if cluster.service_list[0] != \"PRISM_CENTRAL\"][0]\n#Create categories.\ntest_category_key = nutanix.CategoryKey(\"test-category-key\",\n    name=\"TIER-1\",\n    description=\"TIER Category Key\")\nuser = nutanix.CategoryKey(\"USER\",\n    name=\"user\",\n    description=\"user Category Key\")\nweb = nutanix.CategoryValue(\"WEB\",\n    name=test_category_key.id,\n    description=\"WEB Category Value\",\n    value=\"WEB-1\")\napp = nutanix.CategoryValue(\"APP\",\n    name=test_category_key.id,\n    description=\"APP Category Value\",\n    value=\"APP-1\")\ndb = nutanix.CategoryValue(\"DB\",\n    name=test_category_key.id,\n    description=\"DB Category Value\",\n    value=\"DB-1\")\ngroup = nutanix.CategoryValue(\"group\",\n    name=user.id,\n    description=\"group Category Value\",\n    value=\"group-1\")\n#Create a cirros image\ncirros_034_disk = nutanix.Image(\"cirros-034-disk\",\n    name=\"test-image-vm-create-flow\",\n    source_uri=\"http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img\",\n    description=\"heres a tiny linux image, not an iso, but a real disk!\")\n#APP-1 VM.\nvm_app = nutanix.VirtualMachine(\"vm-app\",\n    name=\"test-dou-vm-flow-APP-1\",\n    cluster_uuid=cluster_uuid,\n    num_vcpus_per_socket=1,\n    num_sockets=1,\n    memory_size_mib=186,\n    nic_lists=[{\n        \"subnet_uuid\": \"c56b535c-8aff-4435-ae85-78e64a07f76d\",\n    }],\n    disk_lists=[{\n        \"data_source_reference\": {\n            \"kind\": \"image\",\n            \"uuid\": cirros_034_disk.id,\n        },\n        \"device_properties\": {\n            \"disk_address\": {\n                \"device_index\": \"0\",\n                \"adapter_type\": \"SCSI\",\n            },\n            \"device_type\": \"DISK\",\n        },\n    }],\n    categories=[\n        {\n            \"name\": \"Environment\",\n            \"value\": \"Staging\",\n        },\n        {\n            \"name\": \"TIER-1\",\n            \"value\": app.id,\n        },\n    ])\n#WEB-1 VM\nvm_web = nutanix.VirtualMachine(\"vm-web\",\n    name=\"test-dou-vm-flow-WEB-1\",\n    cluster_uuid=cluster_uuid,\n    num_vcpus_per_socket=1,\n    num_sockets=1,\n    memory_size_mib=186,\n    nic_lists=[{\n        \"subnet_uuid\": \"c56b535c-8aff-4435-ae85-78e64a07f76d\",\n    }],\n    disk_lists=[{\n        \"data_source_reference\": {\n            \"kind\": \"image\",\n            \"uuid\": cirros_034_disk.id,\n        },\n        \"device_properties\": {\n            \"disk_address\": {\n                \"device_index\": \"0\",\n                \"adapter_type\": \"SCSI\",\n            },\n            \"device_type\": \"DISK\",\n        },\n    }],\n    categories=[\n        {\n            \"name\": \"Environment\",\n            \"value\": \"Staging\",\n        },\n        {\n            \"name\": \"TIER-1\",\n            \"value\": web.id,\n        },\n    ])\n#DB-1 VM\nvm_db = nutanix.VirtualMachine(\"vm-db\",\n    name=\"test-dou-vm-flow-DB-1\",\n    cluster_uuid=cluster_uuid,\n    num_vcpus_per_socket=1,\n    num_sockets=1,\n    memory_size_mib=186,\n    nic_lists=[{\n        \"subnet_uuid\": \"c56b535c-8aff-4435-ae85-78e64a07f76d\",\n    }],\n    disk_lists=[{\n        \"data_source_reference\": {\n            \"kind\": \"image\",\n            \"uuid\": cirros_034_disk.id,\n        },\n        \"device_properties\": {\n            \"disk_address\": {\n                \"device_index\": \"0\",\n                \"adapter_type\": \"SCSI\",\n            },\n            \"device_type\": \"DISK\",\n        },\n    }],\n    categories=[\n        {\n            \"name\": \"Environment\",\n            \"value\": \"Staging\",\n        },\n        {\n            \"name\": \"TIER-1\",\n            \"value\": db.id,\n        },\n    ])\n#Create Application Network Policy.\ntes_t__tier = nutanix.NetworkSecurityRule(\"TEST-TIER\",\n    name=\"RULE-1-TIERS\",\n    description=\"rule 1 tiers\",\n    app_rule_action=\"APPLY\",\n    app_rule_inbound_allow_lists=[{\n        \"peer_specification_type\": \"FILTER\",\n        \"filter_type\": \"CATEGORIES_MATCH_ALL\",\n        \"filter_kind_lists\": [\"vm\"],\n        \"filter_params\": [{\n            \"name\": test_category_key.id,\n            \"values\": [web.id],\n        }],\n    }],\n    app_rule_target_group_default_internal_policy=\"DENY_ALL\",\n    app_rule_target_group_peer_specification_type=\"FILTER\",\n    app_rule_target_group_filter_type=\"CATEGORIES_MATCH_ALL\",\n    app_rule_target_group_filter_kind_lists=[\"vm\"],\n    app_rule_target_group_filter_params=[\n        {\n            \"name\": test_category_key.id,\n            \"values\": [app.id],\n        },\n        {\n            \"name\": user.id,\n            \"values\": [group.id],\n        },\n        {\n            \"name\": \"AppType\",\n            \"values\": [\"Default\"],\n        },\n    ],\n    app_rule_outbound_allow_lists=[{\n        \"peer_specification_type\": \"FILTER\",\n        \"filter_type\": \"CATEGORIES_MATCH_ALL\",\n        \"filter_kind_lists\": [\"vm\"],\n        \"filter_params\": [{\n            \"name\": test_category_key.id,\n            \"values\": [db.id],\n        }],\n    }],\n    opts = pulumi.ResourceOptions(depends_on=[\n            vm_app,\n            vm_web,\n            vm_db,\n        ]))\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\nusing Nutanix = Pulumi.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var clusters = Nutanix.GetClusters.Invoke();\n\n    var clusterUuid = .Where(cluster => cluster.ServiceList[0] != \"PRISM_CENTRAL\").Select(cluster => \n    {\n        return cluster.Metadata?.Uuid;\n    }).ToList()[0];\n\n    //Create categories.\n    var test_category_key = new Nutanix.CategoryKey(\"test-category-key\", new()\n    {\n        Name = \"TIER-1\",\n        Description = \"TIER Category Key\",\n    });\n\n    var USER = new Nutanix.CategoryKey(\"USER\", new()\n    {\n        Name = \"user\",\n        Description = \"user Category Key\",\n    });\n\n    var WEB = new Nutanix.CategoryValue(\"WEB\", new()\n    {\n        Name = test_category_key.Id,\n        Description = \"WEB Category Value\",\n        Value = \"WEB-1\",\n    });\n\n    var APP = new Nutanix.CategoryValue(\"APP\", new()\n    {\n        Name = test_category_key.Id,\n        Description = \"APP Category Value\",\n        Value = \"APP-1\",\n    });\n\n    var DB = new Nutanix.CategoryValue(\"DB\", new()\n    {\n        Name = test_category_key.Id,\n        Description = \"DB Category Value\",\n        Value = \"DB-1\",\n    });\n\n    var @group = new Nutanix.CategoryValue(\"group\", new()\n    {\n        Name = USER.Id,\n        Description = \"group Category Value\",\n        Value = \"group-1\",\n    });\n\n    //Create a cirros image\n    var cirros_034_disk = new Nutanix.Image(\"cirros-034-disk\", new()\n    {\n        Name = \"test-image-vm-create-flow\",\n        SourceUri = \"http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img\",\n        Description = \"heres a tiny linux image, not an iso, but a real disk!\",\n    });\n\n    //APP-1 VM.\n    var vm_app = new Nutanix.VirtualMachine(\"vm-app\", new()\n    {\n        Name = \"test-dou-vm-flow-APP-1\",\n        ClusterUuid = clusterUuid,\n        NumVcpusPerSocket = 1,\n        NumSockets = 1,\n        MemorySizeMib = 186,\n        NicLists = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineNicListArgs\n            {\n                SubnetUuid = \"c56b535c-8aff-4435-ae85-78e64a07f76d\",\n            },\n        },\n        DiskLists = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineDiskListArgs\n            {\n                DataSourceReference = \n                {\n                    { \"kind\", \"image\" },\n                    { \"uuid\", cirros_034_disk.Id },\n                },\n                DeviceProperties = new Nutanix.Inputs.VirtualMachineDiskListDevicePropertiesArgs\n                {\n                    DiskAddress = \n                    {\n                        { \"device_index\", \"0\" },\n                        { \"adapter_type\", \"SCSI\" },\n                    },\n                    DeviceType = \"DISK\",\n                },\n            },\n        },\n        Categories = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineCategoryArgs\n            {\n                Name = \"Environment\",\n                Value = \"Staging\",\n            },\n            new Nutanix.Inputs.VirtualMachineCategoryArgs\n            {\n                Name = \"TIER-1\",\n                Value = APP.Id,\n            },\n        },\n    });\n\n    //WEB-1 VM\n    var vm_web = new Nutanix.VirtualMachine(\"vm-web\", new()\n    {\n        Name = \"test-dou-vm-flow-WEB-1\",\n        ClusterUuid = clusterUuid,\n        NumVcpusPerSocket = 1,\n        NumSockets = 1,\n        MemorySizeMib = 186,\n        NicLists = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineNicListArgs\n            {\n                SubnetUuid = \"c56b535c-8aff-4435-ae85-78e64a07f76d\",\n            },\n        },\n        DiskLists = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineDiskListArgs\n            {\n                DataSourceReference = \n                {\n                    { \"kind\", \"image\" },\n                    { \"uuid\", cirros_034_disk.Id },\n                },\n                DeviceProperties = new Nutanix.Inputs.VirtualMachineDiskListDevicePropertiesArgs\n                {\n                    DiskAddress = \n                    {\n                        { \"device_index\", \"0\" },\n                        { \"adapter_type\", \"SCSI\" },\n                    },\n                    DeviceType = \"DISK\",\n                },\n            },\n        },\n        Categories = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineCategoryArgs\n            {\n                Name = \"Environment\",\n                Value = \"Staging\",\n            },\n            new Nutanix.Inputs.VirtualMachineCategoryArgs\n            {\n                Name = \"TIER-1\",\n                Value = WEB.Id,\n            },\n        },\n    });\n\n    //DB-1 VM\n    var vm_db = new Nutanix.VirtualMachine(\"vm-db\", new()\n    {\n        Name = \"test-dou-vm-flow-DB-1\",\n        ClusterUuid = clusterUuid,\n        NumVcpusPerSocket = 1,\n        NumSockets = 1,\n        MemorySizeMib = 186,\n        NicLists = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineNicListArgs\n            {\n                SubnetUuid = \"c56b535c-8aff-4435-ae85-78e64a07f76d\",\n            },\n        },\n        DiskLists = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineDiskListArgs\n            {\n                DataSourceReference = \n                {\n                    { \"kind\", \"image\" },\n                    { \"uuid\", cirros_034_disk.Id },\n                },\n                DeviceProperties = new Nutanix.Inputs.VirtualMachineDiskListDevicePropertiesArgs\n                {\n                    DiskAddress = \n                    {\n                        { \"device_index\", \"0\" },\n                        { \"adapter_type\", \"SCSI\" },\n                    },\n                    DeviceType = \"DISK\",\n                },\n            },\n        },\n        Categories = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineCategoryArgs\n            {\n                Name = \"Environment\",\n                Value = \"Staging\",\n            },\n            new Nutanix.Inputs.VirtualMachineCategoryArgs\n            {\n                Name = \"TIER-1\",\n                Value = DB.Id,\n            },\n        },\n    });\n\n    //Create Application Network Policy.\n    var TEST_TIER = new Nutanix.NetworkSecurityRule(\"TEST-TIER\", new()\n    {\n        Name = \"RULE-1-TIERS\",\n        Description = \"rule 1 tiers\",\n        AppRuleAction = \"APPLY\",\n        AppRuleInboundAllowLists = new[]\n        {\n            new Nutanix.Inputs.NetworkSecurityRuleAppRuleInboundAllowListArgs\n            {\n                PeerSpecificationType = \"FILTER\",\n                FilterType = \"CATEGORIES_MATCH_ALL\",\n                FilterKindLists = new[]\n                {\n                    \"vm\",\n                },\n                FilterParams = new[]\n                {\n                    new Nutanix.Inputs.NetworkSecurityRuleAppRuleInboundAllowListFilterParamArgs\n                    {\n                        Name = test_category_key.Id,\n                        Values = new[]\n                        {\n                            WEB.Id,\n                        },\n                    },\n                },\n            },\n        },\n        AppRuleTargetGroupDefaultInternalPolicy = \"DENY_ALL\",\n        AppRuleTargetGroupPeerSpecificationType = \"FILTER\",\n        AppRuleTargetGroupFilterType = \"CATEGORIES_MATCH_ALL\",\n        AppRuleTargetGroupFilterKindLists = new[]\n        {\n            \"vm\",\n        },\n        AppRuleTargetGroupFilterParams = new[]\n        {\n            new Nutanix.Inputs.NetworkSecurityRuleAppRuleTargetGroupFilterParamArgs\n            {\n                Name = test_category_key.Id,\n                Values = new[]\n                {\n                    APP.Id,\n                },\n            },\n            new Nutanix.Inputs.NetworkSecurityRuleAppRuleTargetGroupFilterParamArgs\n            {\n                Name = USER.Id,\n                Values = new[]\n                {\n                    @group.Id,\n                },\n            },\n            new Nutanix.Inputs.NetworkSecurityRuleAppRuleTargetGroupFilterParamArgs\n            {\n                Name = \"AppType\",\n                Values = new[]\n                {\n                    \"Default\",\n                },\n            },\n        },\n        AppRuleOutboundAllowLists = new[]\n        {\n            new Nutanix.Inputs.NetworkSecurityRuleAppRuleOutboundAllowListArgs\n            {\n                PeerSpecificationType = \"FILTER\",\n                FilterType = \"CATEGORIES_MATCH_ALL\",\n                FilterKindLists = new[]\n                {\n                    \"vm\",\n                },\n                FilterParams = new[]\n                {\n                    new Nutanix.Inputs.NetworkSecurityRuleAppRuleOutboundAllowListFilterParamArgs\n                    {\n                        Name = test_category_key.Id,\n                        Values = new[]\n                        {\n                            DB.Id,\n                        },\n                    },\n                },\n            },\n        },\n    }, new CustomResourceOptions\n    {\n        DependsOn =\n        {\n            vm_app,\n            vm_web,\n            vm_db,\n        },\n    });\n\n});\n```\n<!--End PulumiCodeChooser -->\n\n### Usage with service and address groups\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst service1 = new nutanix.ServiceGroup(\"service1\", {\n    name: \"srv-1\",\n    description: \"test\",\n    serviceLists: [{\n        protocol: \"TCP\",\n        tcpPortRangeLists: [\n            {\n                startPort: 22,\n                endPort: 22,\n            },\n            {\n                startPort: 2222,\n                endPort: 2222,\n            },\n        ],\n    }],\n});\nconst address1 = new nutanix.AddressGroup(\"address1\", {\n    name: \"addr-1\",\n    description: \"test\",\n    ipAddressBlockLists: [{\n        ip: \"10.0.0.0\",\n        prefixLength: 24,\n    }],\n});\nconst ad_group_user_1 = new nutanix.CategoryValue(\"ad-group-user-1\", {\n    name: \"AD\",\n    description: \"group user category value\",\n    value: \"AD\",\n});\nconst VDI = new nutanix.NetworkSecurityRule(\"VDI\", {\n    name: \"nsr-1\",\n    adRuleAction: \"APPLY\",\n    description: \"test\",\n    adRuleInboundAllowLists: [{\n        ipSubnet: \"10.0.0.0\",\n        ipSubnetPrefixLength: \"8\",\n        peerSpecificationType: \"IP_SUBNET\",\n        protocol: \"ALL\",\n    }],\n    adRuleTargetGroupDefaultInternalPolicy: \"DENY_ALL\",\n    adRuleTargetGroupFilterKindLists: [\"vm\"],\n    adRuleTargetGroupFilterParams: [{\n        name: \"AD\",\n        values: [\"AD\"],\n    }],\n    adRuleTargetGroupFilterType: \"CATEGORIES_MATCH_ALL\",\n    adRuleTargetGroupPeerSpecificationType: \"FILTER\",\n    adRuleOutboundAllowLists: [{\n        peerSpecificationType: \"ALL\",\n        serviceGroupLists: [{\n            kind: \"service_group\",\n            uuid: service1.id,\n        }],\n        addressGroupInclusionLists: [{\n            kind: \"address_group\",\n            uuid: address1.id,\n        }],\n    }],\n}, {\n    dependsOn: [ad_group_user_1],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nservice1 = nutanix.ServiceGroup(\"service1\",\n    name=\"srv-1\",\n    description=\"test\",\n    service_lists=[{\n        \"protocol\": \"TCP\",\n        \"tcp_port_range_lists\": [\n            {\n                \"start_port\": 22,\n                \"end_port\": 22,\n            },\n            {\n                \"start_port\": 2222,\n                \"end_port\": 2222,\n            },\n        ],\n    }])\naddress1 = nutanix.AddressGroup(\"address1\",\n    name=\"addr-1\",\n    description=\"test\",\n    ip_address_block_lists=[{\n        \"ip\": \"10.0.0.0\",\n        \"prefix_length\": 24,\n    }])\nad_group_user_1 = nutanix.CategoryValue(\"ad-group-user-1\",\n    name=\"AD\",\n    description=\"group user category value\",\n    value=\"AD\")\nvdi = nutanix.NetworkSecurityRule(\"VDI\",\n    name=\"nsr-1\",\n    ad_rule_action=\"APPLY\",\n    description=\"test\",\n    ad_rule_inbound_allow_lists=[{\n        \"ip_subnet\": \"10.0.0.0\",\n        \"ip_subnet_prefix_length\": \"8\",\n        \"peer_specification_type\": \"IP_SUBNET\",\n        \"protocol\": \"ALL\",\n    }],\n    ad_rule_target_group_default_internal_policy=\"DENY_ALL\",\n    ad_rule_target_group_filter_kind_lists=[\"vm\"],\n    ad_rule_target_group_filter_params=[{\n        \"name\": \"AD\",\n        \"values\": [\"AD\"],\n    }],\n    ad_rule_target_group_filter_type=\"CATEGORIES_MATCH_ALL\",\n    ad_rule_target_group_peer_specification_type=\"FILTER\",\n    ad_rule_outbound_allow_lists=[{\n        \"peer_specification_type\": \"ALL\",\n        \"service_group_lists\": [{\n            \"kind\": \"service_group\",\n            \"uuid\": service1.id,\n        }],\n        \"address_group_inclusion_lists\": [{\n            \"kind\": \"address_group\",\n            \"uuid\": address1.id,\n        }],\n    }],\n    opts = pulumi.ResourceOptions(depends_on=[ad_group_user_1]))\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var service1 = new Nutanix.ServiceGroup(\"service1\", new()\n    {\n        Name = \"srv-1\",\n        Description = \"test\",\n        ServiceLists = new[]\n        {\n            new Nutanix.Inputs.ServiceGroupServiceListArgs\n            {\n                Protocol = \"TCP\",\n                TcpPortRangeLists = new[]\n                {\n                    new Nutanix.Inputs.ServiceGroupServiceListTcpPortRangeListArgs\n                    {\n                        StartPort = 22,\n                        EndPort = 22,\n                    },\n                    new Nutanix.Inputs.ServiceGroupServiceListTcpPortRangeListArgs\n                    {\n                        StartPort = 2222,\n                        EndPort = 2222,\n                    },\n                },\n            },\n        },\n    });\n\n    var address1 = new Nutanix.AddressGroup(\"address1\", new()\n    {\n        Name = \"addr-1\",\n        Description = \"test\",\n        IpAddressBlockLists = new[]\n        {\n            new Nutanix.Inputs.AddressGroupIpAddressBlockListArgs\n            {\n                Ip = \"10.0.0.0\",\n                PrefixLength = 24,\n            },\n        },\n    });\n\n    var ad_group_user_1 = new Nutanix.CategoryValue(\"ad-group-user-1\", new()\n    {\n        Name = \"AD\",\n        Description = \"group user category value\",\n        Value = \"AD\",\n    });\n\n    var VDI = new Nutanix.NetworkSecurityRule(\"VDI\", new()\n    {\n        Name = \"nsr-1\",\n        AdRuleAction = \"APPLY\",\n        Description = \"test\",\n        AdRuleInboundAllowLists = new[]\n        {\n            new Nutanix.Inputs.NetworkSecurityRuleAdRuleInboundAllowListArgs\n            {\n                IpSubnet = \"10.0.0.0\",\n                IpSubnetPrefixLength = \"8\",\n                PeerSpecificationType = \"IP_SUBNET\",\n                Protocol = \"ALL\",\n            },\n        },\n        AdRuleTargetGroupDefaultInternalPolicy = \"DENY_ALL\",\n        AdRuleTargetGroupFilterKindLists = new[]\n        {\n            \"vm\",\n        },\n        AdRuleTargetGroupFilterParams = new[]\n        {\n            new Nutanix.Inputs.NetworkSecurityRuleAdRuleTargetGroupFilterParamArgs\n            {\n                Name = \"AD\",\n                Values = new[]\n                {\n                    \"AD\",\n                },\n            },\n        },\n        AdRuleTargetGroupFilterType = \"CATEGORIES_MATCH_ALL\",\n        AdRuleTargetGroupPeerSpecificationType = \"FILTER\",\n        AdRuleOutboundAllowLists = new[]\n        {\n            new Nutanix.Inputs.NetworkSecurityRuleAdRuleOutboundAllowListArgs\n            {\n                PeerSpecificationType = \"ALL\",\n                ServiceGroupLists = new[]\n                {\n                    new Nutanix.Inputs.NetworkSecurityRuleAdRuleOutboundAllowListServiceGroupListArgs\n                    {\n                        Kind = \"service_group\",\n                        Uuid = service1.Id,\n                    },\n                },\n                AddressGroupInclusionLists = new[]\n                {\n                    new Nutanix.Inputs.NetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionListArgs\n                    {\n                        Kind = \"address_group\",\n                        Uuid = address1.Id,\n                    },\n                },\n            },\n        },\n    }, new CustomResourceOptions\n    {\n        DependsOn =\n        {\n            ad_group_user_1,\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\tservice1, err := nutanix.NewServiceGroup(ctx, \"service1\", &nutanix.ServiceGroupArgs{\n\t\t\tName:        pulumi.String(\"srv-1\"),\n\t\t\tDescription: pulumi.String(\"test\"),\n\t\t\tServiceLists: nutanix.ServiceGroupServiceListArray{\n\t\t\t\t&nutanix.ServiceGroupServiceListArgs{\n\t\t\t\t\tProtocol: pulumi.String(\"TCP\"),\n\t\t\t\t\tTcpPortRangeLists: nutanix.ServiceGroupServiceListTcpPortRangeListArray{\n\t\t\t\t\t\t&nutanix.ServiceGroupServiceListTcpPortRangeListArgs{\n\t\t\t\t\t\t\tStartPort: pulumi.Int(22),\n\t\t\t\t\t\t\tEndPort:   pulumi.Int(22),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.ServiceGroupServiceListTcpPortRangeListArgs{\n\t\t\t\t\t\t\tStartPort: pulumi.Int(2222),\n\t\t\t\t\t\t\tEndPort:   pulumi.Int(2222),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\taddress1, err := nutanix.NewAddressGroup(ctx, \"address1\", &nutanix.AddressGroupArgs{\n\t\t\tName:        pulumi.String(\"addr-1\"),\n\t\t\tDescription: pulumi.String(\"test\"),\n\t\t\tIpAddressBlockLists: nutanix.AddressGroupIpAddressBlockListArray{\n\t\t\t\t&nutanix.AddressGroupIpAddressBlockListArgs{\n\t\t\t\t\tIp:           pulumi.String(\"10.0.0.0\"),\n\t\t\t\t\tPrefixLength: pulumi.Int(24),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\tad_group_user_1, err := nutanix.NewCategoryValue(ctx, \"ad-group-user-1\", &nutanix.CategoryValueArgs{\n\t\t\tName:        pulumi.String(\"AD\"),\n\t\t\tDescription: pulumi.String(\"group user category value\"),\n\t\t\tValue:       pulumi.String(\"AD\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewNetworkSecurityRule(ctx, \"VDI\", &nutanix.NetworkSecurityRuleArgs{\n\t\t\tName:         pulumi.String(\"nsr-1\"),\n\t\t\tAdRuleAction: pulumi.String(\"APPLY\"),\n\t\t\tDescription:  pulumi.String(\"test\"),\n\t\t\tAdRuleInboundAllowLists: nutanix.NetworkSecurityRuleAdRuleInboundAllowListArray{\n\t\t\t\t&nutanix.NetworkSecurityRuleAdRuleInboundAllowListArgs{\n\t\t\t\t\tIpSubnet:              pulumi.String(\"10.0.0.0\"),\n\t\t\t\t\tIpSubnetPrefixLength:  pulumi.String(\"8\"),\n\t\t\t\t\tPeerSpecificationType: pulumi.String(\"IP_SUBNET\"),\n\t\t\t\t\tProtocol:              pulumi.String(\"ALL\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tAdRuleTargetGroupDefaultInternalPolicy: pulumi.String(\"DENY_ALL\"),\n\t\t\tAdRuleTargetGroupFilterKindLists: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"vm\"),\n\t\t\t},\n\t\t\tAdRuleTargetGroupFilterParams: nutanix.NetworkSecurityRuleAdRuleTargetGroupFilterParamArray{\n\t\t\t\t&nutanix.NetworkSecurityRuleAdRuleTargetGroupFilterParamArgs{\n\t\t\t\t\tName: pulumi.String(\"AD\"),\n\t\t\t\t\tValues: pulumi.StringArray{\n\t\t\t\t\t\tpulumi.String(\"AD\"),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tAdRuleTargetGroupFilterType:            pulumi.String(\"CATEGORIES_MATCH_ALL\"),\n\t\t\tAdRuleTargetGroupPeerSpecificationType: pulumi.String(\"FILTER\"),\n\t\t\tAdRuleOutboundAllowLists: nutanix.NetworkSecurityRuleAdRuleOutboundAllowListArray{\n\t\t\t\t&nutanix.NetworkSecurityRuleAdRuleOutboundAllowListArgs{\n\t\t\t\t\tPeerSpecificationType: pulumi.String(\"ALL\"),\n\t\t\t\t\tServiceGroupLists: nutanix.NetworkSecurityRuleAdRuleOutboundAllowListServiceGroupListArray{\n\t\t\t\t\t\t&nutanix.NetworkSecurityRuleAdRuleOutboundAllowListServiceGroupListArgs{\n\t\t\t\t\t\t\tKind: pulumi.String(\"service_group\"),\n\t\t\t\t\t\t\tUuid: service1.ID(),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tAddressGroupInclusionLists: nutanix.NetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionListArray{\n\t\t\t\t\t\t&nutanix.NetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionListArgs{\n\t\t\t\t\t\t\tKind: pulumi.String(\"address_group\"),\n\t\t\t\t\t\t\tUuid: address1.ID(),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t}, pulumi.DependsOn([]pulumi.Resource{\n\t\t\tad_group_user_1,\n\t\t}))\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ServiceGroup;\nimport com.pulumi.nutanix.ServiceGroupArgs;\nimport com.pulumi.nutanix.inputs.ServiceGroupServiceListArgs;\nimport com.pulumi.nutanix.AddressGroup;\nimport com.pulumi.nutanix.AddressGroupArgs;\nimport com.pulumi.nutanix.inputs.AddressGroupIpAddressBlockListArgs;\nimport com.pulumi.nutanix.CategoryValue;\nimport com.pulumi.nutanix.CategoryValueArgs;\nimport com.pulumi.nutanix.NetworkSecurityRule;\nimport com.pulumi.nutanix.NetworkSecurityRuleArgs;\nimport com.pulumi.nutanix.inputs.NetworkSecurityRuleAdRuleInboundAllowListArgs;\nimport com.pulumi.nutanix.inputs.NetworkSecurityRuleAdRuleTargetGroupFilterParamArgs;\nimport com.pulumi.nutanix.inputs.NetworkSecurityRuleAdRuleOutboundAllowListArgs;\nimport com.pulumi.resources.CustomResourceOptions;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var service1 = new ServiceGroup(\"service1\", ServiceGroupArgs.builder()\n            .name(\"srv-1\")\n            .description(\"test\")\n            .serviceLists(ServiceGroupServiceListArgs.builder()\n                .protocol(\"TCP\")\n                .tcpPortRangeLists(                \n                    ServiceGroupServiceListTcpPortRangeListArgs.builder()\n                        .startPort(22)\n                        .endPort(22)\n                        .build(),\n                    ServiceGroupServiceListTcpPortRangeListArgs.builder()\n                        .startPort(2222)\n                        .endPort(2222)\n                        .build())\n                .build())\n            .build());\n\n        var address1 = new AddressGroup(\"address1\", AddressGroupArgs.builder()\n            .name(\"addr-1\")\n            .description(\"test\")\n            .ipAddressBlockLists(AddressGroupIpAddressBlockListArgs.builder()\n                .ip(\"10.0.0.0\")\n                .prefixLength(24)\n                .build())\n            .build());\n\n        var ad_group_user_1 = new CategoryValue(\"ad-group-user-1\", CategoryValueArgs.builder()\n            .name(\"AD\")\n            .description(\"group user category value\")\n            .value(\"AD\")\n            .build());\n\n        var vDI = new NetworkSecurityRule(\"VDI\", NetworkSecurityRuleArgs.builder()\n            .name(\"nsr-1\")\n            .adRuleAction(\"APPLY\")\n            .description(\"test\")\n            .adRuleInboundAllowLists(NetworkSecurityRuleAdRuleInboundAllowListArgs.builder()\n                .ipSubnet(\"10.0.0.0\")\n                .ipSubnetPrefixLength(\"8\")\n                .peerSpecificationType(\"IP_SUBNET\")\n                .protocol(\"ALL\")\n                .build())\n            .adRuleTargetGroupDefaultInternalPolicy(\"DENY_ALL\")\n            .adRuleTargetGroupFilterKindLists(\"vm\")\n            .adRuleTargetGroupFilterParams(NetworkSecurityRuleAdRuleTargetGroupFilterParamArgs.builder()\n                .name(\"AD\")\n                .values(\"AD\")\n                .build())\n            .adRuleTargetGroupFilterType(\"CATEGORIES_MATCH_ALL\")\n            .adRuleTargetGroupPeerSpecificationType(\"FILTER\")\n            .adRuleOutboundAllowLists(NetworkSecurityRuleAdRuleOutboundAllowListArgs.builder()\n                .peerSpecificationType(\"ALL\")\n                .serviceGroupLists(NetworkSecurityRuleAdRuleOutboundAllowListServiceGroupListArgs.builder()\n                    .kind(\"service_group\")\n                    .uuid(service1.id())\n                    .build())\n                .addressGroupInclusionLists(NetworkSecurityRuleAdRuleOutboundAllowListAddressGroupInclusionListArgs.builder()\n                    .kind(\"address_group\")\n                    .uuid(address1.id())\n                    .build())\n                .build())\n            .build(), CustomResourceOptions.builder()\n                .dependsOn(ad_group_user_1)\n                .build());\n\n    }\n}\n```\n```yaml\nresources:\n  service1:\n    type: nutanix:ServiceGroup\n    properties:\n      name: srv-1\n      description: test\n      serviceLists:\n        - protocol: TCP\n          tcpPortRangeLists:\n            - startPort: 22\n              endPort: 22\n            - startPort: 2222\n              endPort: 2222\n  address1:\n    type: nutanix:AddressGroup\n    properties:\n      name: addr-1\n      description: test\n      ipAddressBlockLists:\n        - ip: 10.0.0.0\n          prefixLength: 24\n  ad-group-user-1:\n    type: nutanix:CategoryValue\n    properties:\n      name: AD\n      description: group user category value\n      value: AD\n  VDI:\n    type: nutanix:NetworkSecurityRule\n    properties:\n      name: nsr-1\n      adRuleAction: APPLY\n      description: test\n      adRuleInboundAllowLists:\n        - ipSubnet: 10.0.0.0\n          ipSubnetPrefixLength: '8'\n          peerSpecificationType: IP_SUBNET\n          protocol: ALL\n      adRuleTargetGroupDefaultInternalPolicy: DENY_ALL\n      adRuleTargetGroupFilterKindLists:\n        - vm\n      adRuleTargetGroupFilterParams:\n        - name: AD\n          values:\n            - AD\n      adRuleTargetGroupFilterType: CATEGORIES_MATCH_ALL\n      adRuleTargetGroupPeerSpecificationType: FILTER\n      adRuleOutboundAllowLists:\n        - peerSpecificationType: ALL\n          serviceGroupLists:\n            - kind: service_group\n              uuid: ${service1.id}\n          addressGroupInclusionLists:\n            - kind: address_group\n              uuid: ${address1.id}\n    options:\n      dependsOn:\n        - ${[\"ad-group-user-1\"]}\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "adRuleAction": {
          "type": "string",
          "description": "- (Optional) - These rules govern what flows are allowed. Target group is a required attribute. Empty<span pulumi-lang-nodejs=\" inboundAllowList \" pulumi-lang-dotnet=\" InboundAllowList \" pulumi-lang-go=\" inboundAllowList \" pulumi-lang-python=\" inbound_allow_list \" pulumi-lang-yaml=\" inboundAllowList \" pulumi-lang-java=\" inboundAllowList \"> inbound_allow_list </span>will not anything into target group. Empty<span pulumi-lang-nodejs=\" outboundAllowList \" pulumi-lang-dotnet=\" OutboundAllowList \" pulumi-lang-go=\" outboundAllowList \" pulumi-lang-python=\" outbound_allow_list \" pulumi-lang-yaml=\" outboundAllowList \" pulumi-lang-java=\" outboundAllowList \"> outbound_allow_list </span>will allow everything from target group.\n"
        },
        "adRuleInboundAllowLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleInboundAllowList:NetworkSecurityRuleAdRuleInboundAllowList"
          },
          "description": "- (Optional) The set of categories that matching VMs need to have.\n"
        },
        "adRuleOutboundAllowLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleOutboundAllowList:NetworkSecurityRuleAdRuleOutboundAllowList"
          },
          "description": "- (Optional)\n"
        },
        "adRuleTargetGroupDefaultInternalPolicy": {
          "type": "string",
          "description": "- (Optional) - Default policy for communication within target group.\n"
        },
        "adRuleTargetGroupFilterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) - List of kinds associated with this filter.\n"
        },
        "adRuleTargetGroupFilterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleTargetGroupFilterParam:NetworkSecurityRuleAdRuleTargetGroupFilterParam"
          },
          "description": "- (Optional) - A list of category key and list of values.\n"
        },
        "adRuleTargetGroupFilterType": {
          "type": "string",
          "description": "- (Optional) - The type of the filter being used.\n"
        },
        "adRuleTargetGroupPeerSpecificationType": {
          "type": "string",
          "description": "- (Optional) - Way to identify the object for which rule is applied.\n"
        },
        "allowIpv6Traffic": {
          "type": "boolean"
        },
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "appRuleAction": {
          "type": "string",
          "description": "- (Optional) - These rules govern what flows are allowed. Target group is a required attribute. Empty<span pulumi-lang-nodejs=\" inboundAllowList \" pulumi-lang-dotnet=\" InboundAllowList \" pulumi-lang-go=\" inboundAllowList \" pulumi-lang-python=\" inbound_allow_list \" pulumi-lang-yaml=\" inboundAllowList \" pulumi-lang-java=\" inboundAllowList \"> inbound_allow_list </span>will not anything into target group. Empty<span pulumi-lang-nodejs=\" outboundAllowList \" pulumi-lang-dotnet=\" OutboundAllowList \" pulumi-lang-go=\" outboundAllowList \" pulumi-lang-python=\" outbound_allow_list \" pulumi-lang-yaml=\" outboundAllowList \" pulumi-lang-java=\" outboundAllowList \"> outbound_allow_list </span>will allow everything from target group.\n"
        },
        "appRuleInboundAllowLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleInboundAllowList:NetworkSecurityRuleAppRuleInboundAllowList"
          },
          "description": "- (Optional) The set of categories that matching VMs need to have.\n"
        },
        "appRuleOutboundAllowLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleOutboundAllowList:NetworkSecurityRuleAppRuleOutboundAllowList"
          },
          "description": "- (Optional)\n"
        },
        "appRuleTargetGroupDefaultInternalPolicy": {
          "type": "string",
          "description": "- (Optional) - Default policy for communication within target group.\n"
        },
        "appRuleTargetGroupFilterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) - List of kinds associated with this filter.\n"
        },
        "appRuleTargetGroupFilterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleTargetGroupFilterParam:NetworkSecurityRuleAppRuleTargetGroupFilterParam"
          },
          "description": "- (Optional) - A list of category key and list of values.\n"
        },
        "appRuleTargetGroupFilterType": {
          "type": "string",
          "description": "- (Optional) - The type of the filter being used.\n"
        },
        "appRuleTargetGroupPeerSpecificationType": {
          "type": "string",
          "description": "- (Optional) - Way to identify the object for which rule is applied.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleCategory:NetworkSecurityRuleCategory"
          },
          "description": "- (Optional) Categories for the network_security_rule.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) A description for network_security_rule.\n"
        },
        "isPolicyHitlogEnabled": {
          "type": "boolean"
        },
        "isolationRuleAction": {
          "type": "string",
          "description": "- (Optional) - These rules are used for environmental isolation.\n"
        },
        "isolationRuleFirstEntityFilterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) - List of kinds associated with this filter.\n"
        },
        "isolationRuleFirstEntityFilterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleIsolationRuleFirstEntityFilterParam:NetworkSecurityRuleIsolationRuleFirstEntityFilterParam"
          },
          "description": "- (Optional) - A list of category key and list of values.\n"
        },
        "isolationRuleFirstEntityFilterType": {
          "type": "string",
          "description": "- (Optional) - The type of the filter being used.\n"
        },
        "isolationRuleSecondEntityFilterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) - List of kinds associated with this filter.\n"
        },
        "isolationRuleSecondEntityFilterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleIsolationRuleSecondEntityFilterParam:NetworkSecurityRuleIsolationRuleSecondEntityFilterParam"
          },
          "description": "- (Optional) - A list of category key and list of values.\n"
        },
        "isolationRuleSecondEntityFilterType": {
          "type": "string",
          "description": "- (Optional) - The type of the filter being used.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The<span pulumi-lang-nodejs=\" networkSecurityRule \" pulumi-lang-dotnet=\" NetworkSecurityRule \" pulumi-lang-go=\" networkSecurityRule \" pulumi-lang-python=\" network_security_rule \" pulumi-lang-yaml=\" networkSecurityRule \" pulumi-lang-java=\" networkSecurityRule \"> network_security_rule </span>kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        }
      },
      "type": "object",
      "required": [
        "adRuleAction",
        "adRuleInboundAllowLists",
        "adRuleOutboundAllowLists",
        "adRuleTargetGroupFilterKindLists",
        "adRuleTargetGroupFilterParams",
        "adRuleTargetGroupFilterType",
        "allowIpv6Traffic",
        "apiVersion",
        "appRuleAction",
        "appRuleInboundAllowLists",
        "appRuleOutboundAllowLists",
        "appRuleTargetGroupFilterKindLists",
        "appRuleTargetGroupFilterParams",
        "appRuleTargetGroupFilterType",
        "categories",
        "description",
        "isPolicyHitlogEnabled",
        "isolationRuleAction",
        "isolationRuleFirstEntityFilterKindLists",
        "isolationRuleFirstEntityFilterParams",
        "isolationRuleFirstEntityFilterType",
        "isolationRuleSecondEntityFilterKindLists",
        "isolationRuleSecondEntityFilterParams",
        "isolationRuleSecondEntityFilterType",
        "metadata",
        "name",
        "ownerReference",
        "projectReference"
      ],
      "inputProperties": {
        "adRuleAction": {
          "type": "string",
          "description": "- (Optional) - These rules govern what flows are allowed. Target group is a required attribute. Empty<span pulumi-lang-nodejs=\" inboundAllowList \" pulumi-lang-dotnet=\" InboundAllowList \" pulumi-lang-go=\" inboundAllowList \" pulumi-lang-python=\" inbound_allow_list \" pulumi-lang-yaml=\" inboundAllowList \" pulumi-lang-java=\" inboundAllowList \"> inbound_allow_list </span>will not anything into target group. Empty<span pulumi-lang-nodejs=\" outboundAllowList \" pulumi-lang-dotnet=\" OutboundAllowList \" pulumi-lang-go=\" outboundAllowList \" pulumi-lang-python=\" outbound_allow_list \" pulumi-lang-yaml=\" outboundAllowList \" pulumi-lang-java=\" outboundAllowList \"> outbound_allow_list </span>will allow everything from target group.\n"
        },
        "adRuleInboundAllowLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleInboundAllowList:NetworkSecurityRuleAdRuleInboundAllowList"
          },
          "description": "- (Optional) The set of categories that matching VMs need to have.\n"
        },
        "adRuleOutboundAllowLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleOutboundAllowList:NetworkSecurityRuleAdRuleOutboundAllowList"
          },
          "description": "- (Optional)\n"
        },
        "adRuleTargetGroupDefaultInternalPolicy": {
          "type": "string",
          "description": "- (Optional) - Default policy for communication within target group.\n"
        },
        "adRuleTargetGroupFilterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) - List of kinds associated with this filter.\n"
        },
        "adRuleTargetGroupFilterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleTargetGroupFilterParam:NetworkSecurityRuleAdRuleTargetGroupFilterParam"
          },
          "description": "- (Optional) - A list of category key and list of values.\n"
        },
        "adRuleTargetGroupFilterType": {
          "type": "string",
          "description": "- (Optional) - The type of the filter being used.\n"
        },
        "adRuleTargetGroupPeerSpecificationType": {
          "type": "string",
          "description": "- (Optional) - Way to identify the object for which rule is applied.\n"
        },
        "allowIpv6Traffic": {
          "type": "boolean"
        },
        "appRuleAction": {
          "type": "string",
          "description": "- (Optional) - These rules govern what flows are allowed. Target group is a required attribute. Empty<span pulumi-lang-nodejs=\" inboundAllowList \" pulumi-lang-dotnet=\" InboundAllowList \" pulumi-lang-go=\" inboundAllowList \" pulumi-lang-python=\" inbound_allow_list \" pulumi-lang-yaml=\" inboundAllowList \" pulumi-lang-java=\" inboundAllowList \"> inbound_allow_list </span>will not anything into target group. Empty<span pulumi-lang-nodejs=\" outboundAllowList \" pulumi-lang-dotnet=\" OutboundAllowList \" pulumi-lang-go=\" outboundAllowList \" pulumi-lang-python=\" outbound_allow_list \" pulumi-lang-yaml=\" outboundAllowList \" pulumi-lang-java=\" outboundAllowList \"> outbound_allow_list </span>will allow everything from target group.\n"
        },
        "appRuleInboundAllowLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleInboundAllowList:NetworkSecurityRuleAppRuleInboundAllowList"
          },
          "description": "- (Optional) The set of categories that matching VMs need to have.\n"
        },
        "appRuleOutboundAllowLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleOutboundAllowList:NetworkSecurityRuleAppRuleOutboundAllowList"
          },
          "description": "- (Optional)\n"
        },
        "appRuleTargetGroupDefaultInternalPolicy": {
          "type": "string",
          "description": "- (Optional) - Default policy for communication within target group.\n"
        },
        "appRuleTargetGroupFilterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) - List of kinds associated with this filter.\n"
        },
        "appRuleTargetGroupFilterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleTargetGroupFilterParam:NetworkSecurityRuleAppRuleTargetGroupFilterParam"
          },
          "description": "- (Optional) - A list of category key and list of values.\n"
        },
        "appRuleTargetGroupFilterType": {
          "type": "string",
          "description": "- (Optional) - The type of the filter being used.\n"
        },
        "appRuleTargetGroupPeerSpecificationType": {
          "type": "string",
          "description": "- (Optional) - Way to identify the object for which rule is applied.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleCategory:NetworkSecurityRuleCategory"
          },
          "description": "- (Optional) Categories for the network_security_rule.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) A description for network_security_rule.\n"
        },
        "isPolicyHitlogEnabled": {
          "type": "boolean"
        },
        "isolationRuleAction": {
          "type": "string",
          "description": "- (Optional) - These rules are used for environmental isolation.\n"
        },
        "isolationRuleFirstEntityFilterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) - List of kinds associated with this filter.\n"
        },
        "isolationRuleFirstEntityFilterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleIsolationRuleFirstEntityFilterParam:NetworkSecurityRuleIsolationRuleFirstEntityFilterParam"
          },
          "description": "- (Optional) - A list of category key and list of values.\n"
        },
        "isolationRuleFirstEntityFilterType": {
          "type": "string",
          "description": "- (Optional) - The type of the filter being used.\n"
        },
        "isolationRuleSecondEntityFilterKindLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) - List of kinds associated with this filter.\n"
        },
        "isolationRuleSecondEntityFilterParams": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleIsolationRuleSecondEntityFilterParam:NetworkSecurityRuleIsolationRuleSecondEntityFilterParam"
          },
          "description": "- (Optional) - A list of category key and list of values.\n"
        },
        "isolationRuleSecondEntityFilterType": {
          "type": "string",
          "description": "- (Optional) - The type of the filter being used.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the network_security_rule.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NetworkSecurityRule resources.\n",
        "properties": {
          "adRuleAction": {
            "type": "string",
            "description": "- (Optional) - These rules govern what flows are allowed. Target group is a required attribute. Empty<span pulumi-lang-nodejs=\" inboundAllowList \" pulumi-lang-dotnet=\" InboundAllowList \" pulumi-lang-go=\" inboundAllowList \" pulumi-lang-python=\" inbound_allow_list \" pulumi-lang-yaml=\" inboundAllowList \" pulumi-lang-java=\" inboundAllowList \"> inbound_allow_list </span>will not anything into target group. Empty<span pulumi-lang-nodejs=\" outboundAllowList \" pulumi-lang-dotnet=\" OutboundAllowList \" pulumi-lang-go=\" outboundAllowList \" pulumi-lang-python=\" outbound_allow_list \" pulumi-lang-yaml=\" outboundAllowList \" pulumi-lang-java=\" outboundAllowList \"> outbound_allow_list </span>will allow everything from target group.\n"
          },
          "adRuleInboundAllowLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleInboundAllowList:NetworkSecurityRuleAdRuleInboundAllowList"
            },
            "description": "- (Optional) The set of categories that matching VMs need to have.\n"
          },
          "adRuleOutboundAllowLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleOutboundAllowList:NetworkSecurityRuleAdRuleOutboundAllowList"
            },
            "description": "- (Optional)\n"
          },
          "adRuleTargetGroupDefaultInternalPolicy": {
            "type": "string",
            "description": "- (Optional) - Default policy for communication within target group.\n"
          },
          "adRuleTargetGroupFilterKindLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- (Optional) - List of kinds associated with this filter.\n"
          },
          "adRuleTargetGroupFilterParams": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAdRuleTargetGroupFilterParam:NetworkSecurityRuleAdRuleTargetGroupFilterParam"
            },
            "description": "- (Optional) - A list of category key and list of values.\n"
          },
          "adRuleTargetGroupFilterType": {
            "type": "string",
            "description": "- (Optional) - The type of the filter being used.\n"
          },
          "adRuleTargetGroupPeerSpecificationType": {
            "type": "string",
            "description": "- (Optional) - Way to identify the object for which rule is applied.\n"
          },
          "allowIpv6Traffic": {
            "type": "boolean"
          },
          "apiVersion": {
            "type": "string",
            "description": "The version of the API.\n"
          },
          "appRuleAction": {
            "type": "string",
            "description": "- (Optional) - These rules govern what flows are allowed. Target group is a required attribute. Empty<span pulumi-lang-nodejs=\" inboundAllowList \" pulumi-lang-dotnet=\" InboundAllowList \" pulumi-lang-go=\" inboundAllowList \" pulumi-lang-python=\" inbound_allow_list \" pulumi-lang-yaml=\" inboundAllowList \" pulumi-lang-java=\" inboundAllowList \"> inbound_allow_list </span>will not anything into target group. Empty<span pulumi-lang-nodejs=\" outboundAllowList \" pulumi-lang-dotnet=\" OutboundAllowList \" pulumi-lang-go=\" outboundAllowList \" pulumi-lang-python=\" outbound_allow_list \" pulumi-lang-yaml=\" outboundAllowList \" pulumi-lang-java=\" outboundAllowList \"> outbound_allow_list </span>will allow everything from target group.\n"
          },
          "appRuleInboundAllowLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleInboundAllowList:NetworkSecurityRuleAppRuleInboundAllowList"
            },
            "description": "- (Optional) The set of categories that matching VMs need to have.\n"
          },
          "appRuleOutboundAllowLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleOutboundAllowList:NetworkSecurityRuleAppRuleOutboundAllowList"
            },
            "description": "- (Optional)\n"
          },
          "appRuleTargetGroupDefaultInternalPolicy": {
            "type": "string",
            "description": "- (Optional) - Default policy for communication within target group.\n"
          },
          "appRuleTargetGroupFilterKindLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- (Optional) - List of kinds associated with this filter.\n"
          },
          "appRuleTargetGroupFilterParams": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleAppRuleTargetGroupFilterParam:NetworkSecurityRuleAppRuleTargetGroupFilterParam"
            },
            "description": "- (Optional) - A list of category key and list of values.\n"
          },
          "appRuleTargetGroupFilterType": {
            "type": "string",
            "description": "- (Optional) - The type of the filter being used.\n"
          },
          "appRuleTargetGroupPeerSpecificationType": {
            "type": "string",
            "description": "- (Optional) - Way to identify the object for which rule is applied.\n"
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleCategory:NetworkSecurityRuleCategory"
            },
            "description": "- (Optional) Categories for the network_security_rule.\n"
          },
          "description": {
            "type": "string",
            "description": "- (Optional) A description for network_security_rule.\n"
          },
          "isPolicyHitlogEnabled": {
            "type": "boolean"
          },
          "isolationRuleAction": {
            "type": "string",
            "description": "- (Optional) - These rules are used for environmental isolation.\n"
          },
          "isolationRuleFirstEntityFilterKindLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- (Optional) - List of kinds associated with this filter.\n"
          },
          "isolationRuleFirstEntityFilterParams": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleIsolationRuleFirstEntityFilterParam:NetworkSecurityRuleIsolationRuleFirstEntityFilterParam"
            },
            "description": "- (Optional) - A list of category key and list of values.\n"
          },
          "isolationRuleFirstEntityFilterType": {
            "type": "string",
            "description": "- (Optional) - The type of the filter being used.\n"
          },
          "isolationRuleSecondEntityFilterKindLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- (Optional) - List of kinds associated with this filter.\n"
          },
          "isolationRuleSecondEntityFilterParams": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FNetworkSecurityRuleIsolationRuleSecondEntityFilterParam:NetworkSecurityRuleIsolationRuleSecondEntityFilterParam"
            },
            "description": "- (Optional) - A list of category key and list of values.\n"
          },
          "isolationRuleSecondEntityFilterType": {
            "type": "string",
            "description": "- (Optional) - The type of the filter being used.\n"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- The<span pulumi-lang-nodejs=\" networkSecurityRule \" pulumi-lang-dotnet=\" NetworkSecurityRule \" pulumi-lang-go=\" networkSecurityRule \" pulumi-lang-python=\" network_security_rule \" pulumi-lang-yaml=\" networkSecurityRule \" pulumi-lang-java=\" networkSecurityRule \"> network_security_rule </span>kind metadata.\n"
          },
          "name": {
            "type": "string",
            "description": "- (Required) The name for the network_security_rule.\n"
          },
          "ownerReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a user.\n"
          },
          "projectReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a project.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ngtInsertIsoV2:NgtInsertIsoV2": {
      "description": "Provides Nutanix resource toInserts the Nutanix Guest Tools installation and configuration ISO into a virtual machine.\n\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst example = new nutanix.NgtInsertIsoV2(\"example\", {\n    extId: \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    capablities: [\"VSS_SNAPSHOT\"],\n    isConfigOnly: false,\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nexample = nutanix.NgtInsertIsoV2(\"example\",\n    ext_id=\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    capablities=[\"VSS_SNAPSHOT\"],\n    is_config_only=False)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var example = new Nutanix.NgtInsertIsoV2(\"example\", new()\n    {\n        ExtId = \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n        Capablities = new[]\n        {\n            \"VSS_SNAPSHOT\",\n        },\n        IsConfigOnly = false,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNgtInsertIsoV2(ctx, \"example\", &nutanix.NgtInsertIsoV2Args{\n\t\t\tExtId: pulumi.String(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"),\n\t\t\tCapablities: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"VSS_SNAPSHOT\"),\n\t\t\t},\n\t\t\tIsConfigOnly: pulumi.Bool(false),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NgtInsertIsoV2;\nimport com.pulumi.nutanix.NgtInsertIsoV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var example = new NgtInsertIsoV2(\"example\", NgtInsertIsoV2Args.builder()\n            .extId(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\")\n            .capablities(\"VSS_SNAPSHOT\")\n            .isConfigOnly(false)\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  example:\n    type: nutanix:NgtInsertIsoV2\n    properties:\n      extId: ab520e1d-4950-1db1-917f-a9e2ea35b8e3\n      capablities:\n        - VSS_SNAPSHOT\n      isConfigOnly: false\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "availableVersion": {
          "type": "string",
          "description": "Version of Nutanix Guest Tools available on the cluster.\n"
        },
        "capablities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of the application names that are enabled on the guest VM. [`SELF_SERVICE_RESTORE`, `VSS_SNAPSHOT`]\n"
        },
        "extId": {
          "type": "string",
          "description": "uuid of the Virtual Machine.\n"
        },
        "guestOsVersion": {
          "type": "string",
          "description": "Version of the operating system on the VM.\n"
        },
        "isConfigOnly": {
          "type": "boolean",
          "description": "Indicates that the Nutanix Guest Tools are already installed on the guest VM, and the ISO is being inserted to update the configuration of these tools.\n"
        },
        "isEnabled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is enabled or not.\n"
        },
        "isInstalled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is installed on the VM or not.\n"
        },
        "isIsoInserted": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools ISO is inserted or not.\n"
        },
        "isReachable": {
          "type": "boolean",
          "description": "Indicates whether the communication from VM to CVM is active or not.\n"
        },
        "isVmMobilityDriversInstalled": {
          "type": "boolean",
          "description": "Indicates whether the VM mobility drivers are installed on the VM or not.\n"
        },
        "isVssSnapshotCapable": {
          "type": "boolean",
          "description": "Indicates whether the VM is configured to take VSS snapshots through NGT or not.\n"
        },
        "version": {
          "type": "string",
          "description": "Version of Nutanix Guest Tools installed on the VM.\n"
        }
      },
      "type": "object",
      "required": [
        "availableVersion",
        "capablities",
        "extId",
        "guestOsVersion",
        "isConfigOnly",
        "isEnabled",
        "isInstalled",
        "isIsoInserted",
        "isReachable",
        "isVmMobilityDriversInstalled",
        "isVssSnapshotCapable",
        "version"
      ],
      "inputProperties": {
        "capablities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of the application names that are enabled on the guest VM. [`SELF_SERVICE_RESTORE`, `VSS_SNAPSHOT`]\n"
        },
        "extId": {
          "type": "string",
          "description": "uuid of the Virtual Machine.\n"
        },
        "isConfigOnly": {
          "type": "boolean",
          "description": "Indicates that the Nutanix Guest Tools are already installed on the guest VM, and the ISO is being inserted to update the configuration of these tools.\n"
        }
      },
      "requiredInputs": [
        "extId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NgtInsertIsoV2 resources.\n",
        "properties": {
          "availableVersion": {
            "type": "string",
            "description": "Version of Nutanix Guest Tools available on the cluster.\n"
          },
          "capablities": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "The list of the application names that are enabled on the guest VM. [`SELF_SERVICE_RESTORE`, `VSS_SNAPSHOT`]\n"
          },
          "extId": {
            "type": "string",
            "description": "uuid of the Virtual Machine.\n"
          },
          "guestOsVersion": {
            "type": "string",
            "description": "Version of the operating system on the VM.\n"
          },
          "isConfigOnly": {
            "type": "boolean",
            "description": "Indicates that the Nutanix Guest Tools are already installed on the guest VM, and the ISO is being inserted to update the configuration of these tools.\n"
          },
          "isEnabled": {
            "type": "boolean",
            "description": "Indicates whether Nutanix Guest Tools is enabled or not.\n"
          },
          "isInstalled": {
            "type": "boolean",
            "description": "Indicates whether Nutanix Guest Tools is installed on the VM or not.\n"
          },
          "isIsoInserted": {
            "type": "boolean",
            "description": "Indicates whether Nutanix Guest Tools ISO is inserted or not.\n"
          },
          "isReachable": {
            "type": "boolean",
            "description": "Indicates whether the communication from VM to CVM is active or not.\n"
          },
          "isVmMobilityDriversInstalled": {
            "type": "boolean",
            "description": "Indicates whether the VM mobility drivers are installed on the VM or not.\n"
          },
          "isVssSnapshotCapable": {
            "type": "boolean",
            "description": "Indicates whether the VM is configured to take VSS snapshots through NGT or not.\n"
          },
          "version": {
            "type": "string",
            "description": "Version of Nutanix Guest Tools installed on the VM.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ngtInstallationV2:NgtInstallationV2": {
      "description": "Provides Nutanix resource to Installs Nutanix Guest Tools in a Virtual Machine by using the provided credentials.\n\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst example = new nutanix.NgtInstallationV2(\"example\", {\n    extId: \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    credential: {\n        username: \"username\",\n        password: \"pass.1234567890\",\n    },\n    rebootPreference: {\n        scheduleType: \"IMMEDIATE\",\n    },\n    capablities: [\"VSS_SNAPSHOT\"],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nexample = nutanix.NgtInstallationV2(\"example\",\n    ext_id=\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    credential={\n        \"username\": \"username\",\n        \"password\": \"pass.1234567890\",\n    },\n    reboot_preference={\n        \"schedule_type\": \"IMMEDIATE\",\n    },\n    capablities=[\"VSS_SNAPSHOT\"])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var example = new Nutanix.NgtInstallationV2(\"example\", new()\n    {\n        ExtId = \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n        Credential = new Nutanix.Inputs.NgtInstallationV2CredentialArgs\n        {\n            Username = \"username\",\n            Password = \"pass.1234567890\",\n        },\n        RebootPreference = new Nutanix.Inputs.NgtInstallationV2RebootPreferenceArgs\n        {\n            ScheduleType = \"IMMEDIATE\",\n        },\n        Capablities = new[]\n        {\n            \"VSS_SNAPSHOT\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNgtInstallationV2(ctx, \"example\", &nutanix.NgtInstallationV2Args{\n\t\t\tExtId: pulumi.String(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"),\n\t\t\tCredential: &nutanix.NgtInstallationV2CredentialArgs{\n\t\t\t\tUsername: pulumi.String(\"username\"),\n\t\t\t\tPassword: pulumi.String(\"pass.1234567890\"),\n\t\t\t},\n\t\t\tRebootPreference: &nutanix.NgtInstallationV2RebootPreferenceArgs{\n\t\t\t\tScheduleType: pulumi.String(\"IMMEDIATE\"),\n\t\t\t},\n\t\t\tCapablities: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"VSS_SNAPSHOT\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NgtInstallationV2;\nimport com.pulumi.nutanix.NgtInstallationV2Args;\nimport com.pulumi.nutanix.inputs.NgtInstallationV2CredentialArgs;\nimport com.pulumi.nutanix.inputs.NgtInstallationV2RebootPreferenceArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var example = new NgtInstallationV2(\"example\", NgtInstallationV2Args.builder()\n            .extId(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\")\n            .credential(NgtInstallationV2CredentialArgs.builder()\n                .username(\"username\")\n                .password(\"pass.1234567890\")\n                .build())\n            .rebootPreference(NgtInstallationV2RebootPreferenceArgs.builder()\n                .scheduleType(\"IMMEDIATE\")\n                .build())\n            .capablities(\"VSS_SNAPSHOT\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  example:\n    type: nutanix:NgtInstallationV2\n    properties:\n      extId: ab520e1d-4950-1db1-917f-a9e2ea35b8e3\n      credential:\n        username: username\n        password: pass.1234567890\n      rebootPreference:\n        scheduleType: IMMEDIATE\n      capablities:\n        - VSS_SNAPSHOT\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "availableVersion": {
          "type": "string",
          "description": "Version of Nutanix Guest Tools available on the cluster.\n"
        },
        "capablities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of the application names that are enabled on the guest VM. [`SELF_SERVICE_RESTORE`, `VSS_SNAPSHOT`]\n"
        },
        "credential": {
          "$ref": "#/types/nutanix:index%2FNgtInstallationV2Credential:NgtInstallationV2Credential",
          "description": "Sign in credentials for the server.\n"
        },
        "extId": {
          "type": "string",
          "description": "uuid of the Virtual Machine.\n"
        },
        "guestOsVersion": {
          "type": "string",
          "description": "Version of the operating system on the VM.\n"
        },
        "isEnabled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is enabled or not.\n"
        },
        "isInstalled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is installed on the VM or not.\n"
        },
        "isIsoInserted": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools ISO is inserted or not.\n"
        },
        "isReachable": {
          "type": "boolean",
          "description": "Indicates whether the communication from VM to CVM is active or not.\n"
        },
        "isVmMobilityDriversInstalled": {
          "type": "boolean",
          "description": "Indicates whether the VM mobility drivers are installed on the VM or not.\n"
        },
        "isVssSnapshotCapable": {
          "type": "boolean",
          "description": "Indicates whether the VM is configured to take VSS snapshots through NGT or not.\n"
        },
        "rebootPreference": {
          "$ref": "#/types/nutanix:index%2FNgtInstallationV2RebootPreference:NgtInstallationV2RebootPreference",
          "description": "The restart schedule after installing or upgrading Nutanix Guest Tools.\n"
        },
        "version": {
          "type": "string",
          "description": "Version of Nutanix Guest Tools installed on the VM.\n"
        }
      },
      "type": "object",
      "required": [
        "availableVersion",
        "capablities",
        "extId",
        "guestOsVersion",
        "isEnabled",
        "isInstalled",
        "isIsoInserted",
        "isReachable",
        "isVmMobilityDriversInstalled",
        "isVssSnapshotCapable",
        "version"
      ],
      "inputProperties": {
        "capablities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of the application names that are enabled on the guest VM. [`SELF_SERVICE_RESTORE`, `VSS_SNAPSHOT`]\n"
        },
        "credential": {
          "$ref": "#/types/nutanix:index%2FNgtInstallationV2Credential:NgtInstallationV2Credential",
          "description": "Sign in credentials for the server.\n"
        },
        "extId": {
          "type": "string",
          "description": "uuid of the Virtual Machine.\n"
        },
        "isEnabled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is enabled or not.\n"
        },
        "rebootPreference": {
          "$ref": "#/types/nutanix:index%2FNgtInstallationV2RebootPreference:NgtInstallationV2RebootPreference",
          "description": "The restart schedule after installing or upgrading Nutanix Guest Tools.\n"
        }
      },
      "requiredInputs": [
        "extId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NgtInstallationV2 resources.\n",
        "properties": {
          "availableVersion": {
            "type": "string",
            "description": "Version of Nutanix Guest Tools available on the cluster.\n"
          },
          "capablities": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "The list of the application names that are enabled on the guest VM. [`SELF_SERVICE_RESTORE`, `VSS_SNAPSHOT`]\n"
          },
          "credential": {
            "$ref": "#/types/nutanix:index%2FNgtInstallationV2Credential:NgtInstallationV2Credential",
            "description": "Sign in credentials for the server.\n"
          },
          "extId": {
            "type": "string",
            "description": "uuid of the Virtual Machine.\n"
          },
          "guestOsVersion": {
            "type": "string",
            "description": "Version of the operating system on the VM.\n"
          },
          "isEnabled": {
            "type": "boolean",
            "description": "Indicates whether Nutanix Guest Tools is enabled or not.\n"
          },
          "isInstalled": {
            "type": "boolean",
            "description": "Indicates whether Nutanix Guest Tools is installed on the VM or not.\n"
          },
          "isIsoInserted": {
            "type": "boolean",
            "description": "Indicates whether Nutanix Guest Tools ISO is inserted or not.\n"
          },
          "isReachable": {
            "type": "boolean",
            "description": "Indicates whether the communication from VM to CVM is active or not.\n"
          },
          "isVmMobilityDriversInstalled": {
            "type": "boolean",
            "description": "Indicates whether the VM mobility drivers are installed on the VM or not.\n"
          },
          "isVssSnapshotCapable": {
            "type": "boolean",
            "description": "Indicates whether the VM is configured to take VSS snapshots through NGT or not.\n"
          },
          "rebootPreference": {
            "$ref": "#/types/nutanix:index%2FNgtInstallationV2RebootPreference:NgtInstallationV2RebootPreference",
            "description": "The restart schedule after installing or upgrading Nutanix Guest Tools.\n"
          },
          "version": {
            "type": "string",
            "description": "Version of Nutanix Guest Tools installed on the VM.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/ngtUpgradeV2:NgtUpgradeV2": {
      "description": "Provides Nutanix resource to Trigger an in-guest upgrade of Nutanix Guest Tools.\n\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst example = new nutanix.NgtUpgradeV2(\"example\", {\n    extId: \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    rebootPreference: {\n        scheduleType: \"IMMEDIATE\",\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nexample = nutanix.NgtUpgradeV2(\"example\",\n    ext_id=\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    reboot_preference={\n        \"schedule_type\": \"IMMEDIATE\",\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var example = new Nutanix.NgtUpgradeV2(\"example\", new()\n    {\n        ExtId = \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n        RebootPreference = new Nutanix.Inputs.NgtUpgradeV2RebootPreferenceArgs\n        {\n            ScheduleType = \"IMMEDIATE\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewNgtUpgradeV2(ctx, \"example\", &nutanix.NgtUpgradeV2Args{\n\t\t\tExtId: pulumi.String(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"),\n\t\t\tRebootPreference: &nutanix.NgtUpgradeV2RebootPreferenceArgs{\n\t\t\t\tScheduleType: pulumi.String(\"IMMEDIATE\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NgtUpgradeV2;\nimport com.pulumi.nutanix.NgtUpgradeV2Args;\nimport com.pulumi.nutanix.inputs.NgtUpgradeV2RebootPreferenceArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var example = new NgtUpgradeV2(\"example\", NgtUpgradeV2Args.builder()\n            .extId(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\")\n            .rebootPreference(NgtUpgradeV2RebootPreferenceArgs.builder()\n                .scheduleType(\"IMMEDIATE\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  example:\n    type: nutanix:NgtUpgradeV2\n    properties:\n      extId: ab520e1d-4950-1db1-917f-a9e2ea35b8e3\n      rebootPreference:\n        scheduleType: IMMEDIATE\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "availableVersion": {
          "type": "string",
          "description": "Version of Nutanix Guest Tools available on the cluster.\n"
        },
        "capablities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of the application names that are enabled on the guest VM. [`SELF_SERVICE_RESTORE`, `VSS_SNAPSHOT`]\n"
        },
        "extId": {
          "type": "string",
          "description": "uuid of the Virtual Machine.\n"
        },
        "guestOsVersion": {
          "type": "string",
          "description": "Version of the operating system on the VM.\n"
        },
        "isEnabled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is enabled or not.\n"
        },
        "isInstalled": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools is installed on the VM or not.\n"
        },
        "isIsoInserted": {
          "type": "boolean",
          "description": "Indicates whether Nutanix Guest Tools ISO is inserted or not.\n"
        },
        "isReachable": {
          "type": "boolean",
          "description": "Indicates whether the communication from VM to CVM is active or not.\n"
        },
        "isVmMobilityDriversInstalled": {
          "type": "boolean",
          "description": "Indicates whether the VM mobility drivers are installed on the VM or not.\n"
        },
        "isVssSnapshotCapable": {
          "type": "boolean",
          "description": "Indicates whether the VM is configured to take VSS snapshots through NGT or not.\n"
        },
        "rebootPreference": {
          "$ref": "#/types/nutanix:index%2FNgtUpgradeV2RebootPreference:NgtUpgradeV2RebootPreference",
          "description": "The restart schedule after installing or upgrading Nutanix Guest Tools.\n"
        },
        "version": {
          "type": "string",
          "description": "Version of Nutanix Guest Tools installed on the VM.\n"
        }
      },
      "type": "object",
      "required": [
        "availableVersion",
        "capablities",
        "extId",
        "guestOsVersion",
        "isEnabled",
        "isInstalled",
        "isIsoInserted",
        "isReachable",
        "isVmMobilityDriversInstalled",
        "isVssSnapshotCapable",
        "version"
      ],
      "inputProperties": {
        "extId": {
          "type": "string",
          "description": "uuid of the Virtual Machine.\n"
        },
        "rebootPreference": {
          "$ref": "#/types/nutanix:index%2FNgtUpgradeV2RebootPreference:NgtUpgradeV2RebootPreference",
          "description": "The restart schedule after installing or upgrading Nutanix Guest Tools.\n"
        }
      },
      "requiredInputs": [
        "extId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering NgtUpgradeV2 resources.\n",
        "properties": {
          "availableVersion": {
            "type": "string",
            "description": "Version of Nutanix Guest Tools available on the cluster.\n"
          },
          "capablities": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "The list of the application names that are enabled on the guest VM. [`SELF_SERVICE_RESTORE`, `VSS_SNAPSHOT`]\n"
          },
          "extId": {
            "type": "string",
            "description": "uuid of the Virtual Machine.\n"
          },
          "guestOsVersion": {
            "type": "string",
            "description": "Version of the operating system on the VM.\n"
          },
          "isEnabled": {
            "type": "boolean",
            "description": "Indicates whether Nutanix Guest Tools is enabled or not.\n"
          },
          "isInstalled": {
            "type": "boolean",
            "description": "Indicates whether Nutanix Guest Tools is installed on the VM or not.\n"
          },
          "isIsoInserted": {
            "type": "boolean",
            "description": "Indicates whether Nutanix Guest Tools ISO is inserted or not.\n"
          },
          "isReachable": {
            "type": "boolean",
            "description": "Indicates whether the communication from VM to CVM is active or not.\n"
          },
          "isVmMobilityDriversInstalled": {
            "type": "boolean",
            "description": "Indicates whether the VM mobility drivers are installed on the VM or not.\n"
          },
          "isVssSnapshotCapable": {
            "type": "boolean",
            "description": "Indicates whether the VM is configured to take VSS snapshots through NGT or not.\n"
          },
          "rebootPreference": {
            "$ref": "#/types/nutanix:index%2FNgtUpgradeV2RebootPreference:NgtUpgradeV2RebootPreference",
            "description": "The restart schedule after installing or upgrading Nutanix Guest Tools.\n"
          },
          "version": {
            "type": "string",
            "description": "Version of Nutanix Guest Tools installed on the VM.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/objectStoreCertificateV2:ObjectStoreCertificateV2": {
      "description": "This operation creates a new default certificate and keys. It also creates the alternate FQDNs and alternate IPs for the Object store. The certificate of an Object store can be created when it is in a OBJECT_STORE_AVAILABLE or OBJECT_STORE_CERT_CREATION_FAILED state. If the publicCert, privateKey, and ca values are provided in the request body, these values are used to create the new certificate. If these values are not provided, a new certificate will be generated if 'shouldGenerate' is set to true and if it is set to false, the existing certificate will be used as the new certificate. Optionally, a list of additional alternate FQDNs and alternate IPs can be provided. These alternateFqdns and alternateIps must be included in the CA certificate if it has been provided.\n\n\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst example = nutanix.getCertificateV2({\n    objectStoreExtId: \"ac91151a-28b4-4ffe-b150-6bcb2ec80cd4\",\n    extId: \"ef0a9a54-e7e1-42e2-a59f-de779ec1c9ea\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nexample = nutanix.get_certificate_v2(object_store_ext_id=\"ac91151a-28b4-4ffe-b150-6bcb2ec80cd4\",\n    ext_id=\"ef0a9a54-e7e1-42e2-a59f-de779ec1c9ea\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = Pulumi.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var example = Nutanix.GetCertificateV2.Invoke(new()\n    {\n        ObjectStoreExtId = \"ac91151a-28b4-4ffe-b150-6bcb2ec80cd4\",\n        ExtId = \"ef0a9a54-e7e1-42e2-a59f-de779ec1c9ea\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.GetCertificateV2(ctx, &nutanix.GetCertificateV2Args{\n\t\t\tObjectStoreExtId: \"ac91151a-28b4-4ffe-b150-6bcb2ec80cd4\",\n\t\t\tExtId:            \"ef0a9a54-e7e1-42e2-a59f-de779ec1c9ea\",\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NutanixFunctions;\nimport com.pulumi.nutanix.inputs.GetCertificateV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        final var example = NutanixFunctions.getCertificateV2(GetCertificateV2Args.builder()\n            .objectStoreExtId(\"ac91151a-28b4-4ffe-b150-6bcb2ec80cd4\")\n            .extId(\"ef0a9a54-e7e1-42e2-a59f-de779ec1c9ea\")\n            .build());\n\n    }\n}\n```\n```yaml\nvariables:\n  example:\n    fn::invoke:\n      function: nutanix:getCertificateV2\n      arguments:\n        objectStoreExtId: ac91151a-28b4-4ffe-b150-6bcb2ec80cd4\n        extId: ef0a9a54-e7e1-42e2-a59f-de779ec1c9ea\n```\n<!--End PulumiCodeChooser -->\n\n## JSON Example\n\n```json\n{\n  \"alternateFqdns\": [\n    {\n      \"value\": \"fqdn1.example.com\"\n    },\n    {\n      \"value\": \"fqdn2.example.com\"\n    }\n  ],\n  \"alternateIps\": [\n    {\n      \"ipv4\": {\n        \"value\": \"192.168.1.1\"\n      }\n    },\n    {\n      \"ipv4\": {\n         \"value\": \"192.168.1.2\"\n      }\n    }\n  ],\n  \"shouldGenerate\": true,\n  \"ca\": \"-----BEGIN CERTIFICATE-----\\nMIIDzTCCArWgAwIBAgIUI...\\n-----END CERTIFICATE-----\",\n  \"publicCert\": \"-----BEGIN CERTIFICATE-----\\nMIIDzTCCArWgAwIBAgIUI...\\n-----END CERTIFICATE-----\",\n  \"privateKey\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIDzTCCArWgAwIBAgIUI...\\n-----END RSA PRIVATE KEY-----\"\n}\n```\n\nSee detailed information in [Nutanix Create a SSL certificate for an Object store V4 ](https://developers.nutanix.com/api-reference?namespace=objects&version=v4.0#tag/ObjectStores/operation/createCertificate).\n",
      "properties": {
        "alternateFqdns": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FObjectStoreCertificateV2AlternateFqdn:ObjectStoreCertificateV2AlternateFqdn"
          }
        },
        "alternateIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FObjectStoreCertificateV2AlternateIp:ObjectStoreCertificateV2AlternateIp"
          }
        },
        "extId": {
          "type": "string",
          "description": "-(Required) The UUID of the certificate of an Object store.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FObjectStoreCertificateV2Link:ObjectStoreCertificateV2Link"
          }
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FObjectStoreCertificateV2Metadata:ObjectStoreCertificateV2Metadata"
          }
        },
        "objectStoreExtId": {
          "type": "string",
          "description": "-(Required) The UUID of the Object store.\n"
        },
        "path": {
          "type": "string",
          "description": "-(Required) Path to a JSON file which contains the public certificates, private key, and CA certificate or chain, along with a list of alternate FQDNs and alternate IPs to create a certificate for the Object store.\n"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "alternateFqdns",
        "alternateIps",
        "extId",
        "links",
        "metadatas",
        "objectStoreExtId",
        "path",
        "tenantId"
      ],
      "inputProperties": {
        "objectStoreExtId": {
          "type": "string",
          "description": "-(Required) The UUID of the Object store.\n"
        },
        "path": {
          "type": "string",
          "description": "-(Required) Path to a JSON file which contains the public certificates, private key, and CA certificate or chain, along with a list of alternate FQDNs and alternate IPs to create a certificate for the Object store.\n"
        }
      },
      "requiredInputs": [
        "objectStoreExtId",
        "path"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ObjectStoreCertificateV2 resources.\n",
        "properties": {
          "alternateFqdns": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FObjectStoreCertificateV2AlternateFqdn:ObjectStoreCertificateV2AlternateFqdn"
            }
          },
          "alternateIps": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FObjectStoreCertificateV2AlternateIp:ObjectStoreCertificateV2AlternateIp"
            }
          },
          "extId": {
            "type": "string",
            "description": "-(Required) The UUID of the certificate of an Object store.\n"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FObjectStoreCertificateV2Link:ObjectStoreCertificateV2Link"
            }
          },
          "metadatas": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FObjectStoreCertificateV2Metadata:ObjectStoreCertificateV2Metadata"
            }
          },
          "objectStoreExtId": {
            "type": "string",
            "description": "-(Required) The UUID of the Object store.\n"
          },
          "path": {
            "type": "string",
            "description": "-(Required) Path to a JSON file which contains the public certificates, private key, and CA certificate or chain, along with a list of alternate FQDNs and alternate IPs to create a certificate for the Object store.\n"
          },
          "tenantId": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/objectStoreV2:ObjectStoreV2": {
      "description": "## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\nimport * as std from \"@pulumi/std\";\n\nconst example = new nutanix.ObjectStoreV2(\"example\", {\n    name: \"tf-example-os\",\n    description: \"terraform create object store example\",\n    deploymentVersion: \"5.1.1\",\n    domain: \"msp.pc-idbc.nutanix.com\",\n    numWorkerNodes: 1,\n    clusterExtId: \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    totalCapacityGib: std.pow({\n        base: 1024,\n        exponent: 3,\n    }).then(invoke => 20 * invoke.result),\n    publicNetworkReference: \"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n    publicNetworkIps: [{\n        ipv4: {\n            value: \"10.44.77.123\",\n        },\n    }],\n    storageNetworkReference: \"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n    storageNetworkDnsIp: {\n        ipv4: {\n            value: \"10.44.77.124\",\n        },\n    },\n    storageNetworkVip: {\n        ipv4: {\n            value: \"10.44.77.125\",\n        },\n    },\n});\n// Deploying Object Store in draft state\nconst example_draft = new nutanix.ObjectStoreV2(\"example-draft\", {\n    name: \"tf-draft-os\",\n    description: \"terraform deploy object store draft example\",\n    deploymentVersion: \"5.1.1\",\n    domain: \"msp.pc-idbc.nutanix.com\",\n    numWorkerNodes: 1,\n    clusterExtId: \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    totalCapacityGib: std.pow({\n        base: 1024,\n        exponent: 3,\n    }).then(invoke => 20 * invoke.result),\n    publicNetworkReference: \"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n    state: \"UNDEPLOYED_OBJECT_STORE\",\n    publicNetworkIps: [{\n        ipv4: {\n            value: \"10.44.77.126\",\n        },\n    }],\n    storageNetworkReference: \"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n    storageNetworkDnsIp: {\n        ipv4: {\n            value: \"10.44.77.127\",\n        },\n    },\n    storageNetworkVip: {\n        ipv4: {\n            value: \"10.44.77.128\",\n        },\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\nimport pulumi_std as std\n\nexample = nutanix.ObjectStoreV2(\"example\",\n    name=\"tf-example-os\",\n    description=\"terraform create object store example\",\n    deployment_version=\"5.1.1\",\n    domain=\"msp.pc-idbc.nutanix.com\",\n    num_worker_nodes=1,\n    cluster_ext_id=\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    total_capacity_gib=20 * std.pow(base=1024,\n        exponent=3).result,\n    public_network_reference=\"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n    public_network_ips=[{\n        \"ipv4\": {\n            \"value\": \"10.44.77.123\",\n        },\n    }],\n    storage_network_reference=\"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n    storage_network_dns_ip={\n        \"ipv4\": {\n            \"value\": \"10.44.77.124\",\n        },\n    },\n    storage_network_vip={\n        \"ipv4\": {\n            \"value\": \"10.44.77.125\",\n        },\n    })\n# Deploying Object Store in draft state\nexample_draft = nutanix.ObjectStoreV2(\"example-draft\",\n    name=\"tf-draft-os\",\n    description=\"terraform deploy object store draft example\",\n    deployment_version=\"5.1.1\",\n    domain=\"msp.pc-idbc.nutanix.com\",\n    num_worker_nodes=1,\n    cluster_ext_id=\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    total_capacity_gib=20 * std.pow(base=1024,\n        exponent=3).result,\n    public_network_reference=\"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n    state=\"UNDEPLOYED_OBJECT_STORE\",\n    public_network_ips=[{\n        \"ipv4\": {\n            \"value\": \"10.44.77.126\",\n        },\n    }],\n    storage_network_reference=\"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n    storage_network_dns_ip={\n        \"ipv4\": {\n            \"value\": \"10.44.77.127\",\n        },\n    },\n    storage_network_vip={\n        \"ipv4\": {\n            \"value\": \"10.44.77.128\",\n        },\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\nusing Std = Pulumi.Std;\n\nreturn await Deployment.RunAsync(() => \n{\n    var example = new Nutanix.ObjectStoreV2(\"example\", new()\n    {\n        Name = \"tf-example-os\",\n        Description = \"terraform create object store example\",\n        DeploymentVersion = \"5.1.1\",\n        Domain = \"msp.pc-idbc.nutanix.com\",\n        NumWorkerNodes = 1,\n        ClusterExtId = \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n        TotalCapacityGib = Std.Pow.Invoke(new()\n        {\n            Base = 1024,\n            Exponent = 3,\n        }).Apply(invoke => 20 * invoke.Result),\n        PublicNetworkReference = \"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n        PublicNetworkIps = new[]\n        {\n            new Nutanix.Inputs.ObjectStoreV2PublicNetworkIpArgs\n            {\n                Ipv4 = new Nutanix.Inputs.ObjectStoreV2PublicNetworkIpIpv4Args\n                {\n                    Value = \"10.44.77.123\",\n                },\n            },\n        },\n        StorageNetworkReference = \"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n        StorageNetworkDnsIp = new Nutanix.Inputs.ObjectStoreV2StorageNetworkDnsIpArgs\n        {\n            Ipv4 = new Nutanix.Inputs.ObjectStoreV2StorageNetworkDnsIpIpv4Args\n            {\n                Value = \"10.44.77.124\",\n            },\n        },\n        StorageNetworkVip = new Nutanix.Inputs.ObjectStoreV2StorageNetworkVipArgs\n        {\n            Ipv4 = new Nutanix.Inputs.ObjectStoreV2StorageNetworkVipIpv4Args\n            {\n                Value = \"10.44.77.125\",\n            },\n        },\n    });\n\n    // Deploying Object Store in draft state\n    var example_draft = new Nutanix.ObjectStoreV2(\"example-draft\", new()\n    {\n        Name = \"tf-draft-os\",\n        Description = \"terraform deploy object store draft example\",\n        DeploymentVersion = \"5.1.1\",\n        Domain = \"msp.pc-idbc.nutanix.com\",\n        NumWorkerNodes = 1,\n        ClusterExtId = \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n        TotalCapacityGib = Std.Pow.Invoke(new()\n        {\n            Base = 1024,\n            Exponent = 3,\n        }).Apply(invoke => 20 * invoke.Result),\n        PublicNetworkReference = \"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n        State = \"UNDEPLOYED_OBJECT_STORE\",\n        PublicNetworkIps = new[]\n        {\n            new Nutanix.Inputs.ObjectStoreV2PublicNetworkIpArgs\n            {\n                Ipv4 = new Nutanix.Inputs.ObjectStoreV2PublicNetworkIpIpv4Args\n                {\n                    Value = \"10.44.77.126\",\n                },\n            },\n        },\n        StorageNetworkReference = \"57c4caf1-67e3-457e-8265-6d872f2a3135\",\n        StorageNetworkDnsIp = new Nutanix.Inputs.ObjectStoreV2StorageNetworkDnsIpArgs\n        {\n            Ipv4 = new Nutanix.Inputs.ObjectStoreV2StorageNetworkDnsIpIpv4Args\n            {\n                Value = \"10.44.77.127\",\n            },\n        },\n        StorageNetworkVip = new Nutanix.Inputs.ObjectStoreV2StorageNetworkVipArgs\n        {\n            Ipv4 = new Nutanix.Inputs.ObjectStoreV2StorageNetworkVipIpv4Args\n            {\n                Value = \"10.44.77.128\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi-std/sdk/go/std\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\tinvokePow, err := std.Pow(ctx, &std.PowArgs{\n\t\t\tBase:     1024,\n\t\t\tExponent: 3,\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewObjectStoreV2(ctx, \"example\", &nutanix.ObjectStoreV2Args{\n\t\t\tName:                   pulumi.String(\"tf-example-os\"),\n\t\t\tDescription:            pulumi.String(\"terraform create object store example\"),\n\t\t\tDeploymentVersion:      pulumi.String(\"5.1.1\"),\n\t\t\tDomain:                 pulumi.String(\"msp.pc-idbc.nutanix.com\"),\n\t\t\tNumWorkerNodes:         pulumi.Int(1),\n\t\t\tClusterExtId:           pulumi.String(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\"),\n\t\t\tTotalCapacityGib:       pulumi.Int(20 * pulumi.Float64(invokePow.Result)),\n\t\t\tPublicNetworkReference: pulumi.String(\"57c4caf1-67e3-457e-8265-6d872f2a3135\"),\n\t\t\tPublicNetworkIps: nutanix.ObjectStoreV2PublicNetworkIpArray{\n\t\t\t\t&nutanix.ObjectStoreV2PublicNetworkIpArgs{\n\t\t\t\t\tIpv4: &nutanix.ObjectStoreV2PublicNetworkIpIpv4Args{\n\t\t\t\t\t\tValue: pulumi.String(\"10.44.77.123\"),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tStorageNetworkReference: pulumi.String(\"57c4caf1-67e3-457e-8265-6d872f2a3135\"),\n\t\t\tStorageNetworkDnsIp: &nutanix.ObjectStoreV2StorageNetworkDnsIpArgs{\n\t\t\t\tIpv4: &nutanix.ObjectStoreV2StorageNetworkDnsIpIpv4Args{\n\t\t\t\t\tValue: pulumi.String(\"10.44.77.124\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tStorageNetworkVip: &nutanix.ObjectStoreV2StorageNetworkVipArgs{\n\t\t\t\tIpv4: &nutanix.ObjectStoreV2StorageNetworkVipIpv4Args{\n\t\t\t\t\tValue: pulumi.String(\"10.44.77.125\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\tinvokePow1, err := std.Pow(ctx, &std.PowArgs{\n\t\t\tBase:     1024,\n\t\t\tExponent: 3,\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// Deploying Object Store in draft state\n\t\t_, err = nutanix.NewObjectStoreV2(ctx, \"example-draft\", &nutanix.ObjectStoreV2Args{\n\t\t\tName:                   pulumi.String(\"tf-draft-os\"),\n\t\t\tDescription:            pulumi.String(\"terraform deploy object store draft example\"),\n\t\t\tDeploymentVersion:      pulumi.String(\"5.1.1\"),\n\t\t\tDomain:                 pulumi.String(\"msp.pc-idbc.nutanix.com\"),\n\t\t\tNumWorkerNodes:         pulumi.Int(1),\n\t\t\tClusterExtId:           pulumi.String(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\"),\n\t\t\tTotalCapacityGib:       pulumi.Int(20 * pulumi.Float64(invokePow1.Result)),\n\t\t\tPublicNetworkReference: pulumi.String(\"57c4caf1-67e3-457e-8265-6d872f2a3135\"),\n\t\t\tState:                  pulumi.String(\"UNDEPLOYED_OBJECT_STORE\"),\n\t\t\tPublicNetworkIps: nutanix.ObjectStoreV2PublicNetworkIpArray{\n\t\t\t\t&nutanix.ObjectStoreV2PublicNetworkIpArgs{\n\t\t\t\t\tIpv4: &nutanix.ObjectStoreV2PublicNetworkIpIpv4Args{\n\t\t\t\t\t\tValue: pulumi.String(\"10.44.77.126\"),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tStorageNetworkReference: pulumi.String(\"57c4caf1-67e3-457e-8265-6d872f2a3135\"),\n\t\t\tStorageNetworkDnsIp: &nutanix.ObjectStoreV2StorageNetworkDnsIpArgs{\n\t\t\t\tIpv4: &nutanix.ObjectStoreV2StorageNetworkDnsIpIpv4Args{\n\t\t\t\t\tValue: pulumi.String(\"10.44.77.127\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tStorageNetworkVip: &nutanix.ObjectStoreV2StorageNetworkVipArgs{\n\t\t\t\tIpv4: &nutanix.ObjectStoreV2StorageNetworkVipIpv4Args{\n\t\t\t\t\tValue: pulumi.String(\"10.44.77.128\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ObjectStoreV2;\nimport com.pulumi.nutanix.ObjectStoreV2Args;\nimport com.pulumi.nutanix.inputs.ObjectStoreV2PublicNetworkIpArgs;\nimport com.pulumi.nutanix.inputs.ObjectStoreV2PublicNetworkIpIpv4Args;\nimport com.pulumi.nutanix.inputs.ObjectStoreV2StorageNetworkDnsIpArgs;\nimport com.pulumi.nutanix.inputs.ObjectStoreV2StorageNetworkDnsIpIpv4Args;\nimport com.pulumi.nutanix.inputs.ObjectStoreV2StorageNetworkVipArgs;\nimport com.pulumi.nutanix.inputs.ObjectStoreV2StorageNetworkVipIpv4Args;\nimport com.pulumi.std.StdFunctions;\nimport com.pulumi.std.inputs.PowArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var example = new ObjectStoreV2(\"example\", ObjectStoreV2Args.builder()\n            .name(\"tf-example-os\")\n            .description(\"terraform create object store example\")\n            .deploymentVersion(\"5.1.1\")\n            .domain(\"msp.pc-idbc.nutanix.com\")\n            .numWorkerNodes(1)\n            .clusterExtId(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\")\n            .totalCapacityGib(20 * StdFunctions.pow(PowArgs.builder()\n                .base(1024)\n                .exponent(3)\n                .build()).result())\n            .publicNetworkReference(\"57c4caf1-67e3-457e-8265-6d872f2a3135\")\n            .publicNetworkIps(ObjectStoreV2PublicNetworkIpArgs.builder()\n                .ipv4(ObjectStoreV2PublicNetworkIpIpv4Args.builder()\n                    .value(\"10.44.77.123\")\n                    .build())\n                .build())\n            .storageNetworkReference(\"57c4caf1-67e3-457e-8265-6d872f2a3135\")\n            .storageNetworkDnsIp(ObjectStoreV2StorageNetworkDnsIpArgs.builder()\n                .ipv4(ObjectStoreV2StorageNetworkDnsIpIpv4Args.builder()\n                    .value(\"10.44.77.124\")\n                    .build())\n                .build())\n            .storageNetworkVip(ObjectStoreV2StorageNetworkVipArgs.builder()\n                .ipv4(ObjectStoreV2StorageNetworkVipIpv4Args.builder()\n                    .value(\"10.44.77.125\")\n                    .build())\n                .build())\n            .build());\n\n        // Deploying Object Store in draft state\n        var example_draft = new ObjectStoreV2(\"example-draft\", ObjectStoreV2Args.builder()\n            .name(\"tf-draft-os\")\n            .description(\"terraform deploy object store draft example\")\n            .deploymentVersion(\"5.1.1\")\n            .domain(\"msp.pc-idbc.nutanix.com\")\n            .numWorkerNodes(1)\n            .clusterExtId(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\")\n            .totalCapacityGib(20 * StdFunctions.pow(PowArgs.builder()\n                .base(1024)\n                .exponent(3)\n                .build()).result())\n            .publicNetworkReference(\"57c4caf1-67e3-457e-8265-6d872f2a3135\")\n            .state(\"UNDEPLOYED_OBJECT_STORE\")\n            .publicNetworkIps(ObjectStoreV2PublicNetworkIpArgs.builder()\n                .ipv4(ObjectStoreV2PublicNetworkIpIpv4Args.builder()\n                    .value(\"10.44.77.126\")\n                    .build())\n                .build())\n            .storageNetworkReference(\"57c4caf1-67e3-457e-8265-6d872f2a3135\")\n            .storageNetworkDnsIp(ObjectStoreV2StorageNetworkDnsIpArgs.builder()\n                .ipv4(ObjectStoreV2StorageNetworkDnsIpIpv4Args.builder()\n                    .value(\"10.44.77.127\")\n                    .build())\n                .build())\n            .storageNetworkVip(ObjectStoreV2StorageNetworkVipArgs.builder()\n                .ipv4(ObjectStoreV2StorageNetworkVipIpv4Args.builder()\n                    .value(\"10.44.77.128\")\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "certificateExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- A list of the UUIDs of the certificates of an Object store.\n"
        },
        "clusterExtId": {
          "type": "string",
          "description": "-(Optional) UUID of the AHV or ESXi cluster.\n"
        },
        "creationTime": {
          "type": "string",
          "description": "- The time when the Object store was created.\n"
        },
        "deploymentVersion": {
          "type": "string",
          "description": "-(Optional) The deployment version of the Object store.\n"
        },
        "description": {
          "type": "string",
          "description": "-(Optional) A brief description of the Object store.\n"
        },
        "domain": {
          "type": "string",
          "description": "-(Optional) The DNS domain/subdomain the Object store belongs to. All the Object stores under one Prism Central must have the same domain name. The domain name must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens, or underscores. Each part can be up to 63 characters long. The domain must begin and end with an alphanumeric character. For example - 'objects-0.pc_nutanix.com'.\n"
        },
        "extId": {
          "type": "string",
          "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "lastUpdateTime": {
          "type": "string",
          "description": "- The time when the Object store was last updated.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FObjectStoreV2Link:ObjectStoreV2Link"
          },
          "description": "- 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.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FObjectStoreV2Metadata:ObjectStoreV2Metadata"
          },
          "description": "-(Optional) Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Required) The name of the Object store.\n"
        },
        "numWorkerNodes": {
          "type": "integer",
          "description": "-(Optional) The number of worker nodes (VMs) to be created for the Object store. Each worker node requires 10 vCPUs and 32 GiB of memory.\n"
        },
        "publicNetworkIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FObjectStoreV2PublicNetworkIp:ObjectStoreV2PublicNetworkIp"
          },
          "description": "-(Optional) A list of static IP addresses used as public IPs to access the Object store.\n"
        },
        "publicNetworkReference": {
          "type": "string",
          "description": "-(Optional) Public network reference of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.\n"
        },
        "region": {
          "type": "string",
          "description": "-(Optional) The region in which the Object store is deployed.\n"
        },
        "state": {
          "type": "string",
          "description": "-(Optional) Enum for the state of the Object store.\n| Enum                                   | Description                                                     |\n|----------------------------------------|-----------------------------------------------------------------|\n| `DEPLOYING_OBJECT_STORE`             | The Object store is being deployed.                             |\n| `OBJECT_STORE_DEPLOYMENT_FAILED`     | The Object store deployment has failed.                         |\n| `DELETING_OBJECT_STORE`              | A deployed Object store is being deleted.                       |\n| `OBJECT_STORE_OPERATION_FAILED`      | There was an error while performing an operation on the Object store. |\n| `UNDEPLOYED_OBJECT_STORE`            | The Object store is not deployed.                               |\n| `OBJECT_STORE_OPERATION_PENDING`     | There is an ongoing operation on the Object store.              |\n| `OBJECT_STORE_AVAILABLE`            | There are no ongoing operations on the deployed Object store.   |\n| `OBJECT_STORE_CERT_CREATION_FAILED`  | Creating the Object store certificate has failed.               |\n| `CREATING_OBJECT_STORE_CERT`         | A certificate is being created for the Object store.            |\n| `OBJECT_STORE_DELETION_FAILED`       | There was an error deleting the Object store.                   |\n"
        },
        "storageNetworkDnsIp": {
          "$ref": "#/types/nutanix:index%2FObjectStoreV2StorageNetworkDnsIp:ObjectStoreV2StorageNetworkDnsIp",
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "storageNetworkReference": {
          "type": "string",
          "description": "-(Optional) Reference to the Storage Network of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.\n"
        },
        "storageNetworkVip": {
          "$ref": "#/types/nutanix:index%2FObjectStoreV2StorageNetworkVip:ObjectStoreV2StorageNetworkVip",
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        },
        "totalCapacityGib": {
          "type": "integer",
          "description": "-(Optional) Size of the Object store in GiB.\n"
        }
      },
      "type": "object",
      "required": [
        "certificateExtIds",
        "clusterExtId",
        "creationTime",
        "deploymentVersion",
        "description",
        "domain",
        "extId",
        "lastUpdateTime",
        "links",
        "metadatas",
        "name",
        "numWorkerNodes",
        "publicNetworkIps",
        "publicNetworkReference",
        "region",
        "state",
        "storageNetworkDnsIp",
        "storageNetworkReference",
        "storageNetworkVip",
        "tenantId",
        "totalCapacityGib"
      ],
      "inputProperties": {
        "certificateExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- A list of the UUIDs of the certificates of an Object store.\n"
        },
        "clusterExtId": {
          "type": "string",
          "description": "-(Optional) UUID of the AHV or ESXi cluster.\n"
        },
        "deploymentVersion": {
          "type": "string",
          "description": "-(Optional) The deployment version of the Object store.\n"
        },
        "description": {
          "type": "string",
          "description": "-(Optional) A brief description of the Object store.\n"
        },
        "domain": {
          "type": "string",
          "description": "-(Optional) The DNS domain/subdomain the Object store belongs to. All the Object stores under one Prism Central must have the same domain name. The domain name must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens, or underscores. Each part can be up to 63 characters long. The domain must begin and end with an alphanumeric character. For example - 'objects-0.pc_nutanix.com'.\n"
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FObjectStoreV2Metadata:ObjectStoreV2Metadata"
          },
          "description": "-(Optional) Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Required) The name of the Object store.\n"
        },
        "numWorkerNodes": {
          "type": "integer",
          "description": "-(Optional) The number of worker nodes (VMs) to be created for the Object store. Each worker node requires 10 vCPUs and 32 GiB of memory.\n"
        },
        "publicNetworkIps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FObjectStoreV2PublicNetworkIp:ObjectStoreV2PublicNetworkIp"
          },
          "description": "-(Optional) A list of static IP addresses used as public IPs to access the Object store.\n"
        },
        "publicNetworkReference": {
          "type": "string",
          "description": "-(Optional) Public network reference of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.\n"
        },
        "region": {
          "type": "string",
          "description": "-(Optional) The region in which the Object store is deployed.\n"
        },
        "state": {
          "type": "string",
          "description": "-(Optional) Enum for the state of the Object store.\n| Enum                                   | Description                                                     |\n|----------------------------------------|-----------------------------------------------------------------|\n| `DEPLOYING_OBJECT_STORE`             | The Object store is being deployed.                             |\n| `OBJECT_STORE_DEPLOYMENT_FAILED`     | The Object store deployment has failed.                         |\n| `DELETING_OBJECT_STORE`              | A deployed Object store is being deleted.                       |\n| `OBJECT_STORE_OPERATION_FAILED`      | There was an error while performing an operation on the Object store. |\n| `UNDEPLOYED_OBJECT_STORE`            | The Object store is not deployed.                               |\n| `OBJECT_STORE_OPERATION_PENDING`     | There is an ongoing operation on the Object store.              |\n| `OBJECT_STORE_AVAILABLE`            | There are no ongoing operations on the deployed Object store.   |\n| `OBJECT_STORE_CERT_CREATION_FAILED`  | Creating the Object store certificate has failed.               |\n| `CREATING_OBJECT_STORE_CERT`         | A certificate is being created for the Object store.            |\n| `OBJECT_STORE_DELETION_FAILED`       | There was an error deleting the Object store.                   |\n"
        },
        "storageNetworkDnsIp": {
          "$ref": "#/types/nutanix:index%2FObjectStoreV2StorageNetworkDnsIp:ObjectStoreV2StorageNetworkDnsIp",
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "storageNetworkReference": {
          "type": "string",
          "description": "-(Optional) Reference to the Storage Network of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.\n"
        },
        "storageNetworkVip": {
          "$ref": "#/types/nutanix:index%2FObjectStoreV2StorageNetworkVip:ObjectStoreV2StorageNetworkVip",
          "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
        },
        "totalCapacityGib": {
          "type": "integer",
          "description": "-(Optional) Size of the Object store in GiB.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ObjectStoreV2 resources.\n",
        "properties": {
          "certificateExtIds": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- A list of the UUIDs of the certificates of an Object store.\n"
          },
          "clusterExtId": {
            "type": "string",
            "description": "-(Optional) UUID of the AHV or ESXi cluster.\n"
          },
          "creationTime": {
            "type": "string",
            "description": "- The time when the Object store was created.\n"
          },
          "deploymentVersion": {
            "type": "string",
            "description": "-(Optional) The deployment version of the Object store.\n"
          },
          "description": {
            "type": "string",
            "description": "-(Optional) A brief description of the Object store.\n"
          },
          "domain": {
            "type": "string",
            "description": "-(Optional) The DNS domain/subdomain the Object store belongs to. All the Object stores under one Prism Central must have the same domain name. The domain name must consist of at least 2 parts separated by a '.'. Each part can contain upper and lower case letters, digits, hyphens, or underscores. Each part can be up to 63 characters long. The domain must begin and end with an alphanumeric character. For example - 'objects-0.pc_nutanix.com'.\n"
          },
          "extId": {
            "type": "string",
            "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
          },
          "lastUpdateTime": {
            "type": "string",
            "description": "- The time when the Object store was last updated.\n"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FObjectStoreV2Link:ObjectStoreV2Link"
            },
            "description": "- 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.\n"
          },
          "metadatas": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FObjectStoreV2Metadata:ObjectStoreV2Metadata"
            },
            "description": "-(Optional) Metadata associated with this resource.\n"
          },
          "name": {
            "type": "string",
            "description": "-(Required) The name of the Object store.\n"
          },
          "numWorkerNodes": {
            "type": "integer",
            "description": "-(Optional) The number of worker nodes (VMs) to be created for the Object store. Each worker node requires 10 vCPUs and 32 GiB of memory.\n"
          },
          "publicNetworkIps": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FObjectStoreV2PublicNetworkIp:ObjectStoreV2PublicNetworkIp"
            },
            "description": "-(Optional) A list of static IP addresses used as public IPs to access the Object store.\n"
          },
          "publicNetworkReference": {
            "type": "string",
            "description": "-(Optional) Public network reference of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.\n"
          },
          "region": {
            "type": "string",
            "description": "-(Optional) The region in which the Object store is deployed.\n"
          },
          "state": {
            "type": "string",
            "description": "-(Optional) Enum for the state of the Object store.\n| Enum                                   | Description                                                     |\n|----------------------------------------|-----------------------------------------------------------------|\n| `DEPLOYING_OBJECT_STORE`             | The Object store is being deployed.                             |\n| `OBJECT_STORE_DEPLOYMENT_FAILED`     | The Object store deployment has failed.                         |\n| `DELETING_OBJECT_STORE`              | A deployed Object store is being deleted.                       |\n| `OBJECT_STORE_OPERATION_FAILED`      | There was an error while performing an operation on the Object store. |\n| `UNDEPLOYED_OBJECT_STORE`            | The Object store is not deployed.                               |\n| `OBJECT_STORE_OPERATION_PENDING`     | There is an ongoing operation on the Object store.              |\n| `OBJECT_STORE_AVAILABLE`            | There are no ongoing operations on the deployed Object store.   |\n| `OBJECT_STORE_CERT_CREATION_FAILED`  | Creating the Object store certificate has failed.               |\n| `CREATING_OBJECT_STORE_CERT`         | A certificate is being created for the Object store.            |\n| `OBJECT_STORE_DELETION_FAILED`       | There was an error deleting the Object store.                   |\n"
          },
          "storageNetworkDnsIp": {
            "$ref": "#/types/nutanix:index%2FObjectStoreV2StorageNetworkDnsIp:ObjectStoreV2StorageNetworkDnsIp",
            "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
          },
          "storageNetworkReference": {
            "type": "string",
            "description": "-(Optional) Reference to the Storage Network of the Object store. This is the subnet UUID for an AHV cluster or the IPAM name for an ESXi cluster.\n"
          },
          "storageNetworkVip": {
            "$ref": "#/types/nutanix:index%2FObjectStoreV2StorageNetworkVip:ObjectStoreV2StorageNetworkVip",
            "description": "-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.\n"
          },
          "tenantId": {
            "type": "string",
            "description": "- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
          },
          "totalCapacityGib": {
            "type": "integer",
            "description": "-(Optional) Size of the Object store in GiB.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/pbr:Pbr": {
      "description": "Provides Nutanix resource to create Policy Based Routing inside VPCs.\n\n## Example Usage\n\n### pbr creation with vpc name with any source or destination or protocol with permit action\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst pbr = new nutanix.Pbr(\"pbr\", {\n    name: \"test-policy-1\",\n    priority: 123,\n    protocolType: \"ALL\",\n    action: \"PERMIT\",\n    vpcName: \"test123\",\n    source: {\n        addressType: \"ALL\",\n    },\n    destination: {\n        addressType: \"ALL\",\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\npbr = nutanix.Pbr(\"pbr\",\n    name=\"test-policy-1\",\n    priority=123,\n    protocol_type=\"ALL\",\n    action=\"PERMIT\",\n    vpc_name=\"test123\",\n    source={\n        \"address_type\": \"ALL\",\n    },\n    destination={\n        \"address_type\": \"ALL\",\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var pbr = new Nutanix.Pbr(\"pbr\", new()\n    {\n        Name = \"test-policy-1\",\n        Priority = 123,\n        ProtocolType = \"ALL\",\n        Action = \"PERMIT\",\n        VpcName = \"test123\",\n        Source = new Nutanix.Inputs.PbrSourceArgs\n        {\n            AddressType = \"ALL\",\n        },\n        Destination = new Nutanix.Inputs.PbrDestinationArgs\n        {\n            AddressType = \"ALL\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewPbr(ctx, \"pbr\", &nutanix.PbrArgs{\n\t\t\tName:         pulumi.String(\"test-policy-1\"),\n\t\t\tPriority:     pulumi.Int(123),\n\t\t\tProtocolType: pulumi.String(\"ALL\"),\n\t\t\tAction:       pulumi.String(\"PERMIT\"),\n\t\t\tVpcName:      pulumi.String(\"test123\"),\n\t\t\tSource: &nutanix.PbrSourceArgs{\n\t\t\t\tAddressType: pulumi.String(\"ALL\"),\n\t\t\t},\n\t\t\tDestination: &nutanix.PbrDestinationArgs{\n\t\t\t\tAddressType: pulumi.String(\"ALL\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.Pbr;\nimport com.pulumi.nutanix.PbrArgs;\nimport com.pulumi.nutanix.inputs.PbrSourceArgs;\nimport com.pulumi.nutanix.inputs.PbrDestinationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var pbr = new Pbr(\"pbr\", PbrArgs.builder()\n            .name(\"test-policy-1\")\n            .priority(123)\n            .protocolType(\"ALL\")\n            .action(\"PERMIT\")\n            .vpcName(\"test123\")\n            .source(PbrSourceArgs.builder()\n                .addressType(\"ALL\")\n                .build())\n            .destination(PbrDestinationArgs.builder()\n                .addressType(\"ALL\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  pbr:\n    type: nutanix:Pbr\n    properties:\n      name: test-policy-1\n      priority: 123\n      protocolType: ALL\n      action: PERMIT\n      vpcName: test123\n      source:\n        addressType: ALL\n      destination:\n        addressType: ALL\n```\n<!--End PulumiCodeChooser -->\n\n",
      "properties": {
        "action": {
          "type": "string",
          "description": "Routing policy action. Must be one of {DENY, PERMIT, REROUTE} .\n"
        },
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "destination": {
          "$ref": "#/types/nutanix:index%2FPbrDestination:PbrDestination"
        },
        "isBidirectional": {
          "type": "boolean",
          "description": "Additionally create Policy in reverse direction. Should be used with {TCP, UDP with start and end port ranges and ICMP with icmp code and type}. Supported with 2022.x.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The routing policies kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "name of policy\n"
        },
        "priority": {
          "type": "integer",
          "description": "priority of policy\n"
        },
        "protocolParameters": {
          "$ref": "#/types/nutanix:index%2FPbrProtocolParameters:PbrProtocolParameters"
        },
        "protocolType": {
          "type": "string",
          "description": "Protocol type of policy based routing. Must be one of {TCP, UDP, ICMP, PROTOCOL_NUMBER, ALL} .\n"
        },
        "serviceIpLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "IP addresses of network services. This field is valid only when action is REROUTE.\n"
        },
        "source": {
          "$ref": "#/types/nutanix:index%2FPbrSource:PbrSource"
        },
        "vpcName": {
          "type": "string",
          "description": "The reference to a vpc. Should not be used with {vpc_reference_uuid}\n"
        },
        "vpcReferenceUuid": {
          "type": "string",
          "description": "The reference to a vpc . Should not be used with {vpc_name} .\n"
        }
      },
      "type": "object",
      "required": [
        "action",
        "apiVersion",
        "destination",
        "isBidirectional",
        "metadata",
        "name",
        "priority",
        "protocolType",
        "serviceIpLists",
        "source",
        "vpcName",
        "vpcReferenceUuid"
      ],
      "inputProperties": {
        "action": {
          "type": "string",
          "description": "Routing policy action. Must be one of {DENY, PERMIT, REROUTE} .\n",
          "willReplaceOnChanges": true
        },
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "destination": {
          "$ref": "#/types/nutanix:index%2FPbrDestination:PbrDestination"
        },
        "isBidirectional": {
          "type": "boolean",
          "description": "Additionally create Policy in reverse direction. Should be used with {TCP, UDP with start and end port ranges and ICMP with icmp code and type}. Supported with 2022.x.\n"
        },
        "name": {
          "type": "string",
          "description": "name of policy\n"
        },
        "priority": {
          "type": "integer",
          "description": "priority of policy\n"
        },
        "protocolParameters": {
          "$ref": "#/types/nutanix:index%2FPbrProtocolParameters:PbrProtocolParameters"
        },
        "protocolType": {
          "type": "string",
          "description": "Protocol type of policy based routing. Must be one of {TCP, UDP, ICMP, PROTOCOL_NUMBER, ALL} .\n"
        },
        "serviceIpLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "IP addresses of network services. This field is valid only when action is REROUTE.\n"
        },
        "source": {
          "$ref": "#/types/nutanix:index%2FPbrSource:PbrSource"
        },
        "vpcName": {
          "type": "string",
          "description": "The reference to a vpc. Should not be used with {vpc_reference_uuid}\n",
          "willReplaceOnChanges": true
        },
        "vpcReferenceUuid": {
          "type": "string",
          "description": "The reference to a vpc . Should not be used with {vpc_name} .\n",
          "willReplaceOnChanges": true
        }
      },
      "requiredInputs": [
        "action",
        "destination",
        "priority",
        "protocolType",
        "source"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering Pbr resources.\n",
        "properties": {
          "action": {
            "type": "string",
            "description": "Routing policy action. Must be one of {DENY, PERMIT, REROUTE} .\n",
            "willReplaceOnChanges": true
          },
          "apiVersion": {
            "type": "string",
            "description": "The version of the API.\n"
          },
          "destination": {
            "$ref": "#/types/nutanix:index%2FPbrDestination:PbrDestination"
          },
          "isBidirectional": {
            "type": "boolean",
            "description": "Additionally create Policy in reverse direction. Should be used with {TCP, UDP with start and end port ranges and ICMP with icmp code and type}. Supported with 2022.x.\n"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "The routing policies kind metadata.\n"
          },
          "name": {
            "type": "string",
            "description": "name of policy\n"
          },
          "priority": {
            "type": "integer",
            "description": "priority of policy\n"
          },
          "protocolParameters": {
            "$ref": "#/types/nutanix:index%2FPbrProtocolParameters:PbrProtocolParameters"
          },
          "protocolType": {
            "type": "string",
            "description": "Protocol type of policy based routing. Must be one of {TCP, UDP, ICMP, PROTOCOL_NUMBER, ALL} .\n"
          },
          "serviceIpLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "IP addresses of network services. This field is valid only when action is REROUTE.\n"
          },
          "source": {
            "$ref": "#/types/nutanix:index%2FPbrSource:PbrSource"
          },
          "vpcName": {
            "type": "string",
            "description": "The reference to a vpc. Should not be used with {vpc_reference_uuid}\n",
            "willReplaceOnChanges": true
          },
          "vpcReferenceUuid": {
            "type": "string",
            "description": "The reference to a vpc . Should not be used with {vpc_name} .\n",
            "willReplaceOnChanges": true
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/pbrV2:PbrV2": {
      "properties": {
        "description": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2Link:PbrV2Link"
          }
        },
        "metadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2Metadata:PbrV2Metadata"
          }
        },
        "name": {
          "type": "string"
        },
        "policies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2Policy:PbrV2Policy"
          }
        },
        "priority": {
          "type": "integer"
        },
        "tenantId": {
          "type": "string"
        },
        "vpcExtId": {
          "type": "string"
        },
        "vpcs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2Vpc:PbrV2Vpc"
          }
        }
      },
      "type": "object",
      "required": [
        "description",
        "extId",
        "links",
        "metadatas",
        "name",
        "policies",
        "priority",
        "tenantId",
        "vpcExtId",
        "vpcs"
      ],
      "inputProperties": {
        "description": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "policies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPbrV2Policy:PbrV2Policy"
          }
        },
        "priority": {
          "type": "integer"
        },
        "vpcExtId": {
          "type": "string"
        }
      },
      "requiredInputs": [
        "policies",
        "priority",
        "vpcExtId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering PbrV2 resources.\n",
        "properties": {
          "description": {
            "type": "string"
          },
          "extId": {
            "type": "string"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FPbrV2Link:PbrV2Link"
            }
          },
          "metadatas": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FPbrV2Metadata:PbrV2Metadata"
            }
          },
          "name": {
            "type": "string"
          },
          "policies": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FPbrV2Policy:PbrV2Policy"
            }
          },
          "priority": {
            "type": "integer"
          },
          "tenantId": {
            "type": "string"
          },
          "vpcExtId": {
            "type": "string"
          },
          "vpcs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FPbrV2Vpc:PbrV2Vpc"
            }
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/pcBackupTargetV2:PcBackupTargetV2": {
      "description": "Create a cluster or object store as the backup target. For a given Prism Central, there can be up to 3 clusters as backup targets and 1 object store as backup target. If any cluster or object store is not eligible for backup or lacks appropriate permissions, the API request will fail. For object store backup targets, specifying backup policy is mandatory along with the location of the object store.\n\n## Example Usage\n\n### Cluster Location\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst cluster_location = new nutanix.PcBackupTargetV2(\"cluster-location\", {\n    domainManagerExtId: \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n    location: {\n        clusterLocations: [{\n            configs: [{\n                extId: \"323860ca-bd10-411e-9fe0-1430b62eaf45\",\n            }],\n        }],\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ncluster_location = nutanix.PcBackupTargetV2(\"cluster-location\",\n    domain_manager_ext_id=\"75dde184-3a0e-4f59-a185-03ca1efead17\",\n    location={\n        \"cluster_locations\": [{\n            \"configs\": [{\n                \"ext_id\": \"323860ca-bd10-411e-9fe0-1430b62eaf45\",\n            }],\n        }],\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var cluster_location = new Nutanix.PcBackupTargetV2(\"cluster-location\", new()\n    {\n        DomainManagerExtId = \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n        Location = new Nutanix.Inputs.PcBackupTargetV2LocationArgs\n        {\n            ClusterLocations = new[]\n            {\n                new Nutanix.Inputs.PcBackupTargetV2LocationClusterLocationArgs\n                {\n                    Configs = new[]\n                    {\n                        new Nutanix.Inputs.PcBackupTargetV2LocationClusterLocationConfigArgs\n                        {\n                            ExtId = \"323860ca-bd10-411e-9fe0-1430b62eaf45\",\n                        },\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewPcBackupTargetV2(ctx, \"cluster-location\", &nutanix.PcBackupTargetV2Args{\n\t\t\tDomainManagerExtId: pulumi.String(\"75dde184-3a0e-4f59-a185-03ca1efead17\"),\n\t\t\tLocation: &nutanix.PcBackupTargetV2LocationArgs{\n\t\t\t\tClusterLocations: nutanix.PcBackupTargetV2LocationClusterLocationArray{\n\t\t\t\t\t&nutanix.PcBackupTargetV2LocationClusterLocationArgs{\n\t\t\t\t\t\tConfigs: nutanix.PcBackupTargetV2LocationClusterLocationConfigArray{\n\t\t\t\t\t\t\t&nutanix.PcBackupTargetV2LocationClusterLocationConfigArgs{\n\t\t\t\t\t\t\t\tExtId: pulumi.String(\"323860ca-bd10-411e-9fe0-1430b62eaf45\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.PcBackupTargetV2;\nimport com.pulumi.nutanix.PcBackupTargetV2Args;\nimport com.pulumi.nutanix.inputs.PcBackupTargetV2LocationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var cluster_location = new PcBackupTargetV2(\"cluster-location\", PcBackupTargetV2Args.builder()\n            .domainManagerExtId(\"75dde184-3a0e-4f59-a185-03ca1efead17\")\n            .location(PcBackupTargetV2LocationArgs.builder()\n                .clusterLocations(PcBackupTargetV2LocationClusterLocationArgs.builder()\n                    .configs(PcBackupTargetV2LocationClusterLocationConfigArgs.builder()\n                        .extId(\"323860ca-bd10-411e-9fe0-1430b62eaf45\")\n                        .build())\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  cluster-location:\n    type: nutanix:PcBackupTargetV2\n    properties:\n      domainManagerExtId: 75dde184-3a0e-4f59-a185-03ca1efead17\n      location:\n        clusterLocations:\n          - configs:\n              - extId: 323860ca-bd10-411e-9fe0-1430b62eaf45\n```\n<!--End PulumiCodeChooser -->\n\n### Object Store Location\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n//using object store location\nconst object_store_location = new nutanix.PcBackupTargetV2(\"object-store-location\", {\n    domainManagerExtId: \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n    location: {\n        objectStoreLocations: [{\n            providerConfigs: [{\n                bucketName: \"nutanix-terraform-bucket\",\n                region: \"us-west-1\",\n                credentials: {\n                    accessKeyId: \"IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\",\n                    secretAccessKey: \"JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\",\n                },\n            }],\n            backupPolicies: [{\n                rpoInMinutes: 120,\n            }],\n        }],\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n#using object store location\nobject_store_location = nutanix.PcBackupTargetV2(\"object-store-location\",\n    domain_manager_ext_id=\"75dde184-3a0e-4f59-a185-03ca1efead17\",\n    location={\n        \"object_store_locations\": [{\n            \"provider_configs\": [{\n                \"bucket_name\": \"nutanix-terraform-bucket\",\n                \"region\": \"us-west-1\",\n                \"credentials\": {\n                    \"access_key_id\": \"IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\",\n                    \"secret_access_key\": \"JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\",\n                },\n            }],\n            \"backup_policies\": [{\n                \"rpo_in_minutes\": 120,\n            }],\n        }],\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    //using object store location\n    var object_store_location = new Nutanix.PcBackupTargetV2(\"object-store-location\", new()\n    {\n        DomainManagerExtId = \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n        Location = new Nutanix.Inputs.PcBackupTargetV2LocationArgs\n        {\n            ObjectStoreLocations = new[]\n            {\n                new Nutanix.Inputs.PcBackupTargetV2LocationObjectStoreLocationArgs\n                {\n                    ProviderConfigs = new[]\n                    {\n                        new Nutanix.Inputs.PcBackupTargetV2LocationObjectStoreLocationProviderConfigArgs\n                        {\n                            BucketName = \"nutanix-terraform-bucket\",\n                            Region = \"us-west-1\",\n                            Credentials = new Nutanix.Inputs.PcBackupTargetV2LocationObjectStoreLocationProviderConfigCredentialsArgs\n                            {\n                                AccessKeyId = \"IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\",\n                                SecretAccessKey = \"JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\",\n                            },\n                        },\n                    },\n                    BackupPolicies = new[]\n                    {\n                        new Nutanix.Inputs.PcBackupTargetV2LocationObjectStoreLocationBackupPolicyArgs\n                        {\n                            RpoInMinutes = 120,\n                        },\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// using object store location\n\t\t_, err := nutanix.NewPcBackupTargetV2(ctx, \"object-store-location\", &nutanix.PcBackupTargetV2Args{\n\t\t\tDomainManagerExtId: pulumi.String(\"75dde184-3a0e-4f59-a185-03ca1efead17\"),\n\t\t\tLocation: &nutanix.PcBackupTargetV2LocationArgs{\n\t\t\t\tObjectStoreLocations: nutanix.PcBackupTargetV2LocationObjectStoreLocationArray{\n\t\t\t\t\t&nutanix.PcBackupTargetV2LocationObjectStoreLocationArgs{\n\t\t\t\t\t\tProviderConfigs: nutanix.PcBackupTargetV2LocationObjectStoreLocationProviderConfigArray{\n\t\t\t\t\t\t\t&nutanix.PcBackupTargetV2LocationObjectStoreLocationProviderConfigArgs{\n\t\t\t\t\t\t\t\tBucketName: pulumi.String(\"nutanix-terraform-bucket\"),\n\t\t\t\t\t\t\t\tRegion:     pulumi.String(\"us-west-1\"),\n\t\t\t\t\t\t\t\tCredentials: &nutanix.PcBackupTargetV2LocationObjectStoreLocationProviderConfigCredentialsArgs{\n\t\t\t\t\t\t\t\t\tAccessKeyId:     pulumi.String(\"IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\"),\n\t\t\t\t\t\t\t\t\tSecretAccessKey: pulumi.String(\"JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackupPolicies: nutanix.PcBackupTargetV2LocationObjectStoreLocationBackupPolicyArray{\n\t\t\t\t\t\t\t&nutanix.PcBackupTargetV2LocationObjectStoreLocationBackupPolicyArgs{\n\t\t\t\t\t\t\t\tRpoInMinutes: pulumi.Int(120),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.PcBackupTargetV2;\nimport com.pulumi.nutanix.PcBackupTargetV2Args;\nimport com.pulumi.nutanix.inputs.PcBackupTargetV2LocationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        //using object store location\n        var object_store_location = new PcBackupTargetV2(\"object-store-location\", PcBackupTargetV2Args.builder()\n            .domainManagerExtId(\"75dde184-3a0e-4f59-a185-03ca1efead17\")\n            .location(PcBackupTargetV2LocationArgs.builder()\n                .objectStoreLocations(PcBackupTargetV2LocationObjectStoreLocationArgs.builder()\n                    .providerConfigs(PcBackupTargetV2LocationObjectStoreLocationProviderConfigArgs.builder()\n                        .bucketName(\"nutanix-terraform-bucket\")\n                        .region(\"us-west-1\")\n                        .credentials(PcBackupTargetV2LocationObjectStoreLocationProviderConfigCredentialsArgs.builder()\n                            .accessKeyId(\"IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\")\n                            .secretAccessKey(\"JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\")\n                            .build())\n                        .build())\n                    .backupPolicies(PcBackupTargetV2LocationObjectStoreLocationBackupPolicyArgs.builder()\n                        .rpoInMinutes(120)\n                        .build())\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # using object store location\n  object-store-location:\n    type: nutanix:PcBackupTargetV2\n    properties:\n      domainManagerExtId: 75dde184-3a0e-4f59-a185-03ca1efead17\n      location:\n        objectStoreLocations:\n          - providerConfigs:\n              - bucketName: nutanix-terraform-bucket\n                region: us-west-1\n                credentials:\n                  accessKeyId: IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\n                  secretAccessKey: JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\n            backupPolicies:\n              - rpoInMinutes: 120\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "backupPauseReason": {
          "type": "string"
        },
        "domainManagerExtId": {
          "type": "string",
          "description": "-(Required) A unique identifier for the domain manager.\n"
        },
        "extId": {
          "type": "string"
        },
        "isBackupPaused": {
          "type": "boolean"
        },
        "lastSyncTime": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcBackupTargetV2Link:PcBackupTargetV2Link"
          }
        },
        "location": {
          "$ref": "#/types/nutanix:index%2FPcBackupTargetV2Location:PcBackupTargetV2Location",
          "description": "-(Required) Location of the backup target. For example, a cluster or an object store endpoint, such as AWS s3.\n"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "backupPauseReason",
        "domainManagerExtId",
        "extId",
        "isBackupPaused",
        "lastSyncTime",
        "links",
        "location",
        "tenantId"
      ],
      "inputProperties": {
        "domainManagerExtId": {
          "type": "string",
          "description": "-(Required) A unique identifier for the domain manager.\n"
        },
        "location": {
          "$ref": "#/types/nutanix:index%2FPcBackupTargetV2Location:PcBackupTargetV2Location",
          "description": "-(Required) Location of the backup target. For example, a cluster or an object store endpoint, such as AWS s3.\n"
        }
      },
      "requiredInputs": [
        "domainManagerExtId",
        "location"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering PcBackupTargetV2 resources.\n",
        "properties": {
          "backupPauseReason": {
            "type": "string"
          },
          "domainManagerExtId": {
            "type": "string",
            "description": "-(Required) A unique identifier for the domain manager.\n"
          },
          "extId": {
            "type": "string"
          },
          "isBackupPaused": {
            "type": "boolean"
          },
          "lastSyncTime": {
            "type": "string"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FPcBackupTargetV2Link:PcBackupTargetV2Link"
            }
          },
          "location": {
            "$ref": "#/types/nutanix:index%2FPcBackupTargetV2Location:PcBackupTargetV2Location",
            "description": "-(Required) Location of the backup target. For example, a cluster or an object store endpoint, such as AWS s3.\n"
          },
          "tenantId": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/pcDeployV2:PcDeployV2": {
      "description": "> - The Pc Deploy V2 resource is an action-only resource that supports creating actions. The update and delete operations have no effect. To run it again, destroy and reapply the resource.\n> - We need to increase the timeout for deploying the PC resource because the deployment takes longer than the default timeout allows for the operation to complete.\n\nDeploys a Prism Central using the provided details. Prism Central Size, Network Config are mandatory fields to deploy Prism Central. The response from this endpoint contains the URL in the task object location header that can be used to track the request status.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst example = new nutanix.PcDeployV2(\"example\", {\n    config: {\n        buildInfo: {\n            version: \"pc.2024.3\",\n        },\n        size: \"STARTER\",\n        name: \"PC_EXAMPLE\",\n    },\n    network: {\n        externalNetworks: [{\n            networkExtId: \"ba416f8d-00f2-499d-bc4c-19da8d104af9\",\n            defaultGateway: {\n                ipv4s: [{\n                    value: \"10.97.64.1\",\n                }],\n            },\n            subnetMask: {\n                ipv4s: [{\n                    value: \"255.255.252.0\",\n                }],\n            },\n            ipRanges: [{\n                begin: {\n                    ipv4s: [{\n                        value: \"10.97.64.91\",\n                    }],\n                },\n                end: {\n                    ipv4s: [{\n                        value: \"10.97.64.91\",\n                    }],\n                },\n            }],\n        }],\n        nameServers: [\n            {\n                ipv4s: [{\n                    value: \"10.40.64.16\",\n                }],\n            },\n            {\n                ipv4s: [{\n                    value: \"10.40.64.15\",\n                }],\n            },\n        ],\n        ntpServers: [\n            {\n                fqdns: [{\n                    value: \"2.centos.pool.ntp.org\",\n                }],\n            },\n            {\n                fqdns: [{\n                    value: \"3.centos.pool.ntp.org\",\n                }],\n            },\n        ],\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nexample = nutanix.PcDeployV2(\"example\",\n    config={\n        \"build_info\": {\n            \"version\": \"pc.2024.3\",\n        },\n        \"size\": \"STARTER\",\n        \"name\": \"PC_EXAMPLE\",\n    },\n    network={\n        \"external_networks\": [{\n            \"network_ext_id\": \"ba416f8d-00f2-499d-bc4c-19da8d104af9\",\n            \"default_gateway\": {\n                \"ipv4s\": [{\n                    \"value\": \"10.97.64.1\",\n                }],\n            },\n            \"subnet_mask\": {\n                \"ipv4s\": [{\n                    \"value\": \"255.255.252.0\",\n                }],\n            },\n            \"ip_ranges\": [{\n                \"begin\": {\n                    \"ipv4s\": [{\n                        \"value\": \"10.97.64.91\",\n                    }],\n                },\n                \"end\": {\n                    \"ipv4s\": [{\n                        \"value\": \"10.97.64.91\",\n                    }],\n                },\n            }],\n        }],\n        \"name_servers\": [\n            {\n                \"ipv4s\": [{\n                    \"value\": \"10.40.64.16\",\n                }],\n            },\n            {\n                \"ipv4s\": [{\n                    \"value\": \"10.40.64.15\",\n                }],\n            },\n        ],\n        \"ntp_servers\": [\n            {\n                \"fqdns\": [{\n                    \"value\": \"2.centos.pool.ntp.org\",\n                }],\n            },\n            {\n                \"fqdns\": [{\n                    \"value\": \"3.centos.pool.ntp.org\",\n                }],\n            },\n        ],\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var example = new Nutanix.PcDeployV2(\"example\", new()\n    {\n        Config = new Nutanix.Inputs.PcDeployV2ConfigArgs\n        {\n            BuildInfo = new Nutanix.Inputs.PcDeployV2ConfigBuildInfoArgs\n            {\n                Version = \"pc.2024.3\",\n            },\n            Size = \"STARTER\",\n            Name = \"PC_EXAMPLE\",\n        },\n        Network = new Nutanix.Inputs.PcDeployV2NetworkArgs\n        {\n            ExternalNetworks = new[]\n            {\n                new Nutanix.Inputs.PcDeployV2NetworkExternalNetworkArgs\n                {\n                    NetworkExtId = \"ba416f8d-00f2-499d-bc4c-19da8d104af9\",\n                    DefaultGateway = new Nutanix.Inputs.PcDeployV2NetworkExternalNetworkDefaultGatewayArgs\n                    {\n                        Ipv4s = new[]\n                        {\n                            new Nutanix.Inputs.PcDeployV2NetworkExternalNetworkDefaultGatewayIpv4Args\n                            {\n                                Value = \"10.97.64.1\",\n                            },\n                        },\n                    },\n                    SubnetMask = new Nutanix.Inputs.PcDeployV2NetworkExternalNetworkSubnetMaskArgs\n                    {\n                        Ipv4s = new[]\n                        {\n                            new Nutanix.Inputs.PcDeployV2NetworkExternalNetworkSubnetMaskIpv4Args\n                            {\n                                Value = \"255.255.252.0\",\n                            },\n                        },\n                    },\n                    IpRanges = new[]\n                    {\n                        new Nutanix.Inputs.PcDeployV2NetworkExternalNetworkIpRangeArgs\n                        {\n                            Begin = new Nutanix.Inputs.PcDeployV2NetworkExternalNetworkIpRangeBeginArgs\n                            {\n                                Ipv4s = new[]\n                                {\n                                    new Nutanix.Inputs.PcDeployV2NetworkExternalNetworkIpRangeBeginIpv4Args\n                                    {\n                                        Value = \"10.97.64.91\",\n                                    },\n                                },\n                            },\n                            End = new Nutanix.Inputs.PcDeployV2NetworkExternalNetworkIpRangeEndArgs\n                            {\n                                Ipv4s = new[]\n                                {\n                                    new Nutanix.Inputs.PcDeployV2NetworkExternalNetworkIpRangeEndIpv4Args\n                                    {\n                                        Value = \"10.97.64.91\",\n                                    },\n                                },\n                            },\n                        },\n                    },\n                },\n            },\n            NameServers = new[]\n            {\n                new Nutanix.Inputs.PcDeployV2NetworkNameServerArgs\n                {\n                    Ipv4s = new[]\n                    {\n                        new Nutanix.Inputs.PcDeployV2NetworkNameServerIpv4Args\n                        {\n                            Value = \"10.40.64.16\",\n                        },\n                    },\n                },\n                new Nutanix.Inputs.PcDeployV2NetworkNameServerArgs\n                {\n                    Ipv4s = new[]\n                    {\n                        new Nutanix.Inputs.PcDeployV2NetworkNameServerIpv4Args\n                        {\n                            Value = \"10.40.64.15\",\n                        },\n                    },\n                },\n            },\n            NtpServers = new[]\n            {\n                new Nutanix.Inputs.PcDeployV2NetworkNtpServerArgs\n                {\n                    Fqdns = new[]\n                    {\n                        new Nutanix.Inputs.PcDeployV2NetworkNtpServerFqdnArgs\n                        {\n                            Value = \"2.centos.pool.ntp.org\",\n                        },\n                    },\n                },\n                new Nutanix.Inputs.PcDeployV2NetworkNtpServerArgs\n                {\n                    Fqdns = new[]\n                    {\n                        new Nutanix.Inputs.PcDeployV2NetworkNtpServerFqdnArgs\n                        {\n                            Value = \"3.centos.pool.ntp.org\",\n                        },\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewPcDeployV2(ctx, \"example\", &nutanix.PcDeployV2Args{\n\t\t\tConfig: &nutanix.PcDeployV2ConfigArgs{\n\t\t\t\tBuildInfo: &nutanix.PcDeployV2ConfigBuildInfoArgs{\n\t\t\t\t\tVersion: pulumi.String(\"pc.2024.3\"),\n\t\t\t\t},\n\t\t\t\tSize: pulumi.String(\"STARTER\"),\n\t\t\t\tName: pulumi.String(\"PC_EXAMPLE\"),\n\t\t\t},\n\t\t\tNetwork: &nutanix.PcDeployV2NetworkArgs{\n\t\t\t\tExternalNetworks: nutanix.PcDeployV2NetworkExternalNetworkArray{\n\t\t\t\t\t&nutanix.PcDeployV2NetworkExternalNetworkArgs{\n\t\t\t\t\t\tNetworkExtId: pulumi.String(\"ba416f8d-00f2-499d-bc4c-19da8d104af9\"),\n\t\t\t\t\t\tDefaultGateway: &nutanix.PcDeployV2NetworkExternalNetworkDefaultGatewayArgs{\n\t\t\t\t\t\t\tIpv4s: nutanix.PcDeployV2NetworkExternalNetworkDefaultGatewayIpv4Array{\n\t\t\t\t\t\t\t\t&nutanix.PcDeployV2NetworkExternalNetworkDefaultGatewayIpv4Args{\n\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"10.97.64.1\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSubnetMask: &nutanix.PcDeployV2NetworkExternalNetworkSubnetMaskArgs{\n\t\t\t\t\t\t\tIpv4s: nutanix.PcDeployV2NetworkExternalNetworkSubnetMaskIpv4Array{\n\t\t\t\t\t\t\t\t&nutanix.PcDeployV2NetworkExternalNetworkSubnetMaskIpv4Args{\n\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"255.255.252.0\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tIpRanges: nutanix.PcDeployV2NetworkExternalNetworkIpRangeArray{\n\t\t\t\t\t\t\t&nutanix.PcDeployV2NetworkExternalNetworkIpRangeArgs{\n\t\t\t\t\t\t\t\tBegin: &nutanix.PcDeployV2NetworkExternalNetworkIpRangeBeginArgs{\n\t\t\t\t\t\t\t\t\tIpv4s: nutanix.PcDeployV2NetworkExternalNetworkIpRangeBeginIpv4Array{\n\t\t\t\t\t\t\t\t\t\t&nutanix.PcDeployV2NetworkExternalNetworkIpRangeBeginIpv4Args{\n\t\t\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"10.97.64.91\"),\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tEnd: &nutanix.PcDeployV2NetworkExternalNetworkIpRangeEndArgs{\n\t\t\t\t\t\t\t\t\tIpv4s: nutanix.PcDeployV2NetworkExternalNetworkIpRangeEndIpv4Array{\n\t\t\t\t\t\t\t\t\t\t&nutanix.PcDeployV2NetworkExternalNetworkIpRangeEndIpv4Args{\n\t\t\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"10.97.64.91\"),\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNameServers: nutanix.PcDeployV2NetworkNameServerArray{\n\t\t\t\t\t&nutanix.PcDeployV2NetworkNameServerArgs{\n\t\t\t\t\t\tIpv4s: nutanix.PcDeployV2NetworkNameServerIpv4Array{\n\t\t\t\t\t\t\t&nutanix.PcDeployV2NetworkNameServerIpv4Args{\n\t\t\t\t\t\t\t\tValue: pulumi.String(\"10.40.64.16\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t&nutanix.PcDeployV2NetworkNameServerArgs{\n\t\t\t\t\t\tIpv4s: nutanix.PcDeployV2NetworkNameServerIpv4Array{\n\t\t\t\t\t\t\t&nutanix.PcDeployV2NetworkNameServerIpv4Args{\n\t\t\t\t\t\t\t\tValue: pulumi.String(\"10.40.64.15\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNtpServers: nutanix.PcDeployV2NetworkNtpServerArray{\n\t\t\t\t\t&nutanix.PcDeployV2NetworkNtpServerArgs{\n\t\t\t\t\t\tFqdns: nutanix.PcDeployV2NetworkNtpServerFqdnArray{\n\t\t\t\t\t\t\t&nutanix.PcDeployV2NetworkNtpServerFqdnArgs{\n\t\t\t\t\t\t\t\tValue: pulumi.String(\"2.centos.pool.ntp.org\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t&nutanix.PcDeployV2NetworkNtpServerArgs{\n\t\t\t\t\t\tFqdns: nutanix.PcDeployV2NetworkNtpServerFqdnArray{\n\t\t\t\t\t\t\t&nutanix.PcDeployV2NetworkNtpServerFqdnArgs{\n\t\t\t\t\t\t\t\tValue: pulumi.String(\"3.centos.pool.ntp.org\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.PcDeployV2;\nimport com.pulumi.nutanix.PcDeployV2Args;\nimport com.pulumi.nutanix.inputs.PcDeployV2ConfigArgs;\nimport com.pulumi.nutanix.inputs.PcDeployV2ConfigBuildInfoArgs;\nimport com.pulumi.nutanix.inputs.PcDeployV2NetworkArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var example = new PcDeployV2(\"example\", PcDeployV2Args.builder()\n            .config(PcDeployV2ConfigArgs.builder()\n                .buildInfo(PcDeployV2ConfigBuildInfoArgs.builder()\n                    .version(\"pc.2024.3\")\n                    .build())\n                .size(\"STARTER\")\n                .name(\"PC_EXAMPLE\")\n                .build())\n            .network(PcDeployV2NetworkArgs.builder()\n                .externalNetworks(PcDeployV2NetworkExternalNetworkArgs.builder()\n                    .networkExtId(\"ba416f8d-00f2-499d-bc4c-19da8d104af9\")\n                    .defaultGateway(PcDeployV2NetworkExternalNetworkDefaultGatewayArgs.builder()\n                        .ipv4s(PcDeployV2NetworkExternalNetworkDefaultGatewayIpv4Args.builder()\n                            .value(\"10.97.64.1\")\n                            .build())\n                        .build())\n                    .subnetMask(PcDeployV2NetworkExternalNetworkSubnetMaskArgs.builder()\n                        .ipv4s(PcDeployV2NetworkExternalNetworkSubnetMaskIpv4Args.builder()\n                            .value(\"255.255.252.0\")\n                            .build())\n                        .build())\n                    .ipRanges(PcDeployV2NetworkExternalNetworkIpRangeArgs.builder()\n                        .begin(PcDeployV2NetworkExternalNetworkIpRangeBeginArgs.builder()\n                            .ipv4s(PcDeployV2NetworkExternalNetworkIpRangeBeginIpv4Args.builder()\n                                .value(\"10.97.64.91\")\n                                .build())\n                            .build())\n                        .end(PcDeployV2NetworkExternalNetworkIpRangeEndArgs.builder()\n                            .ipv4s(PcDeployV2NetworkExternalNetworkIpRangeEndIpv4Args.builder()\n                                .value(\"10.97.64.91\")\n                                .build())\n                            .build())\n                        .build())\n                    .build())\n                .nameServers(                \n                    PcDeployV2NetworkNameServerArgs.builder()\n                        .ipv4s(PcDeployV2NetworkNameServerIpv4Args.builder()\n                            .value(\"10.40.64.16\")\n                            .build())\n                        .build(),\n                    PcDeployV2NetworkNameServerArgs.builder()\n                        .ipv4s(PcDeployV2NetworkNameServerIpv4Args.builder()\n                            .value(\"10.40.64.15\")\n                            .build())\n                        .build())\n                .ntpServers(                \n                    PcDeployV2NetworkNtpServerArgs.builder()\n                        .fqdns(PcDeployV2NetworkNtpServerFqdnArgs.builder()\n                            .value(\"2.centos.pool.ntp.org\")\n                            .build())\n                        .build(),\n                    PcDeployV2NetworkNtpServerArgs.builder()\n                        .fqdns(PcDeployV2NetworkNtpServerFqdnArgs.builder()\n                            .value(\"3.centos.pool.ntp.org\")\n                            .build())\n                        .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  example:\n    type: nutanix:PcDeployV2\n    properties:\n      config:\n        buildInfo:\n          version: pc.2024.3\n        size: STARTER\n        name: PC_EXAMPLE\n      network:\n        externalNetworks:\n          - networkExtId: ba416f8d-00f2-499d-bc4c-19da8d104af9\n            defaultGateway:\n              ipv4s:\n                - value: 10.97.64.1\n            subnetMask:\n              ipv4s:\n                - value: 255.255.252.0\n            ipRanges:\n              - begin:\n                  ipv4s:\n                    - value: 10.97.64.91\n                end:\n                  ipv4s:\n                    - value: 10.97.64.91\n        nameServers:\n          - ipv4s:\n              - value: 10.40.64.16\n          - ipv4s:\n              - value: 10.40.64.15\n        ntpServers:\n          - fqdns:\n              - value: 2.centos.pool.ntp.org\n          - fqdns:\n              - value: 3.centos.pool.ntp.org\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "config": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2Config:PcDeployV2Config",
          "description": "-(Required) Domain manager (Prism Central) cluster configuration details.\n"
        },
        "network": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2Network:PcDeployV2Network",
          "description": "-(Required) Domain manager (Prism Central) network configuration details.\n"
        },
        "shouldEnableHighAvailability": {
          "type": "boolean",
          "description": "-(Optional) This configuration enables Prism Central to be deployed in scale-out mode. Default is <span pulumi-lang-nodejs=\"`false`\" pulumi-lang-dotnet=\"`False`\" pulumi-lang-go=\"`false`\" pulumi-lang-python=\"`false`\" pulumi-lang-yaml=\"`false`\" pulumi-lang-java=\"`false`\">`false`</span>.\n"
        }
      },
      "type": "object",
      "required": [
        "config",
        "network"
      ],
      "inputProperties": {
        "config": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2Config:PcDeployV2Config",
          "description": "-(Required) Domain manager (Prism Central) cluster configuration details.\n"
        },
        "network": {
          "$ref": "#/types/nutanix:index%2FPcDeployV2Network:PcDeployV2Network",
          "description": "-(Required) Domain manager (Prism Central) network configuration details.\n"
        },
        "shouldEnableHighAvailability": {
          "type": "boolean",
          "description": "-(Optional) This configuration enables Prism Central to be deployed in scale-out mode. Default is <span pulumi-lang-nodejs=\"`false`\" pulumi-lang-dotnet=\"`False`\" pulumi-lang-go=\"`false`\" pulumi-lang-python=\"`false`\" pulumi-lang-yaml=\"`false`\" pulumi-lang-java=\"`false`\">`false`</span>.\n"
        }
      },
      "requiredInputs": [
        "config",
        "network"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering PcDeployV2 resources.\n",
        "properties": {
          "config": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2Config:PcDeployV2Config",
            "description": "-(Required) Domain manager (Prism Central) cluster configuration details.\n"
          },
          "network": {
            "$ref": "#/types/nutanix:index%2FPcDeployV2Network:PcDeployV2Network",
            "description": "-(Required) Domain manager (Prism Central) network configuration details.\n"
          },
          "shouldEnableHighAvailability": {
            "type": "boolean",
            "description": "-(Optional) This configuration enables Prism Central to be deployed in scale-out mode. Default is <span pulumi-lang-nodejs=\"`false`\" pulumi-lang-dotnet=\"`False`\" pulumi-lang-go=\"`false`\" pulumi-lang-python=\"`false`\" pulumi-lang-yaml=\"`false`\" pulumi-lang-java=\"`false`\">`false`</span>.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/pcRegistrationV2:PcRegistrationV2": {
      "description": "Provides a resource to Registers a domain manager (Prism Central) instance to other entities like PE and PC. This process is asynchronous, creating a registration task and returning its UUID.\n\n\n",
      "properties": {
        "configs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2Config:PcRegistrationV2Config"
          }
        },
        "extId": {
          "type": "string"
        },
        "hostingClusterExtId": {
          "type": "string"
        },
        "isRegisteredWithHostingCluster": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2Link:PcRegistrationV2Link"
          }
        },
        "networks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2Network:PcRegistrationV2Network"
          }
        },
        "nodeExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "pcExtId": {
          "type": "string",
          "description": "-(Required) The display name for the Role.\n"
        },
        "remoteCluster": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteCluster:PcRegistrationV2RemoteCluster",
          "description": "-(Required)  The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.\nThe remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:\n* `prism.v4.management.DomainManagerRemoteClusterSpec`\n* `prism.v4.management.AOSRemoteClusterSpec`\n* `prism.v4.management.ClusterReference`\n"
        },
        "shouldEnableHighAvailability": {
          "type": "boolean"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "configs",
        "extId",
        "hostingClusterExtId",
        "isRegisteredWithHostingCluster",
        "links",
        "networks",
        "nodeExtIds",
        "pcExtId",
        "remoteCluster",
        "shouldEnableHighAvailability",
        "tenantId"
      ],
      "inputProperties": {
        "pcExtId": {
          "type": "string",
          "description": "-(Required) The display name for the Role.\n"
        },
        "remoteCluster": {
          "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteCluster:PcRegistrationV2RemoteCluster",
          "description": "-(Required)  The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.\nThe remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:\n* `prism.v4.management.DomainManagerRemoteClusterSpec`\n* `prism.v4.management.AOSRemoteClusterSpec`\n* `prism.v4.management.ClusterReference`\n"
        }
      },
      "requiredInputs": [
        "pcExtId",
        "remoteCluster"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering PcRegistrationV2 resources.\n",
        "properties": {
          "configs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FPcRegistrationV2Config:PcRegistrationV2Config"
            }
          },
          "extId": {
            "type": "string"
          },
          "hostingClusterExtId": {
            "type": "string"
          },
          "isRegisteredWithHostingCluster": {
            "type": "boolean"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FPcRegistrationV2Link:PcRegistrationV2Link"
            }
          },
          "networks": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FPcRegistrationV2Network:PcRegistrationV2Network"
            }
          },
          "nodeExtIds": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "pcExtId": {
            "type": "string",
            "description": "-(Required) The display name for the Role.\n"
          },
          "remoteCluster": {
            "$ref": "#/types/nutanix:index%2FPcRegistrationV2RemoteCluster:PcRegistrationV2RemoteCluster",
            "description": "-(Required)  The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.\nThe remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:\n* `prism.v4.management.DomainManagerRemoteClusterSpec`\n* `prism.v4.management.AOSRemoteClusterSpec`\n* `prism.v4.management.ClusterReference`\n"
          },
          "shouldEnableHighAvailability": {
            "type": "boolean"
          },
          "tenantId": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/pcRestoreSourceV2:PcRestoreSourceV2": {
      "description": "> The restore source is auto-deleted after sometime,<span pulumi-lang-nodejs=\" nutanix.PcRestoreSourceV2 \" pulumi-lang-dotnet=\" nutanix.PcRestoreSourceV2 \" pulumi-lang-go=\" PcRestoreSourceV2 \" pulumi-lang-python=\" PcRestoreSourceV2 \" pulumi-lang-yaml=\" nutanix.PcRestoreSourceV2 \" pulumi-lang-java=\" nutanix.PcRestoreSourceV2 \"> nutanix.PcRestoreSourceV2 </span>resource is auto-create new restore source if it was deleted, so notice that the id of the restore source resource will be different after recreation. and for update restore source, it will create a new restore source with the new configuration\n\nCreate a restore source pointing to a cluster or object store to restore the domain manager. The created restore source is intended to be deleted after use. If the restore source is not deleted using the deleteRestoreSource API, then it is auto-deleted after sometime. Also note that a restore source will not contain a backup policy. It is only used to access the backup data at the location from where the Prism Central may be restored. Credentials used to access the restore source are not validated at the time of creation of the restore source. They are validated when the restore source is used to fetch data.\n\n\n## Example Usage\n\n### Cluster Location\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// restore source is auto-deleted after sometime, nutanix_pc_restore_source_v2 resource is auto-create\n// new restore source if it was deleted, so notice that the id of the restore source will be different\n// after recreation\nconst cluster_location = new nutanix.PcRestoreSourceV2(\"cluster-location\", {location: {\n    clusterLocations: [{\n        configs: [{\n            extId: \"323860ca-bd10-411e-9fe0-1430b62eaf45\",\n        }],\n    }],\n}});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# restore source is auto-deleted after sometime, nutanix_pc_restore_source_v2 resource is auto-create\n# new restore source if it was deleted, so notice that the id of the restore source will be different\n# after recreation\ncluster_location = nutanix.PcRestoreSourceV2(\"cluster-location\", location={\n    \"cluster_locations\": [{\n        \"configs\": [{\n            \"ext_id\": \"323860ca-bd10-411e-9fe0-1430b62eaf45\",\n        }],\n    }],\n})\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // restore source is auto-deleted after sometime, nutanix_pc_restore_source_v2 resource is auto-create\n    // new restore source if it was deleted, so notice that the id of the restore source will be different\n    // after recreation\n    var cluster_location = new Nutanix.PcRestoreSourceV2(\"cluster-location\", new()\n    {\n        Location = new Nutanix.Inputs.PcRestoreSourceV2LocationArgs\n        {\n            ClusterLocations = new[]\n            {\n                new Nutanix.Inputs.PcRestoreSourceV2LocationClusterLocationArgs\n                {\n                    Configs = new[]\n                    {\n                        new Nutanix.Inputs.PcRestoreSourceV2LocationClusterLocationConfigArgs\n                        {\n                            ExtId = \"323860ca-bd10-411e-9fe0-1430b62eaf45\",\n                        },\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// restore source is auto-deleted after sometime, nutanix_pc_restore_source_v2 resource is auto-create\n\t\t// new restore source if it was deleted, so notice that the id of the restore source will be different\n\t\t// after recreation\n\t\t_, err := nutanix.NewPcRestoreSourceV2(ctx, \"cluster-location\", &nutanix.PcRestoreSourceV2Args{\n\t\t\tLocation: &nutanix.PcRestoreSourceV2LocationArgs{\n\t\t\t\tClusterLocations: nutanix.PcRestoreSourceV2LocationClusterLocationArray{\n\t\t\t\t\t&nutanix.PcRestoreSourceV2LocationClusterLocationArgs{\n\t\t\t\t\t\tConfigs: nutanix.PcRestoreSourceV2LocationClusterLocationConfigArray{\n\t\t\t\t\t\t\t&nutanix.PcRestoreSourceV2LocationClusterLocationConfigArgs{\n\t\t\t\t\t\t\t\tExtId: pulumi.String(\"323860ca-bd10-411e-9fe0-1430b62eaf45\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.PcRestoreSourceV2;\nimport com.pulumi.nutanix.PcRestoreSourceV2Args;\nimport com.pulumi.nutanix.inputs.PcRestoreSourceV2LocationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // restore source is auto-deleted after sometime, nutanix_pc_restore_source_v2 resource is auto-create\n        // new restore source if it was deleted, so notice that the id of the restore source will be different\n        // after recreation\n        var cluster_location = new PcRestoreSourceV2(\"cluster-location\", PcRestoreSourceV2Args.builder()\n            .location(PcRestoreSourceV2LocationArgs.builder()\n                .clusterLocations(PcRestoreSourceV2LocationClusterLocationArgs.builder()\n                    .configs(PcRestoreSourceV2LocationClusterLocationConfigArgs.builder()\n                        .extId(\"323860ca-bd10-411e-9fe0-1430b62eaf45\")\n                        .build())\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # restore source is auto-deleted after sometime, nutanix_pc_restore_source_v2 resource is auto-create\n  # new restore source if it was deleted, so notice that the id of the restore source will be different\n  # after recreation\n  cluster-location:\n    type: nutanix:PcRestoreSourceV2\n    properties:\n      location:\n        clusterLocations:\n          - configs:\n              - extId: 323860ca-bd10-411e-9fe0-1430b62eaf45\n```\n<!--End PulumiCodeChooser -->\n\n### Object Store Location\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// using object store location\nconst object_store_location = new nutanix.PcRestoreSourceV2(\"object-store-location\", {location: {\n    objectStoreLocations: [{\n        providerConfigs: [{\n            bucketName: \"nutanix-terraform-bucket\",\n            region: \"us-west-1\",\n            credentials: {\n                accessKeyId: \"IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\",\n                secretAccessKey: \"JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\",\n            },\n        }],\n        backupPolicies: [{\n            rpoInMinutes: 120,\n        }],\n    }],\n}});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# using object store location\nobject_store_location = nutanix.PcRestoreSourceV2(\"object-store-location\", location={\n    \"object_store_locations\": [{\n        \"provider_configs\": [{\n            \"bucket_name\": \"nutanix-terraform-bucket\",\n            \"region\": \"us-west-1\",\n            \"credentials\": {\n                \"access_key_id\": \"IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\",\n                \"secret_access_key\": \"JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\",\n            },\n        }],\n        \"backup_policies\": [{\n            \"rpo_in_minutes\": 120,\n        }],\n    }],\n})\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // using object store location\n    var object_store_location = new Nutanix.PcRestoreSourceV2(\"object-store-location\", new()\n    {\n        Location = new Nutanix.Inputs.PcRestoreSourceV2LocationArgs\n        {\n            ObjectStoreLocations = new[]\n            {\n                new Nutanix.Inputs.PcRestoreSourceV2LocationObjectStoreLocationArgs\n                {\n                    ProviderConfigs = new[]\n                    {\n                        new Nutanix.Inputs.PcRestoreSourceV2LocationObjectStoreLocationProviderConfigArgs\n                        {\n                            BucketName = \"nutanix-terraform-bucket\",\n                            Region = \"us-west-1\",\n                            Credentials = new Nutanix.Inputs.PcRestoreSourceV2LocationObjectStoreLocationProviderConfigCredentialsArgs\n                            {\n                                AccessKeyId = \"IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\",\n                                SecretAccessKey = \"JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\",\n                            },\n                        },\n                    },\n                    BackupPolicies = new[]\n                    {\n                        new Nutanix.Inputs.PcRestoreSourceV2LocationObjectStoreLocationBackupPolicyArgs\n                        {\n                            RpoInMinutes = 120,\n                        },\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// using object store location\n\t\t_, err := nutanix.NewPcRestoreSourceV2(ctx, \"object-store-location\", &nutanix.PcRestoreSourceV2Args{\n\t\t\tLocation: &nutanix.PcRestoreSourceV2LocationArgs{\n\t\t\t\tObjectStoreLocations: nutanix.PcRestoreSourceV2LocationObjectStoreLocationArray{\n\t\t\t\t\t&nutanix.PcRestoreSourceV2LocationObjectStoreLocationArgs{\n\t\t\t\t\t\tProviderConfigs: nutanix.PcRestoreSourceV2LocationObjectStoreLocationProviderConfigArray{\n\t\t\t\t\t\t\t&nutanix.PcRestoreSourceV2LocationObjectStoreLocationProviderConfigArgs{\n\t\t\t\t\t\t\t\tBucketName: pulumi.String(\"nutanix-terraform-bucket\"),\n\t\t\t\t\t\t\t\tRegion:     pulumi.String(\"us-west-1\"),\n\t\t\t\t\t\t\t\tCredentials: &nutanix.PcRestoreSourceV2LocationObjectStoreLocationProviderConfigCredentialsArgs{\n\t\t\t\t\t\t\t\t\tAccessKeyId:     pulumi.String(\"IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\"),\n\t\t\t\t\t\t\t\t\tSecretAccessKey: pulumi.String(\"JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackupPolicies: nutanix.PcRestoreSourceV2LocationObjectStoreLocationBackupPolicyArray{\n\t\t\t\t\t\t\t&nutanix.PcRestoreSourceV2LocationObjectStoreLocationBackupPolicyArgs{\n\t\t\t\t\t\t\t\tRpoInMinutes: pulumi.Int(120),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.PcRestoreSourceV2;\nimport com.pulumi.nutanix.PcRestoreSourceV2Args;\nimport com.pulumi.nutanix.inputs.PcRestoreSourceV2LocationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // using object store location\n        var object_store_location = new PcRestoreSourceV2(\"object-store-location\", PcRestoreSourceV2Args.builder()\n            .location(PcRestoreSourceV2LocationArgs.builder()\n                .objectStoreLocations(PcRestoreSourceV2LocationObjectStoreLocationArgs.builder()\n                    .providerConfigs(PcRestoreSourceV2LocationObjectStoreLocationProviderConfigArgs.builder()\n                        .bucketName(\"nutanix-terraform-bucket\")\n                        .region(\"us-west-1\")\n                        .credentials(PcRestoreSourceV2LocationObjectStoreLocationProviderConfigCredentialsArgs.builder()\n                            .accessKeyId(\"IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\")\n                            .secretAccessKey(\"JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\")\n                            .build())\n                        .build())\n                    .backupPolicies(PcRestoreSourceV2LocationObjectStoreLocationBackupPolicyArgs.builder()\n                        .rpoInMinutes(120)\n                        .build())\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # using object store location\n  object-store-location:\n    type: nutanix:PcRestoreSourceV2\n    properties:\n      location:\n        objectStoreLocations:\n          - providerConfigs:\n              - bucketName: nutanix-terraform-bucket\n                region: us-west-1\n                credentials:\n                  accessKeyId: IHSAJHDHADFWYTKJHFGCJKHASGJHKDSA\n                  secretAccessKey: JGSDHJYHGFHGHDS+JKBASDF/HSDAFHJ+SjkfbdsASDfdJFdSDFJfk\n            backupPolicies:\n              - rpoInMinutes: 120\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "backupPauseReason": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "isBackupPaused": {
          "type": "boolean"
        },
        "lastSyncTime": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FPcRestoreSourceV2Link:PcRestoreSourceV2Link"
          }
        },
        "location": {
          "$ref": "#/types/nutanix:index%2FPcRestoreSourceV2Location:PcRestoreSourceV2Location",
          "description": "-(Required) Location of the backup target. For example, a cluster or an object store endpoint, such as AWS s3.\n"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "backupPauseReason",
        "extId",
        "isBackupPaused",
        "lastSyncTime",
        "links",
        "location",
        "tenantId"
      ],
      "inputProperties": {
        "location": {
          "$ref": "#/types/nutanix:index%2FPcRestoreSourceV2Location:PcRestoreSourceV2Location",
          "description": "-(Required) Location of the backup target. For example, a cluster or an object store endpoint, such as AWS s3.\n"
        }
      },
      "requiredInputs": [
        "location"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering PcRestoreSourceV2 resources.\n",
        "properties": {
          "backupPauseReason": {
            "type": "string"
          },
          "extId": {
            "type": "string"
          },
          "isBackupPaused": {
            "type": "boolean"
          },
          "lastSyncTime": {
            "type": "string"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FPcRestoreSourceV2Link:PcRestoreSourceV2Link"
            }
          },
          "location": {
            "$ref": "#/types/nutanix:index%2FPcRestoreSourceV2Location:PcRestoreSourceV2Location",
            "description": "-(Required) Location of the backup target. For example, a cluster or an object store endpoint, such as AWS s3.\n"
          },
          "tenantId": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/pcRestoreV2:PcRestoreV2": {
      "description": "> - The Pc Restore V2 resource is an action-only resource that supports creating actions. The update and delete operations have no effect. To run it again, destroy and reapply the resource.\n> -  We need to increase the timeout for restoring the PC, because the restore pc takes longer than the default timeout allows for the operation to complete.\n\n\nThe restore domain manager is a task-driven operation to restore a domain manager from a cluster or object store backup location based on the selected restore point.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as command from \"@pulumi/command\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Fetch Cluster Ext ID from PC\nconst clusters = nutanix.getClustersV2({});\nconst domainManagerExtId = cls.clusterEntities[0].extId;\nconst clusterExtId = clusters.then(clusters => .filter(cluster => cluster.config[0].clusterFunction[0] != \"PRISM_CENTRAL\").map(cluster => (cluster.extId))[0]);\n// Create a restore source, before make sure to get the cluster ext_id from PC and create backup target\n// wait until backup target is synced, you can check the last_sync_time from the backup target data source\nconst cluster_location = new nutanix.PcRestoreSourceV2(\"cluster-location\", {location: {\n    clusterLocations: [{\n        configs: [{\n            extId: clusterExtId,\n        }],\n    }],\n}});\nconst restorable_pcs = nutanix.getRestorablePcsV2Output({\n    restoreSourceExtId: cluster_location.extId,\n});\nconst restorablePcExtId = restorable_pcs.apply(restorable_pcs => restorable_pcs.restorablePcs?.[0]?.extId);\nconst restore_points = pulumi.all([restorablePcExtId, cluster_location.id]).apply(([restorablePcExtId, id]) => nutanix.getPcRestorePointsV2Output({\n    restorableDomainManagerExtId: restorablePcExtId,\n    restoreSourceExtId: id,\n}));\nconst restore_point = pulumi.all([cluster_location.id, restorablePcExtId, restore_points]).apply(([id, restorablePcExtId, restore_points]) => nutanix.getPcRestorePointV2Output({\n    restoreSourceExtId: id,\n    restorableDomainManagerExtId: restorablePcExtId,\n    extId: restore_points.restorePoints?.[0]?.extId,\n}));\nconst restorePoint = restore_point;\n// define the restore pc resource\n// you can get these values from the data source nutanix_pc_v2, this data source is on PC provider\nconst test = new nutanix.PcRestoreV2(\"test\", {\n    extId: restorePoint.apply(restorePoint => restorePoint.extId),\n    restoreSourceExtId: cluster_location.id,\n    restorableDomainManagerExtId: restorablePcExtId,\n    domainManager: {\n        networks: [{\n            nameServers: .map(entry => ({\n                ipv4s: [{\n                    value: entry.value.ipv4[0].value,\n                }],\n            })),\n            ntpServers: .map(entry => ({\n                fqdns: [{\n                    value: entry.value.fqdn[0].value,\n                }],\n            })),\n            externalAddress: {\n                ipv4s: [{\n                    value: restorePoint.domainManager[0].network[0].externalAddress[0].ipv4[0].value,\n                }],\n            },\n            externalNetworks: [{\n                networkExtId: restorePoint.domainManager[0].network[0].externalNetworks[0].networkExtId,\n                defaultGateway: {\n                    ipv4s: [{\n                        value: restorePoint.domainManager[0].network[0].externalNetworks[0].defaultGateway[0].ipv4[0].value,\n                    }],\n                },\n                subnetMask: {\n                    ipv4s: [{\n                        value: restorePoint.domainManager[0].network[0].externalNetworks[0].subnetMask[0].ipv4[0].value,\n                    }],\n                },\n                ipRanges: [{\n                    begin: {\n                        ipv4s: [{\n                            value: restorePoint.domainManager[0].network[0].externalNetworks[0].ipRanges[0].begin[0].ipv4[0].value,\n                        }],\n                    },\n                    end: {\n                        ipv4s: [{\n                            value: restorePoint.domainManager[0].network[0].externalNetworks[0].ipRanges[0].end[0].ipv4[0].value,\n                        }],\n                    },\n                }],\n            }],\n        }],\n        configs: [{\n            shouldEnableLockdownMode: restorePoint.domainManager[0].config[0].shouldEnableLockdownMode,\n            buildInfo: {\n                version: restorePoint.domainManager[0].config[0].buildInfo[0].version,\n            },\n            name: restorePoint.domainManager[0].config[0].name,\n            size: restorePoint.domainManager[0].config[0].size,\n            resourceConfigs: [{\n                containerExtIds: restorePoint.domainManager[0].config[0].resourceConfig[0].containerExtIds,\n                dataDiskSizeBytes: restorePoint.domainManager[0].config[0].resourceConfig[0].dataDiskSizeBytes,\n                memorySizeBytes: restorePoint.domainManager[0].config[0].resourceConfig[0].memorySizeBytes,\n                numVcpus: restorePoint.domainManager[0].config[0].resourceConfig[0].numVcpus,\n            }],\n        }],\n    },\n});\nconst testProvisioner0 = new command.local.Command(\"testProvisioner0\", {create: \"sshpass -p 'nutanix/4u' ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null nutanix@10.44.76.16 '/home/nutanix/prism/cli/ncli user reset-password user-name=admin password=o.P.5.#.s.U.Z.f ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=n.L.9.@.P.Y ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=g.B.1.$.U.$.2.@ ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=r.B.7.$.V.9.W ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=l.H.2.$.2.a.a.P ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=q.F.4.#.u.t ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=n.T.0.#.r ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=s.K.0.$.w ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=o.K.7.@.j ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=Nutanix.123'\"}, {\n    dependsOn: [test],\n});\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Command = Pulumi.Command;\nusing Nutanix = PiersKarsenbarg.Nutanix;\nusing Nutanix = Pulumi.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Fetch Cluster Ext ID from PC\n    var clusters = Nutanix.GetClustersV2.Invoke();\n\n    var domainManagerExtId = cls.ClusterEntities[0].ExtId;\n\n    var clusterExtId = .Where(cluster => cluster.Config[0].ClusterFunction[0] != \"PRISM_CENTRAL\").Select(cluster => \n    {\n        return cluster.ExtId;\n    }).ToList()[0];\n\n    // Create a restore source, before make sure to get the cluster ext_id from PC and create backup target\n    // wait until backup target is synced, you can check the last_sync_time from the backup target data source\n    var cluster_location = new Nutanix.PcRestoreSourceV2(\"cluster-location\", new()\n    {\n        Location = new Nutanix.Inputs.PcRestoreSourceV2LocationArgs\n        {\n            ClusterLocations = new[]\n            {\n                new Nutanix.Inputs.PcRestoreSourceV2LocationClusterLocationArgs\n                {\n                    Configs = new[]\n                    {\n                        new Nutanix.Inputs.PcRestoreSourceV2LocationClusterLocationConfigArgs\n                        {\n                            ExtId = clusterExtId,\n                        },\n                    },\n                },\n            },\n        },\n    });\n\n    var restorable_pcs = Nutanix.GetRestorablePcsV2.Invoke(new()\n    {\n        RestoreSourceExtId = cluster_location.ExtId,\n    });\n\n    var restorablePcExtId = restorable_pcs.Apply(restorable_pcs => restorable_pcs.Apply(getRestorablePcsV2Result => getRestorablePcsV2Result.RestorablePcs[0]?.ExtId));\n\n    var restore_points = Nutanix.GetPcRestorePointsV2.Invoke(new()\n    {\n        RestorableDomainManagerExtId = restorablePcExtId,\n        RestoreSourceExtId = cluster_location.Id,\n    });\n\n    var restore_point = Nutanix.GetPcRestorePointV2.Invoke(new()\n    {\n        RestoreSourceExtId = cluster_location.Id,\n        RestorableDomainManagerExtId = restorablePcExtId,\n        ExtId = restore_points.Apply(getPcRestorePointsV2Result => getPcRestorePointsV2Result.RestorePoints[0]?.ExtId),\n    });\n\n    var restorePoint = restore_point;\n\n    // define the restore pc resource\n    // you can get these values from the data source nutanix_pc_v2, this data source is on PC provider\n    var test = new Nutanix.PcRestoreV2(\"test\", new()\n    {\n        ExtId = restorePoint.Apply(restorePoint => restorePoint.ExtId),\n        RestoreSourceExtId = cluster_location.Id,\n        RestorableDomainManagerExtId = restorablePcExtId,\n        DomainManager = new Nutanix.Inputs.PcRestoreV2DomainManagerArgs\n        {\n            Networks = new[]\n            {\n                new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkArgs\n                {\n                    NameServers = ,\n                    NtpServers = ,\n                    ExternalAddress = new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalAddressArgs\n                    {\n                        Ipv4s = new[]\n                        {\n                            new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalAddressIpv4Args\n                            {\n                                Value = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Network[0].ExternalAddress[0].Ipv4[0].Value),\n                            },\n                        },\n                    },\n                    ExternalNetworks = new[]\n                    {\n                        new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalNetworkArgs\n                        {\n                            NetworkExtId = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Network[0].ExternalNetworks[0].NetworkExtId),\n                            DefaultGateway = new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayArgs\n                            {\n                                Ipv4s = new[]\n                                {\n                                    new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalNetworkDefaultGatewayIpv4Args\n                                    {\n                                        Value = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Network[0].ExternalNetworks[0].DefaultGateway[0].Ipv4[0].Value),\n                                    },\n                                },\n                            },\n                            SubnetMask = new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskArgs\n                            {\n                                Ipv4s = new[]\n                                {\n                                    new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalNetworkSubnetMaskIpv4Args\n                                    {\n                                        Value = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Network[0].ExternalNetworks[0].SubnetMask[0].Ipv4[0].Value),\n                                    },\n                                },\n                            },\n                            IpRanges = new[]\n                            {\n                                new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeArgs\n                                {\n                                    Begin = new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBeginArgs\n                                    {\n                                        Ipv4s = new[]\n                                        {\n                                            new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeBeginIpv4Args\n                                            {\n                                                Value = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Network[0].ExternalNetworks[0].IpRanges[0].Begin[0].Ipv4[0].Value),\n                                            },\n                                        },\n                                    },\n                                    End = new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEndArgs\n                                    {\n                                        Ipv4s = new[]\n                                        {\n                                            new Nutanix.Inputs.PcRestoreV2DomainManagerNetworkExternalNetworkIpRangeEndIpv4Args\n                                            {\n                                                Value = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Network[0].ExternalNetworks[0].IpRanges[0].End[0].Ipv4[0].Value),\n                                            },\n                                        },\n                                    },\n                                },\n                            },\n                        },\n                    },\n                },\n            },\n            Configs = new[]\n            {\n                new Nutanix.Inputs.PcRestoreV2DomainManagerConfigArgs\n                {\n                    ShouldEnableLockdownMode = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Config[0].ShouldEnableLockdownMode),\n                    BuildInfo = new Nutanix.Inputs.PcRestoreV2DomainManagerConfigBuildInfoArgs\n                    {\n                        Version = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Config[0].BuildInfo[0].Version),\n                    },\n                    Name = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Config[0].Name),\n                    Size = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Config[0].Size),\n                    ResourceConfigs = new[]\n                    {\n                        new Nutanix.Inputs.PcRestoreV2DomainManagerConfigResourceConfigArgs\n                        {\n                            ContainerExtIds = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Config[0].ResourceConfig[0].ContainerExtIds),\n                            DataDiskSizeBytes = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Config[0].ResourceConfig[0].DataDiskSizeBytes),\n                            MemorySizeBytes = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Config[0].ResourceConfig[0].MemorySizeBytes),\n                            NumVcpus = restorePoint.Apply(restorePoint => restorePoint.DomainManager[0].Config[0].ResourceConfig[0].NumVcpus),\n                        },\n                    },\n                },\n            },\n        },\n    });\n\n    var testProvisioner0 = new Command.Local.Command(\"testProvisioner0\", new()\n    {\n        Create = \"sshpass -p 'nutanix/4u' ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null nutanix@10.44.76.16 '/home/nutanix/prism/cli/ncli user reset-password user-name=admin password=o.P.5.#.s.U.Z.f ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=n.L.9.@.P.Y ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=g.B.1.$.U.$.2.@ ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=r.B.7.$.V.9.W ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=l.H.2.$.2.a.a.P ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=q.F.4.#.u.t ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=n.T.0.#.r ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=s.K.0.$.w ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=o.K.7.@.j ; /home/nutanix/prism/cli/ncli user reset-password user-name=admin password=Nutanix.123'\",\n    }, new CustomResourceOptions\n    {\n        DependsOn =\n        {\n            test,\n        },\n    });\n\n});\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "domainManager": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManager:PcRestoreV2DomainManager",
          "description": "-(Required) Domain manager (Prism Central) details.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) Restore point ID for the backup created in cluster/object store.\n"
        },
        "restorableDomainManagerExtId": {
          "type": "string",
          "description": "-(Required) A unique identifier for the domain manager.\n"
        },
        "restoreSourceExtId": {
          "type": "string",
          "description": "-(Required) A unique identifier obtained from the restore source API that corresponds to the details provided for the restore source.\n"
        }
      },
      "type": "object",
      "required": [
        "domainManager",
        "extId",
        "restorableDomainManagerExtId",
        "restoreSourceExtId"
      ],
      "inputProperties": {
        "domainManager": {
          "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManager:PcRestoreV2DomainManager",
          "description": "-(Required) Domain manager (Prism Central) details.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) Restore point ID for the backup created in cluster/object store.\n"
        },
        "restorableDomainManagerExtId": {
          "type": "string",
          "description": "-(Required) A unique identifier for the domain manager.\n"
        },
        "restoreSourceExtId": {
          "type": "string",
          "description": "-(Required) A unique identifier obtained from the restore source API that corresponds to the details provided for the restore source.\n"
        }
      },
      "requiredInputs": [
        "domainManager",
        "extId",
        "restorableDomainManagerExtId",
        "restoreSourceExtId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering PcRestoreV2 resources.\n",
        "properties": {
          "domainManager": {
            "$ref": "#/types/nutanix:index%2FPcRestoreV2DomainManager:PcRestoreV2DomainManager",
            "description": "-(Required) Domain manager (Prism Central) details.\n"
          },
          "extId": {
            "type": "string",
            "description": "-(Required) Restore point ID for the backup created in cluster/object store.\n"
          },
          "restorableDomainManagerExtId": {
            "type": "string",
            "description": "-(Required) A unique identifier for the domain manager.\n"
          },
          "restoreSourceExtId": {
            "type": "string",
            "description": "-(Required) A unique identifier obtained from the restore source API that corresponds to the details provided for the restore source.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/pcUnregistrationV2:PcUnregistrationV2": {
      "description": "Unregister a registered remote cluster from the local cluster. This process is asynchronous, creating an un-registration task and returning its UUID.\n\n",
      "properties": {
        "extId": {
          "type": "string",
          "description": "-(Required) Cluster UUID of a remote cluster.\n\nSee detailed information in [Nutanix PC Unregistration V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/unregister).\n"
        },
        "pcExtId": {
          "type": "string",
          "description": "-(Required) The external identifier of the domain manager (Prism Central) resource\n"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "pcExtId"
      ],
      "inputProperties": {
        "extId": {
          "type": "string",
          "description": "-(Required) Cluster UUID of a remote cluster.\n\nSee detailed information in [Nutanix PC Unregistration V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/unregister).\n"
        },
        "pcExtId": {
          "type": "string",
          "description": "-(Required) The external identifier of the domain manager (Prism Central) resource\n"
        }
      },
      "requiredInputs": [
        "extId",
        "pcExtId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering PcUnregistrationV2 resources.\n",
        "properties": {
          "extId": {
            "type": "string",
            "description": "-(Required) Cluster UUID of a remote cluster.\n\nSee detailed information in [Nutanix PC Unregistration V4](https://developers.nutanix.com/api-reference?namespace=prism&version=v4.0#tag/DomainManager/operation/unregister).\n"
          },
          "pcExtId": {
            "type": "string",
            "description": "-(Required) The external identifier of the domain manager (Prism Central) resource\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/project:Project": {
      "description": "Provides a Nutanix Project resource to Create a Project.\n\n",
      "properties": {
        "accountReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectAccountReferenceList:ProjectAccountReferenceList"
          }
        },
        "acps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectAcp:ProjectAcp"
          }
        },
        "apiVersion": {
          "type": "string"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectCategory:ProjectCategory"
          },
          "description": "- (Optional) The category values represented as a dictionary of key > list of values.\n"
        },
        "clusterReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectClusterReferenceList:ProjectClusterReferenceList"
          }
        },
        "clusterUuid": {
          "type": "string",
          "description": "The UUID of cluster. (Required when using<span pulumi-lang-nodejs=\" projectInternal \" pulumi-lang-dotnet=\" ProjectInternal \" pulumi-lang-go=\" projectInternal \" pulumi-lang-python=\" project_internal \" pulumi-lang-yaml=\" projectInternal \" pulumi-lang-java=\" projectInternal \"> project_internal </span>flag).\n"
        },
        "defaultEnvironmentReference": {
          "$ref": "#/types/nutanix:index%2FProjectDefaultEnvironmentReference:ProjectDefaultEnvironmentReference"
        },
        "defaultSubnetReference": {
          "$ref": "#/types/nutanix:index%2FProjectDefaultSubnetReference:ProjectDefaultSubnetReference"
        },
        "description": {
          "type": "string",
          "description": "A description for project.\n"
        },
        "enableCollab": {
          "type": "boolean",
          "description": "flag to allow collaboration of projects. (Use with<span pulumi-lang-nodejs=\" projectInternal \" pulumi-lang-dotnet=\" ProjectInternal \" pulumi-lang-go=\" projectInternal \" pulumi-lang-python=\" project_internal \" pulumi-lang-yaml=\" projectInternal \" pulumi-lang-java=\" projectInternal \"> project_internal </span>flag)\n"
        },
        "environmentReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectEnvironmentReferenceList:ProjectEnvironmentReferenceList"
          }
        },
        "externalNetworkLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectExternalNetworkList:ProjectExternalNetworkList"
          }
        },
        "externalUserGroupReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectExternalUserGroupReferenceList:ProjectExternalUserGroupReferenceList"
          }
        },
        "isDefault": {
          "type": "boolean"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "resourceDomain": {
          "$ref": "#/types/nutanix:index%2FProjectResourceDomain:ProjectResourceDomain"
        },
        "state": {
          "type": "string"
        },
        "subnetReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectSubnetReferenceList:ProjectSubnetReferenceList"
          }
        },
        "tunnelReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectTunnelReferenceList:ProjectTunnelReferenceList"
          }
        },
        "useProjectInternal": {
          "type": "boolean",
          "description": "flag to use project internal for user role mapping\n"
        },
        "userGroupLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectUserGroupList:ProjectUserGroupList"
          }
        },
        "userLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectUserList:ProjectUserList"
          }
        },
        "userReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectUserReferenceList:ProjectUserReferenceList"
          },
          "description": "List of Reference of users.\n"
        },
        "vpcReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectVpcReferenceList:ProjectVpcReferenceList"
          }
        }
      },
      "type": "object",
      "required": [
        "accountReferenceLists",
        "apiVersion",
        "categories",
        "clusterReferenceLists",
        "defaultEnvironmentReference",
        "defaultSubnetReference",
        "description",
        "environmentReferenceLists",
        "externalNetworkLists",
        "externalUserGroupReferenceLists",
        "isDefault",
        "metadata",
        "name",
        "ownerReference",
        "projectReference",
        "state",
        "subnetReferenceLists",
        "tunnelReferenceLists",
        "userReferenceLists",
        "vpcReferenceLists"
      ],
      "inputProperties": {
        "accountReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectAccountReferenceList:ProjectAccountReferenceList"
          }
        },
        "acps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectAcp:ProjectAcp"
          }
        },
        "apiVersion": {
          "type": "string"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectCategory:ProjectCategory"
          },
          "description": "- (Optional) The category values represented as a dictionary of key > list of values.\n"
        },
        "clusterReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectClusterReferenceList:ProjectClusterReferenceList"
          }
        },
        "clusterUuid": {
          "type": "string",
          "description": "The UUID of cluster. (Required when using<span pulumi-lang-nodejs=\" projectInternal \" pulumi-lang-dotnet=\" ProjectInternal \" pulumi-lang-go=\" projectInternal \" pulumi-lang-python=\" project_internal \" pulumi-lang-yaml=\" projectInternal \" pulumi-lang-java=\" projectInternal \"> project_internal </span>flag).\n"
        },
        "defaultEnvironmentReference": {
          "$ref": "#/types/nutanix:index%2FProjectDefaultEnvironmentReference:ProjectDefaultEnvironmentReference"
        },
        "defaultSubnetReference": {
          "$ref": "#/types/nutanix:index%2FProjectDefaultSubnetReference:ProjectDefaultSubnetReference"
        },
        "description": {
          "type": "string",
          "description": "A description for project.\n"
        },
        "enableCollab": {
          "type": "boolean",
          "description": "flag to allow collaboration of projects. (Use with<span pulumi-lang-nodejs=\" projectInternal \" pulumi-lang-dotnet=\" ProjectInternal \" pulumi-lang-go=\" projectInternal \" pulumi-lang-python=\" project_internal \" pulumi-lang-yaml=\" projectInternal \" pulumi-lang-java=\" projectInternal \"> project_internal </span>flag)\n"
        },
        "environmentReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectEnvironmentReferenceList:ProjectEnvironmentReferenceList"
          }
        },
        "externalNetworkLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectExternalNetworkList:ProjectExternalNetworkList"
          }
        },
        "externalUserGroupReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectExternalUserGroupReferenceList:ProjectExternalUserGroupReferenceList"
          }
        },
        "name": {
          "type": "string",
          "description": "The name for the project.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "resourceDomain": {
          "$ref": "#/types/nutanix:index%2FProjectResourceDomain:ProjectResourceDomain"
        },
        "subnetReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectSubnetReferenceList:ProjectSubnetReferenceList"
          }
        },
        "tunnelReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectTunnelReferenceList:ProjectTunnelReferenceList"
          }
        },
        "useProjectInternal": {
          "type": "boolean",
          "description": "flag to use project internal for user role mapping\n"
        },
        "userGroupLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectUserGroupList:ProjectUserGroupList"
          }
        },
        "userLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectUserList:ProjectUserList"
          }
        },
        "userReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectUserReferenceList:ProjectUserReferenceList"
          },
          "description": "List of Reference of users.\n"
        },
        "vpcReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProjectVpcReferenceList:ProjectVpcReferenceList"
          }
        }
      },
      "requiredInputs": [
        "defaultSubnetReference",
        "description"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering Project resources.\n",
        "properties": {
          "accountReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectAccountReferenceList:ProjectAccountReferenceList"
            }
          },
          "acps": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectAcp:ProjectAcp"
            }
          },
          "apiVersion": {
            "type": "string"
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectCategory:ProjectCategory"
            },
            "description": "- (Optional) The category values represented as a dictionary of key > list of values.\n"
          },
          "clusterReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectClusterReferenceList:ProjectClusterReferenceList"
            }
          },
          "clusterUuid": {
            "type": "string",
            "description": "The UUID of cluster. (Required when using<span pulumi-lang-nodejs=\" projectInternal \" pulumi-lang-dotnet=\" ProjectInternal \" pulumi-lang-go=\" projectInternal \" pulumi-lang-python=\" project_internal \" pulumi-lang-yaml=\" projectInternal \" pulumi-lang-java=\" projectInternal \"> project_internal </span>flag).\n"
          },
          "defaultEnvironmentReference": {
            "$ref": "#/types/nutanix:index%2FProjectDefaultEnvironmentReference:ProjectDefaultEnvironmentReference"
          },
          "defaultSubnetReference": {
            "$ref": "#/types/nutanix:index%2FProjectDefaultSubnetReference:ProjectDefaultSubnetReference"
          },
          "description": {
            "type": "string",
            "description": "A description for project.\n"
          },
          "enableCollab": {
            "type": "boolean",
            "description": "flag to allow collaboration of projects. (Use with<span pulumi-lang-nodejs=\" projectInternal \" pulumi-lang-dotnet=\" ProjectInternal \" pulumi-lang-go=\" projectInternal \" pulumi-lang-python=\" project_internal \" pulumi-lang-yaml=\" projectInternal \" pulumi-lang-java=\" projectInternal \"> project_internal </span>flag)\n"
          },
          "environmentReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectEnvironmentReferenceList:ProjectEnvironmentReferenceList"
            }
          },
          "externalNetworkLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectExternalNetworkList:ProjectExternalNetworkList"
            }
          },
          "externalUserGroupReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectExternalUserGroupReferenceList:ProjectExternalUserGroupReferenceList"
            }
          },
          "isDefault": {
            "type": "boolean"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "name": {
            "type": "string",
            "description": "The name for the project.\n"
          },
          "ownerReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "projectReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "resourceDomain": {
            "$ref": "#/types/nutanix:index%2FProjectResourceDomain:ProjectResourceDomain"
          },
          "state": {
            "type": "string"
          },
          "subnetReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectSubnetReferenceList:ProjectSubnetReferenceList"
            }
          },
          "tunnelReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectTunnelReferenceList:ProjectTunnelReferenceList"
            }
          },
          "useProjectInternal": {
            "type": "boolean",
            "description": "flag to use project internal for user role mapping\n"
          },
          "userGroupLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectUserGroupList:ProjectUserGroupList"
            }
          },
          "userLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectUserList:ProjectUserList"
            }
          },
          "userReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectUserReferenceList:ProjectUserReferenceList"
            },
            "description": "List of Reference of users.\n"
          },
          "vpcReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProjectVpcReferenceList:ProjectVpcReferenceList"
            }
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/promoteProtectedResourceV2:PromoteProtectedResourceV2": {
      "description": "Promotes the specified synced entity at the target site. This is only relevant if the synced entity is protected in a synchronous schedule.\n\n\n## Example:\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// create a category and a protection policy on the local site\n// promote the protected virtual machine on the remote site\nconst promote_example = new nutanix.PromoteProtectedResourceV2(\"promote-example\", {extId: \"d22529bb-f02d-4710-894b-d1de772d7832\"});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# create a category and a protection policy on the local site\n# promote the protected virtual machine on the remote site\npromote_example = nutanix.PromoteProtectedResourceV2(\"promote-example\", ext_id=\"d22529bb-f02d-4710-894b-d1de772d7832\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // create a category and a protection policy on the local site\n    // promote the protected virtual machine on the remote site\n    var promote_example = new Nutanix.PromoteProtectedResourceV2(\"promote-example\", new()\n    {\n        ExtId = \"d22529bb-f02d-4710-894b-d1de772d7832\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// create a category and a protection policy on the local site\n\t\t// promote the protected virtual machine on the remote site\n\t\t_, err := nutanix.NewPromoteProtectedResourceV2(ctx, \"promote-example\", &nutanix.PromoteProtectedResourceV2Args{\n\t\t\tExtId: pulumi.String(\"d22529bb-f02d-4710-894b-d1de772d7832\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.PromoteProtectedResourceV2;\nimport com.pulumi.nutanix.PromoteProtectedResourceV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // create a category and a protection policy on the local site\n        // promote the protected virtual machine on the remote site\n        var promote_example = new PromoteProtectedResourceV2(\"promote-example\", PromoteProtectedResourceV2Args.builder()\n            .extId(\"d22529bb-f02d-4710-894b-d1de772d7832\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # create a category and a protection policy on the local site\n\n  # promote the protected virtual machine on the remote site\n  promote-example:\n    type: nutanix:PromoteProtectedResourceV2\n    properties:\n      extId: d22529bb-f02d-4710-894b-d1de772d7832\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "extId": {
          "type": "string",
          "description": "-(Required) The external identifier of a protected VM or volume group that can be used to retrieve the protected resource.\n\n\nSee detailed information in [Nutanix Promote Protected Resource v4](https://developers.nutanix.com/api-reference?namespace=dataprotection&version=v4.0#tag/ProtectedResources/operation/promoteProtectedResource).\n"
        }
      },
      "type": "object",
      "required": [
        "extId"
      ],
      "inputProperties": {
        "extId": {
          "type": "string",
          "description": "-(Required) The external identifier of a protected VM or volume group that can be used to retrieve the protected resource.\n\n\nSee detailed information in [Nutanix Promote Protected Resource v4](https://developers.nutanix.com/api-reference?namespace=dataprotection&version=v4.0#tag/ProtectedResources/operation/promoteProtectedResource).\n"
        }
      },
      "requiredInputs": [
        "extId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering PromoteProtectedResourceV2 resources.\n",
        "properties": {
          "extId": {
            "type": "string",
            "description": "-(Required) The external identifier of a protected VM or volume group that can be used to retrieve the protected resource.\n\n\nSee detailed information in [Nutanix Promote Protected Resource v4](https://developers.nutanix.com/api-reference?namespace=dataprotection&version=v4.0#tag/ProtectedResources/operation/promoteProtectedResource).\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/protectionPolicyV2:ProtectionPolicyV2": {
      "description": "Creates a protection policy to automate the recovery point creation and replication process.\n\n\n\n## Example—Synchronous Protection Policy\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst synchronous_protection_policy = new nutanix.ProtectionPolicyV2(\"synchronous-protection-policy\", {\n    name: \"synchronous_protection_policy\",\n    replicationConfigurations: [\n        {\n            sourceLocationLabel: \"source\",\n            remoteLocationLabel: \"target\",\n            schedule: {\n                recoveryPointObjectiveTimeSeconds: 0,\n                recoveryPointType: \"CRASH_CONSISTENT\",\n                syncReplicationAutoSuspendTimeoutSeconds: 10,\n            },\n        },\n        {\n            sourceLocationLabel: \"target\",\n            remoteLocationLabel: \"source\",\n            schedule: {\n                recoveryPointObjectiveTimeSeconds: 0,\n                recoveryPointType: \"CRASH_CONSISTENT\",\n                syncReplicationAutoSuspendTimeoutSeconds: 10,\n            },\n        },\n    ],\n    replicationLocations: [\n        {\n            domainManagerExtId: \"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\",\n            label: \"source\",\n            isPrimary: true,\n        },\n        {\n            domainManagerExtId: \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n            label: \"target\",\n            isPrimary: false,\n        },\n    ],\n    categoryIds: [\"b08ed184-6b0c-42c1-8179-7b9026fe2676\"],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nsynchronous_protection_policy = nutanix.ProtectionPolicyV2(\"synchronous-protection-policy\",\n    name=\"synchronous_protection_policy\",\n    replication_configurations=[\n        {\n            \"source_location_label\": \"source\",\n            \"remote_location_label\": \"target\",\n            \"schedule\": {\n                \"recovery_point_objective_time_seconds\": 0,\n                \"recovery_point_type\": \"CRASH_CONSISTENT\",\n                \"sync_replication_auto_suspend_timeout_seconds\": 10,\n            },\n        },\n        {\n            \"source_location_label\": \"target\",\n            \"remote_location_label\": \"source\",\n            \"schedule\": {\n                \"recovery_point_objective_time_seconds\": 0,\n                \"recovery_point_type\": \"CRASH_CONSISTENT\",\n                \"sync_replication_auto_suspend_timeout_seconds\": 10,\n            },\n        },\n    ],\n    replication_locations=[\n        {\n            \"domain_manager_ext_id\": \"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\",\n            \"label\": \"source\",\n            \"is_primary\": True,\n        },\n        {\n            \"domain_manager_ext_id\": \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n            \"label\": \"target\",\n            \"is_primary\": False,\n        },\n    ],\n    category_ids=[\"b08ed184-6b0c-42c1-8179-7b9026fe2676\"])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var synchronous_protection_policy = new Nutanix.ProtectionPolicyV2(\"synchronous-protection-policy\", new()\n    {\n        Name = \"synchronous_protection_policy\",\n        ReplicationConfigurations = new[]\n        {\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationArgs\n            {\n                SourceLocationLabel = \"source\",\n                RemoteLocationLabel = \"target\",\n                Schedule = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleArgs\n                {\n                    RecoveryPointObjectiveTimeSeconds = 0,\n                    RecoveryPointType = \"CRASH_CONSISTENT\",\n                    SyncReplicationAutoSuspendTimeoutSeconds = 10,\n                },\n            },\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationArgs\n            {\n                SourceLocationLabel = \"target\",\n                RemoteLocationLabel = \"source\",\n                Schedule = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleArgs\n                {\n                    RecoveryPointObjectiveTimeSeconds = 0,\n                    RecoveryPointType = \"CRASH_CONSISTENT\",\n                    SyncReplicationAutoSuspendTimeoutSeconds = 10,\n                },\n            },\n        },\n        ReplicationLocations = new[]\n        {\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationLocationArgs\n            {\n                DomainManagerExtId = \"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\",\n                Label = \"source\",\n                IsPrimary = true,\n            },\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationLocationArgs\n            {\n                DomainManagerExtId = \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n                Label = \"target\",\n                IsPrimary = false,\n            },\n        },\n        CategoryIds = new[]\n        {\n            \"b08ed184-6b0c-42c1-8179-7b9026fe2676\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewProtectionPolicyV2(ctx, \"synchronous-protection-policy\", &nutanix.ProtectionPolicyV2Args{\n\t\t\tName: pulumi.String(\"synchronous_protection_policy\"),\n\t\t\tReplicationConfigurations: nutanix.ProtectionPolicyV2ReplicationConfigurationArray{\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationConfigurationArgs{\n\t\t\t\t\tSourceLocationLabel: pulumi.String(\"source\"),\n\t\t\t\t\tRemoteLocationLabel: pulumi.String(\"target\"),\n\t\t\t\t\tSchedule: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleArgs{\n\t\t\t\t\t\tRecoveryPointObjectiveTimeSeconds:        pulumi.Int(0),\n\t\t\t\t\t\tRecoveryPointType:                        pulumi.String(\"CRASH_CONSISTENT\"),\n\t\t\t\t\t\tSyncReplicationAutoSuspendTimeoutSeconds: pulumi.Int(10),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationConfigurationArgs{\n\t\t\t\t\tSourceLocationLabel: pulumi.String(\"target\"),\n\t\t\t\t\tRemoteLocationLabel: pulumi.String(\"source\"),\n\t\t\t\t\tSchedule: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleArgs{\n\t\t\t\t\t\tRecoveryPointObjectiveTimeSeconds:        pulumi.Int(0),\n\t\t\t\t\t\tRecoveryPointType:                        pulumi.String(\"CRASH_CONSISTENT\"),\n\t\t\t\t\t\tSyncReplicationAutoSuspendTimeoutSeconds: pulumi.Int(10),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tReplicationLocations: nutanix.ProtectionPolicyV2ReplicationLocationArray{\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationLocationArgs{\n\t\t\t\t\tDomainManagerExtId: pulumi.String(\"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\"),\n\t\t\t\t\tLabel:              pulumi.String(\"source\"),\n\t\t\t\t\tIsPrimary:          pulumi.Bool(true),\n\t\t\t\t},\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationLocationArgs{\n\t\t\t\t\tDomainManagerExtId: pulumi.String(\"75dde184-3a0e-4f59-a185-03ca1efead17\"),\n\t\t\t\t\tLabel:              pulumi.String(\"target\"),\n\t\t\t\t\tIsPrimary:          pulumi.Bool(false),\n\t\t\t\t},\n\t\t\t},\n\t\t\tCategoryIds: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"b08ed184-6b0c-42c1-8179-7b9026fe2676\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ProtectionPolicyV2;\nimport com.pulumi.nutanix.ProtectionPolicyV2Args;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationScheduleArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationLocationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var synchronous_protection_policy = new ProtectionPolicyV2(\"synchronous-protection-policy\", ProtectionPolicyV2Args.builder()\n            .name(\"synchronous_protection_policy\")\n            .replicationConfigurations(            \n                ProtectionPolicyV2ReplicationConfigurationArgs.builder()\n                    .sourceLocationLabel(\"source\")\n                    .remoteLocationLabel(\"target\")\n                    .schedule(ProtectionPolicyV2ReplicationConfigurationScheduleArgs.builder()\n                        .recoveryPointObjectiveTimeSeconds(0)\n                        .recoveryPointType(\"CRASH_CONSISTENT\")\n                        .syncReplicationAutoSuspendTimeoutSeconds(10)\n                        .build())\n                    .build(),\n                ProtectionPolicyV2ReplicationConfigurationArgs.builder()\n                    .sourceLocationLabel(\"target\")\n                    .remoteLocationLabel(\"source\")\n                    .schedule(ProtectionPolicyV2ReplicationConfigurationScheduleArgs.builder()\n                        .recoveryPointObjectiveTimeSeconds(0)\n                        .recoveryPointType(\"CRASH_CONSISTENT\")\n                        .syncReplicationAutoSuspendTimeoutSeconds(10)\n                        .build())\n                    .build())\n            .replicationLocations(            \n                ProtectionPolicyV2ReplicationLocationArgs.builder()\n                    .domainManagerExtId(\"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\")\n                    .label(\"source\")\n                    .isPrimary(true)\n                    .build(),\n                ProtectionPolicyV2ReplicationLocationArgs.builder()\n                    .domainManagerExtId(\"75dde184-3a0e-4f59-a185-03ca1efead17\")\n                    .label(\"target\")\n                    .isPrimary(false)\n                    .build())\n            .categoryIds(\"b08ed184-6b0c-42c1-8179-7b9026fe2676\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  synchronous-protection-policy:\n    type: nutanix:ProtectionPolicyV2\n    properties:\n      name: synchronous_protection_policy\n      replicationConfigurations:\n        - sourceLocationLabel: source\n          remoteLocationLabel: target\n          schedule:\n            recoveryPointObjectiveTimeSeconds: 0\n            recoveryPointType: CRASH_CONSISTENT\n            syncReplicationAutoSuspendTimeoutSeconds: 10\n        - sourceLocationLabel: target\n          remoteLocationLabel: source\n          schedule:\n            recoveryPointObjectiveTimeSeconds: 0\n            recoveryPointType: CRASH_CONSISTENT\n            syncReplicationAutoSuspendTimeoutSeconds: 10\n      replicationLocations:\n        - domainManagerExtId: 6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\n          label: source\n          isPrimary: true\n        - domainManagerExtId: 75dde184-3a0e-4f59-a185-03ca1efead17\n          label: target\n          isPrimary: false\n      categoryIds:\n        - b08ed184-6b0c-42c1-8179-7b9026fe2676\n```\n<!--End PulumiCodeChooser -->\n\n## Example—Linear Retention Protection Policy\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst linear_retention_protection_policy = new nutanix.ProtectionPolicyV2(\"linear-retention-protection-policy\", {\n    name: \"linear-retention-protection-policy\",\n    replicationConfigurations: [\n        {\n            sourceLocationLabel: \"source\",\n            remoteLocationLabel: \"target\",\n            schedule: {\n                recoveryPointObjectiveTimeSeconds: 7200,\n                recoveryPointType: \"CRASH_CONSISTENT\",\n                retention: {\n                    linearRetention: {\n                        local: 1,\n                        remote: 1,\n                    },\n                },\n            },\n        },\n        {\n            sourceLocationLabel: \"target\",\n            remoteLocationLabel: \"source\",\n            schedule: {\n                recoveryPointObjectiveTimeSeconds: 7200,\n                recoveryPointType: \"CRASH_CONSISTENT\",\n                retention: {\n                    linearRetention: {\n                        local: 1,\n                        remote: 1,\n                    },\n                },\n            },\n        },\n    ],\n    replicationLocations: [\n        {\n            domainManagerExtId: \"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\",\n            label: \"source\",\n            isPrimary: true,\n            replicationSubLocation: {\n                clusterExtIds: {\n                    clusterExtIds: [clusterExtId],\n                },\n            },\n        },\n        {\n            domainManagerExtId: \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n            label: \"target\",\n            isPrimary: false,\n        },\n    ],\n    categoryIds: [\"b08ed184-6b0c-42c1-8179-7b9026fe2676\"],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nlinear_retention_protection_policy = nutanix.ProtectionPolicyV2(\"linear-retention-protection-policy\",\n    name=\"linear-retention-protection-policy\",\n    replication_configurations=[\n        {\n            \"source_location_label\": \"source\",\n            \"remote_location_label\": \"target\",\n            \"schedule\": {\n                \"recovery_point_objective_time_seconds\": 7200,\n                \"recovery_point_type\": \"CRASH_CONSISTENT\",\n                \"retention\": {\n                    \"linear_retention\": {\n                        \"local\": 1,\n                        \"remote\": 1,\n                    },\n                },\n            },\n        },\n        {\n            \"source_location_label\": \"target\",\n            \"remote_location_label\": \"source\",\n            \"schedule\": {\n                \"recovery_point_objective_time_seconds\": 7200,\n                \"recovery_point_type\": \"CRASH_CONSISTENT\",\n                \"retention\": {\n                    \"linear_retention\": {\n                        \"local\": 1,\n                        \"remote\": 1,\n                    },\n                },\n            },\n        },\n    ],\n    replication_locations=[\n        {\n            \"domain_manager_ext_id\": \"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\",\n            \"label\": \"source\",\n            \"is_primary\": True,\n            \"replication_sub_location\": {\n                \"cluster_ext_ids\": {\n                    \"cluster_ext_ids\": [cluster_ext_id],\n                },\n            },\n        },\n        {\n            \"domain_manager_ext_id\": \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n            \"label\": \"target\",\n            \"is_primary\": False,\n        },\n    ],\n    category_ids=[\"b08ed184-6b0c-42c1-8179-7b9026fe2676\"])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var linear_retention_protection_policy = new Nutanix.ProtectionPolicyV2(\"linear-retention-protection-policy\", new()\n    {\n        Name = \"linear-retention-protection-policy\",\n        ReplicationConfigurations = new[]\n        {\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationArgs\n            {\n                SourceLocationLabel = \"source\",\n                RemoteLocationLabel = \"target\",\n                Schedule = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleArgs\n                {\n                    RecoveryPointObjectiveTimeSeconds = 7200,\n                    RecoveryPointType = \"CRASH_CONSISTENT\",\n                    Retention = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs\n                    {\n                        LinearRetention = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetentionArgs\n                        {\n                            Local = 1,\n                            Remote = 1,\n                        },\n                    },\n                },\n            },\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationArgs\n            {\n                SourceLocationLabel = \"target\",\n                RemoteLocationLabel = \"source\",\n                Schedule = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleArgs\n                {\n                    RecoveryPointObjectiveTimeSeconds = 7200,\n                    RecoveryPointType = \"CRASH_CONSISTENT\",\n                    Retention = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs\n                    {\n                        LinearRetention = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetentionArgs\n                        {\n                            Local = 1,\n                            Remote = 1,\n                        },\n                    },\n                },\n            },\n        },\n        ReplicationLocations = new[]\n        {\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationLocationArgs\n            {\n                DomainManagerExtId = \"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\",\n                Label = \"source\",\n                IsPrimary = true,\n                ReplicationSubLocation = new Nutanix.Inputs.ProtectionPolicyV2ReplicationLocationReplicationSubLocationArgs\n                {\n                    ClusterExtIds = new Nutanix.Inputs.ProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIdsArgs\n                    {\n                        ClusterExtIds = new[]\n                        {\n                            clusterExtId,\n                        },\n                    },\n                },\n            },\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationLocationArgs\n            {\n                DomainManagerExtId = \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n                Label = \"target\",\n                IsPrimary = false,\n            },\n        },\n        CategoryIds = new[]\n        {\n            \"b08ed184-6b0c-42c1-8179-7b9026fe2676\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewProtectionPolicyV2(ctx, \"linear-retention-protection-policy\", &nutanix.ProtectionPolicyV2Args{\n\t\t\tName: pulumi.String(\"linear-retention-protection-policy\"),\n\t\t\tReplicationConfigurations: nutanix.ProtectionPolicyV2ReplicationConfigurationArray{\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationConfigurationArgs{\n\t\t\t\t\tSourceLocationLabel: pulumi.String(\"source\"),\n\t\t\t\t\tRemoteLocationLabel: pulumi.String(\"target\"),\n\t\t\t\t\tSchedule: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleArgs{\n\t\t\t\t\t\tRecoveryPointObjectiveTimeSeconds: pulumi.Int(7200),\n\t\t\t\t\t\tRecoveryPointType:                 pulumi.String(\"CRASH_CONSISTENT\"),\n\t\t\t\t\t\tRetention: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs{\n\t\t\t\t\t\t\tLinearRetention: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetentionArgs{\n\t\t\t\t\t\t\t\tLocal:  pulumi.Int(1),\n\t\t\t\t\t\t\t\tRemote: pulumi.Int(1),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationConfigurationArgs{\n\t\t\t\t\tSourceLocationLabel: pulumi.String(\"target\"),\n\t\t\t\t\tRemoteLocationLabel: pulumi.String(\"source\"),\n\t\t\t\t\tSchedule: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleArgs{\n\t\t\t\t\t\tRecoveryPointObjectiveTimeSeconds: pulumi.Int(7200),\n\t\t\t\t\t\tRecoveryPointType:                 pulumi.String(\"CRASH_CONSISTENT\"),\n\t\t\t\t\t\tRetention: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs{\n\t\t\t\t\t\t\tLinearRetention: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetentionArgs{\n\t\t\t\t\t\t\t\tLocal:  pulumi.Int(1),\n\t\t\t\t\t\t\t\tRemote: pulumi.Int(1),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tReplicationLocations: nutanix.ProtectionPolicyV2ReplicationLocationArray{\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationLocationArgs{\n\t\t\t\t\tDomainManagerExtId: pulumi.String(\"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\"),\n\t\t\t\t\tLabel:              pulumi.String(\"source\"),\n\t\t\t\t\tIsPrimary:          pulumi.Bool(true),\n\t\t\t\t\tReplicationSubLocation: &nutanix.ProtectionPolicyV2ReplicationLocationReplicationSubLocationArgs{\n\t\t\t\t\t\tClusterExtIds: &nutanix.ProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIdsArgs{\n\t\t\t\t\t\t\tClusterExtIds: pulumi.StringArray{\n\t\t\t\t\t\t\t\tclusterExtId,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationLocationArgs{\n\t\t\t\t\tDomainManagerExtId: pulumi.String(\"75dde184-3a0e-4f59-a185-03ca1efead17\"),\n\t\t\t\t\tLabel:              pulumi.String(\"target\"),\n\t\t\t\t\tIsPrimary:          pulumi.Bool(false),\n\t\t\t\t},\n\t\t\t},\n\t\t\tCategoryIds: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"b08ed184-6b0c-42c1-8179-7b9026fe2676\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ProtectionPolicyV2;\nimport com.pulumi.nutanix.ProtectionPolicyV2Args;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationScheduleArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetentionArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationLocationArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationLocationReplicationSubLocationArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIdsArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var linear_retention_protection_policy = new ProtectionPolicyV2(\"linear-retention-protection-policy\", ProtectionPolicyV2Args.builder()\n            .name(\"linear-retention-protection-policy\")\n            .replicationConfigurations(            \n                ProtectionPolicyV2ReplicationConfigurationArgs.builder()\n                    .sourceLocationLabel(\"source\")\n                    .remoteLocationLabel(\"target\")\n                    .schedule(ProtectionPolicyV2ReplicationConfigurationScheduleArgs.builder()\n                        .recoveryPointObjectiveTimeSeconds(7200)\n                        .recoveryPointType(\"CRASH_CONSISTENT\")\n                        .retention(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs.builder()\n                            .linearRetention(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetentionArgs.builder()\n                                .local(1)\n                                .remote(1)\n                                .build())\n                            .build())\n                        .build())\n                    .build(),\n                ProtectionPolicyV2ReplicationConfigurationArgs.builder()\n                    .sourceLocationLabel(\"target\")\n                    .remoteLocationLabel(\"source\")\n                    .schedule(ProtectionPolicyV2ReplicationConfigurationScheduleArgs.builder()\n                        .recoveryPointObjectiveTimeSeconds(7200)\n                        .recoveryPointType(\"CRASH_CONSISTENT\")\n                        .retention(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs.builder()\n                            .linearRetention(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionLinearRetentionArgs.builder()\n                                .local(1)\n                                .remote(1)\n                                .build())\n                            .build())\n                        .build())\n                    .build())\n            .replicationLocations(            \n                ProtectionPolicyV2ReplicationLocationArgs.builder()\n                    .domainManagerExtId(\"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\")\n                    .label(\"source\")\n                    .isPrimary(true)\n                    .replicationSubLocation(ProtectionPolicyV2ReplicationLocationReplicationSubLocationArgs.builder()\n                        .clusterExtIds(ProtectionPolicyV2ReplicationLocationReplicationSubLocationClusterExtIdsArgs.builder()\n                            .clusterExtIds(clusterExtId)\n                            .build())\n                        .build())\n                    .build(),\n                ProtectionPolicyV2ReplicationLocationArgs.builder()\n                    .domainManagerExtId(\"75dde184-3a0e-4f59-a185-03ca1efead17\")\n                    .label(\"target\")\n                    .isPrimary(false)\n                    .build())\n            .categoryIds(\"b08ed184-6b0c-42c1-8179-7b9026fe2676\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  linear-retention-protection-policy:\n    type: nutanix:ProtectionPolicyV2\n    properties:\n      name: linear-retention-protection-policy\n      replicationConfigurations:\n        - sourceLocationLabel: source\n          remoteLocationLabel: target\n          schedule:\n            recoveryPointObjectiveTimeSeconds: 7200\n            recoveryPointType: CRASH_CONSISTENT\n            retention:\n              linearRetention:\n                local: 1\n                remote: 1\n        - sourceLocationLabel: target\n          remoteLocationLabel: source\n          schedule:\n            recoveryPointObjectiveTimeSeconds: 7200\n            recoveryPointType: CRASH_CONSISTENT\n            retention:\n              linearRetention:\n                local: 1\n                remote: 1\n      replicationLocations:\n        - domainManagerExtId: 6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\n          label: source\n          isPrimary: true\n          replicationSubLocation:\n            clusterExtIds:\n              clusterExtIds:\n                - ${clusterExtId}\n        - domainManagerExtId: 75dde184-3a0e-4f59-a185-03ca1efead17\n          label: target\n          isPrimary: false\n      categoryIds:\n        - b08ed184-6b0c-42c1-8179-7b9026fe2676\n```\n<!--End PulumiCodeChooser -->\n\n## Example—Auto Rollup Retention Protection Policy\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Create Auto Rollup Retention Protection Policy\nconst auto_rollup_retention_protection_policy = new nutanix.ProtectionPolicyV2(\"auto-rollup-retention-protection-policy\", {\n    name: \"auto_rollup_retention_protection_policy\",\n    replicationConfigurations: [\n        {\n            sourceLocationLabel: \"source\",\n            remoteLocationLabel: \"target\",\n            schedule: {\n                recoveryPointObjectiveTimeSeconds: 60,\n                recoveryPointType: \"CRASH_CONSISTENT\",\n                syncReplicationAutoSuspendTimeoutSeconds: 20,\n                startTime: \"18h:10m\",\n                retention: {\n                    autoRollupRetention: {\n                        local: {\n                            snapshotIntervalType: \"WEEKLY\",\n                            frequency: 2,\n                        },\n                        remote: {\n                            snapshotIntervalType: \"DAILY\",\n                            frequency: 1,\n                        },\n                    },\n                },\n            },\n        },\n        {\n            sourceLocationLabel: \"target\",\n            remoteLocationLabel: \"source\",\n            schedule: {\n                recoveryPointObjectiveTimeSeconds: 60,\n                recoveryPointType: \"CRASH_CONSISTENT\",\n                syncReplicationAutoSuspendTimeoutSeconds: 30,\n                startTime: \"18h:10m\",\n                retention: {\n                    autoRollupRetention: {\n                        local: {\n                            snapshotIntervalType: \"DAILY\",\n                            frequency: 1,\n                        },\n                        remote: {\n                            snapshotIntervalType: \"WEEKLY\",\n                            frequency: 2,\n                        },\n                    },\n                },\n            },\n        },\n    ],\n    replicationLocations: [\n        {\n            domainManagerExtId: \"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\",\n            label: \"source\",\n            isPrimary: true,\n        },\n        {\n            domainManagerExtId: \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n            label: \"target\",\n            isPrimary: false,\n        },\n    ],\n    categoryIds: [\"b08ed184-6b0c-42c1-8179-7b9026fe2676\"],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Create Auto Rollup Retention Protection Policy\nauto_rollup_retention_protection_policy = nutanix.ProtectionPolicyV2(\"auto-rollup-retention-protection-policy\",\n    name=\"auto_rollup_retention_protection_policy\",\n    replication_configurations=[\n        {\n            \"source_location_label\": \"source\",\n            \"remote_location_label\": \"target\",\n            \"schedule\": {\n                \"recovery_point_objective_time_seconds\": 60,\n                \"recovery_point_type\": \"CRASH_CONSISTENT\",\n                \"sync_replication_auto_suspend_timeout_seconds\": 20,\n                \"start_time\": \"18h:10m\",\n                \"retention\": {\n                    \"auto_rollup_retention\": {\n                        \"local\": {\n                            \"snapshot_interval_type\": \"WEEKLY\",\n                            \"frequency\": 2,\n                        },\n                        \"remote\": {\n                            \"snapshot_interval_type\": \"DAILY\",\n                            \"frequency\": 1,\n                        },\n                    },\n                },\n            },\n        },\n        {\n            \"source_location_label\": \"target\",\n            \"remote_location_label\": \"source\",\n            \"schedule\": {\n                \"recovery_point_objective_time_seconds\": 60,\n                \"recovery_point_type\": \"CRASH_CONSISTENT\",\n                \"sync_replication_auto_suspend_timeout_seconds\": 30,\n                \"start_time\": \"18h:10m\",\n                \"retention\": {\n                    \"auto_rollup_retention\": {\n                        \"local\": {\n                            \"snapshot_interval_type\": \"DAILY\",\n                            \"frequency\": 1,\n                        },\n                        \"remote\": {\n                            \"snapshot_interval_type\": \"WEEKLY\",\n                            \"frequency\": 2,\n                        },\n                    },\n                },\n            },\n        },\n    ],\n    replication_locations=[\n        {\n            \"domain_manager_ext_id\": \"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\",\n            \"label\": \"source\",\n            \"is_primary\": True,\n        },\n        {\n            \"domain_manager_ext_id\": \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n            \"label\": \"target\",\n            \"is_primary\": False,\n        },\n    ],\n    category_ids=[\"b08ed184-6b0c-42c1-8179-7b9026fe2676\"])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Create Auto Rollup Retention Protection Policy\n    var auto_rollup_retention_protection_policy = new Nutanix.ProtectionPolicyV2(\"auto-rollup-retention-protection-policy\", new()\n    {\n        Name = \"auto_rollup_retention_protection_policy\",\n        ReplicationConfigurations = new[]\n        {\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationArgs\n            {\n                SourceLocationLabel = \"source\",\n                RemoteLocationLabel = \"target\",\n                Schedule = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleArgs\n                {\n                    RecoveryPointObjectiveTimeSeconds = 60,\n                    RecoveryPointType = \"CRASH_CONSISTENT\",\n                    SyncReplicationAutoSuspendTimeoutSeconds = 20,\n                    StartTime = \"18h:10m\",\n                    Retention = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs\n                    {\n                        AutoRollupRetention = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionArgs\n                        {\n                            Local = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocalArgs\n                            {\n                                SnapshotIntervalType = \"WEEKLY\",\n                                Frequency = 2,\n                            },\n                            Remote = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemoteArgs\n                            {\n                                SnapshotIntervalType = \"DAILY\",\n                                Frequency = 1,\n                            },\n                        },\n                    },\n                },\n            },\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationArgs\n            {\n                SourceLocationLabel = \"target\",\n                RemoteLocationLabel = \"source\",\n                Schedule = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleArgs\n                {\n                    RecoveryPointObjectiveTimeSeconds = 60,\n                    RecoveryPointType = \"CRASH_CONSISTENT\",\n                    SyncReplicationAutoSuspendTimeoutSeconds = 30,\n                    StartTime = \"18h:10m\",\n                    Retention = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs\n                    {\n                        AutoRollupRetention = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionArgs\n                        {\n                            Local = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocalArgs\n                            {\n                                SnapshotIntervalType = \"DAILY\",\n                                Frequency = 1,\n                            },\n                            Remote = new Nutanix.Inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemoteArgs\n                            {\n                                SnapshotIntervalType = \"WEEKLY\",\n                                Frequency = 2,\n                            },\n                        },\n                    },\n                },\n            },\n        },\n        ReplicationLocations = new[]\n        {\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationLocationArgs\n            {\n                DomainManagerExtId = \"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\",\n                Label = \"source\",\n                IsPrimary = true,\n            },\n            new Nutanix.Inputs.ProtectionPolicyV2ReplicationLocationArgs\n            {\n                DomainManagerExtId = \"75dde184-3a0e-4f59-a185-03ca1efead17\",\n                Label = \"target\",\n                IsPrimary = false,\n            },\n        },\n        CategoryIds = new[]\n        {\n            \"b08ed184-6b0c-42c1-8179-7b9026fe2676\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Create Auto Rollup Retention Protection Policy\n\t\t_, err := nutanix.NewProtectionPolicyV2(ctx, \"auto-rollup-retention-protection-policy\", &nutanix.ProtectionPolicyV2Args{\n\t\t\tName: pulumi.String(\"auto_rollup_retention_protection_policy\"),\n\t\t\tReplicationConfigurations: nutanix.ProtectionPolicyV2ReplicationConfigurationArray{\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationConfigurationArgs{\n\t\t\t\t\tSourceLocationLabel: pulumi.String(\"source\"),\n\t\t\t\t\tRemoteLocationLabel: pulumi.String(\"target\"),\n\t\t\t\t\tSchedule: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleArgs{\n\t\t\t\t\t\tRecoveryPointObjectiveTimeSeconds:        pulumi.Int(60),\n\t\t\t\t\t\tRecoveryPointType:                        pulumi.String(\"CRASH_CONSISTENT\"),\n\t\t\t\t\t\tSyncReplicationAutoSuspendTimeoutSeconds: pulumi.Int(20),\n\t\t\t\t\t\tStartTime:                                pulumi.String(\"18h:10m\"),\n\t\t\t\t\t\tRetention: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs{\n\t\t\t\t\t\t\tAutoRollupRetention: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionArgs{\n\t\t\t\t\t\t\t\tLocal: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocalArgs{\n\t\t\t\t\t\t\t\t\tSnapshotIntervalType: pulumi.String(\"WEEKLY\"),\n\t\t\t\t\t\t\t\t\tFrequency:            pulumi.Int(2),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tRemote: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemoteArgs{\n\t\t\t\t\t\t\t\t\tSnapshotIntervalType: pulumi.String(\"DAILY\"),\n\t\t\t\t\t\t\t\t\tFrequency:            pulumi.Int(1),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationConfigurationArgs{\n\t\t\t\t\tSourceLocationLabel: pulumi.String(\"target\"),\n\t\t\t\t\tRemoteLocationLabel: pulumi.String(\"source\"),\n\t\t\t\t\tSchedule: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleArgs{\n\t\t\t\t\t\tRecoveryPointObjectiveTimeSeconds:        pulumi.Int(60),\n\t\t\t\t\t\tRecoveryPointType:                        pulumi.String(\"CRASH_CONSISTENT\"),\n\t\t\t\t\t\tSyncReplicationAutoSuspendTimeoutSeconds: pulumi.Int(30),\n\t\t\t\t\t\tStartTime:                                pulumi.String(\"18h:10m\"),\n\t\t\t\t\t\tRetention: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs{\n\t\t\t\t\t\t\tAutoRollupRetention: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionArgs{\n\t\t\t\t\t\t\t\tLocal: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocalArgs{\n\t\t\t\t\t\t\t\t\tSnapshotIntervalType: pulumi.String(\"DAILY\"),\n\t\t\t\t\t\t\t\t\tFrequency:            pulumi.Int(1),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tRemote: &nutanix.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemoteArgs{\n\t\t\t\t\t\t\t\t\tSnapshotIntervalType: pulumi.String(\"WEEKLY\"),\n\t\t\t\t\t\t\t\t\tFrequency:            pulumi.Int(2),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tReplicationLocations: nutanix.ProtectionPolicyV2ReplicationLocationArray{\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationLocationArgs{\n\t\t\t\t\tDomainManagerExtId: pulumi.String(\"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\"),\n\t\t\t\t\tLabel:              pulumi.String(\"source\"),\n\t\t\t\t\tIsPrimary:          pulumi.Bool(true),\n\t\t\t\t},\n\t\t\t\t&nutanix.ProtectionPolicyV2ReplicationLocationArgs{\n\t\t\t\t\tDomainManagerExtId: pulumi.String(\"75dde184-3a0e-4f59-a185-03ca1efead17\"),\n\t\t\t\t\tLabel:              pulumi.String(\"target\"),\n\t\t\t\t\tIsPrimary:          pulumi.Bool(false),\n\t\t\t\t},\n\t\t\t},\n\t\t\tCategoryIds: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"b08ed184-6b0c-42c1-8179-7b9026fe2676\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ProtectionPolicyV2;\nimport com.pulumi.nutanix.ProtectionPolicyV2Args;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationScheduleArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocalArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemoteArgs;\nimport com.pulumi.nutanix.inputs.ProtectionPolicyV2ReplicationLocationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Create Auto Rollup Retention Protection Policy\n        var auto_rollup_retention_protection_policy = new ProtectionPolicyV2(\"auto-rollup-retention-protection-policy\", ProtectionPolicyV2Args.builder()\n            .name(\"auto_rollup_retention_protection_policy\")\n            .replicationConfigurations(            \n                ProtectionPolicyV2ReplicationConfigurationArgs.builder()\n                    .sourceLocationLabel(\"source\")\n                    .remoteLocationLabel(\"target\")\n                    .schedule(ProtectionPolicyV2ReplicationConfigurationScheduleArgs.builder()\n                        .recoveryPointObjectiveTimeSeconds(60)\n                        .recoveryPointType(\"CRASH_CONSISTENT\")\n                        .syncReplicationAutoSuspendTimeoutSeconds(20)\n                        .startTime(\"18h:10m\")\n                        .retention(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs.builder()\n                            .autoRollupRetention(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionArgs.builder()\n                                .local(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocalArgs.builder()\n                                    .snapshotIntervalType(\"WEEKLY\")\n                                    .frequency(2)\n                                    .build())\n                                .remote(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemoteArgs.builder()\n                                    .snapshotIntervalType(\"DAILY\")\n                                    .frequency(1)\n                                    .build())\n                                .build())\n                            .build())\n                        .build())\n                    .build(),\n                ProtectionPolicyV2ReplicationConfigurationArgs.builder()\n                    .sourceLocationLabel(\"target\")\n                    .remoteLocationLabel(\"source\")\n                    .schedule(ProtectionPolicyV2ReplicationConfigurationScheduleArgs.builder()\n                        .recoveryPointObjectiveTimeSeconds(60)\n                        .recoveryPointType(\"CRASH_CONSISTENT\")\n                        .syncReplicationAutoSuspendTimeoutSeconds(30)\n                        .startTime(\"18h:10m\")\n                        .retention(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionArgs.builder()\n                            .autoRollupRetention(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionArgs.builder()\n                                .local(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionLocalArgs.builder()\n                                    .snapshotIntervalType(\"DAILY\")\n                                    .frequency(1)\n                                    .build())\n                                .remote(ProtectionPolicyV2ReplicationConfigurationScheduleRetentionAutoRollupRetentionRemoteArgs.builder()\n                                    .snapshotIntervalType(\"WEEKLY\")\n                                    .frequency(2)\n                                    .build())\n                                .build())\n                            .build())\n                        .build())\n                    .build())\n            .replicationLocations(            \n                ProtectionPolicyV2ReplicationLocationArgs.builder()\n                    .domainManagerExtId(\"6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\")\n                    .label(\"source\")\n                    .isPrimary(true)\n                    .build(),\n                ProtectionPolicyV2ReplicationLocationArgs.builder()\n                    .domainManagerExtId(\"75dde184-3a0e-4f59-a185-03ca1efead17\")\n                    .label(\"target\")\n                    .isPrimary(false)\n                    .build())\n            .categoryIds(\"b08ed184-6b0c-42c1-8179-7b9026fe2676\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Create Auto Rollup Retention Protection Policy\n  auto-rollup-retention-protection-policy:\n    type: nutanix:ProtectionPolicyV2\n    properties:\n      name: auto_rollup_retention_protection_policy\n      replicationConfigurations:\n        - sourceLocationLabel: source\n          remoteLocationLabel: target\n          schedule:\n            recoveryPointObjectiveTimeSeconds: 60\n            recoveryPointType: CRASH_CONSISTENT\n            syncReplicationAutoSuspendTimeoutSeconds: 20\n            startTime: 18h:10m\n            retention:\n              autoRollupRetention:\n                local:\n                  snapshotIntervalType: WEEKLY\n                  frequency: 2\n                remote:\n                  snapshotIntervalType: DAILY\n                  frequency: 1\n        - sourceLocationLabel: target\n          remoteLocationLabel: source\n          schedule:\n            recoveryPointObjectiveTimeSeconds: 60\n            recoveryPointType: CRASH_CONSISTENT\n            syncReplicationAutoSuspendTimeoutSeconds: 30\n            startTime: 18h:10m\n            retention:\n              autoRollupRetention:\n                local:\n                  snapshotIntervalType: DAILY\n                  frequency: 1\n                remote:\n                  snapshotIntervalType: WEEKLY\n                  frequency: 2\n      replicationLocations:\n        - domainManagerExtId: 6a44b05e-cb9b-4e7e-8d75-b1b4715369c4\n          label: source\n          isPrimary: true\n        - domainManagerExtId: 75dde184-3a0e-4f59-a185-03ca1efead17\n          label: target\n          isPrimary: false\n      categoryIds:\n        - b08ed184-6b0c-42c1-8179-7b9026fe2676\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) Host entity with its attributes.\n"
        },
        "description": {
          "type": "string",
          "description": "-(Optional) Description of the protection policy.\n"
        },
        "extId": {
          "type": "string"
        },
        "isApprovalPolicyNeeded": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionPolicyV2Link:ProtectionPolicyV2Link"
          }
        },
        "name": {
          "type": "string",
          "description": "-(Required) Name of the protection policy.\n"
        },
        "ownerExtId": {
          "type": "string"
        },
        "replicationConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationConfiguration:ProtectionPolicyV2ReplicationConfiguration"
          },
          "description": "-(Required) Cluster reference for an entity.\n"
        },
        "replicationLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationLocation:ProtectionPolicyV2ReplicationLocation"
          },
          "description": "-(Required) Hypervisor details.\n"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "categoryIds",
        "description",
        "extId",
        "isApprovalPolicyNeeded",
        "links",
        "name",
        "ownerExtId",
        "replicationConfigurations",
        "replicationLocations",
        "tenantId"
      ],
      "inputProperties": {
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) Host entity with its attributes.\n"
        },
        "description": {
          "type": "string",
          "description": "-(Optional) Description of the protection policy.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Required) Name of the protection policy.\n"
        },
        "replicationConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationConfiguration:ProtectionPolicyV2ReplicationConfiguration"
          },
          "description": "-(Required) Cluster reference for an entity.\n"
        },
        "replicationLocations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationLocation:ProtectionPolicyV2ReplicationLocation"
          },
          "description": "-(Required) Hypervisor details.\n"
        }
      },
      "requiredInputs": [
        "categoryIds",
        "replicationConfigurations",
        "replicationLocations"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ProtectionPolicyV2 resources.\n",
        "properties": {
          "categoryIds": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "-(Optional) Host entity with its attributes.\n"
          },
          "description": {
            "type": "string",
            "description": "-(Optional) Description of the protection policy.\n"
          },
          "extId": {
            "type": "string"
          },
          "isApprovalPolicyNeeded": {
            "type": "boolean"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProtectionPolicyV2Link:ProtectionPolicyV2Link"
            }
          },
          "name": {
            "type": "string",
            "description": "-(Required) Name of the protection policy.\n"
          },
          "ownerExtId": {
            "type": "string"
          },
          "replicationConfigurations": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationConfiguration:ProtectionPolicyV2ReplicationConfiguration"
            },
            "description": "-(Required) Cluster reference for an entity.\n"
          },
          "replicationLocations": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProtectionPolicyV2ReplicationLocation:ProtectionPolicyV2ReplicationLocation"
            },
            "description": "-(Required) Hypervisor details.\n"
          },
          "tenantId": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/protectionRule:ProtectionRule": {
      "description": "Provides a Nutanix Protection Rule resource to Create a Protection Rule.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst protectionRuleTest = new nutanix.ProtectionRule(\"protection_rule_test\", {\n    name: \"test\",\n    description: \"test\",\n    orderedAvailabilityZoneLists: [{\n        availabilityZoneUrl: \"ab788130-0820-4d07-a1b5-b0ba4d3a42asd\",\n    }],\n    availabilityZoneConnectivityLists: [{\n        snapshotScheduleLists: [{\n            recoveryPointObjectiveSecs: 3600,\n            snapshotType: \"CRASH_CONSISTENT\",\n            localSnapshotRetentionPolicy: {\n                numSnapshots: 1,\n            },\n        }],\n    }],\n    categoryFilter: {\n        params: [{\n            name: \"Environment\",\n            values: [\"Dev\"],\n        }],\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nprotection_rule_test = nutanix.ProtectionRule(\"protection_rule_test\",\n    name=\"test\",\n    description=\"test\",\n    ordered_availability_zone_lists=[{\n        \"availability_zone_url\": \"ab788130-0820-4d07-a1b5-b0ba4d3a42asd\",\n    }],\n    availability_zone_connectivity_lists=[{\n        \"snapshot_schedule_lists\": [{\n            \"recovery_point_objective_secs\": 3600,\n            \"snapshot_type\": \"CRASH_CONSISTENT\",\n            \"local_snapshot_retention_policy\": {\n                \"num_snapshots\": 1,\n            },\n        }],\n    }],\n    category_filter={\n        \"params\": [{\n            \"name\": \"Environment\",\n            \"values\": [\"Dev\"],\n        }],\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var protectionRuleTest = new Nutanix.ProtectionRule(\"protection_rule_test\", new()\n    {\n        Name = \"test\",\n        Description = \"test\",\n        OrderedAvailabilityZoneLists = new[]\n        {\n            new Nutanix.Inputs.ProtectionRuleOrderedAvailabilityZoneListArgs\n            {\n                AvailabilityZoneUrl = \"ab788130-0820-4d07-a1b5-b0ba4d3a42asd\",\n            },\n        },\n        AvailabilityZoneConnectivityLists = new[]\n        {\n            new Nutanix.Inputs.ProtectionRuleAvailabilityZoneConnectivityListArgs\n            {\n                SnapshotScheduleLists = new[]\n                {\n                    new Nutanix.Inputs.ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListArgs\n                    {\n                        RecoveryPointObjectiveSecs = 3600,\n                        SnapshotType = \"CRASH_CONSISTENT\",\n                        LocalSnapshotRetentionPolicy = new Nutanix.Inputs.ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicyArgs\n                        {\n                            NumSnapshots = 1,\n                        },\n                    },\n                },\n            },\n        },\n        CategoryFilter = new Nutanix.Inputs.ProtectionRuleCategoryFilterArgs\n        {\n            Params = new[]\n            {\n                new Nutanix.Inputs.ProtectionRuleCategoryFilterParamArgs\n                {\n                    Name = \"Environment\",\n                    Values = new[]\n                    {\n                        \"Dev\",\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewProtectionRule(ctx, \"protection_rule_test\", &nutanix.ProtectionRuleArgs{\n\t\t\tName:        pulumi.String(\"test\"),\n\t\t\tDescription: pulumi.String(\"test\"),\n\t\t\tOrderedAvailabilityZoneLists: nutanix.ProtectionRuleOrderedAvailabilityZoneListArray{\n\t\t\t\t&nutanix.ProtectionRuleOrderedAvailabilityZoneListArgs{\n\t\t\t\t\tAvailabilityZoneUrl: pulumi.String(\"ab788130-0820-4d07-a1b5-b0ba4d3a42asd\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tAvailabilityZoneConnectivityLists: nutanix.ProtectionRuleAvailabilityZoneConnectivityListArray{\n\t\t\t\t&nutanix.ProtectionRuleAvailabilityZoneConnectivityListArgs{\n\t\t\t\t\tSnapshotScheduleLists: nutanix.ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListArray{\n\t\t\t\t\t\t&nutanix.ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListArgs{\n\t\t\t\t\t\t\tRecoveryPointObjectiveSecs: pulumi.Int(3600),\n\t\t\t\t\t\t\tSnapshotType:               pulumi.String(\"CRASH_CONSISTENT\"),\n\t\t\t\t\t\t\tLocalSnapshotRetentionPolicy: &nutanix.ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicyArgs{\n\t\t\t\t\t\t\t\tNumSnapshots: pulumi.Int(1),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tCategoryFilter: &nutanix.ProtectionRuleCategoryFilterArgs{\n\t\t\t\tParams: nutanix.ProtectionRuleCategoryFilterParamArray{\n\t\t\t\t\t&nutanix.ProtectionRuleCategoryFilterParamArgs{\n\t\t\t\t\t\tName: pulumi.String(\"Environment\"),\n\t\t\t\t\t\tValues: pulumi.StringArray{\n\t\t\t\t\t\t\tpulumi.String(\"Dev\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ProtectionRule;\nimport com.pulumi.nutanix.ProtectionRuleArgs;\nimport com.pulumi.nutanix.inputs.ProtectionRuleOrderedAvailabilityZoneListArgs;\nimport com.pulumi.nutanix.inputs.ProtectionRuleAvailabilityZoneConnectivityListArgs;\nimport com.pulumi.nutanix.inputs.ProtectionRuleCategoryFilterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var protectionRuleTest = new ProtectionRule(\"protectionRuleTest\", ProtectionRuleArgs.builder()\n            .name(\"test\")\n            .description(\"test\")\n            .orderedAvailabilityZoneLists(ProtectionRuleOrderedAvailabilityZoneListArgs.builder()\n                .availabilityZoneUrl(\"ab788130-0820-4d07-a1b5-b0ba4d3a42asd\")\n                .build())\n            .availabilityZoneConnectivityLists(ProtectionRuleAvailabilityZoneConnectivityListArgs.builder()\n                .snapshotScheduleLists(ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListArgs.builder()\n                    .recoveryPointObjectiveSecs(3600)\n                    .snapshotType(\"CRASH_CONSISTENT\")\n                    .localSnapshotRetentionPolicy(ProtectionRuleAvailabilityZoneConnectivityListSnapshotScheduleListLocalSnapshotRetentionPolicyArgs.builder()\n                        .numSnapshots(1)\n                        .build())\n                    .build())\n                .build())\n            .categoryFilter(ProtectionRuleCategoryFilterArgs.builder()\n                .params(ProtectionRuleCategoryFilterParamArgs.builder()\n                    .name(\"Environment\")\n                    .values(\"Dev\")\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  protectionRuleTest:\n    type: nutanix:ProtectionRule\n    name: protection_rule_test\n    properties:\n      name: test\n      description: test\n      orderedAvailabilityZoneLists:\n        - availabilityZoneUrl: ab788130-0820-4d07-a1b5-b0ba4d3a42asd\n      availabilityZoneConnectivityLists:\n        - snapshotScheduleLists:\n            - recoveryPointObjectiveSecs: 3600\n              snapshotType: CRASH_CONSISTENT\n              localSnapshotRetentionPolicy:\n                numSnapshots: 1\n      categoryFilter:\n        params:\n          - name: Environment\n            values:\n              - Dev\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "apiVersion": {
          "type": "string"
        },
        "availabilityZoneConnectivityLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionRuleAvailabilityZoneConnectivityList:ProtectionRuleAvailabilityZoneConnectivityList"
          }
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionRuleCategory:ProtectionRuleCategory"
          }
        },
        "categoryFilter": {
          "$ref": "#/types/nutanix:index%2FProtectionRuleCategoryFilter:ProtectionRuleCategoryFilter"
        },
        "description": {
          "type": "string",
          "description": "A description for protection rule.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "The name for the protection rule.\n"
        },
        "orderedAvailabilityZoneLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionRuleOrderedAvailabilityZoneList:ProtectionRuleOrderedAvailabilityZoneList"
          }
        },
        "ownerReference": {
          "$ref": "#/types/nutanix:index%2FProtectionRuleOwnerReference:ProtectionRuleOwnerReference"
        },
        "projectReference": {
          "$ref": "#/types/nutanix:index%2FProtectionRuleProjectReference:ProtectionRuleProjectReference"
        },
        "startTime": {
          "type": "string"
        },
        "state": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "availabilityZoneConnectivityLists",
        "categories",
        "categoryFilter",
        "description",
        "metadata",
        "name",
        "orderedAvailabilityZoneLists",
        "ownerReference",
        "projectReference",
        "startTime",
        "state"
      ],
      "inputProperties": {
        "availabilityZoneConnectivityLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionRuleAvailabilityZoneConnectivityList:ProtectionRuleAvailabilityZoneConnectivityList"
          }
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionRuleCategory:ProtectionRuleCategory"
          }
        },
        "categoryFilter": {
          "$ref": "#/types/nutanix:index%2FProtectionRuleCategoryFilter:ProtectionRuleCategoryFilter"
        },
        "description": {
          "type": "string",
          "description": "A description for protection rule.\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the protection rule.\n"
        },
        "orderedAvailabilityZoneLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FProtectionRuleOrderedAvailabilityZoneList:ProtectionRuleOrderedAvailabilityZoneList"
          }
        },
        "ownerReference": {
          "$ref": "#/types/nutanix:index%2FProtectionRuleOwnerReference:ProtectionRuleOwnerReference"
        },
        "projectReference": {
          "$ref": "#/types/nutanix:index%2FProtectionRuleProjectReference:ProtectionRuleProjectReference"
        },
        "startTime": {
          "type": "string"
        }
      },
      "requiredInputs": [
        "availabilityZoneConnectivityLists",
        "orderedAvailabilityZoneLists"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ProtectionRule resources.\n",
        "properties": {
          "apiVersion": {
            "type": "string"
          },
          "availabilityZoneConnectivityLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProtectionRuleAvailabilityZoneConnectivityList:ProtectionRuleAvailabilityZoneConnectivityList"
            }
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProtectionRuleCategory:ProtectionRuleCategory"
            }
          },
          "categoryFilter": {
            "$ref": "#/types/nutanix:index%2FProtectionRuleCategoryFilter:ProtectionRuleCategoryFilter"
          },
          "description": {
            "type": "string",
            "description": "A description for protection rule.\n"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "name": {
            "type": "string",
            "description": "The name for the protection rule.\n"
          },
          "orderedAvailabilityZoneLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FProtectionRuleOrderedAvailabilityZoneList:ProtectionRuleOrderedAvailabilityZoneList"
            }
          },
          "ownerReference": {
            "$ref": "#/types/nutanix:index%2FProtectionRuleOwnerReference:ProtectionRuleOwnerReference"
          },
          "projectReference": {
            "$ref": "#/types/nutanix:index%2FProtectionRuleProjectReference:ProtectionRuleProjectReference"
          },
          "startTime": {
            "type": "string"
          },
          "state": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/recoveryPlan:RecoveryPlan": {
      "description": "Provides a Nutanix Recovery Plan resource to Create a Recovery Plan.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst recoveryPlanTest = new nutanix.RecoveryPlan(\"recovery_plan_test\", {\n    name: \"%s\",\n    description: \"%s\",\n    stageLists: [{\n        stageWork: {\n            recoverEntities: {\n                entityInfoLists: [{\n                    categories: [{\n                        name: \"Environment\",\n                        value: \"Dev\",\n                    }],\n                }],\n            },\n        },\n        stageUuid: \"ab788130-0820-4d07-a1b5-b0ba4d3a42asd\",\n        delayTimeSecs: 0,\n    }],\n    parameters: {},\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nrecovery_plan_test = nutanix.RecoveryPlan(\"recovery_plan_test\",\n    name=\"%s\",\n    description=\"%s\",\n    stage_lists=[{\n        \"stage_work\": {\n            \"recover_entities\": {\n                \"entity_info_lists\": [{\n                    \"categories\": [{\n                        \"name\": \"Environment\",\n                        \"value\": \"Dev\",\n                    }],\n                }],\n            },\n        },\n        \"stage_uuid\": \"ab788130-0820-4d07-a1b5-b0ba4d3a42asd\",\n        \"delay_time_secs\": 0,\n    }],\n    parameters={})\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var recoveryPlanTest = new Nutanix.RecoveryPlan(\"recovery_plan_test\", new()\n    {\n        Name = \"%s\",\n        Description = \"%s\",\n        StageLists = new[]\n        {\n            new Nutanix.Inputs.RecoveryPlanStageListArgs\n            {\n                StageWork = new Nutanix.Inputs.RecoveryPlanStageListStageWorkArgs\n                {\n                    RecoverEntities = new Nutanix.Inputs.RecoveryPlanStageListStageWorkRecoverEntitiesArgs\n                    {\n                        EntityInfoLists = new[]\n                        {\n                            new Nutanix.Inputs.RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListArgs\n                            {\n                                Categories = new[]\n                                {\n                                    new Nutanix.Inputs.RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListCategoryArgs\n                                    {\n                                        Name = \"Environment\",\n                                        Value = \"Dev\",\n                                    },\n                                },\n                            },\n                        },\n                    },\n                },\n                StageUuid = \"ab788130-0820-4d07-a1b5-b0ba4d3a42asd\",\n                DelayTimeSecs = 0,\n            },\n        },\n        Parameters = null,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewRecoveryPlan(ctx, \"recovery_plan_test\", &nutanix.RecoveryPlanArgs{\n\t\t\tName:        pulumi.String(\"%s\"),\n\t\t\tDescription: pulumi.String(\"%s\"),\n\t\t\tStageLists: nutanix.RecoveryPlanStageListArray{\n\t\t\t\t&nutanix.RecoveryPlanStageListArgs{\n\t\t\t\t\tStageWork: &nutanix.RecoveryPlanStageListStageWorkArgs{\n\t\t\t\t\t\tRecoverEntities: &nutanix.RecoveryPlanStageListStageWorkRecoverEntitiesArgs{\n\t\t\t\t\t\t\tEntityInfoLists: nutanix.RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListArray{\n\t\t\t\t\t\t\t\t&nutanix.RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListArgs{\n\t\t\t\t\t\t\t\t\tCategories: nutanix.RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListCategoryArray{\n\t\t\t\t\t\t\t\t\t\t&nutanix.RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListCategoryArgs{\n\t\t\t\t\t\t\t\t\t\t\tName:  pulumi.String(\"Environment\"),\n\t\t\t\t\t\t\t\t\t\t\tValue: pulumi.String(\"Dev\"),\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tStageUuid:     pulumi.String(\"ab788130-0820-4d07-a1b5-b0ba4d3a42asd\"),\n\t\t\t\t\tDelayTimeSecs: pulumi.Int(0),\n\t\t\t\t},\n\t\t\t},\n\t\t\tParameters: &nutanix.RecoveryPlanParametersArgs{},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.RecoveryPlan;\nimport com.pulumi.nutanix.RecoveryPlanArgs;\nimport com.pulumi.nutanix.inputs.RecoveryPlanStageListArgs;\nimport com.pulumi.nutanix.inputs.RecoveryPlanStageListStageWorkArgs;\nimport com.pulumi.nutanix.inputs.RecoveryPlanStageListStageWorkRecoverEntitiesArgs;\nimport com.pulumi.nutanix.inputs.RecoveryPlanParametersArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var recoveryPlanTest = new RecoveryPlan(\"recoveryPlanTest\", RecoveryPlanArgs.builder()\n            .name(\"%s\")\n            .description(\"%s\")\n            .stageLists(RecoveryPlanStageListArgs.builder()\n                .stageWork(RecoveryPlanStageListStageWorkArgs.builder()\n                    .recoverEntities(RecoveryPlanStageListStageWorkRecoverEntitiesArgs.builder()\n                        .entityInfoLists(RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListArgs.builder()\n                            .categories(RecoveryPlanStageListStageWorkRecoverEntitiesEntityInfoListCategoryArgs.builder()\n                                .name(\"Environment\")\n                                .value(\"Dev\")\n                                .build())\n                            .build())\n                        .build())\n                    .build())\n                .stageUuid(\"ab788130-0820-4d07-a1b5-b0ba4d3a42asd\")\n                .delayTimeSecs(0)\n                .build())\n            .parameters(RecoveryPlanParametersArgs.builder()\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  recoveryPlanTest:\n    type: nutanix:RecoveryPlan\n    name: recovery_plan_test\n    properties:\n      name: '%s'\n      description: '%s'\n      stageLists:\n        - stageWork:\n            recoverEntities:\n              entityInfoLists:\n                - categories:\n                    - name: Environment\n                      value: Dev\n          stageUuid: ab788130-0820-4d07-a1b5-b0ba4d3a42asd\n          delayTimeSecs: 0\n      parameters: {}\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "apiVersion": {
          "type": "string"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanCategory:RecoveryPlanCategory"
          }
        },
        "description": {
          "type": "string",
          "description": "A description for Recovery Plan.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "ownerReference": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanOwnerReference:RecoveryPlanOwnerReference"
        },
        "parameters": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParameters:RecoveryPlanParameters"
        },
        "projectReference": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanProjectReference:RecoveryPlanProjectReference"
        },
        "stageLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanStageList:RecoveryPlanStageList"
          }
        },
        "state": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "categories",
        "description",
        "metadata",
        "name",
        "ownerReference",
        "parameters",
        "projectReference",
        "stageLists",
        "state"
      ],
      "inputProperties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanCategory:RecoveryPlanCategory"
          }
        },
        "description": {
          "type": "string",
          "description": "A description for Recovery Plan.\n"
        },
        "name": {
          "type": "string",
          "description": "The name for the Recovery Plan.\n"
        },
        "ownerReference": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanOwnerReference:RecoveryPlanOwnerReference"
        },
        "parameters": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanParameters:RecoveryPlanParameters"
        },
        "projectReference": {
          "$ref": "#/types/nutanix:index%2FRecoveryPlanProjectReference:RecoveryPlanProjectReference"
        },
        "stageLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanStageList:RecoveryPlanStageList"
          }
        }
      },
      "requiredInputs": [
        "parameters",
        "stageLists"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering RecoveryPlan resources.\n",
        "properties": {
          "apiVersion": {
            "type": "string"
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRecoveryPlanCategory:RecoveryPlanCategory"
            }
          },
          "description": {
            "type": "string",
            "description": "A description for Recovery Plan.\n"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "name": {
            "type": "string",
            "description": "The name for the Recovery Plan.\n"
          },
          "ownerReference": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanOwnerReference:RecoveryPlanOwnerReference"
          },
          "parameters": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanParameters:RecoveryPlanParameters"
          },
          "projectReference": {
            "$ref": "#/types/nutanix:index%2FRecoveryPlanProjectReference:RecoveryPlanProjectReference"
          },
          "stageLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRecoveryPlanStageList:RecoveryPlanStageList"
            }
          },
          "state": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/recoveryPointReplicateV2:RecoveryPointReplicateV2": {
      "description": "External identifier of the replicated recovery point can be found in the task completion details under the key\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// replicate RP\nconst rp_replicate = new nutanix.RecoveryPointReplicateV2(\"rp-replicate\", {\n    extId: \"150a7ed0-9d05-4f35-a060-16dac4c835d0\",\n    clusterExtId: \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    pcExtId: \"8a938cc5-282b-48c4-81be-de22de145d07\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# replicate RP\nrp_replicate = nutanix.RecoveryPointReplicateV2(\"rp-replicate\",\n    ext_id=\"150a7ed0-9d05-4f35-a060-16dac4c835d0\",\n    cluster_ext_id=\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    pc_ext_id=\"8a938cc5-282b-48c4-81be-de22de145d07\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // replicate RP\n    var rp_replicate = new Nutanix.RecoveryPointReplicateV2(\"rp-replicate\", new()\n    {\n        ExtId = \"150a7ed0-9d05-4f35-a060-16dac4c835d0\",\n        ClusterExtId = \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n        PcExtId = \"8a938cc5-282b-48c4-81be-de22de145d07\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// replicate RP\n\t\t_, err := nutanix.NewRecoveryPointReplicateV2(ctx, \"rp-replicate\", &nutanix.RecoveryPointReplicateV2Args{\n\t\t\tExtId:        pulumi.String(\"150a7ed0-9d05-4f35-a060-16dac4c835d0\"),\n\t\t\tClusterExtId: pulumi.String(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\"),\n\t\t\tPcExtId:      pulumi.String(\"8a938cc5-282b-48c4-81be-de22de145d07\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.RecoveryPointReplicateV2;\nimport com.pulumi.nutanix.RecoveryPointReplicateV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // replicate RP\n        var rp_replicate = new RecoveryPointReplicateV2(\"rp-replicate\", RecoveryPointReplicateV2Args.builder()\n            .extId(\"150a7ed0-9d05-4f35-a060-16dac4c835d0\")\n            .clusterExtId(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\")\n            .pcExtId(\"8a938cc5-282b-48c4-81be-de22de145d07\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # replicate RP\n  rp-replicate:\n    type: nutanix:RecoveryPointReplicateV2\n    properties:\n      extId: 150a7ed0-9d05-4f35-a060-16dac4c835d0\n      clusterExtId: 1cefd0f5-6d38-4c9b-a07c-bdd2db004224\n      pcExtId: 8a938cc5-282b-48c4-81be-de22de145d07\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "clusterExtId": {
          "type": "string",
          "description": "-(Required) External identifier of the cluster.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) The external identifier that can be used to retrieve the recovery point using its URL.\n"
        },
        "pcExtId": {
          "type": "string",
          "description": "-(Required) External identifier of the Prism Central.\n"
        },
        "replicatedRpExtId": {
          "type": "string",
          "description": "- External identifier of replicated recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "pcExtId",
        "replicatedRpExtId"
      ],
      "inputProperties": {
        "clusterExtId": {
          "type": "string",
          "description": "-(Required) External identifier of the cluster.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) The external identifier that can be used to retrieve the recovery point using its URL.\n"
        },
        "pcExtId": {
          "type": "string",
          "description": "-(Required) External identifier of the Prism Central.\n"
        }
      },
      "requiredInputs": [
        "extId",
        "pcExtId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering RecoveryPointReplicateV2 resources.\n",
        "properties": {
          "clusterExtId": {
            "type": "string",
            "description": "-(Required) External identifier of the cluster.\n"
          },
          "extId": {
            "type": "string",
            "description": "-(Required) The external identifier that can be used to retrieve the recovery point using its URL.\n"
          },
          "pcExtId": {
            "type": "string",
            "description": "-(Required) External identifier of the Prism Central.\n"
          },
          "replicatedRpExtId": {
            "type": "string",
            "description": "- External identifier of replicated recovery point.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/recoveryPointRestoreV2:RecoveryPointRestoreV2": {
      "description": "This operation Restore a recovery point identified by {extId}.\nA comma separated list of the created VM and volume group external identifiers can be found in the task completion details under the keys <span pulumi-lang-nodejs=\"`vmExtIds`\" pulumi-lang-dotnet=\"`VmExtIds`\" pulumi-lang-go=\"`vmExtIds`\" pulumi-lang-python=\"`vm_ext_ids`\" pulumi-lang-yaml=\"`vmExtIds`\" pulumi-lang-java=\"`vmExtIds`\">`vm_ext_ids`</span> and <span pulumi-lang-nodejs=\"`volumeGroupExtIds`\" pulumi-lang-dotnet=\"`VolumeGroupExtIds`\" pulumi-lang-go=\"`volumeGroupExtIds`\" pulumi-lang-python=\"`volume_group_ext_ids`\" pulumi-lang-yaml=\"`volumeGroupExtIds`\" pulumi-lang-java=\"`volumeGroupExtIds`\">`volume_group_ext_ids`</span> respectively.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// restore RP\nconst rp_restore = new nutanix.RecoveryPointRestoreV2(\"rp-restore\", {\n    extId: \"150a7ed0-9d05-4f35-a060-16dac4c835d0\",\n    clusterExtId: \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    vmRecoveryPointRestoreOverrides: [{\n        vmRecoveryPointExtId: \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    }],\n    volumeGroupRecoveryPointRestoreOverrides: [{\n        volumeGroupRecoveryPointExtId: \"8a938cc5-282b-48c4-81be-de22de145d07\",\n        volumeGroupOverrideSpecs: [{\n            name: \"vg_restored\",\n        }],\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# restore RP\nrp_restore = nutanix.RecoveryPointRestoreV2(\"rp-restore\",\n    ext_id=\"150a7ed0-9d05-4f35-a060-16dac4c835d0\",\n    cluster_ext_id=\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    vm_recovery_point_restore_overrides=[{\n        \"vm_recovery_point_ext_id\": \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    }],\n    volume_group_recovery_point_restore_overrides=[{\n        \"volume_group_recovery_point_ext_id\": \"8a938cc5-282b-48c4-81be-de22de145d07\",\n        \"volume_group_override_specs\": [{\n            \"name\": \"vg_restored\",\n        }],\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // restore RP\n    var rp_restore = new Nutanix.RecoveryPointRestoreV2(\"rp-restore\", new()\n    {\n        ExtId = \"150a7ed0-9d05-4f35-a060-16dac4c835d0\",\n        ClusterExtId = \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n        VmRecoveryPointRestoreOverrides = new[]\n        {\n            new Nutanix.Inputs.RecoveryPointRestoreV2VmRecoveryPointRestoreOverrideArgs\n            {\n                VmRecoveryPointExtId = \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n            },\n        },\n        VolumeGroupRecoveryPointRestoreOverrides = new[]\n        {\n            new Nutanix.Inputs.RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideArgs\n            {\n                VolumeGroupRecoveryPointExtId = \"8a938cc5-282b-48c4-81be-de22de145d07\",\n                VolumeGroupOverrideSpecs = new[]\n                {\n                    new Nutanix.Inputs.RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideVolumeGroupOverrideSpecArgs\n                    {\n                        Name = \"vg_restored\",\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// restore RP\n\t\t_, err := nutanix.NewRecoveryPointRestoreV2(ctx, \"rp-restore\", &nutanix.RecoveryPointRestoreV2Args{\n\t\t\tExtId:        pulumi.String(\"150a7ed0-9d05-4f35-a060-16dac4c835d0\"),\n\t\t\tClusterExtId: pulumi.String(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\"),\n\t\t\tVmRecoveryPointRestoreOverrides: nutanix.RecoveryPointRestoreV2VmRecoveryPointRestoreOverrideArray{\n\t\t\t\t&nutanix.RecoveryPointRestoreV2VmRecoveryPointRestoreOverrideArgs{\n\t\t\t\t\tVmRecoveryPointExtId: pulumi.String(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tVolumeGroupRecoveryPointRestoreOverrides: nutanix.RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideArray{\n\t\t\t\t&nutanix.RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideArgs{\n\t\t\t\t\tVolumeGroupRecoveryPointExtId: pulumi.String(\"8a938cc5-282b-48c4-81be-de22de145d07\"),\n\t\t\t\t\tVolumeGroupOverrideSpecs: nutanix.RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideVolumeGroupOverrideSpecArray{\n\t\t\t\t\t\t&nutanix.RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideVolumeGroupOverrideSpecArgs{\n\t\t\t\t\t\t\tName: pulumi.String(\"vg_restored\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.RecoveryPointRestoreV2;\nimport com.pulumi.nutanix.RecoveryPointRestoreV2Args;\nimport com.pulumi.nutanix.inputs.RecoveryPointRestoreV2VmRecoveryPointRestoreOverrideArgs;\nimport com.pulumi.nutanix.inputs.RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // restore RP\n        var rp_restore = new RecoveryPointRestoreV2(\"rp-restore\", RecoveryPointRestoreV2Args.builder()\n            .extId(\"150a7ed0-9d05-4f35-a060-16dac4c835d0\")\n            .clusterExtId(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\")\n            .vmRecoveryPointRestoreOverrides(RecoveryPointRestoreV2VmRecoveryPointRestoreOverrideArgs.builder()\n                .vmRecoveryPointExtId(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\")\n                .build())\n            .volumeGroupRecoveryPointRestoreOverrides(RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideArgs.builder()\n                .volumeGroupRecoveryPointExtId(\"8a938cc5-282b-48c4-81be-de22de145d07\")\n                .volumeGroupOverrideSpecs(RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverrideVolumeGroupOverrideSpecArgs.builder()\n                    .name(\"vg_restored\")\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # restore RP\n  rp-restore:\n    type: nutanix:RecoveryPointRestoreV2\n    properties:\n      extId: 150a7ed0-9d05-4f35-a060-16dac4c835d0\n      clusterExtId: 1cefd0f5-6d38-4c9b-a07c-bdd2db004224\n      vmRecoveryPointRestoreOverrides:\n        - vmRecoveryPointExtId: 1cefd0f5-6d38-4c9b-a07c-bdd2db004224\n      volumeGroupRecoveryPointRestoreOverrides:\n        - volumeGroupRecoveryPointExtId: 8a938cc5-282b-48c4-81be-de22de145d07\n          volumeGroupOverrideSpecs:\n            - name: vg_restored\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "clusterExtId": {
          "type": "string",
          "description": "-(Required) External identifier of the cluster.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) The external identifier that can be used to retrieve the recovery point using its URL.\n"
        },
        "vmExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of external identifiers of the created(restored) VMs.\n"
        },
        "vmRecoveryPointRestoreOverrides": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointRestoreV2VmRecoveryPointRestoreOverride:RecoveryPointRestoreV2VmRecoveryPointRestoreOverride"
          },
          "description": "-(Optional) List of specifications to restore a specific VM recovery point(s) that are a part of the top-level recovery point. A specific VM recovery point can be selected for restore by specifying its external identifier along with override specification (if any).\n"
        },
        "volumeGroupExtIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of external identifiers of the created(restored) volume groups.\n"
        },
        "volumeGroupRecoveryPointRestoreOverrides": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverride:RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverride"
          },
          "description": "-(Optional) List of specifications to restore a specific volume group recovery point(s) that are a part of the top-level recovery point. A specific volume group recovery point can be selected for restore by specifying its external identifier along with override specification (if any).\n"
        }
      },
      "type": "object",
      "required": [
        "clusterExtId",
        "extId",
        "vmExtIds",
        "volumeGroupExtIds"
      ],
      "inputProperties": {
        "clusterExtId": {
          "type": "string",
          "description": "-(Required) External identifier of the cluster.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) The external identifier that can be used to retrieve the recovery point using its URL.\n"
        },
        "vmRecoveryPointRestoreOverrides": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointRestoreV2VmRecoveryPointRestoreOverride:RecoveryPointRestoreV2VmRecoveryPointRestoreOverride"
          },
          "description": "-(Optional) List of specifications to restore a specific VM recovery point(s) that are a part of the top-level recovery point. A specific VM recovery point can be selected for restore by specifying its external identifier along with override specification (if any).\n"
        },
        "volumeGroupRecoveryPointRestoreOverrides": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverride:RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverride"
          },
          "description": "-(Optional) List of specifications to restore a specific volume group recovery point(s) that are a part of the top-level recovery point. A specific volume group recovery point can be selected for restore by specifying its external identifier along with override specification (if any).\n"
        }
      },
      "requiredInputs": [
        "clusterExtId",
        "extId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering RecoveryPointRestoreV2 resources.\n",
        "properties": {
          "clusterExtId": {
            "type": "string",
            "description": "-(Required) External identifier of the cluster.\n"
          },
          "extId": {
            "type": "string",
            "description": "-(Required) The external identifier that can be used to retrieve the recovery point using its URL.\n"
          },
          "vmExtIds": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- List of external identifiers of the created(restored) VMs.\n"
          },
          "vmRecoveryPointRestoreOverrides": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRecoveryPointRestoreV2VmRecoveryPointRestoreOverride:RecoveryPointRestoreV2VmRecoveryPointRestoreOverride"
            },
            "description": "-(Optional) List of specifications to restore a specific VM recovery point(s) that are a part of the top-level recovery point. A specific VM recovery point can be selected for restore by specifying its external identifier along with override specification (if any).\n"
          },
          "volumeGroupExtIds": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- List of external identifiers of the created(restored) volume groups.\n"
          },
          "volumeGroupRecoveryPointRestoreOverrides": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverride:RecoveryPointRestoreV2VolumeGroupRecoveryPointRestoreOverride"
            },
            "description": "-(Optional) List of specifications to restore a specific volume group recovery point(s) that are a part of the top-level recovery point. A specific volume group recovery point can be selected for restore by specifying its external identifier along with override specification (if any).\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/recoveryPointsV2:RecoveryPointsV2": {
      "description": "Create a new recovery point.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// create RP with Vm Rp\nconst rp_example = new nutanix.RecoveryPointsV2(\"rp-example\", {\n    name: \"terraform-test-recovery-point\",\n    expirationTime: \"2024-09-17T09:20:42Z\",\n    status: \"COMPLETE\",\n    recoveryPointType: \"APPLICATION_CONSISTENT\",\n    vmRecoveryPoints: [{\n        vmExtId: \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# create RP with Vm Rp\nrp_example = nutanix.RecoveryPointsV2(\"rp-example\",\n    name=\"terraform-test-recovery-point\",\n    expiration_time=\"2024-09-17T09:20:42Z\",\n    status=\"COMPLETE\",\n    recovery_point_type=\"APPLICATION_CONSISTENT\",\n    vm_recovery_points=[{\n        \"vm_ext_id\": \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // create RP with Vm Rp\n    var rp_example = new Nutanix.RecoveryPointsV2(\"rp-example\", new()\n    {\n        Name = \"terraform-test-recovery-point\",\n        ExpirationTime = \"2024-09-17T09:20:42Z\",\n        Status = \"COMPLETE\",\n        RecoveryPointType = \"APPLICATION_CONSISTENT\",\n        VmRecoveryPoints = new[]\n        {\n            new Nutanix.Inputs.RecoveryPointsV2VmRecoveryPointArgs\n            {\n                VmExtId = \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// create RP with Vm Rp\n\t\t_, err := nutanix.NewRecoveryPointsV2(ctx, \"rp-example\", &nutanix.RecoveryPointsV2Args{\n\t\t\tName:              pulumi.String(\"terraform-test-recovery-point\"),\n\t\t\tExpirationTime:    pulumi.String(\"2024-09-17T09:20:42Z\"),\n\t\t\tStatus:            pulumi.String(\"COMPLETE\"),\n\t\t\tRecoveryPointType: pulumi.String(\"APPLICATION_CONSISTENT\"),\n\t\t\tVmRecoveryPoints: nutanix.RecoveryPointsV2VmRecoveryPointArray{\n\t\t\t\t&nutanix.RecoveryPointsV2VmRecoveryPointArgs{\n\t\t\t\t\tVmExtId: pulumi.String(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.RecoveryPointsV2;\nimport com.pulumi.nutanix.RecoveryPointsV2Args;\nimport com.pulumi.nutanix.inputs.RecoveryPointsV2VmRecoveryPointArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // create RP with Vm Rp\n        var rp_example = new RecoveryPointsV2(\"rp-example\", RecoveryPointsV2Args.builder()\n            .name(\"terraform-test-recovery-point\")\n            .expirationTime(\"2024-09-17T09:20:42Z\")\n            .status(\"COMPLETE\")\n            .recoveryPointType(\"APPLICATION_CONSISTENT\")\n            .vmRecoveryPoints(RecoveryPointsV2VmRecoveryPointArgs.builder()\n                .vmExtId(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # create RP with Vm Rp\n  rp-example:\n    type: nutanix:RecoveryPointsV2\n    properties:\n      name: terraform-test-recovery-point\n      expirationTime: 2024-09-17T09:20:42Z\n      status: COMPLETE\n      recoveryPointType: APPLICATION_CONSISTENT\n      vmRecoveryPoints:\n        - vmExtId: ab520e1d-4950-1db1-917f-a9e2ea35b8e3\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "creationTime": {
          "type": "string",
          "description": "The UTC date and time in ISO-8601 format when the Recovery point is created.\n"
        },
        "expirationTime": {
          "type": "string",
          "description": "-(Optional) The UTC date and time in ISO-8601 format when the current Recovery point expires and will be garbage collected.\n"
        },
        "extId": {
          "type": "string",
          "description": "recovery point UUID\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointsV2Link:RecoveryPointsV2Link"
          },
          "description": "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.\n"
        },
        "locationAgnosticId": {
          "type": "string",
          "description": "Location agnostic identifier of the recovery point. This identifier is used to identify the same instances of a recovery point across different sites.\n"
        },
        "locationReferences": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointsV2LocationReference:RecoveryPointsV2LocationReference"
          },
          "description": "List of location references where the VM or volume group recovery point are a part of the specified recovery point.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Optional) The name of the Recovery point.\n"
        },
        "ownerExtId": {
          "type": "string",
          "description": "A read only field inserted into recovery point at the time of recovery point creation, indicating the external identifier of the user who created this recovery point.\n"
        },
        "recoveryPointType": {
          "type": "string",
          "description": "-(Optional) Type of the Recovery point.\n* supported values:\n* `CRASH_CONSISTENT`: -  capture all the VM and application level details.\n* `APPLICATION_CONSISTENT`: -  stored in the memory and also the in-progress transaction details.\n"
        },
        "status": {
          "type": "string",
          "description": "-(Optional) The status of the Recovery point, which indicates whether this Recovery point is fit to be consumed.\n* supported values:\n* `COMPLETE`: -  The Recovery point is in a complete state and ready to be consumed.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity\n"
        },
        "vmRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointsV2VmRecoveryPoint:RecoveryPointsV2VmRecoveryPoint"
          },
          "description": "-(Optional) List of VM recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).\n"
        },
        "volumeGroupRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointsV2VolumeGroupRecoveryPoint:RecoveryPointsV2VolumeGroupRecoveryPoint"
          },
          "description": "-(Optional) List of volume group recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).\n"
        }
      },
      "type": "object",
      "required": [
        "creationTime",
        "expirationTime",
        "extId",
        "links",
        "locationAgnosticId",
        "locationReferences",
        "name",
        "ownerExtId",
        "recoveryPointType",
        "status",
        "tenantId",
        "volumeGroupRecoveryPoints"
      ],
      "inputProperties": {
        "expirationTime": {
          "type": "string",
          "description": "-(Optional) The UTC date and time in ISO-8601 format when the current Recovery point expires and will be garbage collected.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Optional) The name of the Recovery point.\n"
        },
        "recoveryPointType": {
          "type": "string",
          "description": "-(Optional) Type of the Recovery point.\n* supported values:\n* `CRASH_CONSISTENT`: -  capture all the VM and application level details.\n* `APPLICATION_CONSISTENT`: -  stored in the memory and also the in-progress transaction details.\n"
        },
        "status": {
          "type": "string",
          "description": "-(Optional) The status of the Recovery point, which indicates whether this Recovery point is fit to be consumed.\n* supported values:\n* `COMPLETE`: -  The Recovery point is in a complete state and ready to be consumed.\n"
        },
        "vmRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointsV2VmRecoveryPoint:RecoveryPointsV2VmRecoveryPoint"
          },
          "description": "-(Optional) List of VM recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).\n"
        },
        "volumeGroupRecoveryPoints": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRecoveryPointsV2VolumeGroupRecoveryPoint:RecoveryPointsV2VolumeGroupRecoveryPoint"
          },
          "description": "-(Optional) List of volume group recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering RecoveryPointsV2 resources.\n",
        "properties": {
          "creationTime": {
            "type": "string",
            "description": "The UTC date and time in ISO-8601 format when the Recovery point is created.\n"
          },
          "expirationTime": {
            "type": "string",
            "description": "-(Optional) The UTC date and time in ISO-8601 format when the current Recovery point expires and will be garbage collected.\n"
          },
          "extId": {
            "type": "string",
            "description": "recovery point UUID\n"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRecoveryPointsV2Link:RecoveryPointsV2Link"
            },
            "description": "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.\n"
          },
          "locationAgnosticId": {
            "type": "string",
            "description": "Location agnostic identifier of the recovery point. This identifier is used to identify the same instances of a recovery point across different sites.\n"
          },
          "locationReferences": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRecoveryPointsV2LocationReference:RecoveryPointsV2LocationReference"
            },
            "description": "List of location references where the VM or volume group recovery point are a part of the specified recovery point.\n"
          },
          "name": {
            "type": "string",
            "description": "-(Optional) The name of the Recovery point.\n"
          },
          "ownerExtId": {
            "type": "string",
            "description": "A read only field inserted into recovery point at the time of recovery point creation, indicating the external identifier of the user who created this recovery point.\n"
          },
          "recoveryPointType": {
            "type": "string",
            "description": "-(Optional) Type of the Recovery point.\n* supported values:\n* `CRASH_CONSISTENT`: -  capture all the VM and application level details.\n* `APPLICATION_CONSISTENT`: -  stored in the memory and also the in-progress transaction details.\n"
          },
          "status": {
            "type": "string",
            "description": "-(Optional) The status of the Recovery point, which indicates whether this Recovery point is fit to be consumed.\n* supported values:\n* `COMPLETE`: -  The Recovery point is in a complete state and ready to be consumed.\n"
          },
          "tenantId": {
            "type": "string",
            "description": "A globally unique identifier that represents the tenant that owns this entity\n"
          },
          "vmRecoveryPoints": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRecoveryPointsV2VmRecoveryPoint:RecoveryPointsV2VmRecoveryPoint"
            },
            "description": "-(Optional) List of VM recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).\n"
          },
          "volumeGroupRecoveryPoints": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRecoveryPointsV2VolumeGroupRecoveryPoint:RecoveryPointsV2VolumeGroupRecoveryPoint"
            },
            "description": "-(Optional) List of volume group recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/restoreProtectedResourceV2:RestoreProtectedResourceV2": {
      "description": "Restore the specified protected resource from its state at the given timestamp on the given cluster. This is only relevant if the entity is protected in a minutely schedule at the given timestamp.\n\n\n## Example 1: Restore Virtual Machine\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// create a category and a protection policy on the local site\n// restore the protected virtual machine on the remote site\nconst rp_vm = new nutanix.RestoreProtectedResourceV2(\"rp-vm\", {\n    extId: \"d22529bb-f02d-4710-894b-d1de772d7832\",\n    clusterExtId: \"0005b6b1-1b16-4983-b5ff-204840f85e07\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# create a category and a protection policy on the local site\n# restore the protected virtual machine on the remote site\nrp_vm = nutanix.RestoreProtectedResourceV2(\"rp-vm\",\n    ext_id=\"d22529bb-f02d-4710-894b-d1de772d7832\",\n    cluster_ext_id=\"0005b6b1-1b16-4983-b5ff-204840f85e07\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // create a category and a protection policy on the local site\n    // restore the protected virtual machine on the remote site\n    var rp_vm = new Nutanix.RestoreProtectedResourceV2(\"rp-vm\", new()\n    {\n        ExtId = \"d22529bb-f02d-4710-894b-d1de772d7832\",\n        ClusterExtId = \"0005b6b1-1b16-4983-b5ff-204840f85e07\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// create a category and a protection policy on the local site\n\t\t// restore the protected virtual machine on the remote site\n\t\t_, err := nutanix.NewRestoreProtectedResourceV2(ctx, \"rp-vm\", &nutanix.RestoreProtectedResourceV2Args{\n\t\t\tExtId:        pulumi.String(\"d22529bb-f02d-4710-894b-d1de772d7832\"),\n\t\t\tClusterExtId: pulumi.String(\"0005b6b1-1b16-4983-b5ff-204840f85e07\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.RestoreProtectedResourceV2;\nimport com.pulumi.nutanix.RestoreProtectedResourceV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // create a category and a protection policy on the local site\n        // restore the protected virtual machine on the remote site\n        var rp_vm = new RestoreProtectedResourceV2(\"rp-vm\", RestoreProtectedResourceV2Args.builder()\n            .extId(\"d22529bb-f02d-4710-894b-d1de772d7832\")\n            .clusterExtId(\"0005b6b1-1b16-4983-b5ff-204840f85e07\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # create a category and a protection policy on the local site\n\n  # restore the protected virtual machine on the remote site\n  rp-vm:\n    type: nutanix:RestoreProtectedResourceV2\n    properties:\n      extId: d22529bb-f02d-4710-894b-d1de772d7832\n      clusterExtId: 0005b6b1-1b16-4983-b5ff-204840f85e07\n```\n<!--End PulumiCodeChooser -->\n\n## Example 2: Restore Volume Group\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// create a category , a protection policy and VG on the local site\n// restore the protected volume group on the remote site\nconst rp_vg = new nutanix.RestoreProtectedResourceV2(\"rp-vg\", {\n    extId: \"246c651a-1b16-4983-b5ff-204840f85e07\",\n    clusterExtId: \"0005b6b1-1b16-4983-b5ff-204840f85e07\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# create a category , a protection policy and VG on the local site\n# restore the protected volume group on the remote site\nrp_vg = nutanix.RestoreProtectedResourceV2(\"rp-vg\",\n    ext_id=\"246c651a-1b16-4983-b5ff-204840f85e07\",\n    cluster_ext_id=\"0005b6b1-1b16-4983-b5ff-204840f85e07\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // create a category , a protection policy and VG on the local site\n    // restore the protected volume group on the remote site\n    var rp_vg = new Nutanix.RestoreProtectedResourceV2(\"rp-vg\", new()\n    {\n        ExtId = \"246c651a-1b16-4983-b5ff-204840f85e07\",\n        ClusterExtId = \"0005b6b1-1b16-4983-b5ff-204840f85e07\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// create a category , a protection policy and VG on the local site\n\t\t// restore the protected volume group on the remote site\n\t\t_, err := nutanix.NewRestoreProtectedResourceV2(ctx, \"rp-vg\", &nutanix.RestoreProtectedResourceV2Args{\n\t\t\tExtId:        pulumi.String(\"246c651a-1b16-4983-b5ff-204840f85e07\"),\n\t\t\tClusterExtId: pulumi.String(\"0005b6b1-1b16-4983-b5ff-204840f85e07\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.RestoreProtectedResourceV2;\nimport com.pulumi.nutanix.RestoreProtectedResourceV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // create a category , a protection policy and VG on the local site\n        // restore the protected volume group on the remote site\n        var rp_vg = new RestoreProtectedResourceV2(\"rp-vg\", RestoreProtectedResourceV2Args.builder()\n            .extId(\"246c651a-1b16-4983-b5ff-204840f85e07\")\n            .clusterExtId(\"0005b6b1-1b16-4983-b5ff-204840f85e07\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # create a category , a protection policy and VG on the local site\n\n  # restore the protected volume group on the remote site\n  rp-vg:\n    type: nutanix:RestoreProtectedResourceV2\n    properties:\n      extId: 246c651a-1b16-4983-b5ff-204840f85e07\n      clusterExtId: 0005b6b1-1b16-4983-b5ff-204840f85e07\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "clusterExtId": {
          "type": "string",
          "description": "-(Required) The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity will be created on the same cluster.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) The external identifier of a protected VM or volume group that can be used to retrieve the protected resource.\n"
        },
        "restoreTime": {
          "type": "string",
          "description": "-(Optional) UTC date and time in ISO 8601 format representing the time from when the state of the entity should be restored. This needs to be a valid time within the restorable time range(s) for the protected resource.\n\n\nSee detailed information in [Nutanix Restore Protected Resource v4](https://developers.nutanix.com/api-reference?namespace=dataprotection&version=v4.0#tag/ProtectedResources/operation/restoreProtectedResourcen).\n"
        }
      },
      "type": "object",
      "required": [
        "clusterExtId",
        "extId"
      ],
      "inputProperties": {
        "clusterExtId": {
          "type": "string",
          "description": "-(Required) The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity will be created on the same cluster.\n"
        },
        "extId": {
          "type": "string",
          "description": "-(Required) The external identifier of a protected VM or volume group that can be used to retrieve the protected resource.\n"
        },
        "restoreTime": {
          "type": "string",
          "description": "-(Optional) UTC date and time in ISO 8601 format representing the time from when the state of the entity should be restored. This needs to be a valid time within the restorable time range(s) for the protected resource.\n\n\nSee detailed information in [Nutanix Restore Protected Resource v4](https://developers.nutanix.com/api-reference?namespace=dataprotection&version=v4.0#tag/ProtectedResources/operation/restoreProtectedResourcen).\n"
        }
      },
      "requiredInputs": [
        "clusterExtId",
        "extId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering RestoreProtectedResourceV2 resources.\n",
        "properties": {
          "clusterExtId": {
            "type": "string",
            "description": "-(Required) The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity will be created on the same cluster.\n"
          },
          "extId": {
            "type": "string",
            "description": "-(Required) The external identifier of a protected VM or volume group that can be used to retrieve the protected resource.\n"
          },
          "restoreTime": {
            "type": "string",
            "description": "-(Optional) UTC date and time in ISO 8601 format representing the time from when the state of the entity should be restored. This needs to be a valid time within the restorable time range(s) for the protected resource.\n\n\nSee detailed information in [Nutanix Restore Protected Resource v4](https://developers.nutanix.com/api-reference?namespace=dataprotection&version=v4.0#tag/ProtectedResources/operation/restoreProtectedResourcen).\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/role:Role": {
      "description": "Provides a resource to create a role based on the input parameters.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst test = new nutanix.Role(\"test\", {\n    name: \"NAME\",\n    description: \"DESCRIPTION\",\n    permissionReferenceLists: [\n        {\n            kind: \"permission\",\n            uuid: \"ID OF PERMISSION\",\n        },\n        {\n            kind: \"permission\",\n            uuid: \"ID OF PERMISSION\",\n        },\n        {\n            kind: \"permission\",\n            uuid: \"ID OF PERMISSION\",\n        },\n    ],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ntest = nutanix.Role(\"test\",\n    name=\"NAME\",\n    description=\"DESCRIPTION\",\n    permission_reference_lists=[\n        {\n            \"kind\": \"permission\",\n            \"uuid\": \"ID OF PERMISSION\",\n        },\n        {\n            \"kind\": \"permission\",\n            \"uuid\": \"ID OF PERMISSION\",\n        },\n        {\n            \"kind\": \"permission\",\n            \"uuid\": \"ID OF PERMISSION\",\n        },\n    ])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var test = new Nutanix.Role(\"test\", new()\n    {\n        Name = \"NAME\",\n        Description = \"DESCRIPTION\",\n        PermissionReferenceLists = new[]\n        {\n            new Nutanix.Inputs.RolePermissionReferenceListArgs\n            {\n                Kind = \"permission\",\n                Uuid = \"ID OF PERMISSION\",\n            },\n            new Nutanix.Inputs.RolePermissionReferenceListArgs\n            {\n                Kind = \"permission\",\n                Uuid = \"ID OF PERMISSION\",\n            },\n            new Nutanix.Inputs.RolePermissionReferenceListArgs\n            {\n                Kind = \"permission\",\n                Uuid = \"ID OF PERMISSION\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewRole(ctx, \"test\", &nutanix.RoleArgs{\n\t\t\tName:        pulumi.String(\"NAME\"),\n\t\t\tDescription: pulumi.String(\"DESCRIPTION\"),\n\t\t\tPermissionReferenceLists: nutanix.RolePermissionReferenceListArray{\n\t\t\t\t&nutanix.RolePermissionReferenceListArgs{\n\t\t\t\t\tKind: pulumi.String(\"permission\"),\n\t\t\t\t\tUuid: pulumi.String(\"ID OF PERMISSION\"),\n\t\t\t\t},\n\t\t\t\t&nutanix.RolePermissionReferenceListArgs{\n\t\t\t\t\tKind: pulumi.String(\"permission\"),\n\t\t\t\t\tUuid: pulumi.String(\"ID OF PERMISSION\"),\n\t\t\t\t},\n\t\t\t\t&nutanix.RolePermissionReferenceListArgs{\n\t\t\t\t\tKind: pulumi.String(\"permission\"),\n\t\t\t\t\tUuid: pulumi.String(\"ID OF PERMISSION\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.Role;\nimport com.pulumi.nutanix.RoleArgs;\nimport com.pulumi.nutanix.inputs.RolePermissionReferenceListArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var test = new Role(\"test\", RoleArgs.builder()\n            .name(\"NAME\")\n            .description(\"DESCRIPTION\")\n            .permissionReferenceLists(            \n                RolePermissionReferenceListArgs.builder()\n                    .kind(\"permission\")\n                    .uuid(\"ID OF PERMISSION\")\n                    .build(),\n                RolePermissionReferenceListArgs.builder()\n                    .kind(\"permission\")\n                    .uuid(\"ID OF PERMISSION\")\n                    .build(),\n                RolePermissionReferenceListArgs.builder()\n                    .kind(\"permission\")\n                    .uuid(\"ID OF PERMISSION\")\n                    .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  test:\n    type: nutanix:Role\n    properties:\n      name: NAME\n      description: DESCRIPTION\n      permissionReferenceLists:\n        - kind: permission\n          uuid: ID OF PERMISSION\n        - kind: permission\n          uuid: ID OF PERMISSION\n        - kind: permission\n          uuid: ID OF PERMISSION\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRoleCategory:RoleCategory"
          },
          "description": "- (Optional) Categories for the role.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description of the role.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The role kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the role.\n"
        },
        "ownerReference": {
          "$ref": "#/types/nutanix:index%2FRoleOwnerReference:RoleOwnerReference",
          "description": "- (Optional) The reference to a user.\n"
        },
        "permissionReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRolePermissionReferenceList:RolePermissionReferenceList"
          },
          "description": "- (Required) List of permission references.\n"
        },
        "projectReference": {
          "$ref": "#/types/nutanix:index%2FRoleProjectReference:RoleProjectReference",
          "description": "- (Optional) The reference to a project.\n"
        },
        "state": {
          "type": "string",
          "description": "- The state of the role.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "categories",
        "description",
        "metadata",
        "name",
        "ownerReference",
        "permissionReferenceLists",
        "projectReference",
        "state"
      ],
      "inputProperties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRoleCategory:RoleCategory"
          },
          "description": "- (Optional) Categories for the role.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) The description of the role.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Name of the role.\n"
        },
        "ownerReference": {
          "$ref": "#/types/nutanix:index%2FRoleOwnerReference:RoleOwnerReference",
          "description": "- (Optional) The reference to a user.\n"
        },
        "permissionReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRolePermissionReferenceList:RolePermissionReferenceList"
          },
          "description": "- (Required) List of permission references.\n"
        },
        "projectReference": {
          "$ref": "#/types/nutanix:index%2FRoleProjectReference:RoleProjectReference",
          "description": "- (Optional) The reference to a project.\n"
        }
      },
      "requiredInputs": [
        "permissionReferenceLists"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering Role resources.\n",
        "properties": {
          "apiVersion": {
            "type": "string",
            "description": "The version of the API.\n"
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRoleCategory:RoleCategory"
            },
            "description": "- (Optional) Categories for the role.\n"
          },
          "description": {
            "type": "string",
            "description": "- (Optional) The description of the role.\n"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- The role kind metadata.\n"
          },
          "name": {
            "type": "string",
            "description": "- (Optional) Name of the role.\n"
          },
          "ownerReference": {
            "$ref": "#/types/nutanix:index%2FRoleOwnerReference:RoleOwnerReference",
            "description": "- (Optional) The reference to a user.\n"
          },
          "permissionReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRolePermissionReferenceList:RolePermissionReferenceList"
            },
            "description": "- (Required) List of permission references.\n"
          },
          "projectReference": {
            "$ref": "#/types/nutanix:index%2FRoleProjectReference:RoleProjectReference",
            "description": "- (Optional) The reference to a project.\n"
          },
          "state": {
            "type": "string",
            "description": "- The state of the role.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/rolesV2:RolesV2": {
      "description": "Provides a resource to add a Role.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// filtered list operation\nconst operations_filtered_list = nutanix.getOperationsV2({\n    filter: \"startswith(displayName, 'Create_')\",\n});\n// Create role\nconst example_role = new nutanix.RolesV2(\"example-role\", {\n    displayName: \"example_role\",\n    description: \"create example role\",\n    operations: [\n        operations_filtered_list.then(operations_filtered_list => operations_filtered_list.operations?.[0]?.extId),\n        operations_filtered_list.then(operations_filtered_list => operations_filtered_list.operations?.[1]?.extId),\n        operations_filtered_list.then(operations_filtered_list => operations_filtered_list.operations?.[2]?.extId),\n        operations_filtered_list.then(operations_filtered_list => operations_filtered_list.operations?.[3]?.extId),\n    ],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# filtered list operation\noperations_filtered_list = nutanix.get_operations_v2(filter=\"startswith(displayName, 'Create_')\")\n# Create role\nexample_role = nutanix.RolesV2(\"example-role\",\n    display_name=\"example_role\",\n    description=\"create example role\",\n    operations=[\n        operations_filtered_list.operations[0].ext_id,\n        operations_filtered_list.operations[1].ext_id,\n        operations_filtered_list.operations[2].ext_id,\n        operations_filtered_list.operations[3].ext_id,\n    ])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\nusing Nutanix = Pulumi.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // filtered list operation\n    var operations_filtered_list = Nutanix.GetOperationsV2.Invoke(new()\n    {\n        Filter = \"startswith(displayName, 'Create_')\",\n    });\n\n    // Create role\n    var example_role = new Nutanix.RolesV2(\"example-role\", new()\n    {\n        DisplayName = \"example_role\",\n        Description = \"create example role\",\n        Operations = new[]\n        {\n            operations_filtered_list.Apply(operations_filtered_list => operations_filtered_list.Apply(getOperationsV2Result => getOperationsV2Result.Operations[0]?.ExtId)),\n            operations_filtered_list.Apply(operations_filtered_list => operations_filtered_list.Apply(getOperationsV2Result => getOperationsV2Result.Operations[1]?.ExtId)),\n            operations_filtered_list.Apply(operations_filtered_list => operations_filtered_list.Apply(getOperationsV2Result => getOperationsV2Result.Operations[2]?.ExtId)),\n            operations_filtered_list.Apply(operations_filtered_list => operations_filtered_list.Apply(getOperationsV2Result => getOperationsV2Result.Operations[3]?.ExtId)),\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// filtered list operation\n\t\toperations_filtered_list, err := nutanix.GetOperationsV2(ctx, &nutanix.GetOperationsV2Args{\n\t\t\tFilter: pulumi.StringRef(\"startswith(displayName, 'Create_')\"),\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// Create role\n\t\t_, err = nutanix.NewRolesV2(ctx, \"example-role\", &nutanix.RolesV2Args{\n\t\t\tDisplayName: pulumi.String(\"example_role\"),\n\t\t\tDescription: pulumi.String(\"create example role\"),\n\t\t\tOperations: pulumi.StringArray{\n\t\t\t\tpulumi.String(operations_filtered_list.Operations[0].ExtId),\n\t\t\t\tpulumi.String(operations_filtered_list.Operations[1].ExtId),\n\t\t\t\tpulumi.String(operations_filtered_list.Operations[2].ExtId),\n\t\t\t\tpulumi.String(operations_filtered_list.Operations[3].ExtId),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NutanixFunctions;\nimport com.pulumi.nutanix.inputs.GetOperationsV2Args;\nimport com.pulumi.nutanix.RolesV2;\nimport com.pulumi.nutanix.RolesV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // filtered list operation\n        final var operations-filtered-list = NutanixFunctions.getOperationsV2(GetOperationsV2Args.builder()\n            .filter(\"startswith(displayName, 'Create_')\")\n            .build());\n\n        // Create role\n        var example_role = new RolesV2(\"example-role\", RolesV2Args.builder()\n            .displayName(\"example_role\")\n            .description(\"create example role\")\n            .operations(            \n                operations_filtered_list.operations()[0].extId(),\n                operations_filtered_list.operations()[1].extId(),\n                operations_filtered_list.operations()[2].extId(),\n                operations_filtered_list.operations()[3].extId())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Create role\n  example-role:\n    type: nutanix:RolesV2\n    properties:\n      displayName: example_role\n      description: create example role\n      operations:\n        - ${[\"operations-filtered-list\"].operations[0].extId}\n        - ${[\"operations-filtered-list\"].operations[1].extId}\n        - ${[\"operations-filtered-list\"].operations[2].extId}\n        - ${[\"operations-filtered-list\"].operations[3].extId}\nvariables:\n  # filtered list operation\n  operations-filtered-list:\n    fn::invoke:\n      function: nutanix:getOperationsV2\n      arguments:\n        filter: startswith(displayName, 'Create_')\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "accessibleClients": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of Accessible Clients for the Role.\n"
        },
        "accessibleEntityTypes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- List of Accessible Entity Types for the Role.\n"
        },
        "assignedUsersCount": {
          "type": "integer",
          "description": "- Number of Users assigned to given Role.\n"
        },
        "assignedUsersGroupsCount": {
          "type": "integer",
          "description": "- Number of User Groups assigned to given Role.\n"
        },
        "clientName": {
          "type": "string",
          "description": "- Client that created the entity.\n"
        },
        "createdBy": {
          "type": "string",
          "description": "- User or Service Name that created the Role.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- The creation time of the Role.\n"
        },
        "description": {
          "type": "string",
          "description": "- Description of the Role.\n"
        },
        "displayName": {
          "type": "string",
          "description": "-(Required) The display name for the Role.\n"
        },
        "extId": {
          "type": "string",
          "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "isSystemDefined": {
          "type": "boolean",
          "description": "- Flag identifying if the Role is system defined or not.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "- The time when the Role was last updated.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRolesV2Link:RolesV2Link"
          },
          "description": "- 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.\n"
        },
        "operations": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Required) List of operations for the role.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        }
      },
      "type": "object",
      "required": [
        "accessibleClients",
        "accessibleEntityTypes",
        "assignedUsersCount",
        "assignedUsersGroupsCount",
        "clientName",
        "createdBy",
        "createdTime",
        "displayName",
        "extId",
        "isSystemDefined",
        "lastUpdatedTime",
        "links",
        "operations",
        "tenantId"
      ],
      "inputProperties": {
        "clientName": {
          "type": "string",
          "description": "- Client that created the entity.\n"
        },
        "description": {
          "type": "string",
          "description": "- Description of the Role.\n"
        },
        "displayName": {
          "type": "string",
          "description": "-(Required) The display name for the Role.\n"
        },
        "extId": {
          "type": "string",
          "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "operations": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Required) List of operations for the role.\n"
        }
      },
      "requiredInputs": [
        "displayName",
        "operations"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering RolesV2 resources.\n",
        "properties": {
          "accessibleClients": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- List of Accessible Clients for the Role.\n"
          },
          "accessibleEntityTypes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- List of Accessible Entity Types for the Role.\n"
          },
          "assignedUsersCount": {
            "type": "integer",
            "description": "- Number of Users assigned to given Role.\n"
          },
          "assignedUsersGroupsCount": {
            "type": "integer",
            "description": "- Number of User Groups assigned to given Role.\n"
          },
          "clientName": {
            "type": "string",
            "description": "- Client that created the entity.\n"
          },
          "createdBy": {
            "type": "string",
            "description": "- User or Service Name that created the Role.\n"
          },
          "createdTime": {
            "type": "string",
            "description": "- The creation time of the Role.\n"
          },
          "description": {
            "type": "string",
            "description": "- Description of the Role.\n"
          },
          "displayName": {
            "type": "string",
            "description": "-(Required) The display name for the Role.\n"
          },
          "extId": {
            "type": "string",
            "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
          },
          "isSystemDefined": {
            "type": "boolean",
            "description": "- Flag identifying if the Role is system defined or not.\n"
          },
          "lastUpdatedTime": {
            "type": "string",
            "description": "- The time when the Role was last updated.\n"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRolesV2Link:RolesV2Link"
            },
            "description": "- 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.\n"
          },
          "operations": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "-(Required) List of operations for the role.\n"
          },
          "tenantId": {
            "type": "string",
            "description": "- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/routesV2:RoutesV2": {
      "description": "Provides Nutanix resource to Create Route.\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// create a route\nconst route = new nutanix.RoutesV2(\"route\", {\n    name: \"terraform_example_route\",\n    description: \"terraform example route to example create route\",\n    vpcReference: \"8a938cc5-282b-48c4-81be-de22de145d07\",\n    routeTableExtId: \"c2c249b0-98a0-43fa-9ff6-dcde578d3936\",\n    destination: {\n        ipv4: {\n            ip: {\n                value: \"10.0.0.2\",\n            },\n            prefixLength: 32,\n        },\n    },\n    nextHop: {\n        nextHopType: \"EXTERNAL_SUBNET\",\n        nextHopReference: \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    },\n    metadata: {\n        ownerReferenceId: \"a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\",\n        projectReferenceId: \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    },\n    routeType: \"STATIC\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# create a route\nroute = nutanix.RoutesV2(\"route\",\n    name=\"terraform_example_route\",\n    description=\"terraform example route to example create route\",\n    vpc_reference=\"8a938cc5-282b-48c4-81be-de22de145d07\",\n    route_table_ext_id=\"c2c249b0-98a0-43fa-9ff6-dcde578d3936\",\n    destination={\n        \"ipv4\": {\n            \"ip\": {\n                \"value\": \"10.0.0.2\",\n            },\n            \"prefix_length\": 32,\n        },\n    },\n    next_hop={\n        \"next_hop_type\": \"EXTERNAL_SUBNET\",\n        \"next_hop_reference\": \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    },\n    metadata={\n        \"owner_reference_id\": \"a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\",\n        \"project_reference_id\": \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    },\n    route_type=\"STATIC\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // create a route\n    var route = new Nutanix.RoutesV2(\"route\", new()\n    {\n        Name = \"terraform_example_route\",\n        Description = \"terraform example route to example create route\",\n        VpcReference = \"8a938cc5-282b-48c4-81be-de22de145d07\",\n        RouteTableExtId = \"c2c249b0-98a0-43fa-9ff6-dcde578d3936\",\n        Destination = new Nutanix.Inputs.RoutesV2DestinationArgs\n        {\n            Ipv4 = new Nutanix.Inputs.RoutesV2DestinationIpv4Args\n            {\n                Ip = new Nutanix.Inputs.RoutesV2DestinationIpv4IpArgs\n                {\n                    Value = \"10.0.0.2\",\n                },\n                PrefixLength = 32,\n            },\n        },\n        NextHop = new Nutanix.Inputs.RoutesV2NextHopArgs\n        {\n            NextHopType = \"EXTERNAL_SUBNET\",\n            NextHopReference = \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n        },\n        Metadata = new Nutanix.Inputs.RoutesV2MetadataArgs\n        {\n            OwnerReferenceId = \"a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\",\n            ProjectReferenceId = \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n        },\n        RouteType = \"STATIC\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// create a route\n\t\t_, err := nutanix.NewRoutesV2(ctx, \"route\", &nutanix.RoutesV2Args{\n\t\t\tName:            pulumi.String(\"terraform_example_route\"),\n\t\t\tDescription:     pulumi.String(\"terraform example route to example create route\"),\n\t\t\tVpcReference:    pulumi.String(\"8a938cc5-282b-48c4-81be-de22de145d07\"),\n\t\t\tRouteTableExtId: pulumi.String(\"c2c249b0-98a0-43fa-9ff6-dcde578d3936\"),\n\t\t\tDestination: &nutanix.RoutesV2DestinationArgs{\n\t\t\t\tIpv4: &nutanix.RoutesV2DestinationIpv4Args{\n\t\t\t\t\tIp: &nutanix.RoutesV2DestinationIpv4IpArgs{\n\t\t\t\t\t\tValue: pulumi.String(\"10.0.0.2\"),\n\t\t\t\t\t},\n\t\t\t\t\tPrefixLength: pulumi.Int(32),\n\t\t\t\t},\n\t\t\t},\n\t\t\tNextHop: &nutanix.RoutesV2NextHopArgs{\n\t\t\t\tNextHopType:      pulumi.String(\"EXTERNAL_SUBNET\"),\n\t\t\t\tNextHopReference: pulumi.String(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\"),\n\t\t\t},\n\t\t\tMetadata: &nutanix.RoutesV2MetadataArgs{\n\t\t\t\tOwnerReferenceId:   pulumi.String(\"a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\"),\n\t\t\t\tProjectReferenceId: pulumi.String(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"),\n\t\t\t},\n\t\t\tRouteType: pulumi.String(\"STATIC\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.RoutesV2;\nimport com.pulumi.nutanix.RoutesV2Args;\nimport com.pulumi.nutanix.inputs.RoutesV2DestinationArgs;\nimport com.pulumi.nutanix.inputs.RoutesV2DestinationIpv4Args;\nimport com.pulumi.nutanix.inputs.RoutesV2DestinationIpv4IpArgs;\nimport com.pulumi.nutanix.inputs.RoutesV2NextHopArgs;\nimport com.pulumi.nutanix.inputs.RoutesV2MetadataArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // create a route\n        var route = new RoutesV2(\"route\", RoutesV2Args.builder()\n            .name(\"terraform_example_route\")\n            .description(\"terraform example route to example create route\")\n            .vpcReference(\"8a938cc5-282b-48c4-81be-de22de145d07\")\n            .routeTableExtId(\"c2c249b0-98a0-43fa-9ff6-dcde578d3936\")\n            .destination(RoutesV2DestinationArgs.builder()\n                .ipv4(RoutesV2DestinationIpv4Args.builder()\n                    .ip(RoutesV2DestinationIpv4IpArgs.builder()\n                        .value(\"10.0.0.2\")\n                        .build())\n                    .prefixLength(32)\n                    .build())\n                .build())\n            .nextHop(RoutesV2NextHopArgs.builder()\n                .nextHopType(\"EXTERNAL_SUBNET\")\n                .nextHopReference(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\")\n                .build())\n            .metadata(RoutesV2MetadataArgs.builder()\n                .ownerReferenceId(\"a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\")\n                .projectReferenceId(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\")\n                .build())\n            .routeType(\"STATIC\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # create a route\n  route:\n    type: nutanix:RoutesV2\n    properties:\n      name: terraform_example_route\n      description: terraform example route to example create route\n      vpcReference: 8a938cc5-282b-48c4-81be-de22de145d07\n      routeTableExtId: c2c249b0-98a0-43fa-9ff6-dcde578d3936\n      destination:\n        ipv4:\n          ip:\n            value: 10.0.0.2\n          prefixLength: 32\n      nextHop:\n        nextHopType: EXTERNAL_SUBNET\n        nextHopReference: ba250e3e-1db1-4950-917f-a9e2ea35b8e3\n      metadata:\n        ownerReferenceId: a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\n        projectReferenceId: ab520e1d-4950-1db1-917f-a9e2ea35b8e3\n      routeType: STATIC\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "description": {
          "type": "string",
          "description": "BGP session description.\n"
        },
        "destination": {
          "$ref": "#/types/nutanix:index%2FRoutesV2Destination:RoutesV2Destination",
          "description": "Destination IP Subnet Configuration.\n"
        },
        "extId": {
          "type": "string",
          "description": "Route UUID\n"
        },
        "externalRoutingDomainReference": {
          "type": "string",
          "description": "External routing domain associated with this route table.\n"
        },
        "isActive": {
          "type": "boolean",
          "description": "Indicates whether the route is active in the forwarding plane.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FRoutesV2Link:RoutesV2Link"
          },
          "description": "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.\n"
        },
        "metadata": {
          "$ref": "#/types/nutanix:index%2FRoutesV2Metadata:RoutesV2Metadata",
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Route name.\n"
        },
        "nextHop": {
          "$ref": "#/types/nutanix:index%2FRoutesV2NextHop:RoutesV2NextHop",
          "description": "Route nexthop.\n"
        },
        "priority": {
          "type": "integer",
          "description": "Route priority. A higher value implies greater preference is assigned to the route.\n"
        },
        "routeTableExtId": {
          "type": "string",
          "description": "Route table UUID\n"
        },
        "routeTableReference": {
          "type": "string",
          "description": "Route table reference.\n"
        },
        "routeType": {
          "type": "string",
          "description": "Route type. Acceptable values are \"STATIC\", \"LOCAL\", \"DYNAMIC\"\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference.\n"
        }
      },
      "type": "object",
      "required": [
        "description",
        "destination",
        "extId",
        "externalRoutingDomainReference",
        "isActive",
        "links",
        "metadata",
        "name",
        "nextHop",
        "priority",
        "routeTableExtId",
        "routeTableReference",
        "routeType",
        "tenantId",
        "vpcReference"
      ],
      "inputProperties": {
        "description": {
          "type": "string",
          "description": "BGP session description.\n"
        },
        "destination": {
          "$ref": "#/types/nutanix:index%2FRoutesV2Destination:RoutesV2Destination",
          "description": "Destination IP Subnet Configuration.\n"
        },
        "externalRoutingDomainReference": {
          "type": "string",
          "description": "External routing domain associated with this route table.\n"
        },
        "metadata": {
          "$ref": "#/types/nutanix:index%2FRoutesV2Metadata:RoutesV2Metadata",
          "description": "Metadata associated with this resource.\n"
        },
        "name": {
          "type": "string",
          "description": "Route name.\n"
        },
        "nextHop": {
          "$ref": "#/types/nutanix:index%2FRoutesV2NextHop:RoutesV2NextHop",
          "description": "Route nexthop.\n"
        },
        "routeTableExtId": {
          "type": "string",
          "description": "Route table UUID\n"
        },
        "routeTableReference": {
          "type": "string",
          "description": "Route table reference.\n"
        },
        "routeType": {
          "type": "string",
          "description": "Route type. Acceptable values are \"STATIC\", \"LOCAL\", \"DYNAMIC\"\n"
        },
        "vpcReference": {
          "type": "string",
          "description": "VPC reference.\n"
        }
      },
      "requiredInputs": [
        "routeTableExtId",
        "routeType"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering RoutesV2 resources.\n",
        "properties": {
          "description": {
            "type": "string",
            "description": "BGP session description.\n"
          },
          "destination": {
            "$ref": "#/types/nutanix:index%2FRoutesV2Destination:RoutesV2Destination",
            "description": "Destination IP Subnet Configuration.\n"
          },
          "extId": {
            "type": "string",
            "description": "Route UUID\n"
          },
          "externalRoutingDomainReference": {
            "type": "string",
            "description": "External routing domain associated with this route table.\n"
          },
          "isActive": {
            "type": "boolean",
            "description": "Indicates whether the route is active in the forwarding plane.\n"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FRoutesV2Link:RoutesV2Link"
            },
            "description": "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.\n"
          },
          "metadata": {
            "$ref": "#/types/nutanix:index%2FRoutesV2Metadata:RoutesV2Metadata",
            "description": "Metadata associated with this resource.\n"
          },
          "name": {
            "type": "string",
            "description": "Route name.\n"
          },
          "nextHop": {
            "$ref": "#/types/nutanix:index%2FRoutesV2NextHop:RoutesV2NextHop",
            "description": "Route nexthop.\n"
          },
          "priority": {
            "type": "integer",
            "description": "Route priority. A higher value implies greater preference is assigned to the route.\n"
          },
          "routeTableExtId": {
            "type": "string",
            "description": "Route table UUID\n"
          },
          "routeTableReference": {
            "type": "string",
            "description": "Route table reference.\n"
          },
          "routeType": {
            "type": "string",
            "description": "Route type. Acceptable values are \"STATIC\", \"LOCAL\", \"DYNAMIC\"\n"
          },
          "tenantId": {
            "type": "string",
            "description": "A globally unique identifier that represents the tenant that owns this entity\n"
          },
          "vpcReference": {
            "type": "string",
            "description": "VPC reference.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/samlIdentityProvidersV2:SamlIdentityProvidersV2": {
      "properties": {
        "createdBy": {
          "type": "string"
        },
        "createdTime": {
          "type": "string"
        },
        "customAttributes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "emailAttribute": {
          "type": "string"
        },
        "entityIssuer": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "groupsAttribute": {
          "type": "string"
        },
        "groupsDelim": {
          "type": "string"
        },
        "idpMetadataUrl": {
          "type": "string"
        },
        "idpMetadataXml": {
          "type": "string"
        },
        "idpMetadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSamlIdentityProvidersV2IdpMetadata:SamlIdentityProvidersV2IdpMetadata"
          }
        },
        "isSignedAuthnReqEnabled": {
          "type": "boolean"
        },
        "lastUpdatedTime": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "usernameAttribute": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "createdTime",
        "customAttributes",
        "extId",
        "idpMetadataUrl",
        "idpMetadataXml",
        "idpMetadatas",
        "lastUpdatedTime",
        "name"
      ],
      "inputProperties": {
        "customAttributes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "emailAttribute": {
          "type": "string"
        },
        "entityIssuer": {
          "type": "string"
        },
        "extId": {
          "type": "string"
        },
        "groupsAttribute": {
          "type": "string"
        },
        "groupsDelim": {
          "type": "string"
        },
        "idpMetadataUrl": {
          "type": "string"
        },
        "idpMetadataXml": {
          "type": "string"
        },
        "idpMetadatas": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSamlIdentityProvidersV2IdpMetadata:SamlIdentityProvidersV2IdpMetadata"
          }
        },
        "isSignedAuthnReqEnabled": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        },
        "usernameAttribute": {
          "type": "string"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering SamlIdentityProvidersV2 resources.\n",
        "properties": {
          "createdBy": {
            "type": "string"
          },
          "createdTime": {
            "type": "string"
          },
          "customAttributes": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "emailAttribute": {
            "type": "string"
          },
          "entityIssuer": {
            "type": "string"
          },
          "extId": {
            "type": "string"
          },
          "groupsAttribute": {
            "type": "string"
          },
          "groupsDelim": {
            "type": "string"
          },
          "idpMetadataUrl": {
            "type": "string"
          },
          "idpMetadataXml": {
            "type": "string"
          },
          "idpMetadatas": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSamlIdentityProvidersV2IdpMetadata:SamlIdentityProvidersV2IdpMetadata"
            }
          },
          "isSignedAuthnReqEnabled": {
            "type": "boolean"
          },
          "lastUpdatedTime": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "usernameAttribute": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/selfServiceAppCustomAction:SelfServiceAppCustomAction": {
      "description": "Triggers custom action execution using it's name in Self Service Application.\n\n## Example Usage\n\n### \n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst test = new nutanix.SelfServiceAppProvision(\"test\", {\n    bpName: \"NAME OF BLUEPRINT\",\n    appName: \"NAME OF APPLICATION\",\n    appDescription: \"DESCRIPTION OF APPLICATION\",\n});\nconst testSelfServiceAppCustomAction = new nutanix.SelfServiceAppCustomAction(\"test\", {\n    appName: test.appName,\n    actionName: \"NAME OF ACTION\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ntest = nutanix.SelfServiceAppProvision(\"test\",\n    bp_name=\"NAME OF BLUEPRINT\",\n    app_name=\"NAME OF APPLICATION\",\n    app_description=\"DESCRIPTION OF APPLICATION\")\ntest_self_service_app_custom_action = nutanix.SelfServiceAppCustomAction(\"test\",\n    app_name=test.app_name,\n    action_name=\"NAME OF ACTION\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var test = new Nutanix.SelfServiceAppProvision(\"test\", new()\n    {\n        BpName = \"NAME OF BLUEPRINT\",\n        AppName = \"NAME OF APPLICATION\",\n        AppDescription = \"DESCRIPTION OF APPLICATION\",\n    });\n\n    var testSelfServiceAppCustomAction = new Nutanix.SelfServiceAppCustomAction(\"test\", new()\n    {\n        AppName = test.AppName,\n        ActionName = \"NAME OF ACTION\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\ttest, err := nutanix.NewSelfServiceAppProvision(ctx, \"test\", &nutanix.SelfServiceAppProvisionArgs{\n\t\t\tBpName:         pulumi.String(\"NAME OF BLUEPRINT\"),\n\t\t\tAppName:        pulumi.String(\"NAME OF APPLICATION\"),\n\t\t\tAppDescription: pulumi.String(\"DESCRIPTION OF APPLICATION\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewSelfServiceAppCustomAction(ctx, \"test\", &nutanix.SelfServiceAppCustomActionArgs{\n\t\t\tAppName:    test.AppName,\n\t\t\tActionName: pulumi.String(\"NAME OF ACTION\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.SelfServiceAppProvision;\nimport com.pulumi.nutanix.SelfServiceAppProvisionArgs;\nimport com.pulumi.nutanix.SelfServiceAppCustomAction;\nimport com.pulumi.nutanix.SelfServiceAppCustomActionArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var test = new SelfServiceAppProvision(\"test\", SelfServiceAppProvisionArgs.builder()\n            .bpName(\"NAME OF BLUEPRINT\")\n            .appName(\"NAME OF APPLICATION\")\n            .appDescription(\"DESCRIPTION OF APPLICATION\")\n            .build());\n\n        var testSelfServiceAppCustomAction = new SelfServiceAppCustomAction(\"testSelfServiceAppCustomAction\", SelfServiceAppCustomActionArgs.builder()\n            .appName(test.appName())\n            .actionName(\"NAME OF ACTION\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  test:\n    type: nutanix:SelfServiceAppProvision\n    properties:\n      bpName: NAME OF BLUEPRINT\n      appName: NAME OF APPLICATION\n      appDescription: DESCRIPTION OF APPLICATION\n  testSelfServiceAppCustomAction:\n    type: nutanix:SelfServiceAppCustomAction\n    name: test\n    properties:\n      appName: ${test.appName}\n      actionName: NAME OF ACTION\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "actionName": {
          "type": "string",
          "description": "- (Required) The name of the action to run.\n\nBoth (<span pulumi-lang-nodejs=\"`appName`\" pulumi-lang-dotnet=\"`AppName`\" pulumi-lang-go=\"`appName`\" pulumi-lang-python=\"`app_name`\" pulumi-lang-yaml=\"`appName`\" pulumi-lang-java=\"`appName`\">`app_name`</span> and <span pulumi-lang-nodejs=\"`appUuid`\" pulumi-lang-dotnet=\"`AppUuid`\" pulumi-lang-go=\"`appUuid`\" pulumi-lang-python=\"`app_uuid`\" pulumi-lang-yaml=\"`appUuid`\" pulumi-lang-java=\"`appUuid`\">`app_uuid`</span>) are optional. You can provide either of them. But atleast one of them is required to make this resource work.\n"
        },
        "appName": {
          "type": "string",
          "description": "- (Optional) The name of the application.\n"
        },
        "appUuid": {
          "type": "string",
          "description": "- (Optional) The UUID of the application.\n"
        },
        "runlogUuid": {
          "type": "string",
          "description": "- (Computed) The UUID of the runlog associated with the execution of the custom action. This can be used to track the progress or status of the action execution.\n"
        }
      },
      "type": "object",
      "required": [
        "actionName",
        "runlogUuid"
      ],
      "inputProperties": {
        "actionName": {
          "type": "string",
          "description": "- (Required) The name of the action to run.\n\nBoth (<span pulumi-lang-nodejs=\"`appName`\" pulumi-lang-dotnet=\"`AppName`\" pulumi-lang-go=\"`appName`\" pulumi-lang-python=\"`app_name`\" pulumi-lang-yaml=\"`appName`\" pulumi-lang-java=\"`appName`\">`app_name`</span> and <span pulumi-lang-nodejs=\"`appUuid`\" pulumi-lang-dotnet=\"`AppUuid`\" pulumi-lang-go=\"`appUuid`\" pulumi-lang-python=\"`app_uuid`\" pulumi-lang-yaml=\"`appUuid`\" pulumi-lang-java=\"`appUuid`\">`app_uuid`</span>) are optional. You can provide either of them. But atleast one of them is required to make this resource work.\n"
        },
        "appName": {
          "type": "string",
          "description": "- (Optional) The name of the application.\n"
        },
        "appUuid": {
          "type": "string",
          "description": "- (Optional) The UUID of the application.\n"
        },
        "runlogUuid": {
          "type": "string",
          "description": "- (Computed) The UUID of the runlog associated with the execution of the custom action. This can be used to track the progress or status of the action execution.\n"
        }
      },
      "requiredInputs": [
        "actionName"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering SelfServiceAppCustomAction resources.\n",
        "properties": {
          "actionName": {
            "type": "string",
            "description": "- (Required) The name of the action to run.\n\nBoth (<span pulumi-lang-nodejs=\"`appName`\" pulumi-lang-dotnet=\"`AppName`\" pulumi-lang-go=\"`appName`\" pulumi-lang-python=\"`app_name`\" pulumi-lang-yaml=\"`appName`\" pulumi-lang-java=\"`appName`\">`app_name`</span> and <span pulumi-lang-nodejs=\"`appUuid`\" pulumi-lang-dotnet=\"`AppUuid`\" pulumi-lang-go=\"`appUuid`\" pulumi-lang-python=\"`app_uuid`\" pulumi-lang-yaml=\"`appUuid`\" pulumi-lang-java=\"`appUuid`\">`app_uuid`</span>) are optional. You can provide either of them. But atleast one of them is required to make this resource work.\n"
          },
          "appName": {
            "type": "string",
            "description": "- (Optional) The name of the application.\n"
          },
          "appUuid": {
            "type": "string",
            "description": "- (Optional) The UUID of the application.\n"
          },
          "runlogUuid": {
            "type": "string",
            "description": "- (Computed) The UUID of the runlog associated with the execution of the custom action. This can be used to track the progress or status of the action execution.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/selfServiceAppPatch:SelfServiceAppPatch": {
      "description": "Run the specified patch on the application by running patch action to update vm configuration, add nics, add disks, add/delete categories.\n\n## Example 1: Update VM Configuration\n\nThis will run set patch config action in application.\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Provision Application\nconst test = new nutanix.SelfServiceAppProvision(\"test\", {\n    bpName: \"NAME OF BLUEPRINT\",\n    appName: \"NAME OF APPLICATION\",\n    appDescription: \"DESCRIPTION OF APPLICATION\",\n});\n// Run patch config (update config)\nconst testSelfServiceAppPatch = new nutanix.SelfServiceAppPatch(\"test\", {\n    appUuid: test.id,\n    patchName: \"NAME OF PATCH ACTION\",\n    configName: \"NAME OF PATCH CONFIG\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Provision Application\ntest = nutanix.SelfServiceAppProvision(\"test\",\n    bp_name=\"NAME OF BLUEPRINT\",\n    app_name=\"NAME OF APPLICATION\",\n    app_description=\"DESCRIPTION OF APPLICATION\")\n# Run patch config (update config)\ntest_self_service_app_patch = nutanix.SelfServiceAppPatch(\"test\",\n    app_uuid=test.id,\n    patch_name=\"NAME OF PATCH ACTION\",\n    config_name=\"NAME OF PATCH CONFIG\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Provision Application\n    var test = new Nutanix.SelfServiceAppProvision(\"test\", new()\n    {\n        BpName = \"NAME OF BLUEPRINT\",\n        AppName = \"NAME OF APPLICATION\",\n        AppDescription = \"DESCRIPTION OF APPLICATION\",\n    });\n\n    // Run patch config (update config)\n    var testSelfServiceAppPatch = new Nutanix.SelfServiceAppPatch(\"test\", new()\n    {\n        AppUuid = test.Id,\n        PatchName = \"NAME OF PATCH ACTION\",\n        ConfigName = \"NAME OF PATCH CONFIG\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Provision Application\n\t\ttest, err := nutanix.NewSelfServiceAppProvision(ctx, \"test\", &nutanix.SelfServiceAppProvisionArgs{\n\t\t\tBpName:         pulumi.String(\"NAME OF BLUEPRINT\"),\n\t\t\tAppName:        pulumi.String(\"NAME OF APPLICATION\"),\n\t\t\tAppDescription: pulumi.String(\"DESCRIPTION OF APPLICATION\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// Run patch config (update config)\n\t\t_, err = nutanix.NewSelfServiceAppPatch(ctx, \"test\", &nutanix.SelfServiceAppPatchArgs{\n\t\t\tAppUuid:    test.ID(),\n\t\t\tPatchName:  pulumi.String(\"NAME OF PATCH ACTION\"),\n\t\t\tConfigName: pulumi.String(\"NAME OF PATCH CONFIG\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.SelfServiceAppProvision;\nimport com.pulumi.nutanix.SelfServiceAppProvisionArgs;\nimport com.pulumi.nutanix.SelfServiceAppPatch;\nimport com.pulumi.nutanix.SelfServiceAppPatchArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Provision Application\n        var test = new SelfServiceAppProvision(\"test\", SelfServiceAppProvisionArgs.builder()\n            .bpName(\"NAME OF BLUEPRINT\")\n            .appName(\"NAME OF APPLICATION\")\n            .appDescription(\"DESCRIPTION OF APPLICATION\")\n            .build());\n\n        // Run patch config (update config)\n        var testSelfServiceAppPatch = new SelfServiceAppPatch(\"testSelfServiceAppPatch\", SelfServiceAppPatchArgs.builder()\n            .appUuid(test.id())\n            .patchName(\"NAME OF PATCH ACTION\")\n            .configName(\"NAME OF PATCH CONFIG\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Provision Application\n  test:\n    type: nutanix:SelfServiceAppProvision\n    properties:\n      bpName: NAME OF BLUEPRINT\n      appName: NAME OF APPLICATION\n      appDescription: DESCRIPTION OF APPLICATION\n  # Run patch config (update config)\n  testSelfServiceAppPatch:\n    type: nutanix:SelfServiceAppPatch\n    name: test\n    properties:\n      appUuid: ${test.id}\n      patchName: NAME OF PATCH ACTION\n      configName: NAME OF PATCH CONFIG\n```\n<!--End PulumiCodeChooser -->\n\n## Example 2: Update VM Configuration with runtime editable\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Provision Application\nconst test = new nutanix.SelfServiceAppProvision(\"test\", {\n    bpName: \"NAME OF BLUEPRINT\",\n    appName: \"NAME OF APPLICATION\",\n    appDescription: \"DESCRIPTION OF APPLICATION\",\n});\n// Run patch config (update config)\nconst testSelfServiceAppPatch = new nutanix.SelfServiceAppPatch(\"test\", {\n    appUuid: test.id,\n    patchName: \"NAME OF PATCH ACTION\",\n    configName: \"NAME OF PATCH CONFIG\",\n    vmConfigs: [{\n        memorySizeMib: \"SIZE IN MiB\",\n        numSockets: \"vCPU count\",\n        numVcpusPerSocket: \"NUMBER OF CORES VCPU\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Provision Application\ntest = nutanix.SelfServiceAppProvision(\"test\",\n    bp_name=\"NAME OF BLUEPRINT\",\n    app_name=\"NAME OF APPLICATION\",\n    app_description=\"DESCRIPTION OF APPLICATION\")\n# Run patch config (update config)\ntest_self_service_app_patch = nutanix.SelfServiceAppPatch(\"test\",\n    app_uuid=test.id,\n    patch_name=\"NAME OF PATCH ACTION\",\n    config_name=\"NAME OF PATCH CONFIG\",\n    vm_configs=[{\n        \"memory_size_mib\": \"SIZE IN MiB\",\n        \"num_sockets\": \"vCPU count\",\n        \"num_vcpus_per_socket\": \"NUMBER OF CORES VCPU\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Provision Application\n    var test = new Nutanix.SelfServiceAppProvision(\"test\", new()\n    {\n        BpName = \"NAME OF BLUEPRINT\",\n        AppName = \"NAME OF APPLICATION\",\n        AppDescription = \"DESCRIPTION OF APPLICATION\",\n    });\n\n    // Run patch config (update config)\n    var testSelfServiceAppPatch = new Nutanix.SelfServiceAppPatch(\"test\", new()\n    {\n        AppUuid = test.Id,\n        PatchName = \"NAME OF PATCH ACTION\",\n        ConfigName = \"NAME OF PATCH CONFIG\",\n        VmConfigs = new[]\n        {\n            new Nutanix.Inputs.SelfServiceAppPatchVmConfigArgs\n            {\n                MemorySizeMib = \"SIZE IN MiB\",\n                NumSockets = \"vCPU count\",\n                NumVcpusPerSocket = \"NUMBER OF CORES VCPU\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Provision Application\n\t\ttest, err := nutanix.NewSelfServiceAppProvision(ctx, \"test\", &nutanix.SelfServiceAppProvisionArgs{\n\t\t\tBpName:         pulumi.String(\"NAME OF BLUEPRINT\"),\n\t\t\tAppName:        pulumi.String(\"NAME OF APPLICATION\"),\n\t\t\tAppDescription: pulumi.String(\"DESCRIPTION OF APPLICATION\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// Run patch config (update config)\n\t\t_, err = nutanix.NewSelfServiceAppPatch(ctx, \"test\", &nutanix.SelfServiceAppPatchArgs{\n\t\t\tAppUuid:    test.ID(),\n\t\t\tPatchName:  pulumi.String(\"NAME OF PATCH ACTION\"),\n\t\t\tConfigName: pulumi.String(\"NAME OF PATCH CONFIG\"),\n\t\t\tVmConfigs: nutanix.SelfServiceAppPatchVmConfigArray{\n\t\t\t\t&nutanix.SelfServiceAppPatchVmConfigArgs{\n\t\t\t\t\tMemorySizeMib:     pulumi.Int(\"SIZE IN MiB\"),\n\t\t\t\t\tNumSockets:        pulumi.Int(\"vCPU count\"),\n\t\t\t\t\tNumVcpusPerSocket: pulumi.Int(\"NUMBER OF CORES VCPU\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.SelfServiceAppProvision;\nimport com.pulumi.nutanix.SelfServiceAppProvisionArgs;\nimport com.pulumi.nutanix.SelfServiceAppPatch;\nimport com.pulumi.nutanix.SelfServiceAppPatchArgs;\nimport com.pulumi.nutanix.inputs.SelfServiceAppPatchVmConfigArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Provision Application\n        var test = new SelfServiceAppProvision(\"test\", SelfServiceAppProvisionArgs.builder()\n            .bpName(\"NAME OF BLUEPRINT\")\n            .appName(\"NAME OF APPLICATION\")\n            .appDescription(\"DESCRIPTION OF APPLICATION\")\n            .build());\n\n        // Run patch config (update config)\n        var testSelfServiceAppPatch = new SelfServiceAppPatch(\"testSelfServiceAppPatch\", SelfServiceAppPatchArgs.builder()\n            .appUuid(test.id())\n            .patchName(\"NAME OF PATCH ACTION\")\n            .configName(\"NAME OF PATCH CONFIG\")\n            .vmConfigs(SelfServiceAppPatchVmConfigArgs.builder()\n                .memorySizeMib(\"SIZE IN MiB\")\n                .numSockets(\"vCPU count\")\n                .numVcpusPerSocket(\"NUMBER OF CORES VCPU\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Provision Application\n  test:\n    type: nutanix:SelfServiceAppProvision\n    properties:\n      bpName: NAME OF BLUEPRINT\n      appName: NAME OF APPLICATION\n      appDescription: DESCRIPTION OF APPLICATION\n  # Run patch config (update config)\n  testSelfServiceAppPatch:\n    type: nutanix:SelfServiceAppPatch\n    name: test\n    properties:\n      appUuid: ${test.id}\n      patchName: NAME OF PATCH ACTION\n      configName: NAME OF PATCH CONFIG\n      vmConfigs:\n        - memorySizeMib: SIZE IN MiB\n          numSockets: vCPU count\n          numVcpusPerSocket: NUMBER OF CORES VCPU\n```\n<!--End PulumiCodeChooser -->\n\n## Example 3: Add Category\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Provision Application\nconst test = new nutanix.SelfServiceAppProvision(\"test\", {\n    bpName: \"NAME OF BLUEPRINT\",\n    appName: \"NAME OF APPLICATION\",\n    appDescription: \"DESCRIPTION OF APPLICATION\",\n});\n// Run patch config (update config)\nconst testSelfServiceAppPatch = new nutanix.SelfServiceAppPatch(\"test\", {\n    appUuid: test.id,\n    patchName: \"NAME OF PATCH ACTION\",\n    configName: \"NAME OF PATCH CONFIG\",\n    categories: [{\n        value: \"CATEGORY TO BE ADDED (KEY:VALUE PAIR)\",\n        operation: \"add\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Provision Application\ntest = nutanix.SelfServiceAppProvision(\"test\",\n    bp_name=\"NAME OF BLUEPRINT\",\n    app_name=\"NAME OF APPLICATION\",\n    app_description=\"DESCRIPTION OF APPLICATION\")\n# Run patch config (update config)\ntest_self_service_app_patch = nutanix.SelfServiceAppPatch(\"test\",\n    app_uuid=test.id,\n    patch_name=\"NAME OF PATCH ACTION\",\n    config_name=\"NAME OF PATCH CONFIG\",\n    categories=[{\n        \"value\": \"CATEGORY TO BE ADDED (KEY:VALUE PAIR)\",\n        \"operation\": \"add\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Provision Application\n    var test = new Nutanix.SelfServiceAppProvision(\"test\", new()\n    {\n        BpName = \"NAME OF BLUEPRINT\",\n        AppName = \"NAME OF APPLICATION\",\n        AppDescription = \"DESCRIPTION OF APPLICATION\",\n    });\n\n    // Run patch config (update config)\n    var testSelfServiceAppPatch = new Nutanix.SelfServiceAppPatch(\"test\", new()\n    {\n        AppUuid = test.Id,\n        PatchName = \"NAME OF PATCH ACTION\",\n        ConfigName = \"NAME OF PATCH CONFIG\",\n        Categories = new[]\n        {\n            new Nutanix.Inputs.SelfServiceAppPatchCategoryArgs\n            {\n                Value = \"CATEGORY TO BE ADDED (KEY:VALUE PAIR)\",\n                Operation = \"add\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Provision Application\n\t\ttest, err := nutanix.NewSelfServiceAppProvision(ctx, \"test\", &nutanix.SelfServiceAppProvisionArgs{\n\t\t\tBpName:         pulumi.String(\"NAME OF BLUEPRINT\"),\n\t\t\tAppName:        pulumi.String(\"NAME OF APPLICATION\"),\n\t\t\tAppDescription: pulumi.String(\"DESCRIPTION OF APPLICATION\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// Run patch config (update config)\n\t\t_, err = nutanix.NewSelfServiceAppPatch(ctx, \"test\", &nutanix.SelfServiceAppPatchArgs{\n\t\t\tAppUuid:    test.ID(),\n\t\t\tPatchName:  pulumi.String(\"NAME OF PATCH ACTION\"),\n\t\t\tConfigName: pulumi.String(\"NAME OF PATCH CONFIG\"),\n\t\t\tCategories: nutanix.SelfServiceAppPatchCategoryArray{\n\t\t\t\t&nutanix.SelfServiceAppPatchCategoryArgs{\n\t\t\t\t\tValue:     pulumi.String(\"CATEGORY TO BE ADDED (KEY:VALUE PAIR)\"),\n\t\t\t\t\tOperation: pulumi.String(\"add\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.SelfServiceAppProvision;\nimport com.pulumi.nutanix.SelfServiceAppProvisionArgs;\nimport com.pulumi.nutanix.SelfServiceAppPatch;\nimport com.pulumi.nutanix.SelfServiceAppPatchArgs;\nimport com.pulumi.nutanix.inputs.SelfServiceAppPatchCategoryArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Provision Application\n        var test = new SelfServiceAppProvision(\"test\", SelfServiceAppProvisionArgs.builder()\n            .bpName(\"NAME OF BLUEPRINT\")\n            .appName(\"NAME OF APPLICATION\")\n            .appDescription(\"DESCRIPTION OF APPLICATION\")\n            .build());\n\n        // Run patch config (update config)\n        var testSelfServiceAppPatch = new SelfServiceAppPatch(\"testSelfServiceAppPatch\", SelfServiceAppPatchArgs.builder()\n            .appUuid(test.id())\n            .patchName(\"NAME OF PATCH ACTION\")\n            .configName(\"NAME OF PATCH CONFIG\")\n            .categories(SelfServiceAppPatchCategoryArgs.builder()\n                .value(\"CATEGORY TO BE ADDED (KEY:VALUE PAIR)\")\n                .operation(\"add\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Provision Application\n  test:\n    type: nutanix:SelfServiceAppProvision\n    properties:\n      bpName: NAME OF BLUEPRINT\n      appName: NAME OF APPLICATION\n      appDescription: DESCRIPTION OF APPLICATION\n  # Run patch config (update config)\n  testSelfServiceAppPatch:\n    type: nutanix:SelfServiceAppPatch\n    name: test\n    properties:\n      appUuid: ${test.id}\n      patchName: NAME OF PATCH ACTION\n      configName: NAME OF PATCH CONFIG\n      categories:\n        - value: CATEGORY TO BE ADDED (KEY:VALUE PAIR)\n          operation: add\n```\n<!--End PulumiCodeChooser -->\n\n## Example 4: Delete Category\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Provision Application\nconst test = new nutanix.SelfServiceAppProvision(\"test\", {\n    bpName: \"NAME OF BLUEPRINT\",\n    appName: \"NAME OF APPLICATION\",\n    appDescription: \"DESCRIPTION OF APPLICATION\",\n});\n// Run patch config (update config)\nconst testSelfServiceAppPatch = new nutanix.SelfServiceAppPatch(\"test\", {\n    appUuid: test.id,\n    patchName: \"NAME OF PATCH ACTION\",\n    configName: \"NAME OF PATCH CONFIG\",\n    categories: [{\n        value: \"CATEGORY TO BE ADDED (KEY:VALUE PAIR)\",\n        operation: \"delete\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Provision Application\ntest = nutanix.SelfServiceAppProvision(\"test\",\n    bp_name=\"NAME OF BLUEPRINT\",\n    app_name=\"NAME OF APPLICATION\",\n    app_description=\"DESCRIPTION OF APPLICATION\")\n# Run patch config (update config)\ntest_self_service_app_patch = nutanix.SelfServiceAppPatch(\"test\",\n    app_uuid=test.id,\n    patch_name=\"NAME OF PATCH ACTION\",\n    config_name=\"NAME OF PATCH CONFIG\",\n    categories=[{\n        \"value\": \"CATEGORY TO BE ADDED (KEY:VALUE PAIR)\",\n        \"operation\": \"delete\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Provision Application\n    var test = new Nutanix.SelfServiceAppProvision(\"test\", new()\n    {\n        BpName = \"NAME OF BLUEPRINT\",\n        AppName = \"NAME OF APPLICATION\",\n        AppDescription = \"DESCRIPTION OF APPLICATION\",\n    });\n\n    // Run patch config (update config)\n    var testSelfServiceAppPatch = new Nutanix.SelfServiceAppPatch(\"test\", new()\n    {\n        AppUuid = test.Id,\n        PatchName = \"NAME OF PATCH ACTION\",\n        ConfigName = \"NAME OF PATCH CONFIG\",\n        Categories = new[]\n        {\n            new Nutanix.Inputs.SelfServiceAppPatchCategoryArgs\n            {\n                Value = \"CATEGORY TO BE ADDED (KEY:VALUE PAIR)\",\n                Operation = \"delete\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Provision Application\n\t\ttest, err := nutanix.NewSelfServiceAppProvision(ctx, \"test\", &nutanix.SelfServiceAppProvisionArgs{\n\t\t\tBpName:         pulumi.String(\"NAME OF BLUEPRINT\"),\n\t\t\tAppName:        pulumi.String(\"NAME OF APPLICATION\"),\n\t\t\tAppDescription: pulumi.String(\"DESCRIPTION OF APPLICATION\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// Run patch config (update config)\n\t\t_, err = nutanix.NewSelfServiceAppPatch(ctx, \"test\", &nutanix.SelfServiceAppPatchArgs{\n\t\t\tAppUuid:    test.ID(),\n\t\t\tPatchName:  pulumi.String(\"NAME OF PATCH ACTION\"),\n\t\t\tConfigName: pulumi.String(\"NAME OF PATCH CONFIG\"),\n\t\t\tCategories: nutanix.SelfServiceAppPatchCategoryArray{\n\t\t\t\t&nutanix.SelfServiceAppPatchCategoryArgs{\n\t\t\t\t\tValue:     pulumi.String(\"CATEGORY TO BE ADDED (KEY:VALUE PAIR)\"),\n\t\t\t\t\tOperation: pulumi.String(\"delete\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.SelfServiceAppProvision;\nimport com.pulumi.nutanix.SelfServiceAppProvisionArgs;\nimport com.pulumi.nutanix.SelfServiceAppPatch;\nimport com.pulumi.nutanix.SelfServiceAppPatchArgs;\nimport com.pulumi.nutanix.inputs.SelfServiceAppPatchCategoryArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Provision Application\n        var test = new SelfServiceAppProvision(\"test\", SelfServiceAppProvisionArgs.builder()\n            .bpName(\"NAME OF BLUEPRINT\")\n            .appName(\"NAME OF APPLICATION\")\n            .appDescription(\"DESCRIPTION OF APPLICATION\")\n            .build());\n\n        // Run patch config (update config)\n        var testSelfServiceAppPatch = new SelfServiceAppPatch(\"testSelfServiceAppPatch\", SelfServiceAppPatchArgs.builder()\n            .appUuid(test.id())\n            .patchName(\"NAME OF PATCH ACTION\")\n            .configName(\"NAME OF PATCH CONFIG\")\n            .categories(SelfServiceAppPatchCategoryArgs.builder()\n                .value(\"CATEGORY TO BE ADDED (KEY:VALUE PAIR)\")\n                .operation(\"delete\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Provision Application\n  test:\n    type: nutanix:SelfServiceAppProvision\n    properties:\n      bpName: NAME OF BLUEPRINT\n      appName: NAME OF APPLICATION\n      appDescription: DESCRIPTION OF APPLICATION\n  # Run patch config (update config)\n  testSelfServiceAppPatch:\n    type: nutanix:SelfServiceAppPatch\n    name: test\n    properties:\n      appUuid: ${test.id}\n      patchName: NAME OF PATCH ACTION\n      configName: NAME OF PATCH CONFIG\n      categories:\n        - value: CATEGORY TO BE ADDED (KEY:VALUE PAIR)\n          operation: delete\n```\n<!--End PulumiCodeChooser -->\n\n## Example 5: Add Disk\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Provision Application\nconst test = new nutanix.SelfServiceAppProvision(\"test\", {\n    bpName: \"NAME OF BLUEPRINT\",\n    appName: \"NAME OF APPLICATION\",\n    appDescription: \"DESCRIPTION OF APPLICATION\",\n});\n// Run patch config (update config)\nconst testSelfServiceAppPatch = new nutanix.SelfServiceAppPatch(\"test\", {\n    appUuid: test.id,\n    patchName: \"NAME OF PATCH ACTION\",\n    configName: \"NAME OF PATCH CONFIG\",\n    disks: [{\n        diskSizeMib: \"SIZE OF DISK IN MiB\",\n        operation: \"add\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Provision Application\ntest = nutanix.SelfServiceAppProvision(\"test\",\n    bp_name=\"NAME OF BLUEPRINT\",\n    app_name=\"NAME OF APPLICATION\",\n    app_description=\"DESCRIPTION OF APPLICATION\")\n# Run patch config (update config)\ntest_self_service_app_patch = nutanix.SelfServiceAppPatch(\"test\",\n    app_uuid=test.id,\n    patch_name=\"NAME OF PATCH ACTION\",\n    config_name=\"NAME OF PATCH CONFIG\",\n    disks=[{\n        \"disk_size_mib\": \"SIZE OF DISK IN MiB\",\n        \"operation\": \"add\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Provision Application\n    var test = new Nutanix.SelfServiceAppProvision(\"test\", new()\n    {\n        BpName = \"NAME OF BLUEPRINT\",\n        AppName = \"NAME OF APPLICATION\",\n        AppDescription = \"DESCRIPTION OF APPLICATION\",\n    });\n\n    // Run patch config (update config)\n    var testSelfServiceAppPatch = new Nutanix.SelfServiceAppPatch(\"test\", new()\n    {\n        AppUuid = test.Id,\n        PatchName = \"NAME OF PATCH ACTION\",\n        ConfigName = \"NAME OF PATCH CONFIG\",\n        Disks = new[]\n        {\n            new Nutanix.Inputs.SelfServiceAppPatchDiskArgs\n            {\n                DiskSizeMib = \"SIZE OF DISK IN MiB\",\n                Operation = \"add\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Provision Application\n\t\ttest, err := nutanix.NewSelfServiceAppProvision(ctx, \"test\", &nutanix.SelfServiceAppProvisionArgs{\n\t\t\tBpName:         pulumi.String(\"NAME OF BLUEPRINT\"),\n\t\t\tAppName:        pulumi.String(\"NAME OF APPLICATION\"),\n\t\t\tAppDescription: pulumi.String(\"DESCRIPTION OF APPLICATION\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// Run patch config (update config)\n\t\t_, err = nutanix.NewSelfServiceAppPatch(ctx, \"test\", &nutanix.SelfServiceAppPatchArgs{\n\t\t\tAppUuid:    test.ID(),\n\t\t\tPatchName:  pulumi.String(\"NAME OF PATCH ACTION\"),\n\t\t\tConfigName: pulumi.String(\"NAME OF PATCH CONFIG\"),\n\t\t\tDisks: nutanix.SelfServiceAppPatchDiskArray{\n\t\t\t\t&nutanix.SelfServiceAppPatchDiskArgs{\n\t\t\t\t\tDiskSizeMib: pulumi.Int(\"SIZE OF DISK IN MiB\"),\n\t\t\t\t\tOperation:   pulumi.String(\"add\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.SelfServiceAppProvision;\nimport com.pulumi.nutanix.SelfServiceAppProvisionArgs;\nimport com.pulumi.nutanix.SelfServiceAppPatch;\nimport com.pulumi.nutanix.SelfServiceAppPatchArgs;\nimport com.pulumi.nutanix.inputs.SelfServiceAppPatchDiskArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Provision Application\n        var test = new SelfServiceAppProvision(\"test\", SelfServiceAppProvisionArgs.builder()\n            .bpName(\"NAME OF BLUEPRINT\")\n            .appName(\"NAME OF APPLICATION\")\n            .appDescription(\"DESCRIPTION OF APPLICATION\")\n            .build());\n\n        // Run patch config (update config)\n        var testSelfServiceAppPatch = new SelfServiceAppPatch(\"testSelfServiceAppPatch\", SelfServiceAppPatchArgs.builder()\n            .appUuid(test.id())\n            .patchName(\"NAME OF PATCH ACTION\")\n            .configName(\"NAME OF PATCH CONFIG\")\n            .disks(SelfServiceAppPatchDiskArgs.builder()\n                .diskSizeMib(\"SIZE OF DISK IN MiB\")\n                .operation(\"add\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Provision Application\n  test:\n    type: nutanix:SelfServiceAppProvision\n    properties:\n      bpName: NAME OF BLUEPRINT\n      appName: NAME OF APPLICATION\n      appDescription: DESCRIPTION OF APPLICATION\n  # Run patch config (update config)\n  testSelfServiceAppPatch:\n    type: nutanix:SelfServiceAppPatch\n    name: test\n    properties:\n      appUuid: ${test.id}\n      patchName: NAME OF PATCH ACTION\n      configName: NAME OF PATCH CONFIG\n      disks:\n        - diskSizeMib: SIZE OF DISK IN MiB\n          operation: add\n```\n<!--End PulumiCodeChooser -->\n\n## Example 6: Add Nic\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Provision Application\nconst test = new nutanix.SelfServiceAppProvision(\"test\", {\n    bpName: \"NAME OF BLUEPRINT\",\n    appName: \"NAME OF APPLICATION\",\n    appDescription: \"DESCRIPTION OF APPLICATION\",\n});\n// Run patch config (update config)\nconst testSelfServiceAppPatch = new nutanix.SelfServiceAppPatch(\"test\", {\n    appUuid: test.id,\n    patchName: \"NAME OF PATCH ACTION\",\n    configName: \"NAME OF PATCH CONFIG\",\n    nics: [{\n        index: \"DUMMY INDEX VALUE\",\n        operation: \"add\",\n        subnetUuid: \"VALID SUBNET UUID IN PROJECT ATTACHED TO APP\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Provision Application\ntest = nutanix.SelfServiceAppProvision(\"test\",\n    bp_name=\"NAME OF BLUEPRINT\",\n    app_name=\"NAME OF APPLICATION\",\n    app_description=\"DESCRIPTION OF APPLICATION\")\n# Run patch config (update config)\ntest_self_service_app_patch = nutanix.SelfServiceAppPatch(\"test\",\n    app_uuid=test.id,\n    patch_name=\"NAME OF PATCH ACTION\",\n    config_name=\"NAME OF PATCH CONFIG\",\n    nics=[{\n        \"index\": \"DUMMY INDEX VALUE\",\n        \"operation\": \"add\",\n        \"subnet_uuid\": \"VALID SUBNET UUID IN PROJECT ATTACHED TO APP\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Provision Application\n    var test = new Nutanix.SelfServiceAppProvision(\"test\", new()\n    {\n        BpName = \"NAME OF BLUEPRINT\",\n        AppName = \"NAME OF APPLICATION\",\n        AppDescription = \"DESCRIPTION OF APPLICATION\",\n    });\n\n    // Run patch config (update config)\n    var testSelfServiceAppPatch = new Nutanix.SelfServiceAppPatch(\"test\", new()\n    {\n        AppUuid = test.Id,\n        PatchName = \"NAME OF PATCH ACTION\",\n        ConfigName = \"NAME OF PATCH CONFIG\",\n        Nics = new[]\n        {\n            new Nutanix.Inputs.SelfServiceAppPatchNicArgs\n            {\n                Index = \"DUMMY INDEX VALUE\",\n                Operation = \"add\",\n                SubnetUuid = \"VALID SUBNET UUID IN PROJECT ATTACHED TO APP\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Provision Application\n\t\ttest, err := nutanix.NewSelfServiceAppProvision(ctx, \"test\", &nutanix.SelfServiceAppProvisionArgs{\n\t\t\tBpName:         pulumi.String(\"NAME OF BLUEPRINT\"),\n\t\t\tAppName:        pulumi.String(\"NAME OF APPLICATION\"),\n\t\t\tAppDescription: pulumi.String(\"DESCRIPTION OF APPLICATION\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// Run patch config (update config)\n\t\t_, err = nutanix.NewSelfServiceAppPatch(ctx, \"test\", &nutanix.SelfServiceAppPatchArgs{\n\t\t\tAppUuid:    test.ID(),\n\t\t\tPatchName:  pulumi.String(\"NAME OF PATCH ACTION\"),\n\t\t\tConfigName: pulumi.String(\"NAME OF PATCH CONFIG\"),\n\t\t\tNics: nutanix.SelfServiceAppPatchNicArray{\n\t\t\t\t&nutanix.SelfServiceAppPatchNicArgs{\n\t\t\t\t\tIndex:      pulumi.Int(\"DUMMY INDEX VALUE\"),\n\t\t\t\t\tOperation:  pulumi.String(\"add\"),\n\t\t\t\t\tSubnetUuid: pulumi.String(\"VALID SUBNET UUID IN PROJECT ATTACHED TO APP\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.SelfServiceAppProvision;\nimport com.pulumi.nutanix.SelfServiceAppProvisionArgs;\nimport com.pulumi.nutanix.SelfServiceAppPatch;\nimport com.pulumi.nutanix.SelfServiceAppPatchArgs;\nimport com.pulumi.nutanix.inputs.SelfServiceAppPatchNicArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Provision Application\n        var test = new SelfServiceAppProvision(\"test\", SelfServiceAppProvisionArgs.builder()\n            .bpName(\"NAME OF BLUEPRINT\")\n            .appName(\"NAME OF APPLICATION\")\n            .appDescription(\"DESCRIPTION OF APPLICATION\")\n            .build());\n\n        // Run patch config (update config)\n        var testSelfServiceAppPatch = new SelfServiceAppPatch(\"testSelfServiceAppPatch\", SelfServiceAppPatchArgs.builder()\n            .appUuid(test.id())\n            .patchName(\"NAME OF PATCH ACTION\")\n            .configName(\"NAME OF PATCH CONFIG\")\n            .nics(SelfServiceAppPatchNicArgs.builder()\n                .index(\"DUMMY INDEX VALUE\")\n                .operation(\"add\")\n                .subnetUuid(\"VALID SUBNET UUID IN PROJECT ATTACHED TO APP\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Provision Application\n  test:\n    type: nutanix:SelfServiceAppProvision\n    properties:\n      bpName: NAME OF BLUEPRINT\n      appName: NAME OF APPLICATION\n      appDescription: DESCRIPTION OF APPLICATION\n  # Run patch config (update config)\n  testSelfServiceAppPatch:\n    type: nutanix:SelfServiceAppPatch\n    name: test\n    properties:\n      appUuid: ${test.id}\n      patchName: NAME OF PATCH ACTION\n      configName: NAME OF PATCH CONFIG\n      nics:\n        - index: DUMMY INDEX VALUE\n          operation: add\n          subnetUuid: VALID SUBNET UUID IN PROJECT ATTACHED TO APP\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "appUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the application.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchCategory:SelfServiceAppPatchCategory"
          }
        },
        "configName": {
          "type": "string",
          "description": "- (Required) The name of the patch configuration. (<b>Same as<span pulumi-lang-nodejs=\" patchName \" pulumi-lang-dotnet=\" PatchName \" pulumi-lang-go=\" patchName \" pulumi-lang-python=\" patch_name \" pulumi-lang-yaml=\" patchName \" pulumi-lang-java=\" patchName \"> patch_name </span>for SINGLE VM)</b>\n"
        },
        "disks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchDisk:SelfServiceAppPatchDisk"
          }
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchNic:SelfServiceAppPatchNic"
          }
        },
        "patchName": {
          "type": "string",
          "description": "- (Required) The name of the patch to be applied. This is used to identify the action name which needs to be executed to update an application.\n"
        },
        "runlogUuid": {
          "type": "string",
          "description": "- (Computed) The UUID of the runlog that records the patch operation's execution details.\n"
        },
        "vmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchVmConfig:SelfServiceAppPatchVmConfig"
          }
        }
      },
      "type": "object",
      "required": [
        "appUuid",
        "configName",
        "patchName",
        "runlogUuid"
      ],
      "inputProperties": {
        "appUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the application.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchCategory:SelfServiceAppPatchCategory"
          }
        },
        "configName": {
          "type": "string",
          "description": "- (Required) The name of the patch configuration. (<b>Same as<span pulumi-lang-nodejs=\" patchName \" pulumi-lang-dotnet=\" PatchName \" pulumi-lang-go=\" patchName \" pulumi-lang-python=\" patch_name \" pulumi-lang-yaml=\" patchName \" pulumi-lang-java=\" patchName \"> patch_name </span>for SINGLE VM)</b>\n"
        },
        "disks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchDisk:SelfServiceAppPatchDisk"
          }
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchNic:SelfServiceAppPatchNic"
          }
        },
        "patchName": {
          "type": "string",
          "description": "- (Required) The name of the patch to be applied. This is used to identify the action name which needs to be executed to update an application.\n"
        },
        "runlogUuid": {
          "type": "string",
          "description": "- (Computed) The UUID of the runlog that records the patch operation's execution details.\n"
        },
        "vmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchVmConfig:SelfServiceAppPatchVmConfig"
          }
        }
      },
      "requiredInputs": [
        "appUuid",
        "configName",
        "patchName"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering SelfServiceAppPatch resources.\n",
        "properties": {
          "appUuid": {
            "type": "string",
            "description": "- (Required) The UUID of the application.\n"
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchCategory:SelfServiceAppPatchCategory"
            }
          },
          "configName": {
            "type": "string",
            "description": "- (Required) The name of the patch configuration. (<b>Same as<span pulumi-lang-nodejs=\" patchName \" pulumi-lang-dotnet=\" PatchName \" pulumi-lang-go=\" patchName \" pulumi-lang-python=\" patch_name \" pulumi-lang-yaml=\" patchName \" pulumi-lang-java=\" patchName \"> patch_name </span>for SINGLE VM)</b>\n"
          },
          "disks": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchDisk:SelfServiceAppPatchDisk"
            }
          },
          "nics": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchNic:SelfServiceAppPatchNic"
            }
          },
          "patchName": {
            "type": "string",
            "description": "- (Required) The name of the patch to be applied. This is used to identify the action name which needs to be executed to update an application.\n"
          },
          "runlogUuid": {
            "type": "string",
            "description": "- (Computed) The UUID of the runlog that records the patch operation's execution details.\n"
          },
          "vmConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSelfServiceAppPatchVmConfig:SelfServiceAppPatchVmConfig"
            }
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/selfServiceAppProvision:SelfServiceAppProvision": {
      "properties": {
        "action": {
          "type": "string",
          "description": "- (Optional) System action to trigger after provisioning. Valid values: [\"start\", \"stop\", \"restart\"]\n"
        },
        "actions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionAction:SelfServiceAppProvisionAction"
          }
        },
        "apiVersion": {
          "type": "string",
          "description": "- (Computed) API version used.\n"
        },
        "appDescription": {
          "type": "string",
          "description": "- (Optional) The description of application.\n\nBoth are <span pulumi-lang-nodejs=\"`bpName`\" pulumi-lang-dotnet=\"`BpName`\" pulumi-lang-go=\"`bpName`\" pulumi-lang-python=\"`bp_name`\" pulumi-lang-yaml=\"`bpName`\" pulumi-lang-java=\"`bpName`\">`bp_name`</span> and <span pulumi-lang-nodejs=\"`bpUuid`\" pulumi-lang-dotnet=\"`BpUuid`\" pulumi-lang-go=\"`bpUuid`\" pulumi-lang-python=\"`bp_uuid`\" pulumi-lang-yaml=\"`bpUuid`\" pulumi-lang-java=\"`bpUuid`\">`bp_uuid`</span> are optional but atleast one of them to be provided for this resource to work.\n"
        },
        "appName": {
          "type": "string",
          "description": "- (Required) The name of the application you want to set.\n"
        },
        "appSummaries": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionAppSummary:SelfServiceAppProvisionAppSummary"
          }
        },
        "bpName": {
          "type": "string",
          "description": "- (Optional) The name of the blueprint to launch.\n"
        },
        "bpUuid": {
          "type": "string",
          "description": "- (Optional) The UUID of the blueprint to launch.\n"
        },
        "runtimeEditables": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditable:SelfServiceAppProvisionRuntimeEditable"
          }
        },
        "softDelete": {
          "type": "boolean",
          "description": "- (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.\n"
        },
        "spec": {
          "type": "string",
          "description": "- (Computed) Application specification (JSON string).\n"
        },
        "state": {
          "type": "string",
          "description": "- (Computed) state of the application (e.g. running, stopped)\n"
        },
        "status": {
          "type": "string",
          "description": "- (Computed) Application status coming as response from server.\n"
        },
        "vms": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionVm:SelfServiceAppProvisionVm"
          }
        }
      },
      "type": "object",
      "required": [
        "actions",
        "apiVersion",
        "appName",
        "appSummaries",
        "spec",
        "state",
        "status",
        "vms"
      ],
      "inputProperties": {
        "action": {
          "type": "string",
          "description": "- (Optional) System action to trigger after provisioning. Valid values: [\"start\", \"stop\", \"restart\"]\n"
        },
        "appDescription": {
          "type": "string",
          "description": "- (Optional) The description of application.\n\nBoth are <span pulumi-lang-nodejs=\"`bpName`\" pulumi-lang-dotnet=\"`BpName`\" pulumi-lang-go=\"`bpName`\" pulumi-lang-python=\"`bp_name`\" pulumi-lang-yaml=\"`bpName`\" pulumi-lang-java=\"`bpName`\">`bp_name`</span> and <span pulumi-lang-nodejs=\"`bpUuid`\" pulumi-lang-dotnet=\"`BpUuid`\" pulumi-lang-go=\"`bpUuid`\" pulumi-lang-python=\"`bp_uuid`\" pulumi-lang-yaml=\"`bpUuid`\" pulumi-lang-java=\"`bpUuid`\">`bp_uuid`</span> are optional but atleast one of them to be provided for this resource to work.\n"
        },
        "appName": {
          "type": "string",
          "description": "- (Required) The name of the application you want to set.\n"
        },
        "bpName": {
          "type": "string",
          "description": "- (Optional) The name of the blueprint to launch.\n"
        },
        "bpUuid": {
          "type": "string",
          "description": "- (Optional) The UUID of the blueprint to launch.\n"
        },
        "runtimeEditables": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditable:SelfServiceAppProvisionRuntimeEditable"
          }
        },
        "softDelete": {
          "type": "boolean",
          "description": "- (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.\n"
        }
      },
      "requiredInputs": [
        "appName"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering SelfServiceAppProvision resources.\n",
        "properties": {
          "action": {
            "type": "string",
            "description": "- (Optional) System action to trigger after provisioning. Valid values: [\"start\", \"stop\", \"restart\"]\n"
          },
          "actions": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionAction:SelfServiceAppProvisionAction"
            }
          },
          "apiVersion": {
            "type": "string",
            "description": "- (Computed) API version used.\n"
          },
          "appDescription": {
            "type": "string",
            "description": "- (Optional) The description of application.\n\nBoth are <span pulumi-lang-nodejs=\"`bpName`\" pulumi-lang-dotnet=\"`BpName`\" pulumi-lang-go=\"`bpName`\" pulumi-lang-python=\"`bp_name`\" pulumi-lang-yaml=\"`bpName`\" pulumi-lang-java=\"`bpName`\">`bp_name`</span> and <span pulumi-lang-nodejs=\"`bpUuid`\" pulumi-lang-dotnet=\"`BpUuid`\" pulumi-lang-go=\"`bpUuid`\" pulumi-lang-python=\"`bp_uuid`\" pulumi-lang-yaml=\"`bpUuid`\" pulumi-lang-java=\"`bpUuid`\">`bp_uuid`</span> are optional but atleast one of them to be provided for this resource to work.\n"
          },
          "appName": {
            "type": "string",
            "description": "- (Required) The name of the application you want to set.\n"
          },
          "appSummaries": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionAppSummary:SelfServiceAppProvisionAppSummary"
            }
          },
          "bpName": {
            "type": "string",
            "description": "- (Optional) The name of the blueprint to launch.\n"
          },
          "bpUuid": {
            "type": "string",
            "description": "- (Optional) The UUID of the blueprint to launch.\n"
          },
          "runtimeEditables": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionRuntimeEditable:SelfServiceAppProvisionRuntimeEditable"
            }
          },
          "softDelete": {
            "type": "boolean",
            "description": "- (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.\n"
          },
          "spec": {
            "type": "string",
            "description": "- (Computed) Application specification (JSON string).\n"
          },
          "state": {
            "type": "string",
            "description": "- (Computed) state of the application (e.g. running, stopped)\n"
          },
          "status": {
            "type": "string",
            "description": "- (Computed) Application status coming as response from server.\n"
          },
          "vms": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSelfServiceAppProvisionVm:SelfServiceAppProvisionVm"
            }
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/selfServiceAppRecoveryPoint:SelfServiceAppRecoveryPoint": {
      "description": "Run snapshot action in application to create recovery point.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst test = new nutanix.SelfServiceAppRecoveryPoint(\"test\", {\n    appName: \"NAME OF APPLICATION\",\n    actionName: \"SNAPSHOT ACTION NAME\",\n    recoveryPointName: \"RECOVERY POINT NAME\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ntest = nutanix.SelfServiceAppRecoveryPoint(\"test\",\n    app_name=\"NAME OF APPLICATION\",\n    action_name=\"SNAPSHOT ACTION NAME\",\n    recovery_point_name=\"RECOVERY POINT NAME\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var test = new Nutanix.SelfServiceAppRecoveryPoint(\"test\", new()\n    {\n        AppName = \"NAME OF APPLICATION\",\n        ActionName = \"SNAPSHOT ACTION NAME\",\n        RecoveryPointName = \"RECOVERY POINT NAME\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewSelfServiceAppRecoveryPoint(ctx, \"test\", &nutanix.SelfServiceAppRecoveryPointArgs{\n\t\t\tAppName:           pulumi.String(\"NAME OF APPLICATION\"),\n\t\t\tActionName:        pulumi.String(\"SNAPSHOT ACTION NAME\"),\n\t\t\tRecoveryPointName: pulumi.String(\"RECOVERY POINT NAME\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.SelfServiceAppRecoveryPoint;\nimport com.pulumi.nutanix.SelfServiceAppRecoveryPointArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var test = new SelfServiceAppRecoveryPoint(\"test\", SelfServiceAppRecoveryPointArgs.builder()\n            .appName(\"NAME OF APPLICATION\")\n            .actionName(\"SNAPSHOT ACTION NAME\")\n            .recoveryPointName(\"RECOVERY POINT NAME\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  test:\n    type: nutanix:SelfServiceAppRecoveryPoint\n    properties:\n      appName: NAME OF APPLICATION\n      actionName: SNAPSHOT ACTION NAME\n      recoveryPointName: RECOVERY POINT NAME\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "actionName": {
          "type": "string",
          "description": "- (Required) The name of the snapshot action to trigger.\n"
        },
        "appName": {
          "type": "string",
          "description": "- (Optional) The name of the application\n"
        },
        "appUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the application.\n\nBoth (<span pulumi-lang-nodejs=\"`appName`\" pulumi-lang-dotnet=\"`AppName`\" pulumi-lang-go=\"`appName`\" pulumi-lang-python=\"`app_name`\" pulumi-lang-yaml=\"`appName`\" pulumi-lang-java=\"`appName`\">`app_name`</span> and <span pulumi-lang-nodejs=\"`appUuid`\" pulumi-lang-dotnet=\"`AppUuid`\" pulumi-lang-go=\"`appUuid`\" pulumi-lang-python=\"`app_uuid`\" pulumi-lang-yaml=\"`appUuid`\" pulumi-lang-java=\"`appUuid`\">`app_uuid`</span>) are optional but atleast one of them should be provided for resource to work.\n"
        },
        "recoveryPointName": {
          "type": "string",
          "description": "- (Required) The name of recovery point.\n"
        }
      },
      "type": "object",
      "required": [
        "actionName"
      ],
      "inputProperties": {
        "actionName": {
          "type": "string",
          "description": "- (Required) The name of the snapshot action to trigger.\n"
        },
        "appName": {
          "type": "string",
          "description": "- (Optional) The name of the application\n"
        },
        "appUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the application.\n\nBoth (<span pulumi-lang-nodejs=\"`appName`\" pulumi-lang-dotnet=\"`AppName`\" pulumi-lang-go=\"`appName`\" pulumi-lang-python=\"`app_name`\" pulumi-lang-yaml=\"`appName`\" pulumi-lang-java=\"`appName`\">`app_name`</span> and <span pulumi-lang-nodejs=\"`appUuid`\" pulumi-lang-dotnet=\"`AppUuid`\" pulumi-lang-go=\"`appUuid`\" pulumi-lang-python=\"`app_uuid`\" pulumi-lang-yaml=\"`appUuid`\" pulumi-lang-java=\"`appUuid`\">`app_uuid`</span>) are optional but atleast one of them should be provided for resource to work.\n"
        },
        "recoveryPointName": {
          "type": "string",
          "description": "- (Required) The name of recovery point.\n"
        }
      },
      "requiredInputs": [
        "actionName"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering SelfServiceAppRecoveryPoint resources.\n",
        "properties": {
          "actionName": {
            "type": "string",
            "description": "- (Required) The name of the snapshot action to trigger.\n"
          },
          "appName": {
            "type": "string",
            "description": "- (Optional) The name of the application\n"
          },
          "appUuid": {
            "type": "string",
            "description": "- (Required) The UUID of the application.\n\nBoth (<span pulumi-lang-nodejs=\"`appName`\" pulumi-lang-dotnet=\"`AppName`\" pulumi-lang-go=\"`appName`\" pulumi-lang-python=\"`app_name`\" pulumi-lang-yaml=\"`appName`\" pulumi-lang-java=\"`appName`\">`app_name`</span> and <span pulumi-lang-nodejs=\"`appUuid`\" pulumi-lang-dotnet=\"`AppUuid`\" pulumi-lang-go=\"`appUuid`\" pulumi-lang-python=\"`app_uuid`\" pulumi-lang-yaml=\"`appUuid`\" pulumi-lang-java=\"`appUuid`\">`app_uuid`</span>) are optional but atleast one of them should be provided for resource to work.\n"
          },
          "recoveryPointName": {
            "type": "string",
            "description": "- (Required) The name of recovery point.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/selfServiceAppRestore:SelfServiceAppRestore": {
      "description": "Run restore action in application to restore from recovery point.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst test = new nutanix.SelfServiceAppRecoveryPoint(\"test\", {\n    appName: \"NAME OF APPLICATION\",\n    actionName: \"SNAPSHOT ACTION NAME\",\n    recoveryPointName: \"RECOVERY POINT NAME\",\n});\n// Read available recovery points in app\nconst snapshots = nutanix.getSelfServiceAppSnapshots({\n    appName: \"NAME OF APPLICATION\",\n    length: 250,\n    offset: 0,\n});\nconst snapshotUuid = snapshots.then(snapshots => .filter(snapshot => snapshot.name == \"SNAPSHOT ACTION NAME\").map(snapshot => (snapshot.uuid))[0]);\n// Restore from recovery point\nconst testSelfServiceAppRestore = new nutanix.SelfServiceAppRestore(\"test\", {\n    restoreActionName: \"RESTORE ACTION NAME\",\n    appName: \"NAME OF APPLICATION\",\n    snapshotUuid: snapshotUuid,\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ntest = nutanix.SelfServiceAppRecoveryPoint(\"test\",\n    app_name=\"NAME OF APPLICATION\",\n    action_name=\"SNAPSHOT ACTION NAME\",\n    recovery_point_name=\"RECOVERY POINT NAME\")\n# Read available recovery points in app\nsnapshots = nutanix.get_self_service_app_snapshots(app_name=\"NAME OF APPLICATION\",\n    length=250,\n    offset=0)\nsnapshot_uuid = [snapshot.uuid for snapshot in snapshots.entities if snapshot.name == \"SNAPSHOT ACTION NAME\"][0]\n# Restore from recovery point\ntest_self_service_app_restore = nutanix.SelfServiceAppRestore(\"test\",\n    restore_action_name=\"RESTORE ACTION NAME\",\n    app_name=\"NAME OF APPLICATION\",\n    snapshot_uuid=snapshot_uuid)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\nusing Nutanix = Pulumi.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var test = new Nutanix.SelfServiceAppRecoveryPoint(\"test\", new()\n    {\n        AppName = \"NAME OF APPLICATION\",\n        ActionName = \"SNAPSHOT ACTION NAME\",\n        RecoveryPointName = \"RECOVERY POINT NAME\",\n    });\n\n    // Read available recovery points in app\n    var snapshots = Nutanix.GetSelfServiceAppSnapshots.Invoke(new()\n    {\n        AppName = \"NAME OF APPLICATION\",\n        Length = 250,\n        Offset = 0,\n    });\n\n    var snapshotUuid = .Where(snapshot => snapshot.Name == \"SNAPSHOT ACTION NAME\").Select(snapshot => \n    {\n        return snapshot.Uuid;\n    }).ToList()[0];\n\n    // Restore from recovery point\n    var testSelfServiceAppRestore = new Nutanix.SelfServiceAppRestore(\"test\", new()\n    {\n        RestoreActionName = \"RESTORE ACTION NAME\",\n        AppName = \"NAME OF APPLICATION\",\n        SnapshotUuid = snapshotUuid,\n    });\n\n});\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "appName": {
          "type": "string",
          "description": "- (Optional) The name of the application\n"
        },
        "appUuid": {
          "type": "string",
          "description": "- (Optional) The UUID of the application.\n"
        },
        "restoreActionName": {
          "type": "string",
          "description": "- (Required) The name of the restore action to be performed.\n"
        },
        "snapshotUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the snapshot to which the application will be restored.\n\nBoth (<span pulumi-lang-nodejs=\"`appName`\" pulumi-lang-dotnet=\"`AppName`\" pulumi-lang-go=\"`appName`\" pulumi-lang-python=\"`app_name`\" pulumi-lang-yaml=\"`appName`\" pulumi-lang-java=\"`appName`\">`app_name`</span> and <span pulumi-lang-nodejs=\"`appUuid`\" pulumi-lang-dotnet=\"`AppUuid`\" pulumi-lang-go=\"`appUuid`\" pulumi-lang-python=\"`app_uuid`\" pulumi-lang-yaml=\"`appUuid`\" pulumi-lang-java=\"`appUuid`\">`app_uuid`</span>) are optional but atleast one of them should be provided for resource to work.\n"
        },
        "state": {
          "type": "string",
          "description": "- (Computed) This will be set after the restore action has been processed.\n"
        }
      },
      "type": "object",
      "required": [
        "restoreActionName",
        "snapshotUuid",
        "state"
      ],
      "inputProperties": {
        "appName": {
          "type": "string",
          "description": "- (Optional) The name of the application\n"
        },
        "appUuid": {
          "type": "string",
          "description": "- (Optional) The UUID of the application.\n"
        },
        "restoreActionName": {
          "type": "string",
          "description": "- (Required) The name of the restore action to be performed.\n"
        },
        "snapshotUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the snapshot to which the application will be restored.\n\nBoth (<span pulumi-lang-nodejs=\"`appName`\" pulumi-lang-dotnet=\"`AppName`\" pulumi-lang-go=\"`appName`\" pulumi-lang-python=\"`app_name`\" pulumi-lang-yaml=\"`appName`\" pulumi-lang-java=\"`appName`\">`app_name`</span> and <span pulumi-lang-nodejs=\"`appUuid`\" pulumi-lang-dotnet=\"`AppUuid`\" pulumi-lang-go=\"`appUuid`\" pulumi-lang-python=\"`app_uuid`\" pulumi-lang-yaml=\"`appUuid`\" pulumi-lang-java=\"`appUuid`\">`app_uuid`</span>) are optional but atleast one of them should be provided for resource to work.\n"
        }
      },
      "requiredInputs": [
        "restoreActionName",
        "snapshotUuid"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering SelfServiceAppRestore resources.\n",
        "properties": {
          "appName": {
            "type": "string",
            "description": "- (Optional) The name of the application\n"
          },
          "appUuid": {
            "type": "string",
            "description": "- (Optional) The UUID of the application.\n"
          },
          "restoreActionName": {
            "type": "string",
            "description": "- (Required) The name of the restore action to be performed.\n"
          },
          "snapshotUuid": {
            "type": "string",
            "description": "- (Required) The UUID of the snapshot to which the application will be restored.\n\nBoth (<span pulumi-lang-nodejs=\"`appName`\" pulumi-lang-dotnet=\"`AppName`\" pulumi-lang-go=\"`appName`\" pulumi-lang-python=\"`app_name`\" pulumi-lang-yaml=\"`appName`\" pulumi-lang-java=\"`appName`\">`app_name`</span> and <span pulumi-lang-nodejs=\"`appUuid`\" pulumi-lang-dotnet=\"`AppUuid`\" pulumi-lang-go=\"`appUuid`\" pulumi-lang-python=\"`app_uuid`\" pulumi-lang-yaml=\"`appUuid`\" pulumi-lang-java=\"`appUuid`\">`app_uuid`</span>) are optional but atleast one of them should be provided for resource to work.\n"
          },
          "state": {
            "type": "string",
            "description": "- (Computed) This will be set after the restore action has been processed.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/serviceGroup:ServiceGroup": {
      "description": "Provides a resource to create a service group based on the input parameters.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst test = new nutanix.ServiceGroup(\"test\", {\n    name: \"test_service_gp\",\n    description: \"this is service group\",\n    serviceLists: [{\n        protocol: \"TCP\",\n        tcpPortRangeLists: [\n            {\n                startPort: 22,\n                endPort: 22,\n            },\n            {\n                startPort: 2222,\n                endPort: 2222,\n            },\n        ],\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\ntest = nutanix.ServiceGroup(\"test\",\n    name=\"test_service_gp\",\n    description=\"this is service group\",\n    service_lists=[{\n        \"protocol\": \"TCP\",\n        \"tcp_port_range_lists\": [\n            {\n                \"start_port\": 22,\n                \"end_port\": 22,\n            },\n            {\n                \"start_port\": 2222,\n                \"end_port\": 2222,\n            },\n        ],\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var test = new Nutanix.ServiceGroup(\"test\", new()\n    {\n        Name = \"test_service_gp\",\n        Description = \"this is service group\",\n        ServiceLists = new[]\n        {\n            new Nutanix.Inputs.ServiceGroupServiceListArgs\n            {\n                Protocol = \"TCP\",\n                TcpPortRangeLists = new[]\n                {\n                    new Nutanix.Inputs.ServiceGroupServiceListTcpPortRangeListArgs\n                    {\n                        StartPort = 22,\n                        EndPort = 22,\n                    },\n                    new Nutanix.Inputs.ServiceGroupServiceListTcpPortRangeListArgs\n                    {\n                        StartPort = 2222,\n                        EndPort = 2222,\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewServiceGroup(ctx, \"test\", &nutanix.ServiceGroupArgs{\n\t\t\tName:        pulumi.String(\"test_service_gp\"),\n\t\t\tDescription: pulumi.String(\"this is service group\"),\n\t\t\tServiceLists: nutanix.ServiceGroupServiceListArray{\n\t\t\t\t&nutanix.ServiceGroupServiceListArgs{\n\t\t\t\t\tProtocol: pulumi.String(\"TCP\"),\n\t\t\t\t\tTcpPortRangeLists: nutanix.ServiceGroupServiceListTcpPortRangeListArray{\n\t\t\t\t\t\t&nutanix.ServiceGroupServiceListTcpPortRangeListArgs{\n\t\t\t\t\t\t\tStartPort: pulumi.Int(22),\n\t\t\t\t\t\t\tEndPort:   pulumi.Int(22),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t&nutanix.ServiceGroupServiceListTcpPortRangeListArgs{\n\t\t\t\t\t\t\tStartPort: pulumi.Int(2222),\n\t\t\t\t\t\t\tEndPort:   pulumi.Int(2222),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ServiceGroup;\nimport com.pulumi.nutanix.ServiceGroupArgs;\nimport com.pulumi.nutanix.inputs.ServiceGroupServiceListArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var test = new ServiceGroup(\"test\", ServiceGroupArgs.builder()\n            .name(\"test_service_gp\")\n            .description(\"this is service group\")\n            .serviceLists(ServiceGroupServiceListArgs.builder()\n                .protocol(\"TCP\")\n                .tcpPortRangeLists(                \n                    ServiceGroupServiceListTcpPortRangeListArgs.builder()\n                        .startPort(22)\n                        .endPort(22)\n                        .build(),\n                    ServiceGroupServiceListTcpPortRangeListArgs.builder()\n                        .startPort(2222)\n                        .endPort(2222)\n                        .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  test:\n    type: nutanix:ServiceGroup\n    properties:\n      name: test_service_gp\n      description: this is service group\n      serviceLists:\n        - protocol: TCP\n          tcpPortRangeLists:\n            - startPort: 22\n              endPort: 22\n            - startPort: 2222\n              endPort: 2222\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "description": {
          "type": "string",
          "description": "- (Optional) Description of the service group\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the service group\n"
        },
        "serviceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupServiceList:ServiceGroupServiceList"
          },
          "description": "- (Required) list of services which have protocol (TCP / UDP / ICMP) along with port details\n"
        },
        "systemDefined": {
          "type": "boolean",
          "description": "- (ReadOnly) boolean value to denote if the service group is system defined\n"
        }
      },
      "type": "object",
      "required": [
        "name",
        "serviceLists",
        "systemDefined"
      ],
      "inputProperties": {
        "description": {
          "type": "string",
          "description": "- (Optional) Description of the service group\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) Name of the service group\n"
        },
        "serviceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupServiceList:ServiceGroupServiceList"
          },
          "description": "- (Required) list of services which have protocol (TCP / UDP / ICMP) along with port details\n"
        }
      },
      "requiredInputs": [
        "serviceLists"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ServiceGroup resources.\n",
        "properties": {
          "description": {
            "type": "string",
            "description": "- (Optional) Description of the service group\n"
          },
          "name": {
            "type": "string",
            "description": "- (Required) Name of the service group\n"
          },
          "serviceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FServiceGroupServiceList:ServiceGroupServiceList"
            },
            "description": "- (Required) list of services which have protocol (TCP / UDP / ICMP) along with port details\n"
          },
          "systemDefined": {
            "type": "boolean",
            "description": "- (ReadOnly) boolean value to denote if the service group is system defined\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/serviceGroupsV2:ServiceGroupsV2": {
      "description": "Create an service Group\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Add Service  group. with TCP and UDP\nconst tcp_udp_service = new nutanix.ServiceGroupsV2(\"tcp-udp-service\", {\n    name: \"service_group_tcp_udp\",\n    description: \"service group description\",\n    tcpServices: [{\n        startPort: 232,\n        endPort: 232,\n    }],\n    udpServices: [{\n        startPort: 232,\n        endPort: 232,\n    }],\n});\n// service group with ICMP\nconst icmp_service = new nutanix.ServiceGroupsV2(\"icmp-service\", {\n    name: \"service_group_icmp\",\n    description: \"service group description\",\n    icmpServices: [{\n        type: 8,\n        code: 0,\n    }],\n});\n// service group with All TCP, UDP and ICMP\nconst all_service = new nutanix.ServiceGroupsV2(\"all-service\", {\n    name: \"service_group_udp_tcp_icmp\",\n    description: \"service group description\",\n    tcpServices: [{\n        startPort: 232,\n        endPort: 232,\n    }],\n    udpServices: [{\n        startPort: 232,\n        endPort: 232,\n    }],\n    icmpServices: [{\n        type: 8,\n        code: 0,\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Add Service  group. with TCP and UDP\ntcp_udp_service = nutanix.ServiceGroupsV2(\"tcp-udp-service\",\n    name=\"service_group_tcp_udp\",\n    description=\"service group description\",\n    tcp_services=[{\n        \"start_port\": 232,\n        \"end_port\": 232,\n    }],\n    udp_services=[{\n        \"start_port\": 232,\n        \"end_port\": 232,\n    }])\n# service group with ICMP\nicmp_service = nutanix.ServiceGroupsV2(\"icmp-service\",\n    name=\"service_group_icmp\",\n    description=\"service group description\",\n    icmp_services=[{\n        \"type\": 8,\n        \"code\": 0,\n    }])\n# service group with All TCP, UDP and ICMP\nall_service = nutanix.ServiceGroupsV2(\"all-service\",\n    name=\"service_group_udp_tcp_icmp\",\n    description=\"service group description\",\n    tcp_services=[{\n        \"start_port\": 232,\n        \"end_port\": 232,\n    }],\n    udp_services=[{\n        \"start_port\": 232,\n        \"end_port\": 232,\n    }],\n    icmp_services=[{\n        \"type\": 8,\n        \"code\": 0,\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Add Service  group. with TCP and UDP\n    var tcp_udp_service = new Nutanix.ServiceGroupsV2(\"tcp-udp-service\", new()\n    {\n        Name = \"service_group_tcp_udp\",\n        Description = \"service group description\",\n        TcpServices = new[]\n        {\n            new Nutanix.Inputs.ServiceGroupsV2TcpServiceArgs\n            {\n                StartPort = 232,\n                EndPort = 232,\n            },\n        },\n        UdpServices = new[]\n        {\n            new Nutanix.Inputs.ServiceGroupsV2UdpServiceArgs\n            {\n                StartPort = 232,\n                EndPort = 232,\n            },\n        },\n    });\n\n    // service group with ICMP\n    var icmp_service = new Nutanix.ServiceGroupsV2(\"icmp-service\", new()\n    {\n        Name = \"service_group_icmp\",\n        Description = \"service group description\",\n        IcmpServices = new[]\n        {\n            new Nutanix.Inputs.ServiceGroupsV2IcmpServiceArgs\n            {\n                Type = 8,\n                Code = 0,\n            },\n        },\n    });\n\n    // service group with All TCP, UDP and ICMP\n    var all_service = new Nutanix.ServiceGroupsV2(\"all-service\", new()\n    {\n        Name = \"service_group_udp_tcp_icmp\",\n        Description = \"service group description\",\n        TcpServices = new[]\n        {\n            new Nutanix.Inputs.ServiceGroupsV2TcpServiceArgs\n            {\n                StartPort = 232,\n                EndPort = 232,\n            },\n        },\n        UdpServices = new[]\n        {\n            new Nutanix.Inputs.ServiceGroupsV2UdpServiceArgs\n            {\n                StartPort = 232,\n                EndPort = 232,\n            },\n        },\n        IcmpServices = new[]\n        {\n            new Nutanix.Inputs.ServiceGroupsV2IcmpServiceArgs\n            {\n                Type = 8,\n                Code = 0,\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Add Service  group. with TCP and UDP\n\t\t_, err := nutanix.NewServiceGroupsV2(ctx, \"tcp-udp-service\", &nutanix.ServiceGroupsV2Args{\n\t\t\tName:        pulumi.String(\"service_group_tcp_udp\"),\n\t\t\tDescription: pulumi.String(\"service group description\"),\n\t\t\tTcpServices: nutanix.ServiceGroupsV2TcpServiceArray{\n\t\t\t\t&nutanix.ServiceGroupsV2TcpServiceArgs{\n\t\t\t\t\tStartPort: pulumi.Int(232),\n\t\t\t\t\tEndPort:   pulumi.Int(232),\n\t\t\t\t},\n\t\t\t},\n\t\t\tUdpServices: nutanix.ServiceGroupsV2UdpServiceArray{\n\t\t\t\t&nutanix.ServiceGroupsV2UdpServiceArgs{\n\t\t\t\t\tStartPort: pulumi.Int(232),\n\t\t\t\t\tEndPort:   pulumi.Int(232),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// service group with ICMP\n\t\t_, err = nutanix.NewServiceGroupsV2(ctx, \"icmp-service\", &nutanix.ServiceGroupsV2Args{\n\t\t\tName:        pulumi.String(\"service_group_icmp\"),\n\t\t\tDescription: pulumi.String(\"service group description\"),\n\t\t\tIcmpServices: nutanix.ServiceGroupsV2IcmpServiceArray{\n\t\t\t\t&nutanix.ServiceGroupsV2IcmpServiceArgs{\n\t\t\t\t\tType: pulumi.Int(8),\n\t\t\t\t\tCode: pulumi.Int(0),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// service group with All TCP, UDP and ICMP\n\t\t_, err = nutanix.NewServiceGroupsV2(ctx, \"all-service\", &nutanix.ServiceGroupsV2Args{\n\t\t\tName:        pulumi.String(\"service_group_udp_tcp_icmp\"),\n\t\t\tDescription: pulumi.String(\"service group description\"),\n\t\t\tTcpServices: nutanix.ServiceGroupsV2TcpServiceArray{\n\t\t\t\t&nutanix.ServiceGroupsV2TcpServiceArgs{\n\t\t\t\t\tStartPort: pulumi.Int(232),\n\t\t\t\t\tEndPort:   pulumi.Int(232),\n\t\t\t\t},\n\t\t\t},\n\t\t\tUdpServices: nutanix.ServiceGroupsV2UdpServiceArray{\n\t\t\t\t&nutanix.ServiceGroupsV2UdpServiceArgs{\n\t\t\t\t\tStartPort: pulumi.Int(232),\n\t\t\t\t\tEndPort:   pulumi.Int(232),\n\t\t\t\t},\n\t\t\t},\n\t\t\tIcmpServices: nutanix.ServiceGroupsV2IcmpServiceArray{\n\t\t\t\t&nutanix.ServiceGroupsV2IcmpServiceArgs{\n\t\t\t\t\tType: pulumi.Int(8),\n\t\t\t\t\tCode: pulumi.Int(0),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.ServiceGroupsV2;\nimport com.pulumi.nutanix.ServiceGroupsV2Args;\nimport com.pulumi.nutanix.inputs.ServiceGroupsV2TcpServiceArgs;\nimport com.pulumi.nutanix.inputs.ServiceGroupsV2UdpServiceArgs;\nimport com.pulumi.nutanix.inputs.ServiceGroupsV2IcmpServiceArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Add Service  group. with TCP and UDP\n        var tcp_udp_service = new ServiceGroupsV2(\"tcp-udp-service\", ServiceGroupsV2Args.builder()\n            .name(\"service_group_tcp_udp\")\n            .description(\"service group description\")\n            .tcpServices(ServiceGroupsV2TcpServiceArgs.builder()\n                .startPort(232)\n                .endPort(232)\n                .build())\n            .udpServices(ServiceGroupsV2UdpServiceArgs.builder()\n                .startPort(232)\n                .endPort(232)\n                .build())\n            .build());\n\n        // service group with ICMP\n        var icmp_service = new ServiceGroupsV2(\"icmp-service\", ServiceGroupsV2Args.builder()\n            .name(\"service_group_icmp\")\n            .description(\"service group description\")\n            .icmpServices(ServiceGroupsV2IcmpServiceArgs.builder()\n                .type(8)\n                .code(0)\n                .build())\n            .build());\n\n        // service group with All TCP, UDP and ICMP\n        var all_service = new ServiceGroupsV2(\"all-service\", ServiceGroupsV2Args.builder()\n            .name(\"service_group_udp_tcp_icmp\")\n            .description(\"service group description\")\n            .tcpServices(ServiceGroupsV2TcpServiceArgs.builder()\n                .startPort(232)\n                .endPort(232)\n                .build())\n            .udpServices(ServiceGroupsV2UdpServiceArgs.builder()\n                .startPort(232)\n                .endPort(232)\n                .build())\n            .icmpServices(ServiceGroupsV2IcmpServiceArgs.builder()\n                .type(8)\n                .code(0)\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Add Service  group. with TCP and UDP\n  tcp-udp-service:\n    type: nutanix:ServiceGroupsV2\n    properties:\n      name: service_group_tcp_udp\n      description: service group description\n      tcpServices:\n        - startPort: '232'\n          endPort: '232'\n      udpServices:\n        - startPort: '232'\n          endPort: '232'\n  # service group with ICMP\n  icmp-service:\n    type: nutanix:ServiceGroupsV2\n    properties:\n      name: service_group_icmp\n      description: service group description\n      icmpServices:\n        - type: 8\n          code: 0\n  # service group with All TCP, UDP and ICMP\n  all-service:\n    type: nutanix:ServiceGroupsV2\n    properties:\n      name: service_group_udp_tcp_icmp\n      description: service group description\n      tcpServices:\n        - startPort: '232'\n          endPort: '232'\n      udpServices:\n        - startPort: '232'\n          endPort: '232'\n      icmpServices:\n        - type: 8\n          code: 0\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "createdBy": {
          "type": "string",
          "description": "created by.\n"
        },
        "description": {
          "type": "string",
          "description": "Description of the service group\n"
        },
        "extId": {
          "type": "string",
          "description": "address group uuid.\n"
        },
        "icmpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupsV2IcmpService:ServiceGroupsV2IcmpService"
          },
          "description": "Icmp Type Code List.\n"
        },
        "isSystemDefined": {
          "type": "boolean",
          "description": "Service Group is system defined or not.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupsV2Link:ServiceGroupsV2Link"
          },
          "description": "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.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the service group\n"
        },
        "policyReferences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Reference to policy associated with Address Group.\n"
        },
        "tcpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupsV2TcpService:ServiceGroupsV2TcpService"
          },
          "description": "List of TCP ports in the service.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
        },
        "udpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupsV2UdpService:ServiceGroupsV2UdpService"
          },
          "description": "List of UDP ports in the service.\n"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "description",
        "extId",
        "isSystemDefined",
        "links",
        "name",
        "policyReferences",
        "tenantId"
      ],
      "inputProperties": {
        "description": {
          "type": "string",
          "description": "Description of the service group\n"
        },
        "icmpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupsV2IcmpService:ServiceGroupsV2IcmpService"
          },
          "description": "Icmp Type Code List.\n"
        },
        "name": {
          "type": "string",
          "description": "Name of the service group\n"
        },
        "tcpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupsV2TcpService:ServiceGroupsV2TcpService"
          },
          "description": "List of TCP ports in the service.\n"
        },
        "udpServices": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FServiceGroupsV2UdpService:ServiceGroupsV2UdpService"
          },
          "description": "List of UDP ports in the service.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering ServiceGroupsV2 resources.\n",
        "properties": {
          "createdBy": {
            "type": "string",
            "description": "created by.\n"
          },
          "description": {
            "type": "string",
            "description": "Description of the service group\n"
          },
          "extId": {
            "type": "string",
            "description": "address group uuid.\n"
          },
          "icmpServices": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FServiceGroupsV2IcmpService:ServiceGroupsV2IcmpService"
            },
            "description": "Icmp Type Code List.\n"
          },
          "isSystemDefined": {
            "type": "boolean",
            "description": "Service Group is system defined or not.\n"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FServiceGroupsV2Link:ServiceGroupsV2Link"
            },
            "description": "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.\n"
          },
          "name": {
            "type": "string",
            "description": "Name of the service group\n"
          },
          "policyReferences": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Reference to policy associated with Address Group.\n"
          },
          "tcpServices": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FServiceGroupsV2TcpService:ServiceGroupsV2TcpService"
            },
            "description": "List of TCP ports in the service.\n"
          },
          "tenantId": {
            "type": "string",
            "description": "A globally unique identifier that represents the tenant that owns this entity.\n"
          },
          "udpServices": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FServiceGroupsV2UdpService:ServiceGroupsV2UdpService"
            },
            "description": "List of UDP ports in the service.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/staticRoutes:StaticRoutes": {
      "description": "Provides Nutanix resource to create Static Routes within VPCs.\n\n## create one static route for vpc uuid with external subnet\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst scn = new nutanix.StaticRoutes(\"scn\", {\n    vpcUuid: \"{{vpc_uuid}}\",\n    staticRoutesLists: [{\n        destination: \"10.x.x.x/x\",\n        externalSubnetReferenceUuid: \"{{ext_subnet_uuid}}\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nscn = nutanix.StaticRoutes(\"scn\",\n    vpc_uuid=\"{{vpc_uuid}}\",\n    static_routes_lists=[{\n        \"destination\": \"10.x.x.x/x\",\n        \"external_subnet_reference_uuid\": \"{{ext_subnet_uuid}}\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var scn = new Nutanix.StaticRoutes(\"scn\", new()\n    {\n        VpcUuid = \"{{vpc_uuid}}\",\n        StaticRoutesLists = new[]\n        {\n            new Nutanix.Inputs.StaticRoutesStaticRoutesListArgs\n            {\n                Destination = \"10.x.x.x/x\",\n                ExternalSubnetReferenceUuid = \"{{ext_subnet_uuid}}\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewStaticRoutes(ctx, \"scn\", &nutanix.StaticRoutesArgs{\n\t\t\tVpcUuid: pulumi.String(\"{{vpc_uuid}}\"),\n\t\t\tStaticRoutesLists: nutanix.StaticRoutesStaticRoutesListArray{\n\t\t\t\t&nutanix.StaticRoutesStaticRoutesListArgs{\n\t\t\t\t\tDestination:                 pulumi.String(\"10.x.x.x/x\"),\n\t\t\t\t\tExternalSubnetReferenceUuid: pulumi.String(\"{{ext_subnet_uuid}}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.StaticRoutes;\nimport com.pulumi.nutanix.StaticRoutesArgs;\nimport com.pulumi.nutanix.inputs.StaticRoutesStaticRoutesListArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var scn = new StaticRoutes(\"scn\", StaticRoutesArgs.builder()\n            .vpcUuid(\"{{vpc_uuid}}\")\n            .staticRoutesLists(StaticRoutesStaticRoutesListArgs.builder()\n                .destination(\"10.x.x.x/x\")\n                .externalSubnetReferenceUuid(\"{{ext_subnet_uuid}}\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  scn:\n    type: nutanix:StaticRoutes\n    properties:\n      vpcUuid: '{{vpc_uuid}}'\n      staticRoutesLists:\n        - destination: 10.x.x.x/x\n          externalSubnetReferenceUuid: '{{ext_subnet_uuid}}'\n```\n<!--End PulumiCodeChooser -->\n\n\n## create one static route with default route for vpc name with external subnet\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst scn = new nutanix.StaticRoutes(\"scn\", {\n    vpcName: \"{{vpc_name}}\",\n    staticRoutesLists: [{\n        destination: \"10.x.x.x/x\",\n        externalSubnetReferenceUuid: \"{{ext_subnet_uuid}}\",\n    }],\n    defaultRouteNexthops: [{\n        externalSubnetReferenceUuid: \"{{ext_subnet_uuid}}\",\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nscn = nutanix.StaticRoutes(\"scn\",\n    vpc_name=\"{{vpc_name}}\",\n    static_routes_lists=[{\n        \"destination\": \"10.x.x.x/x\",\n        \"external_subnet_reference_uuid\": \"{{ext_subnet_uuid}}\",\n    }],\n    default_route_nexthops=[{\n        \"external_subnet_reference_uuid\": \"{{ext_subnet_uuid}}\",\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var scn = new Nutanix.StaticRoutes(\"scn\", new()\n    {\n        VpcName = \"{{vpc_name}}\",\n        StaticRoutesLists = new[]\n        {\n            new Nutanix.Inputs.StaticRoutesStaticRoutesListArgs\n            {\n                Destination = \"10.x.x.x/x\",\n                ExternalSubnetReferenceUuid = \"{{ext_subnet_uuid}}\",\n            },\n        },\n        DefaultRouteNexthops = new[]\n        {\n            new Nutanix.Inputs.StaticRoutesDefaultRouteNexthopArgs\n            {\n                ExternalSubnetReferenceUuid = \"{{ext_subnet_uuid}}\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewStaticRoutes(ctx, \"scn\", &nutanix.StaticRoutesArgs{\n\t\t\tVpcName: pulumi.String(\"{{vpc_name}}\"),\n\t\t\tStaticRoutesLists: nutanix.StaticRoutesStaticRoutesListArray{\n\t\t\t\t&nutanix.StaticRoutesStaticRoutesListArgs{\n\t\t\t\t\tDestination:                 pulumi.String(\"10.x.x.x/x\"),\n\t\t\t\t\tExternalSubnetReferenceUuid: pulumi.String(\"{{ext_subnet_uuid}}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tDefaultRouteNexthops: nutanix.StaticRoutesDefaultRouteNexthopArray{\n\t\t\t\t&nutanix.StaticRoutesDefaultRouteNexthopArgs{\n\t\t\t\t\tExternalSubnetReferenceUuid: pulumi.String(\"{{ext_subnet_uuid}}\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.StaticRoutes;\nimport com.pulumi.nutanix.StaticRoutesArgs;\nimport com.pulumi.nutanix.inputs.StaticRoutesStaticRoutesListArgs;\nimport com.pulumi.nutanix.inputs.StaticRoutesDefaultRouteNexthopArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var scn = new StaticRoutes(\"scn\", StaticRoutesArgs.builder()\n            .vpcName(\"{{vpc_name}}\")\n            .staticRoutesLists(StaticRoutesStaticRoutesListArgs.builder()\n                .destination(\"10.x.x.x/x\")\n                .externalSubnetReferenceUuid(\"{{ext_subnet_uuid}}\")\n                .build())\n            .defaultRouteNexthops(StaticRoutesDefaultRouteNexthopArgs.builder()\n                .externalSubnetReferenceUuid(\"{{ext_subnet_uuid}}\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  scn:\n    type: nutanix:StaticRoutes\n    properties:\n      vpcName: '{{vpc_name}}'\n      staticRoutesLists:\n        - destination: 10.x.x.x/x\n          externalSubnetReferenceUuid: '{{ext_subnet_uuid}}'\n      defaultRouteNexthops:\n        - externalSubnetReferenceUuid: '{{ext_subnet_uuid}}'\n```\n<!--End PulumiCodeChooser -->\n\n#### Note: destination with 0.0.0.0/0 will be default route.\n",
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "defaultRouteNexthops": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FStaticRoutesDefaultRouteNexthop:StaticRoutesDefaultRouteNexthop"
          },
          "description": "Default Route\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The<span pulumi-lang-nodejs=\" vpcRouteTable \" pulumi-lang-dotnet=\" VpcRouteTable \" pulumi-lang-go=\" vpcRouteTable \" pulumi-lang-python=\" vpc_route_table \" pulumi-lang-yaml=\" vpcRouteTable \" pulumi-lang-java=\" vpcRouteTable \"> vpc_route_table </span>kind metadata.\n"
        },
        "staticRoutesLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FStaticRoutesStaticRoutesList:StaticRoutesStaticRoutesList"
          },
          "description": "Static Routes.\n"
        },
        "vpcName": {
          "type": "string",
          "description": "vpc Name. Should not be used with vpc_uuid.\n"
        },
        "vpcUuid": {
          "type": "string",
          "description": "Reference to a VPC UUID. Should not be used with vpc_name.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "metadata",
        "vpcUuid"
      ],
      "inputProperties": {
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "defaultRouteNexthops": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FStaticRoutesDefaultRouteNexthop:StaticRoutesDefaultRouteNexthop"
          },
          "description": "Default Route\n"
        },
        "staticRoutesLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FStaticRoutesStaticRoutesList:StaticRoutesStaticRoutesList"
          },
          "description": "Static Routes.\n"
        },
        "vpcName": {
          "type": "string",
          "description": "vpc Name. Should not be used with vpc_uuid.\n"
        },
        "vpcUuid": {
          "type": "string",
          "description": "Reference to a VPC UUID. Should not be used with vpc_name.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering StaticRoutes resources.\n",
        "properties": {
          "apiVersion": {
            "type": "string",
            "description": "The version of the API.\n"
          },
          "defaultRouteNexthops": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FStaticRoutesDefaultRouteNexthop:StaticRoutesDefaultRouteNexthop"
            },
            "description": "Default Route\n"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "The<span pulumi-lang-nodejs=\" vpcRouteTable \" pulumi-lang-dotnet=\" VpcRouteTable \" pulumi-lang-go=\" vpcRouteTable \" pulumi-lang-python=\" vpc_route_table \" pulumi-lang-yaml=\" vpcRouteTable \" pulumi-lang-java=\" vpcRouteTable \"> vpc_route_table </span>kind metadata.\n"
          },
          "staticRoutesLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FStaticRoutesStaticRoutesList:StaticRoutesStaticRoutesList"
            },
            "description": "Static Routes.\n"
          },
          "vpcName": {
            "type": "string",
            "description": "vpc Name. Should not be used with vpc_uuid.\n"
          },
          "vpcUuid": {
            "type": "string",
            "description": "Reference to a VPC UUID. Should not be used with vpc_name.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/storageContainersV2:StorageContainersV2": {
      "description": "Provides Nutanix resource to create VPC.\n\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst storage_container = new nutanix.StorageContainersV2(\"storage-container\", {\n    name: \"example-storage-container\",\n    logicalAdvertisedCapacityBytes: 1073741824000,\n    logicalExplicitReservedCapacityBytes: 32,\n    replicationFactor: 1,\n    nfsWhitelistAddresses: [{\n        ipv4s: [{\n            value: \"192.168.15.0\",\n            prefixLength: 32,\n        }],\n    }],\n    erasureCode: \"OFF\",\n    isInlineEcEnabled: false,\n    hasHigherEcFaultDomainPreference: false,\n    cacheDeduplication: \"OFF\",\n    onDiskDedup: \"OFF\",\n    isCompressionEnabled: true,\n    isInternal: false,\n    isSoftwareEncryptionEnabled: false,\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nstorage_container = nutanix.StorageContainersV2(\"storage-container\",\n    name=\"example-storage-container\",\n    logical_advertised_capacity_bytes=1073741824000,\n    logical_explicit_reserved_capacity_bytes=32,\n    replication_factor=1,\n    nfs_whitelist_addresses=[{\n        \"ipv4s\": [{\n            \"value\": \"192.168.15.0\",\n            \"prefix_length\": 32,\n        }],\n    }],\n    erasure_code=\"OFF\",\n    is_inline_ec_enabled=False,\n    has_higher_ec_fault_domain_preference=False,\n    cache_deduplication=\"OFF\",\n    on_disk_dedup=\"OFF\",\n    is_compression_enabled=True,\n    is_internal=False,\n    is_software_encryption_enabled=False)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var storage_container = new Nutanix.StorageContainersV2(\"storage-container\", new()\n    {\n        Name = \"example-storage-container\",\n        LogicalAdvertisedCapacityBytes = 1073741824000,\n        LogicalExplicitReservedCapacityBytes = 32,\n        ReplicationFactor = 1,\n        NfsWhitelistAddresses = new[]\n        {\n            new Nutanix.Inputs.StorageContainersV2NfsWhitelistAddressArgs\n            {\n                Ipv4s = new[]\n                {\n                    new Nutanix.Inputs.StorageContainersV2NfsWhitelistAddressIpv4Args\n                    {\n                        Value = \"192.168.15.0\",\n                        PrefixLength = 32,\n                    },\n                },\n            },\n        },\n        ErasureCode = \"OFF\",\n        IsInlineEcEnabled = false,\n        HasHigherEcFaultDomainPreference = false,\n        CacheDeduplication = \"OFF\",\n        OnDiskDedup = \"OFF\",\n        IsCompressionEnabled = true,\n        IsInternal = false,\n        IsSoftwareEncryptionEnabled = false,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewStorageContainersV2(ctx, \"storage-container\", &nutanix.StorageContainersV2Args{\n\t\t\tName:                                 pulumi.String(\"example-storage-container\"),\n\t\t\tLogicalAdvertisedCapacityBytes:       pulumi.Int(1073741824000),\n\t\t\tLogicalExplicitReservedCapacityBytes: pulumi.Int(32),\n\t\t\tReplicationFactor:                    pulumi.Int(1),\n\t\t\tNfsWhitelistAddresses: nutanix.StorageContainersV2NfsWhitelistAddressArray{\n\t\t\t\t&nutanix.StorageContainersV2NfsWhitelistAddressArgs{\n\t\t\t\t\tIpv4s: nutanix.StorageContainersV2NfsWhitelistAddressIpv4Array{\n\t\t\t\t\t\t&nutanix.StorageContainersV2NfsWhitelistAddressIpv4Args{\n\t\t\t\t\t\t\tValue:        pulumi.String(\"192.168.15.0\"),\n\t\t\t\t\t\t\tPrefixLength: pulumi.Int(32),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tErasureCode:                      pulumi.String(\"OFF\"),\n\t\t\tIsInlineEcEnabled:                pulumi.Bool(false),\n\t\t\tHasHigherEcFaultDomainPreference: pulumi.Bool(false),\n\t\t\tCacheDeduplication:               pulumi.String(\"OFF\"),\n\t\t\tOnDiskDedup:                      pulumi.String(\"OFF\"),\n\t\t\tIsCompressionEnabled:             pulumi.Bool(true),\n\t\t\tIsInternal:                       pulumi.Bool(false),\n\t\t\tIsSoftwareEncryptionEnabled:      pulumi.Bool(false),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.StorageContainersV2;\nimport com.pulumi.nutanix.StorageContainersV2Args;\nimport com.pulumi.nutanix.inputs.StorageContainersV2NfsWhitelistAddressArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var storage_container = new StorageContainersV2(\"storage-container\", StorageContainersV2Args.builder()\n            .name(\"example-storage-container\")\n            .logicalAdvertisedCapacityBytes(1073741824000)\n            .logicalExplicitReservedCapacityBytes(32)\n            .replicationFactor(1)\n            .nfsWhitelistAddresses(StorageContainersV2NfsWhitelistAddressArgs.builder()\n                .ipv4s(StorageContainersV2NfsWhitelistAddressIpv4Args.builder()\n                    .value(\"192.168.15.0\")\n                    .prefixLength(32)\n                    .build())\n                .build())\n            .erasureCode(\"OFF\")\n            .isInlineEcEnabled(false)\n            .hasHigherEcFaultDomainPreference(false)\n            .cacheDeduplication(\"OFF\")\n            .onDiskDedup(\"OFF\")\n            .isCompressionEnabled(true)\n            .isInternal(false)\n            .isSoftwareEncryptionEnabled(false)\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  storage-container:\n    type: nutanix:StorageContainersV2\n    properties:\n      name: example-storage-container\n      logicalAdvertisedCapacityBytes: 1.073741824e+12\n      logicalExplicitReservedCapacityBytes: 32\n      replicationFactor: 1\n      nfsWhitelistAddresses:\n        - ipv4s:\n            - value: 192.168.15.0\n              prefixLength: 32\n      erasureCode: OFF\n      isInlineEcEnabled: false\n      hasHigherEcFaultDomainPreference: false\n      cacheDeduplication: OFF\n      onDiskDedup: OFF\n      isCompressionEnabled: true\n      isInternal: false\n      isSoftwareEncryptionEnabled: false\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "affinityHostExtId": {
          "type": "string",
          "description": "-(Optional) Affinity host extId for RF 1 Storage Container.\n"
        },
        "cacheDeduplication": {
          "type": "string",
          "description": "-(Optional) Indicates the current status of Cache Deduplication for the Container. available values:  `NONE`,    `OFF`,    `ON`\n"
        },
        "clusterExtId": {
          "type": "string",
          "description": "- ext id for the cluster owning the storage container.\n"
        },
        "clusterName": {
          "type": "string",
          "description": "- Corresponding name of the Cluster owning the Storage Container instance.\n"
        },
        "compressionDelaySecs": {
          "type": "integer",
          "description": "-(Optional) The compression delay in seconds.\n"
        },
        "containerExtId": {
          "type": "string",
          "description": "- the storage container ext id\n"
        },
        "erasureCode": {
          "type": "string",
          "description": "-(Optional) Indicates the current status value for Erasure Coding for the Container. available values:  `NONE`,    `OFF`,    `ON`\n"
        },
        "erasureCodeDelaySecs": {
          "type": "integer",
          "description": "-(Optional) Delay in performing ErasureCode for the current Container instance.\n"
        },
        "extId": {
          "type": "string",
          "description": "- the storage container uuid\n"
        },
        "hasHigherEcFaultDomainPreference": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether to prefer a higher Erasure Code fault domain.\n"
        },
        "ignoreSmallFiles": {
          "type": "boolean"
        },
        "isCompressionEnabled": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether the compression is enabled for the Container.\n"
        },
        "isEncrypted": {
          "type": "boolean",
          "description": "- Indicates whether the Container is encrypted or not.\n"
        },
        "isInlineEcEnabled": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether data written to this container should be inline erasure coded or not. This field is only considered when ErasureCoding is enabled.\n"
        },
        "isInternal": {
          "type": "boolean",
          "description": "- Indicates whether the Container is internal and is managed by Nutanix.\n"
        },
        "isMarkedForRemoval": {
          "type": "boolean",
          "description": "- Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.\n"
        },
        "isSoftwareEncryptionEnabled": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether the Container instance has software encryption enabled.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FStorageContainersV2Link:StorageContainersV2Link"
          },
          "description": "- 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.\n"
        },
        "logicalAdvertisedCapacityBytes": {
          "type": "integer",
          "description": "-(Optional) Max capacity of the Container as defined by the user.\n"
        },
        "logicalExplicitReservedCapacityBytes": {
          "type": "integer",
          "description": "-(Optional) Total reserved size (in bytes) of the container (set by Admin). This also accounts for the container's replication factor. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity.\n"
        },
        "logicalImplicitReservedCapacityBytes": {
          "type": "integer",
          "description": "- This is the summation of reservations provisioned on all vdisks in the container. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity\n"
        },
        "maxCapacityBytes": {
          "type": "integer",
          "description": "- Maximum physical capacity of the Storage Container in bytes.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Required) Name of the storage container.  Note that the name of Storage Container should be unique per cluster.\n"
        },
        "nfsWhitelistAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FStorageContainersV2NfsWhitelistAddress:StorageContainersV2NfsWhitelistAddress"
          },
          "description": "-(Optional) List of NFS addresses which need to be whitelisted.\n"
        },
        "onDiskDedup": {
          "type": "string",
          "description": "- Indicates the current status of Disk Deduplication for the Container. available values:  `NONE`,    `OFF`,    `POST_PROCESS`\n"
        },
        "ownerExtId": {
          "type": "string",
          "description": "-(Optional) owner ext id\n"
        },
        "replicationFactor": {
          "type": "integer",
          "description": "-(Optional) Replication factor of the Storage Container.\n"
        },
        "storagePoolExtId": {
          "type": "string",
          "description": "- extId of the Storage Pool owning the Storage Container instance.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the tenant that owns this entity.\n"
        }
      },
      "type": "object",
      "required": [
        "affinityHostExtId",
        "cacheDeduplication",
        "clusterExtId",
        "clusterName",
        "compressionDelaySecs",
        "containerExtId",
        "erasureCode",
        "erasureCodeDelaySecs",
        "extId",
        "hasHigherEcFaultDomainPreference",
        "ignoreSmallFiles",
        "isCompressionEnabled",
        "isEncrypted",
        "isInlineEcEnabled",
        "isInternal",
        "isMarkedForRemoval",
        "isSoftwareEncryptionEnabled",
        "links",
        "logicalAdvertisedCapacityBytes",
        "logicalExplicitReservedCapacityBytes",
        "logicalImplicitReservedCapacityBytes",
        "maxCapacityBytes",
        "name",
        "onDiskDedup",
        "ownerExtId",
        "replicationFactor",
        "storagePoolExtId",
        "tenantId"
      ],
      "inputProperties": {
        "affinityHostExtId": {
          "type": "string",
          "description": "-(Optional) Affinity host extId for RF 1 Storage Container.\n"
        },
        "cacheDeduplication": {
          "type": "string",
          "description": "-(Optional) Indicates the current status of Cache Deduplication for the Container. available values:  `NONE`,    `OFF`,    `ON`\n"
        },
        "clusterExtId": {
          "type": "string",
          "description": "- ext id for the cluster owning the storage container.\n"
        },
        "compressionDelaySecs": {
          "type": "integer",
          "description": "-(Optional) The compression delay in seconds.\n"
        },
        "containerExtId": {
          "type": "string",
          "description": "- the storage container ext id\n"
        },
        "erasureCode": {
          "type": "string",
          "description": "-(Optional) Indicates the current status value for Erasure Coding for the Container. available values:  `NONE`,    `OFF`,    `ON`\n"
        },
        "erasureCodeDelaySecs": {
          "type": "integer",
          "description": "-(Optional) Delay in performing ErasureCode for the current Container instance.\n"
        },
        "extId": {
          "type": "string",
          "description": "- the storage container uuid\n"
        },
        "hasHigherEcFaultDomainPreference": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether to prefer a higher Erasure Code fault domain.\n"
        },
        "ignoreSmallFiles": {
          "type": "boolean"
        },
        "isCompressionEnabled": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether the compression is enabled for the Container.\n"
        },
        "isInlineEcEnabled": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether data written to this container should be inline erasure coded or not. This field is only considered when ErasureCoding is enabled.\n"
        },
        "isInternal": {
          "type": "boolean",
          "description": "- Indicates whether the Container is internal and is managed by Nutanix.\n"
        },
        "isSoftwareEncryptionEnabled": {
          "type": "boolean",
          "description": "-(Optional) Indicates whether the Container instance has software encryption enabled.\n"
        },
        "logicalAdvertisedCapacityBytes": {
          "type": "integer",
          "description": "-(Optional) Max capacity of the Container as defined by the user.\n"
        },
        "logicalExplicitReservedCapacityBytes": {
          "type": "integer",
          "description": "-(Optional) Total reserved size (in bytes) of the container (set by Admin). This also accounts for the container's replication factor. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Required) Name of the storage container.  Note that the name of Storage Container should be unique per cluster.\n"
        },
        "nfsWhitelistAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FStorageContainersV2NfsWhitelistAddress:StorageContainersV2NfsWhitelistAddress"
          },
          "description": "-(Optional) List of NFS addresses which need to be whitelisted.\n"
        },
        "onDiskDedup": {
          "type": "string",
          "description": "- Indicates the current status of Disk Deduplication for the Container. available values:  `NONE`,    `OFF`,    `POST_PROCESS`\n"
        },
        "ownerExtId": {
          "type": "string",
          "description": "-(Optional) owner ext id\n"
        },
        "replicationFactor": {
          "type": "integer",
          "description": "-(Optional) Replication factor of the Storage Container.\n"
        }
      },
      "requiredInputs": [
        "clusterExtId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering StorageContainersV2 resources.\n",
        "properties": {
          "affinityHostExtId": {
            "type": "string",
            "description": "-(Optional) Affinity host extId for RF 1 Storage Container.\n"
          },
          "cacheDeduplication": {
            "type": "string",
            "description": "-(Optional) Indicates the current status of Cache Deduplication for the Container. available values:  `NONE`,    `OFF`,    `ON`\n"
          },
          "clusterExtId": {
            "type": "string",
            "description": "- ext id for the cluster owning the storage container.\n"
          },
          "clusterName": {
            "type": "string",
            "description": "- Corresponding name of the Cluster owning the Storage Container instance.\n"
          },
          "compressionDelaySecs": {
            "type": "integer",
            "description": "-(Optional) The compression delay in seconds.\n"
          },
          "containerExtId": {
            "type": "string",
            "description": "- the storage container ext id\n"
          },
          "erasureCode": {
            "type": "string",
            "description": "-(Optional) Indicates the current status value for Erasure Coding for the Container. available values:  `NONE`,    `OFF`,    `ON`\n"
          },
          "erasureCodeDelaySecs": {
            "type": "integer",
            "description": "-(Optional) Delay in performing ErasureCode for the current Container instance.\n"
          },
          "extId": {
            "type": "string",
            "description": "- the storage container uuid\n"
          },
          "hasHigherEcFaultDomainPreference": {
            "type": "boolean",
            "description": "-(Optional) Indicates whether to prefer a higher Erasure Code fault domain.\n"
          },
          "ignoreSmallFiles": {
            "type": "boolean"
          },
          "isCompressionEnabled": {
            "type": "boolean",
            "description": "-(Optional) Indicates whether the compression is enabled for the Container.\n"
          },
          "isEncrypted": {
            "type": "boolean",
            "description": "- Indicates whether the Container is encrypted or not.\n"
          },
          "isInlineEcEnabled": {
            "type": "boolean",
            "description": "-(Optional) Indicates whether data written to this container should be inline erasure coded or not. This field is only considered when ErasureCoding is enabled.\n"
          },
          "isInternal": {
            "type": "boolean",
            "description": "- Indicates whether the Container is internal and is managed by Nutanix.\n"
          },
          "isMarkedForRemoval": {
            "type": "boolean",
            "description": "- Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.\n"
          },
          "isSoftwareEncryptionEnabled": {
            "type": "boolean",
            "description": "-(Optional) Indicates whether the Container instance has software encryption enabled.\n"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FStorageContainersV2Link:StorageContainersV2Link"
            },
            "description": "- 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.\n"
          },
          "logicalAdvertisedCapacityBytes": {
            "type": "integer",
            "description": "-(Optional) Max capacity of the Container as defined by the user.\n"
          },
          "logicalExplicitReservedCapacityBytes": {
            "type": "integer",
            "description": "-(Optional) Total reserved size (in bytes) of the container (set by Admin). This also accounts for the container's replication factor. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity.\n"
          },
          "logicalImplicitReservedCapacityBytes": {
            "type": "integer",
            "description": "- This is the summation of reservations provisioned on all vdisks in the container. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity\n"
          },
          "maxCapacityBytes": {
            "type": "integer",
            "description": "- Maximum physical capacity of the Storage Container in bytes.\n"
          },
          "name": {
            "type": "string",
            "description": "-(Required) Name of the storage container.  Note that the name of Storage Container should be unique per cluster.\n"
          },
          "nfsWhitelistAddresses": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FStorageContainersV2NfsWhitelistAddress:StorageContainersV2NfsWhitelistAddress"
            },
            "description": "-(Optional) List of NFS addresses which need to be whitelisted.\n"
          },
          "onDiskDedup": {
            "type": "string",
            "description": "- Indicates the current status of Disk Deduplication for the Container. available values:  `NONE`,    `OFF`,    `POST_PROCESS`\n"
          },
          "ownerExtId": {
            "type": "string",
            "description": "-(Optional) owner ext id\n"
          },
          "replicationFactor": {
            "type": "integer",
            "description": "-(Optional) Replication factor of the Storage Container.\n"
          },
          "storagePoolExtId": {
            "type": "string",
            "description": "- extId of the Storage Pool owning the Storage Container instance.\n"
          },
          "tenantId": {
            "type": "string",
            "description": "- A globally unique identifier that represents the tenant that owns this entity.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/subnet:Subnet": {
      "description": "Provides a resource to create a subnet based on the input parameters. A subnet is a block of IP addresses.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```yaml\nresources:\n  next-iac-managed:\n    type: nutanix:Subnet\n    properties:\n      clusterUuid: ${clusters.entities[0].metadata.uuid}\n      name: next-iac-managed-example\n      vlanId: 101\n      subnetType: VLAN\n      prefixLength: 20\n      defaultGatewayIp: 10.5.80.1\n      subnetIp: 10.5.80.0\n      dhcpDomainNameServerLists:\n        - 8.8.8.8\n        - 4.2.2.2\n      dhcpDomainSearchLists:\n        - nutanix.com\n        - eng.nutanix.com\nvariables:\n  clusters:\n    fn::invoke:\n      function: nutanix:getClusters\n      arguments:\n        metadata:\n          length: 2\noutputs:\n  cluster: ${clusters.entities[0].metadata.uuid}\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "availabilityZoneReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a availability_zone.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetCategory:SubnetCategory"
          },
          "description": "- (Optional) The categories of the resource.\n"
        },
        "clusterName": {
          "type": "string"
        },
        "clusterUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the cluster.\n"
        },
        "defaultGatewayIp": {
          "type": "string",
          "description": "- (Optional) Default gateway IP address.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) A description for subnet.\n"
        },
        "dhcpDomainNameServerLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional). List of Domain Name Server addresses .\n"
        },
        "dhcpDomainSearchLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional).The DNS domain search list .\n"
        },
        "dhcpOptions": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Spec for defining DHCP options.\n"
        },
        "dhcpServerAddress": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Host address.\n"
        },
        "dhcpServerAddressPort": {
          "type": "integer",
          "description": "- (Optional) Port Number.\n"
        },
        "enableNat": {
          "type": "boolean",
          "description": "- (Optional) Whether NAT should be performed for VPCs attaching to the subnet. This field is supported only for external subnets. NAT is enabled by default on external subnets.\n"
        },
        "ipConfigPoolListRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) Range of IPs.\n"
        },
        "isExternal": {
          "type": "boolean",
          "description": "- (Optional) Whether the subnet is external subnet or not.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Required) The subnet kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Subnet name (Readonly).\n"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a network_function_chain.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a user.\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional).\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        },
        "state": {
          "type": "string",
          "description": "- The state of the subnet.\n"
        },
        "subnetIp": {
          "type": "string",
          "description": "- (Optional) Subnet IP address.\n"
        },
        "subnetType": {
          "type": "string",
          "description": "- (Optional). Valid Types are [\"VLAN\", \"OVERLAY\"]\n"
        },
        "vlanId": {
          "type": "integer",
          "description": "- (Optional). For VLAN subnet.\n"
        },
        "vpcReferenceUuid": {
          "type": "string",
          "description": "VPC reference uuid\n"
        },
        "vswitchName": {
          "type": "string",
          "description": "- (Optional).\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "availabilityZoneReference",
        "categories",
        "clusterName",
        "defaultGatewayIp",
        "description",
        "dhcpDomainNameServerLists",
        "dhcpDomainSearchLists",
        "dhcpOptions",
        "dhcpServerAddress",
        "dhcpServerAddressPort",
        "enableNat",
        "ipConfigPoolListRanges",
        "isExternal",
        "metadata",
        "name",
        "networkFunctionChainReference",
        "ownerReference",
        "prefixLength",
        "projectReference",
        "state",
        "subnetIp",
        "subnetType",
        "vlanId",
        "vpcReferenceUuid",
        "vswitchName"
      ],
      "inputProperties": {
        "availabilityZoneReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a availability_zone.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetCategory:SubnetCategory"
          },
          "description": "- (Optional) The categories of the resource.\n"
        },
        "clusterUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the cluster.\n"
        },
        "defaultGatewayIp": {
          "type": "string",
          "description": "- (Optional) Default gateway IP address.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) A description for subnet.\n"
        },
        "dhcpDomainNameServerLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional). List of Domain Name Server addresses .\n"
        },
        "dhcpDomainSearchLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional).The DNS domain search list .\n"
        },
        "dhcpOptions": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Spec for defining DHCP options.\n"
        },
        "dhcpServerAddress": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Host address.\n"
        },
        "dhcpServerAddressPort": {
          "type": "integer",
          "description": "- (Optional) Port Number.\n"
        },
        "enableNat": {
          "type": "boolean",
          "description": "- (Optional) Whether NAT should be performed for VPCs attaching to the subnet. This field is supported only for external subnets. NAT is enabled by default on external subnets.\n"
        },
        "ipConfigPoolListRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "-(Optional) Range of IPs.\n"
        },
        "isExternal": {
          "type": "boolean",
          "description": "- (Optional) Whether the subnet is external subnet or not.\n",
          "willReplaceOnChanges": true
        },
        "name": {
          "type": "string",
          "description": "- (Optional) Subnet name (Readonly).\n"
        },
        "networkFunctionChainReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a network_function_chain.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a user.\n"
        },
        "prefixLength": {
          "type": "integer",
          "description": "- (Optional).\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        },
        "subnetIp": {
          "type": "string",
          "description": "- (Optional) Subnet IP address.\n"
        },
        "subnetType": {
          "type": "string",
          "description": "- (Optional). Valid Types are [\"VLAN\", \"OVERLAY\"]\n"
        },
        "vlanId": {
          "type": "integer",
          "description": "- (Optional). For VLAN subnet.\n",
          "willReplaceOnChanges": true
        },
        "vpcReferenceUuid": {
          "type": "string",
          "description": "VPC reference uuid\n",
          "willReplaceOnChanges": true
        },
        "vswitchName": {
          "type": "string",
          "description": "- (Optional).\n"
        }
      },
      "requiredInputs": [
        "subnetType"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering Subnet resources.\n",
        "properties": {
          "apiVersion": {
            "type": "string",
            "description": "The version of the API.\n"
          },
          "availabilityZoneReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a availability_zone.\n"
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSubnetCategory:SubnetCategory"
            },
            "description": "- (Optional) The categories of the resource.\n"
          },
          "clusterName": {
            "type": "string"
          },
          "clusterUuid": {
            "type": "string",
            "description": "- (Required) The UUID of the cluster.\n"
          },
          "defaultGatewayIp": {
            "type": "string",
            "description": "- (Optional) Default gateway IP address.\n"
          },
          "description": {
            "type": "string",
            "description": "- (Optional) A description for subnet.\n"
          },
          "dhcpDomainNameServerLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- (Optional). List of Domain Name Server addresses .\n"
          },
          "dhcpDomainSearchLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- (Optional).The DNS domain search list .\n"
          },
          "dhcpOptions": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) Spec for defining DHCP options.\n"
          },
          "dhcpServerAddress": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) Host address.\n"
          },
          "dhcpServerAddressPort": {
            "type": "integer",
            "description": "- (Optional) Port Number.\n"
          },
          "enableNat": {
            "type": "boolean",
            "description": "- (Optional) Whether NAT should be performed for VPCs attaching to the subnet. This field is supported only for external subnets. NAT is enabled by default on external subnets.\n"
          },
          "ipConfigPoolListRanges": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "-(Optional) Range of IPs.\n"
          },
          "isExternal": {
            "type": "boolean",
            "description": "- (Optional) Whether the subnet is external subnet or not.\n",
            "willReplaceOnChanges": true
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Required) The subnet kind metadata.\n"
          },
          "name": {
            "type": "string",
            "description": "- (Optional) Subnet name (Readonly).\n"
          },
          "networkFunctionChainReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a network_function_chain.\n"
          },
          "ownerReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a user.\n"
          },
          "prefixLength": {
            "type": "integer",
            "description": "- (Optional).\n"
          },
          "projectReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a project.\n"
          },
          "state": {
            "type": "string",
            "description": "- The state of the subnet.\n"
          },
          "subnetIp": {
            "type": "string",
            "description": "- (Optional) Subnet IP address.\n"
          },
          "subnetType": {
            "type": "string",
            "description": "- (Optional). Valid Types are [\"VLAN\", \"OVERLAY\"]\n"
          },
          "vlanId": {
            "type": "integer",
            "description": "- (Optional). For VLAN subnet.\n",
            "willReplaceOnChanges": true
          },
          "vpcReferenceUuid": {
            "type": "string",
            "description": "VPC reference uuid\n",
            "willReplaceOnChanges": true
          },
          "vswitchName": {
            "type": "string",
            "description": "- (Optional).\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/subnetV2:SubnetV2": {
      "properties": {
        "bridgeName": {
          "type": "string"
        },
        "clusterName": {
          "type": "string"
        },
        "clusterReference": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "dhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DhcpOption:SubnetV2DhcpOption"
          }
        },
        "dynamicIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DynamicIpAddress:SubnetV2DynamicIpAddress"
          }
        },
        "extId": {
          "type": "string"
        },
        "hypervisorType": {
          "type": "string"
        },
        "ipConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfig:SubnetV2IpConfig"
          }
        },
        "ipPrefix": {
          "type": "string"
        },
        "ipUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpUsage:SubnetV2IpUsage"
          }
        },
        "isAdvancedNetworking": {
          "type": "boolean"
        },
        "isExternal": {
          "type": "boolean"
        },
        "isNatEnabled": {
          "type": "boolean"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2Link:SubnetV2Link"
          }
        },
        "migrationState": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "string"
        },
        "networkId": {
          "type": "integer"
        },
        "reservedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2ReservedIpAddress:SubnetV2ReservedIpAddress"
          }
        },
        "subnetType": {
          "type": "string"
        },
        "virtualSwitchReference": {
          "type": "string"
        },
        "virtualSwitches": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VirtualSwitch:SubnetV2VirtualSwitch"
          }
        },
        "vpcReference": {
          "type": "string"
        },
        "vpcs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2Vpc:SubnetV2Vpc"
          }
        }
      },
      "type": "object",
      "required": [
        "bridgeName",
        "clusterName",
        "clusterReference",
        "dhcpOptions",
        "dynamicIpAddresses",
        "extId",
        "hypervisorType",
        "ipConfigs",
        "ipPrefix",
        "ipUsages",
        "isAdvancedNetworking",
        "isExternal",
        "isNatEnabled",
        "links",
        "migrationState",
        "name",
        "networkFunctionChainReference",
        "reservedIpAddresses",
        "subnetType",
        "virtualSwitchReference",
        "virtualSwitches",
        "vpcReference",
        "vpcs"
      ],
      "inputProperties": {
        "bridgeName": {
          "type": "string"
        },
        "clusterName": {
          "type": "string"
        },
        "clusterReference": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "dhcpOptions": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DhcpOption:SubnetV2DhcpOption"
          }
        },
        "dynamicIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2DynamicIpAddress:SubnetV2DynamicIpAddress"
          }
        },
        "extId": {
          "type": "string"
        },
        "hypervisorType": {
          "type": "string"
        },
        "ipConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpConfig:SubnetV2IpConfig"
          }
        },
        "ipPrefix": {
          "type": "string"
        },
        "ipUsages": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2IpUsage:SubnetV2IpUsage"
          }
        },
        "isAdvancedNetworking": {
          "type": "boolean"
        },
        "isExternal": {
          "type": "boolean"
        },
        "isNatEnabled": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        },
        "networkFunctionChainReference": {
          "type": "string"
        },
        "networkId": {
          "type": "integer"
        },
        "reservedIpAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2ReservedIpAddress:SubnetV2ReservedIpAddress"
          }
        },
        "subnetType": {
          "type": "string"
        },
        "virtualSwitchReference": {
          "type": "string"
        },
        "virtualSwitches": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2VirtualSwitch:SubnetV2VirtualSwitch"
          }
        },
        "vpcReference": {
          "type": "string"
        },
        "vpcs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FSubnetV2Vpc:SubnetV2Vpc"
          }
        }
      },
      "requiredInputs": [
        "subnetType"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering SubnetV2 resources.\n",
        "properties": {
          "bridgeName": {
            "type": "string"
          },
          "clusterName": {
            "type": "string"
          },
          "clusterReference": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "dhcpOptions": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSubnetV2DhcpOption:SubnetV2DhcpOption"
            }
          },
          "dynamicIpAddresses": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSubnetV2DynamicIpAddress:SubnetV2DynamicIpAddress"
            }
          },
          "extId": {
            "type": "string"
          },
          "hypervisorType": {
            "type": "string"
          },
          "ipConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSubnetV2IpConfig:SubnetV2IpConfig"
            }
          },
          "ipPrefix": {
            "type": "string"
          },
          "ipUsages": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSubnetV2IpUsage:SubnetV2IpUsage"
            }
          },
          "isAdvancedNetworking": {
            "type": "boolean"
          },
          "isExternal": {
            "type": "boolean"
          },
          "isNatEnabled": {
            "type": "boolean"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSubnetV2Link:SubnetV2Link"
            }
          },
          "migrationState": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "networkFunctionChainReference": {
            "type": "string"
          },
          "networkId": {
            "type": "integer"
          },
          "reservedIpAddresses": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSubnetV2ReservedIpAddress:SubnetV2ReservedIpAddress"
            }
          },
          "subnetType": {
            "type": "string"
          },
          "virtualSwitchReference": {
            "type": "string"
          },
          "virtualSwitches": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSubnetV2VirtualSwitch:SubnetV2VirtualSwitch"
            }
          },
          "vpcReference": {
            "type": "string"
          },
          "vpcs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FSubnetV2Vpc:SubnetV2Vpc"
            }
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/templateGuestOsActionsV2:TemplateGuestOsActionsV2": {
      "description": "Performs Guest OS actions on given template. It Initiates, Completes and Cancels the Guest OS operation.\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst example_1 = new nutanix.TemplateGuestOsActionsV2(\"example-1\", {\n    extId: \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    action: \"initiate\",\n    versionId: \"c2c249b0-98a0-43fa-9ff6-dcde578d3936\",\n});\nconst example_2 = new nutanix.TemplateGuestOsActionsV2(\"example-2\", {\n    extId: \"8a938cc5-282b-48c4-81be-de22de145d07\",\n    action: \"complete\",\n    versionName: \"version_name\",\n    versionDescription: \"version desc\",\n    isActiveVersion: \"true\",\n});\nconst example_3 = new nutanix.TemplateGuestOsActionsV2(\"example-3\", {\n    extId: \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    action: \"cancel\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nexample_1 = nutanix.TemplateGuestOsActionsV2(\"example-1\",\n    ext_id=\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n    action=\"initiate\",\n    version_id=\"c2c249b0-98a0-43fa-9ff6-dcde578d3936\")\nexample_2 = nutanix.TemplateGuestOsActionsV2(\"example-2\",\n    ext_id=\"8a938cc5-282b-48c4-81be-de22de145d07\",\n    action=\"complete\",\n    version_name=\"version_name\",\n    version_description=\"version desc\",\n    is_active_version=\"true\")\nexample_3 = nutanix.TemplateGuestOsActionsV2(\"example-3\",\n    ext_id=\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    action=\"cancel\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var example_1 = new Nutanix.TemplateGuestOsActionsV2(\"example-1\", new()\n    {\n        ExtId = \"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\",\n        Action = \"initiate\",\n        VersionId = \"c2c249b0-98a0-43fa-9ff6-dcde578d3936\",\n    });\n\n    var example_2 = new Nutanix.TemplateGuestOsActionsV2(\"example-2\", new()\n    {\n        ExtId = \"8a938cc5-282b-48c4-81be-de22de145d07\",\n        Action = \"complete\",\n        VersionName = \"version_name\",\n        VersionDescription = \"version desc\",\n        IsActiveVersion = \"true\",\n    });\n\n    var example_3 = new Nutanix.TemplateGuestOsActionsV2(\"example-3\", new()\n    {\n        ExtId = \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n        Action = \"cancel\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewTemplateGuestOsActionsV2(ctx, \"example-1\", &nutanix.TemplateGuestOsActionsV2Args{\n\t\t\tExtId:     pulumi.String(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\"),\n\t\t\tAction:    pulumi.String(\"initiate\"),\n\t\t\tVersionId: pulumi.String(\"c2c249b0-98a0-43fa-9ff6-dcde578d3936\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewTemplateGuestOsActionsV2(ctx, \"example-2\", &nutanix.TemplateGuestOsActionsV2Args{\n\t\t\tExtId:              pulumi.String(\"8a938cc5-282b-48c4-81be-de22de145d07\"),\n\t\t\tAction:             pulumi.String(\"complete\"),\n\t\t\tVersionName:        pulumi.String(\"version_name\"),\n\t\t\tVersionDescription: pulumi.String(\"version desc\"),\n\t\t\tIsActiveVersion:    pulumi.String(\"true\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewTemplateGuestOsActionsV2(ctx, \"example-3\", &nutanix.TemplateGuestOsActionsV2Args{\n\t\t\tExtId:  pulumi.String(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\"),\n\t\t\tAction: pulumi.String(\"cancel\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.TemplateGuestOsActionsV2;\nimport com.pulumi.nutanix.TemplateGuestOsActionsV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var example_1 = new TemplateGuestOsActionsV2(\"example-1\", TemplateGuestOsActionsV2Args.builder()\n            .extId(\"ab520e1d-4950-1db1-917f-a9e2ea35b8e3\")\n            .action(\"initiate\")\n            .versionId(\"c2c249b0-98a0-43fa-9ff6-dcde578d3936\")\n            .build());\n\n        var example_2 = new TemplateGuestOsActionsV2(\"example-2\", TemplateGuestOsActionsV2Args.builder()\n            .extId(\"8a938cc5-282b-48c4-81be-de22de145d07\")\n            .action(\"complete\")\n            .versionName(\"version_name\")\n            .versionDescription(\"version desc\")\n            .isActiveVersion(\"true\")\n            .build());\n\n        var example_3 = new TemplateGuestOsActionsV2(\"example-3\", TemplateGuestOsActionsV2Args.builder()\n            .extId(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\")\n            .action(\"cancel\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  example-1:\n    type: nutanix:TemplateGuestOsActionsV2\n    properties:\n      extId: ab520e1d-4950-1db1-917f-a9e2ea35b8e3\n      action: initiate\n      versionId: c2c249b0-98a0-43fa-9ff6-dcde578d3936\n  example-2:\n    type: nutanix:TemplateGuestOsActionsV2\n    properties:\n      extId: 8a938cc5-282b-48c4-81be-de22de145d07\n      action: complete\n      versionName: version_name\n      versionDescription: version desc\n      isActiveVersion: true\n  example-3:\n    type: nutanix:TemplateGuestOsActionsV2\n    properties:\n      extId: 1cefd0f5-6d38-4c9b-a07c-bdd2db004224\n      action: cancel\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "action": {
          "type": "string",
          "description": "Actions to be performed. Acceptable values are \"initiate\", \"complete\", \"cancel\" .\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "isActiveVersion": {
          "type": "string",
          "description": "Specify whether to mark the Template Version as active or not. The newly created Version during Template Creation, Updating or Guest OS Updating is set to Active by default unless specified otherwise. Default is true. Only applicable with <span pulumi-lang-nodejs=\"`complete`\" pulumi-lang-dotnet=\"`Complete`\" pulumi-lang-go=\"`complete`\" pulumi-lang-python=\"`complete`\" pulumi-lang-yaml=\"`complete`\" pulumi-lang-java=\"`complete`\">`complete`</span> action.\n\n\nSee detailed information in [Nutanix Template Guest OS Action Initiate V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Templates/operation/initiateGuestUpdate).\nSee detailed information in [Nutanix Template Guest OS Action Complete V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Templates/operation/completeGuestUpdate).\nSee detailed information in [Nutanix Template Guest OS Action Cancel V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Templates/operation/cancelGuestUpdate).\n"
        },
        "versionDescription": {
          "type": "string",
          "description": "The user defined description of a Template Version. (Required) Only applicable with <span pulumi-lang-nodejs=\"`complete`\" pulumi-lang-dotnet=\"`Complete`\" pulumi-lang-go=\"`complete`\" pulumi-lang-python=\"`complete`\" pulumi-lang-yaml=\"`complete`\" pulumi-lang-java=\"`complete`\">`complete`</span> action.\n"
        },
        "versionId": {
          "type": "string",
          "description": "The identifier of a Template Version. Only applicable with `Initiate` action.\n"
        },
        "versionName": {
          "type": "string",
          "description": "The user defined name of a Template Version. Only applicable with <span pulumi-lang-nodejs=\"`complete`\" pulumi-lang-dotnet=\"`Complete`\" pulumi-lang-go=\"`complete`\" pulumi-lang-python=\"`complete`\" pulumi-lang-yaml=\"`complete`\" pulumi-lang-java=\"`complete`\">`complete`</span> action.\n"
        }
      },
      "type": "object",
      "required": [
        "action",
        "extId"
      ],
      "inputProperties": {
        "action": {
          "type": "string",
          "description": "Actions to be performed. Acceptable values are \"initiate\", \"complete\", \"cancel\" .\n"
        },
        "extId": {
          "type": "string",
          "description": "The identifier of a Template.\n"
        },
        "isActiveVersion": {
          "type": "string",
          "description": "Specify whether to mark the Template Version as active or not. The newly created Version during Template Creation, Updating or Guest OS Updating is set to Active by default unless specified otherwise. Default is true. Only applicable with <span pulumi-lang-nodejs=\"`complete`\" pulumi-lang-dotnet=\"`Complete`\" pulumi-lang-go=\"`complete`\" pulumi-lang-python=\"`complete`\" pulumi-lang-yaml=\"`complete`\" pulumi-lang-java=\"`complete`\">`complete`</span> action.\n\n\nSee detailed information in [Nutanix Template Guest OS Action Initiate V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Templates/operation/initiateGuestUpdate).\nSee detailed information in [Nutanix Template Guest OS Action Complete V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Templates/operation/completeGuestUpdate).\nSee detailed information in [Nutanix Template Guest OS Action Cancel V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Templates/operation/cancelGuestUpdate).\n"
        },
        "versionDescription": {
          "type": "string",
          "description": "The user defined description of a Template Version. (Required) Only applicable with <span pulumi-lang-nodejs=\"`complete`\" pulumi-lang-dotnet=\"`Complete`\" pulumi-lang-go=\"`complete`\" pulumi-lang-python=\"`complete`\" pulumi-lang-yaml=\"`complete`\" pulumi-lang-java=\"`complete`\">`complete`</span> action.\n"
        },
        "versionId": {
          "type": "string",
          "description": "The identifier of a Template Version. Only applicable with `Initiate` action.\n"
        },
        "versionName": {
          "type": "string",
          "description": "The user defined name of a Template Version. Only applicable with <span pulumi-lang-nodejs=\"`complete`\" pulumi-lang-dotnet=\"`Complete`\" pulumi-lang-go=\"`complete`\" pulumi-lang-python=\"`complete`\" pulumi-lang-yaml=\"`complete`\" pulumi-lang-java=\"`complete`\">`complete`</span> action.\n"
        }
      },
      "requiredInputs": [
        "action",
        "extId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering TemplateGuestOsActionsV2 resources.\n",
        "properties": {
          "action": {
            "type": "string",
            "description": "Actions to be performed. Acceptable values are \"initiate\", \"complete\", \"cancel\" .\n"
          },
          "extId": {
            "type": "string",
            "description": "The identifier of a Template.\n"
          },
          "isActiveVersion": {
            "type": "string",
            "description": "Specify whether to mark the Template Version as active or not. The newly created Version during Template Creation, Updating or Guest OS Updating is set to Active by default unless specified otherwise. Default is true. Only applicable with <span pulumi-lang-nodejs=\"`complete`\" pulumi-lang-dotnet=\"`Complete`\" pulumi-lang-go=\"`complete`\" pulumi-lang-python=\"`complete`\" pulumi-lang-yaml=\"`complete`\" pulumi-lang-java=\"`complete`\">`complete`</span> action.\n\n\nSee detailed information in [Nutanix Template Guest OS Action Initiate V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Templates/operation/initiateGuestUpdate).\nSee detailed information in [Nutanix Template Guest OS Action Complete V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Templates/operation/completeGuestUpdate).\nSee detailed information in [Nutanix Template Guest OS Action Cancel V4](https://developers.nutanix.com/api-reference?namespace=vmm&version=v4.0#tag/Templates/operation/cancelGuestUpdate).\n"
          },
          "versionDescription": {
            "type": "string",
            "description": "The user defined description of a Template Version. (Required) Only applicable with <span pulumi-lang-nodejs=\"`complete`\" pulumi-lang-dotnet=\"`Complete`\" pulumi-lang-go=\"`complete`\" pulumi-lang-python=\"`complete`\" pulumi-lang-yaml=\"`complete`\" pulumi-lang-java=\"`complete`\">`complete`</span> action.\n"
          },
          "versionId": {
            "type": "string",
            "description": "The identifier of a Template Version. Only applicable with `Initiate` action.\n"
          },
          "versionName": {
            "type": "string",
            "description": "The user defined name of a Template Version. Only applicable with <span pulumi-lang-nodejs=\"`complete`\" pulumi-lang-dotnet=\"`Complete`\" pulumi-lang-go=\"`complete`\" pulumi-lang-python=\"`complete`\" pulumi-lang-yaml=\"`complete`\" pulumi-lang-java=\"`complete`\">`complete`</span> action.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/templateV2:TemplateV2": {
      "properties": {
        "createTime": {
          "type": "string"
        },
        "createdBies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2CreatedBy:TemplateV2CreatedBy"
          }
        },
        "extId": {
          "type": "string"
        },
        "guestUpdateStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2GuestUpdateStatus:TemplateV2GuestUpdateStatus"
          }
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2Link:TemplateV2Link"
          }
        },
        "templateDescription": {
          "type": "string"
        },
        "templateName": {
          "type": "string"
        },
        "templateVersionSpec": {
          "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpec:TemplateV2TemplateVersionSpec"
        },
        "tenantId": {
          "type": "string"
        },
        "updateTime": {
          "type": "string"
        },
        "updatedBies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2UpdatedBy:TemplateV2UpdatedBy"
          }
        }
      },
      "type": "object",
      "required": [
        "createTime",
        "createdBies",
        "extId",
        "guestUpdateStatuses",
        "links",
        "templateDescription",
        "templateName",
        "templateVersionSpec",
        "tenantId",
        "updateTime",
        "updatedBies"
      ],
      "inputProperties": {
        "createdBies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2CreatedBy:TemplateV2CreatedBy"
          }
        },
        "guestUpdateStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2GuestUpdateStatus:TemplateV2GuestUpdateStatus"
          }
        },
        "templateDescription": {
          "type": "string"
        },
        "templateName": {
          "type": "string"
        },
        "templateVersionSpec": {
          "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpec:TemplateV2TemplateVersionSpec"
        },
        "updatedBies": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FTemplateV2UpdatedBy:TemplateV2UpdatedBy"
          }
        }
      },
      "requiredInputs": [
        "templateName",
        "templateVersionSpec"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering TemplateV2 resources.\n",
        "properties": {
          "createTime": {
            "type": "string"
          },
          "createdBies": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FTemplateV2CreatedBy:TemplateV2CreatedBy"
            }
          },
          "extId": {
            "type": "string"
          },
          "guestUpdateStatuses": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FTemplateV2GuestUpdateStatus:TemplateV2GuestUpdateStatus"
            }
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FTemplateV2Link:TemplateV2Link"
            }
          },
          "templateDescription": {
            "type": "string"
          },
          "templateName": {
            "type": "string"
          },
          "templateVersionSpec": {
            "$ref": "#/types/nutanix:index%2FTemplateV2TemplateVersionSpec:TemplateV2TemplateVersionSpec"
          },
          "tenantId": {
            "type": "string"
          },
          "updateTime": {
            "type": "string"
          },
          "updatedBies": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FTemplateV2UpdatedBy:TemplateV2UpdatedBy"
            }
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/user:User": {
      "description": "Provides a resource to create a user based on the input parameters.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst user = new nutanix.User(\"user\", {directoryServiceUser: {\n    userPrincipalName: \"test-user@ntnxlab.local\",\n    directoryServiceReference: {\n        uuid: \"<directory-service-uuid>\",\n    },\n}});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nuser = nutanix.User(\"user\", directory_service_user={\n    \"user_principal_name\": \"test-user@ntnxlab.local\",\n    \"directory_service_reference\": {\n        \"uuid\": \"<directory-service-uuid>\",\n    },\n})\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var user = new Nutanix.User(\"user\", new()\n    {\n        DirectoryServiceUser = new Nutanix.Inputs.UserDirectoryServiceUserArgs\n        {\n            UserPrincipalName = \"test-user@ntnxlab.local\",\n            DirectoryServiceReference = new Nutanix.Inputs.UserDirectoryServiceUserDirectoryServiceReferenceArgs\n            {\n                Uuid = \"<directory-service-uuid>\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewUser(ctx, \"user\", &nutanix.UserArgs{\n\t\t\tDirectoryServiceUser: &nutanix.UserDirectoryServiceUserArgs{\n\t\t\t\tUserPrincipalName: pulumi.String(\"test-user@ntnxlab.local\"),\n\t\t\t\tDirectoryServiceReference: &nutanix.UserDirectoryServiceUserDirectoryServiceReferenceArgs{\n\t\t\t\t\tUuid: pulumi.String(\"<directory-service-uuid>\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.User;\nimport com.pulumi.nutanix.UserArgs;\nimport com.pulumi.nutanix.inputs.UserDirectoryServiceUserArgs;\nimport com.pulumi.nutanix.inputs.UserDirectoryServiceUserDirectoryServiceReferenceArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var user = new User(\"user\", UserArgs.builder()\n            .directoryServiceUser(UserDirectoryServiceUserArgs.builder()\n                .userPrincipalName(\"test-user@ntnxlab.local\")\n                .directoryServiceReference(UserDirectoryServiceUserDirectoryServiceReferenceArgs.builder()\n                    .uuid(\"<directory-service-uuid>\")\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  user:\n    type: nutanix:User\n    properties:\n      directoryServiceUser:\n        userPrincipalName: test-user@ntnxlab.local\n        directoryServiceReference:\n          uuid: <directory-service-uuid>\n```\n<!--End PulumiCodeChooser -->\n\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst user = new nutanix.User(\"user\", {identityProviderUser: {\n    username: \"username\",\n    identityProviderReference: {\n        uuid: \"<identity-provider-uuid>\",\n    },\n}});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nuser = nutanix.User(\"user\", identity_provider_user={\n    \"username\": \"username\",\n    \"identity_provider_reference\": {\n        \"uuid\": \"<identity-provider-uuid>\",\n    },\n})\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var user = new Nutanix.User(\"user\", new()\n    {\n        IdentityProviderUser = new Nutanix.Inputs.UserIdentityProviderUserArgs\n        {\n            Username = \"username\",\n            IdentityProviderReference = new Nutanix.Inputs.UserIdentityProviderUserIdentityProviderReferenceArgs\n            {\n                Uuid = \"<identity-provider-uuid>\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewUser(ctx, \"user\", &nutanix.UserArgs{\n\t\t\tIdentityProviderUser: &nutanix.UserIdentityProviderUserArgs{\n\t\t\t\tUsername: pulumi.String(\"username\"),\n\t\t\t\tIdentityProviderReference: &nutanix.UserIdentityProviderUserIdentityProviderReferenceArgs{\n\t\t\t\t\tUuid: pulumi.String(\"<identity-provider-uuid>\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.User;\nimport com.pulumi.nutanix.UserArgs;\nimport com.pulumi.nutanix.inputs.UserIdentityProviderUserArgs;\nimport com.pulumi.nutanix.inputs.UserIdentityProviderUserIdentityProviderReferenceArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var user = new User(\"user\", UserArgs.builder()\n            .identityProviderUser(UserIdentityProviderUserArgs.builder()\n                .username(\"username\")\n                .identityProviderReference(UserIdentityProviderUserIdentityProviderReferenceArgs.builder()\n                    .uuid(\"<identity-provider-uuid>\")\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  user:\n    type: nutanix:User\n    properties:\n      identityProviderUser:\n        username: username\n        identityProviderReference:\n          uuid: <identity-provider-uuid>\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "accessControlPolicyReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserAccessControlPolicyReferenceList:UserAccessControlPolicyReferenceList"
          },
          "description": "- List of ACP references. See #reference for more details.\n"
        },
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserCategory:UserCategory"
          },
          "description": "- (Optional) Categories for the Access Control Policy.\n"
        },
        "directoryServiceUser": {
          "$ref": "#/types/nutanix:index%2FUserDirectoryServiceUser:UserDirectoryServiceUser",
          "description": "- (Optional) The directory service user configuration. See below for more information.\n"
        },
        "displayName": {
          "type": "string",
          "description": "- The display name of the user (common name) provided by the directory service.\n"
        },
        "identityProviderUser": {
          "$ref": "#/types/nutanix:index%2FUserIdentityProviderUser:UserIdentityProviderUser",
          "description": "- (Optional) (Optional) The identity provider user configuration. See below for more information.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The vm kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "- the name(Optional).\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        },
        "projectReferenceLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserProjectReferenceList:UserProjectReferenceList"
          },
          "description": "- A list of projects the user is part of. See #reference for more details.\n"
        },
        "state": {
          "type": "string",
          "description": "- The state of the entity.\n"
        },
        "userType": {
          "type": "string",
          "description": "- The name of the user.\n"
        }
      },
      "type": "object",
      "required": [
        "accessControlPolicyReferenceLists",
        "apiVersion",
        "categories",
        "directoryServiceUser",
        "displayName",
        "identityProviderUser",
        "metadata",
        "name",
        "ownerReference",
        "projectReferenceLists",
        "state",
        "userType"
      ],
      "inputProperties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserCategory:UserCategory"
          },
          "description": "- (Optional) Categories for the Access Control Policy.\n"
        },
        "directoryServiceUser": {
          "$ref": "#/types/nutanix:index%2FUserDirectoryServiceUser:UserDirectoryServiceUser",
          "description": "- (Optional) The directory service user configuration. See below for more information.\n"
        },
        "identityProviderUser": {
          "$ref": "#/types/nutanix:index%2FUserIdentityProviderUser:UserIdentityProviderUser",
          "description": "- (Optional) (Optional) The identity provider user configuration. See below for more information.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a user.\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering User resources.\n",
        "properties": {
          "accessControlPolicyReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUserAccessControlPolicyReferenceList:UserAccessControlPolicyReferenceList"
            },
            "description": "- List of ACP references. See #reference for more details.\n"
          },
          "apiVersion": {
            "type": "string",
            "description": "The version of the API.\n"
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUserCategory:UserCategory"
            },
            "description": "- (Optional) Categories for the Access Control Policy.\n"
          },
          "directoryServiceUser": {
            "$ref": "#/types/nutanix:index%2FUserDirectoryServiceUser:UserDirectoryServiceUser",
            "description": "- (Optional) The directory service user configuration. See below for more information.\n"
          },
          "displayName": {
            "type": "string",
            "description": "- The display name of the user (common name) provided by the directory service.\n"
          },
          "identityProviderUser": {
            "$ref": "#/types/nutanix:index%2FUserIdentityProviderUser:UserIdentityProviderUser",
            "description": "- (Optional) (Optional) The identity provider user configuration. See below for more information.\n"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- The vm kind metadata.\n"
          },
          "name": {
            "type": "string",
            "description": "- the name(Optional).\n"
          },
          "ownerReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a user.\n"
          },
          "projectReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a project.\n"
          },
          "projectReferenceLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUserProjectReferenceList:UserProjectReferenceList"
            },
            "description": "- A list of projects the user is part of. See #reference for more details.\n"
          },
          "state": {
            "type": "string",
            "description": "- The state of the entity.\n"
          },
          "userType": {
            "type": "string",
            "description": "- The name of the user.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/userGroups:UserGroups": {
      "description": "Provides a resource to add a User group to the system..\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst userGrp = new nutanix.UserGroups(\"user_grp\", {directoryServiceUserGroups: [{\n    distinguishedName: \"<distinguished name for the user group>\",\n}]});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nuser_grp = nutanix.UserGroups(\"user_grp\", directory_service_user_groups=[{\n    \"distinguished_name\": \"<distinguished name for the user group>\",\n}])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var userGrp = new Nutanix.UserGroups(\"user_grp\", new()\n    {\n        DirectoryServiceUserGroups = new[]\n        {\n            new Nutanix.Inputs.UserGroupsDirectoryServiceUserGroupArgs\n            {\n                DistinguishedName = \"<distinguished name for the user group>\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewUserGroups(ctx, \"user_grp\", &nutanix.UserGroupsArgs{\n\t\t\tDirectoryServiceUserGroups: nutanix.UserGroupsDirectoryServiceUserGroupArray{\n\t\t\t\t&nutanix.UserGroupsDirectoryServiceUserGroupArgs{\n\t\t\t\t\tDistinguishedName: pulumi.String(\"<distinguished name for the user group>\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.UserGroups;\nimport com.pulumi.nutanix.UserGroupsArgs;\nimport com.pulumi.nutanix.inputs.UserGroupsDirectoryServiceUserGroupArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var userGrp = new UserGroups(\"userGrp\", UserGroupsArgs.builder()\n            .directoryServiceUserGroups(UserGroupsDirectoryServiceUserGroupArgs.builder()\n                .distinguishedName(\"<distinguished name for the user group>\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  userGrp:\n    type: nutanix:UserGroups\n    name: user_grp\n    properties:\n      directoryServiceUserGroups:\n        - distinguishedName: <distinguished name for the user group>\n```\n<!--End PulumiCodeChooser -->\n\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst userGrp = new nutanix.UserGroups(\"user_grp\", {samlUserGroups: [{\n    name: \"<name of saml group>\",\n    idpUuid: \"<idp uuid of the group>\",\n}]});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nuser_grp = nutanix.UserGroups(\"user_grp\", saml_user_groups=[{\n    \"name\": \"<name of saml group>\",\n    \"idp_uuid\": \"<idp uuid of the group>\",\n}])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var userGrp = new Nutanix.UserGroups(\"user_grp\", new()\n    {\n        SamlUserGroups = new[]\n        {\n            new Nutanix.Inputs.UserGroupsSamlUserGroupArgs\n            {\n                Name = \"<name of saml group>\",\n                IdpUuid = \"<idp uuid of the group>\",\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewUserGroups(ctx, \"user_grp\", &nutanix.UserGroupsArgs{\n\t\t\tSamlUserGroups: nutanix.UserGroupsSamlUserGroupArray{\n\t\t\t\t&nutanix.UserGroupsSamlUserGroupArgs{\n\t\t\t\t\tName:    pulumi.String(\"<name of saml group>\"),\n\t\t\t\t\tIdpUuid: pulumi.String(\"<idp uuid of the group>\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.UserGroups;\nimport com.pulumi.nutanix.UserGroupsArgs;\nimport com.pulumi.nutanix.inputs.UserGroupsSamlUserGroupArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var userGrp = new UserGroups(\"userGrp\", UserGroupsArgs.builder()\n            .samlUserGroups(UserGroupsSamlUserGroupArgs.builder()\n                .name(\"<name of saml group>\")\n                .idpUuid(\"<idp uuid of the group>\")\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  userGrp:\n    type: nutanix:UserGroups\n    name: user_grp\n    properties:\n      samlUserGroups:\n        - name: <name of saml group>\n          idpUuid: <idp uuid of the group>\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserGroupsCategory:UserGroupsCategory"
          }
        },
        "directoryServiceOus": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserGroupsDirectoryServiceOus:UserGroupsDirectoryServiceOus"
          },
          "description": "- (Optional) A Directory Service organizational unit.\n"
        },
        "directoryServiceUserGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserGroupsDirectoryServiceUserGroup:UserGroupsDirectoryServiceUserGroup"
          },
          "description": "- (Optional) A Directory Service user group.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The<span pulumi-lang-nodejs=\" userGroup \" pulumi-lang-dotnet=\" UserGroup \" pulumi-lang-go=\" userGroup \" pulumi-lang-python=\" user_group \" pulumi-lang-yaml=\" userGroup \" pulumi-lang-java=\" userGroup \"> user_group </span>kind metadata.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "samlUserGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserGroupsSamlUserGroup:UserGroupsSamlUserGroup"
          },
          "description": "- (Optional) A SAML Service user group.\n"
        }
      },
      "type": "object",
      "required": [
        "categories",
        "metadata",
        "ownerReference"
      ],
      "inputProperties": {
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserGroupsCategory:UserGroupsCategory"
          }
        },
        "directoryServiceOus": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserGroupsDirectoryServiceOus:UserGroupsDirectoryServiceOus"
          },
          "description": "- (Optional) A Directory Service organizational unit.\n"
        },
        "directoryServiceUserGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserGroupsDirectoryServiceUserGroup:UserGroupsDirectoryServiceUserGroup"
          },
          "description": "- (Optional) A Directory Service user group.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "samlUserGroups": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserGroupsSamlUserGroup:UserGroupsSamlUserGroup"
          },
          "description": "- (Optional) A SAML Service user group.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering UserGroups resources.\n",
        "properties": {
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUserGroupsCategory:UserGroupsCategory"
            }
          },
          "directoryServiceOus": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUserGroupsDirectoryServiceOus:UserGroupsDirectoryServiceOus"
            },
            "description": "- (Optional) A Directory Service organizational unit.\n"
          },
          "directoryServiceUserGroups": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUserGroupsDirectoryServiceUserGroup:UserGroupsDirectoryServiceUserGroup"
            },
            "description": "- (Optional) A Directory Service user group.\n"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "The<span pulumi-lang-nodejs=\" userGroup \" pulumi-lang-dotnet=\" UserGroup \" pulumi-lang-go=\" userGroup \" pulumi-lang-python=\" user_group \" pulumi-lang-yaml=\" userGroup \" pulumi-lang-java=\" userGroup \"> user_group </span>kind metadata.\n"
          },
          "ownerReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "projectReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "samlUserGroups": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUserGroupsSamlUserGroup:UserGroupsSamlUserGroup"
            },
            "description": "- (Optional) A SAML Service user group.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/userGroupsV2:UserGroupsV2": {
      "description": "Provides a resource to add a User group to the system..\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst usrGroup = new nutanix.UserGroupsV2(\"usr_group\", {\n    groupType: \"LDAP\",\n    idpId: \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    name: \"group_0664229e\",\n    distinguishedName: \"cn=group_0664229e,ou=group,dc=devtest,dc=local\",\n});\n// Saml User group\nconst saml_ug = new nutanix.UserGroupsV2(\"saml-ug\", {\n    groupType: \"SAML\",\n    idpId: \"a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\",\n    name: \"adfs19admingroup\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nusr_group = nutanix.UserGroupsV2(\"usr_group\",\n    group_type=\"LDAP\",\n    idp_id=\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n    name=\"group_0664229e\",\n    distinguished_name=\"cn=group_0664229e,ou=group,dc=devtest,dc=local\")\n# Saml User group\nsaml_ug = nutanix.UserGroupsV2(\"saml-ug\",\n    group_type=\"SAML\",\n    idp_id=\"a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\",\n    name=\"adfs19admingroup\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var usrGroup = new Nutanix.UserGroupsV2(\"usr_group\", new()\n    {\n        GroupType = \"LDAP\",\n        IdpId = \"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\",\n        Name = \"group_0664229e\",\n        DistinguishedName = \"cn=group_0664229e,ou=group,dc=devtest,dc=local\",\n    });\n\n    // Saml User group\n    var saml_ug = new Nutanix.UserGroupsV2(\"saml-ug\", new()\n    {\n        GroupType = \"SAML\",\n        IdpId = \"a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\",\n        Name = \"adfs19admingroup\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewUserGroupsV2(ctx, \"usr_group\", &nutanix.UserGroupsV2Args{\n\t\t\tGroupType:         pulumi.String(\"LDAP\"),\n\t\t\tIdpId:             pulumi.String(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\"),\n\t\t\tName:              pulumi.String(\"group_0664229e\"),\n\t\t\tDistinguishedName: pulumi.String(\"cn=group_0664229e,ou=group,dc=devtest,dc=local\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t// Saml User group\n\t\t_, err = nutanix.NewUserGroupsV2(ctx, \"saml-ug\", &nutanix.UserGroupsV2Args{\n\t\t\tGroupType: pulumi.String(\"SAML\"),\n\t\t\tIdpId:     pulumi.String(\"a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\"),\n\t\t\tName:      pulumi.String(\"adfs19admingroup\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.UserGroupsV2;\nimport com.pulumi.nutanix.UserGroupsV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var usrGroup = new UserGroupsV2(\"usrGroup\", UserGroupsV2Args.builder()\n            .groupType(\"LDAP\")\n            .idpId(\"ba250e3e-1db1-4950-917f-a9e2ea35b8e3\")\n            .name(\"group_0664229e\")\n            .distinguishedName(\"cn=group_0664229e,ou=group,dc=devtest,dc=local\")\n            .build());\n\n        // Saml User group\n        var saml_ug = new UserGroupsV2(\"saml-ug\", UserGroupsV2Args.builder()\n            .groupType(\"SAML\")\n            .idpId(\"a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\")\n            .name(\"adfs19admingroup\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  usrGroup:\n    type: nutanix:UserGroupsV2\n    name: usr_group\n    properties:\n      groupType: LDAP\n      idpId: ba250e3e-1db1-4950-917f-a9e2ea35b8e3\n      name: group_0664229e\n      distinguishedName: cn=group_0664229e,ou=group,dc=devtest,dc=local\n  # Saml User group\n  saml-ug:\n    type: nutanix:UserGroupsV2\n    properties:\n      groupType: SAML\n      idpId: a8fe48c4-f0d3-49c7-a017-efc30dd8fb2b\n      name: adfs19admingroup\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "createdBy": {
          "type": "string",
          "description": "- User or Service who created the User Group.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- Creation time of the User Group.\n"
        },
        "distinguishedName": {
          "type": "string",
          "description": "-(Optional) Identifier for the User Group in the form of a distinguished name.\n"
        },
        "extId": {
          "type": "string",
          "description": "The External Identifier of the User Group.\n"
        },
        "groupType": {
          "type": "string",
          "description": "-(Required) Type of the User Group. LDAP (User Group belonging to a Directory Service (Open LDAP/AD)), SAML (User Group belonging to a SAML IDP.)\n"
        },
        "idpId": {
          "type": "string",
          "description": "-(Required) Identifier of the IDP for the User Group.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "- Last updated time of the User Group.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Optional) Common Name of the User Group.\n"
        }
      },
      "type": "object",
      "required": [
        "createdBy",
        "createdTime",
        "extId",
        "groupType",
        "idpId",
        "lastUpdatedTime",
        "name"
      ],
      "inputProperties": {
        "distinguishedName": {
          "type": "string",
          "description": "-(Optional) Identifier for the User Group in the form of a distinguished name.\n"
        },
        "extId": {
          "type": "string",
          "description": "The External Identifier of the User Group.\n"
        },
        "groupType": {
          "type": "string",
          "description": "-(Required) Type of the User Group. LDAP (User Group belonging to a Directory Service (Open LDAP/AD)), SAML (User Group belonging to a SAML IDP.)\n"
        },
        "idpId": {
          "type": "string",
          "description": "-(Required) Identifier of the IDP for the User Group.\n"
        },
        "name": {
          "type": "string",
          "description": "-(Optional) Common Name of the User Group.\n"
        }
      },
      "requiredInputs": [
        "groupType",
        "idpId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering UserGroupsV2 resources.\n",
        "properties": {
          "createdBy": {
            "type": "string",
            "description": "- User or Service who created the User Group.\n"
          },
          "createdTime": {
            "type": "string",
            "description": "- Creation time of the User Group.\n"
          },
          "distinguishedName": {
            "type": "string",
            "description": "-(Optional) Identifier for the User Group in the form of a distinguished name.\n"
          },
          "extId": {
            "type": "string",
            "description": "The External Identifier of the User Group.\n"
          },
          "groupType": {
            "type": "string",
            "description": "-(Required) Type of the User Group. LDAP (User Group belonging to a Directory Service (Open LDAP/AD)), SAML (User Group belonging to a SAML IDP.)\n"
          },
          "idpId": {
            "type": "string",
            "description": "-(Required) Identifier of the IDP for the User Group.\n"
          },
          "lastUpdatedTime": {
            "type": "string",
            "description": "- Last updated time of the User Group.\n"
          },
          "name": {
            "type": "string",
            "description": "-(Optional) Common Name of the User Group.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/userKeyRevokeV2:UserKeyRevokeV2": {
      "description": "Provides Nutanix resource to Revoke the requested key for a user.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// revoke key\nconst revoke_key = new nutanix.UserKeyRevokeV2(\"revoke-key\", {\n    userExtId: \"<SERVICE_ACCOUNT_UUID>\",\n    extId: \"<USER_KEY_UUID>\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# revoke key\nrevoke_key = nutanix.UserKeyRevokeV2(\"revoke-key\",\n    user_ext_id=\"<SERVICE_ACCOUNT_UUID>\",\n    ext_id=\"<USER_KEY_UUID>\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // revoke key\n    var revoke_key = new Nutanix.UserKeyRevokeV2(\"revoke-key\", new()\n    {\n        UserExtId = \"<SERVICE_ACCOUNT_UUID>\",\n        ExtId = \"<USER_KEY_UUID>\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// revoke key\n\t\t_, err := nutanix.NewUserKeyRevokeV2(ctx, \"revoke-key\", &nutanix.UserKeyRevokeV2Args{\n\t\t\tUserExtId: pulumi.String(\"<SERVICE_ACCOUNT_UUID>\"),\n\t\t\tExtId:     pulumi.String(\"<USER_KEY_UUID>\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.UserKeyRevokeV2;\nimport com.pulumi.nutanix.UserKeyRevokeV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // revoke key\n        var revoke_key = new UserKeyRevokeV2(\"revoke-key\", UserKeyRevokeV2Args.builder()\n            .userExtId(\"<SERVICE_ACCOUNT_UUID>\")\n            .extId(\"<USER_KEY_UUID>\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # revoke key\n  revoke-key:\n    type: nutanix:UserKeyRevokeV2\n    properties:\n      userExtId: <SERVICE_ACCOUNT_UUID>\n      extId: <USER_KEY_UUID>\n```\n<!--End PulumiCodeChooser -->\n\n##  Argument Reference\n\nThe following arguments are supported:\n\n* <span pulumi-lang-nodejs=\"`userExtId`\" pulumi-lang-dotnet=\"`UserExtId`\" pulumi-lang-go=\"`userExtId`\" pulumi-lang-python=\"`user_ext_id`\" pulumi-lang-yaml=\"`userExtId`\" pulumi-lang-java=\"`userExtId`\">`user_ext_id`</span>: - ( Required ) External Identifier of the User.\n* <span pulumi-lang-nodejs=\"`extId`\" pulumi-lang-dotnet=\"`ExtId`\" pulumi-lang-go=\"`extId`\" pulumi-lang-python=\"`ext_id`\" pulumi-lang-yaml=\"`extId`\" pulumi-lang-java=\"`extId`\">`ext_id`</span>: - ( Required ) External identifier of the key.\n",
      "properties": {
        "argumentsMaps": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserKeyRevokeV2ArgumentsMap:UserKeyRevokeV2ArgumentsMap"
          },
          "description": "- The map of argument name to value.\n"
        },
        "code": {
          "type": "string",
          "description": "- The code associated with this message.This string is typically prefixed by the namespace the endpoint belongs to. For example: VMM-40000.\n"
        },
        "errorGroup": {
          "type": "string",
          "description": "- The error group associated with this message of severity ERROR.\n"
        },
        "extId": {
          "type": "string"
        },
        "locale": {
          "type": "string",
          "description": "- Locale for this message. The default locale would be 'en-US'.\n"
        },
        "message": {
          "type": "string",
          "description": "- The message string.\n"
        },
        "severity": {
          "type": "string",
          "description": "- The message severity.\n"
        },
        "userExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "argumentsMaps",
        "code",
        "errorGroup",
        "extId",
        "locale",
        "message",
        "severity",
        "userExtId"
      ],
      "inputProperties": {
        "extId": {
          "type": "string"
        },
        "userExtId": {
          "type": "string"
        }
      },
      "requiredInputs": [
        "extId",
        "userExtId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering UserKeyRevokeV2 resources.\n",
        "properties": {
          "argumentsMaps": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUserKeyRevokeV2ArgumentsMap:UserKeyRevokeV2ArgumentsMap"
            },
            "description": "- The map of argument name to value.\n"
          },
          "code": {
            "type": "string",
            "description": "- The code associated with this message.This string is typically prefixed by the namespace the endpoint belongs to. For example: VMM-40000.\n"
          },
          "errorGroup": {
            "type": "string",
            "description": "- The error group associated with this message of severity ERROR.\n"
          },
          "extId": {
            "type": "string"
          },
          "locale": {
            "type": "string",
            "description": "- Locale for this message. The default locale would be 'en-US'.\n"
          },
          "message": {
            "type": "string",
            "description": "- The message string.\n"
          },
          "severity": {
            "type": "string",
            "description": "- The message severity.\n"
          },
          "userExtId": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/userKeyV2:UserKeyV2": {
      "description": "Provides Nutanix resource to Create key of a requested type for a user.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\n// Create key under service account, never expires\nconst createKey = new nutanix.UserKeyV2(\"create_key\", {\n    userExtId: \"<SERVICE_ACCOUNT_UUID>\",\n    name: \"api_key_developers\",\n    keyType: \"API_KEY\",\n    expiryTime: \"2125-01-01T00:00:00Z\",\n    assignedTo: \"developer_user_1\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\n# Create key under service account, never expires\ncreate_key = nutanix.UserKeyV2(\"create_key\",\n    user_ext_id=\"<SERVICE_ACCOUNT_UUID>\",\n    name=\"api_key_developers\",\n    key_type=\"API_KEY\",\n    expiry_time=\"2125-01-01T00:00:00Z\",\n    assigned_to=\"developer_user_1\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    // Create key under service account, never expires\n    var createKey = new Nutanix.UserKeyV2(\"create_key\", new()\n    {\n        UserExtId = \"<SERVICE_ACCOUNT_UUID>\",\n        Name = \"api_key_developers\",\n        KeyType = \"API_KEY\",\n        ExpiryTime = \"2125-01-01T00:00:00Z\",\n        AssignedTo = \"developer_user_1\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t// Create key under service account, never expires\n\t\t_, err := nutanix.NewUserKeyV2(ctx, \"create_key\", &nutanix.UserKeyV2Args{\n\t\t\tUserExtId:  pulumi.String(\"<SERVICE_ACCOUNT_UUID>\"),\n\t\t\tName:       pulumi.String(\"api_key_developers\"),\n\t\t\tKeyType:    pulumi.String(\"API_KEY\"),\n\t\t\tExpiryTime: pulumi.String(\"2125-01-01T00:00:00Z\"),\n\t\t\tAssignedTo: pulumi.String(\"developer_user_1\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.UserKeyV2;\nimport com.pulumi.nutanix.UserKeyV2Args;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        // Create key under service account, never expires\n        var createKey = new UserKeyV2(\"createKey\", UserKeyV2Args.builder()\n            .userExtId(\"<SERVICE_ACCOUNT_UUID>\")\n            .name(\"api_key_developers\")\n            .keyType(\"API_KEY\")\n            .expiryTime(\"2125-01-01T00:00:00Z\")\n            .assignedTo(\"developer_user_1\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  # Create key under service account, never expires\n  createKey:\n    type: nutanix:UserKeyV2\n    name: create_key\n    properties:\n      userExtId: <SERVICE_ACCOUNT_UUID>\n      name: api_key_developers\n      keyType: API_KEY\n      expiryTime: 2125-01-01T00:00:00Z\n      assignedTo: developer_user_1\n```\n<!--End PulumiCodeChooser -->\n##  Argument Reference\n\nThe following arguments are supported:\n\n* <span pulumi-lang-nodejs=\"`userExtId`\" pulumi-lang-dotnet=\"`UserExtId`\" pulumi-lang-go=\"`userExtId`\" pulumi-lang-python=\"`user_ext_id`\" pulumi-lang-yaml=\"`userExtId`\" pulumi-lang-java=\"`userExtId`\">`user_ext_id`</span>: - ( Required ) External Identifier of the User.\n* <span pulumi-lang-nodejs=\"`name`\" pulumi-lang-dotnet=\"`Name`\" pulumi-lang-go=\"`name`\" pulumi-lang-python=\"`name`\" pulumi-lang-yaml=\"`name`\" pulumi-lang-java=\"`name`\">`name`</span>: - ( Required ) Identifier for the key in the form of a name.\n* <span pulumi-lang-nodejs=\"`description`\" pulumi-lang-dotnet=\"`Description`\" pulumi-lang-go=\"`description`\" pulumi-lang-python=\"`description`\" pulumi-lang-yaml=\"`description`\" pulumi-lang-java=\"`description`\">`description`</span>: - ( Optional ) Brief description of the key.\n* <span pulumi-lang-nodejs=\"`keyType`\" pulumi-lang-dotnet=\"`KeyType`\" pulumi-lang-go=\"`keyType`\" pulumi-lang-python=\"`key_type`\" pulumi-lang-yaml=\"`keyType`\" pulumi-lang-java=\"`keyType`\">`key_type`</span>: - ( Required ) The type of key. Enum Values:\n      * \"API_KEY\":\tA key type that is used to identify a service.\n      * \"OBJECT_KEY\":\tA combination of access key and secret key to sign an API request.\n* <span pulumi-lang-nodejs=\"`creationType`\" pulumi-lang-dotnet=\"`CreationType`\" pulumi-lang-go=\"`creationType`\" pulumi-lang-python=\"`creation_type`\" pulumi-lang-yaml=\"`creationType`\" pulumi-lang-java=\"`creationType`\">`creation_type`</span>: - ( Optional ) The creation mechanism of this entity. Enum Values:\n      * \"PREDEFINED\":\tPredefined creator workflow type is for entity created by the system.\n      * \"SERVICEDEFINED\":\tServicedefined creator workflow type is for entity created by the service.\n      * \"USERDEFINED\":\tUserdefined creator workflow type is for entity created by the users.\n* <span pulumi-lang-nodejs=\"`expiryTime`\" pulumi-lang-dotnet=\"`ExpiryTime`\" pulumi-lang-go=\"`expiryTime`\" pulumi-lang-python=\"`expiry_time`\" pulumi-lang-yaml=\"`expiryTime`\" pulumi-lang-java=\"`expiryTime`\">`expiry_time`</span>: - ( Optional ) The time when the key will expire.\n* <span pulumi-lang-nodejs=\"`status`\" pulumi-lang-dotnet=\"`Status`\" pulumi-lang-go=\"`status`\" pulumi-lang-python=\"`status`\" pulumi-lang-yaml=\"`status`\" pulumi-lang-java=\"`status`\">`status`</span>: - ( Optional ) The status of the key. Enum Values:\n      * \"REVOKED\":\tKey is revoked.\n      * \"VALID\":\tKey is valid.\n      * \"EXPIRED\":\tKey is expired.\n* <span pulumi-lang-nodejs=\"`assignedTo`\" pulumi-lang-dotnet=\"`AssignedTo`\" pulumi-lang-go=\"`assignedTo`\" pulumi-lang-python=\"`assigned_to`\" pulumi-lang-yaml=\"`assignedTo`\" pulumi-lang-java=\"`assignedTo`\">`assigned_to`</span>: - ( Optional ) External client to whom the given key is allocated.\n",
      "properties": {
        "assignedTo": {
          "type": "string",
          "description": "- External client to whom the given key is allocated.\n"
        },
        "createdBy": {
          "type": "string",
          "description": "- User or service who created the key.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- The creation time of the key.\n"
        },
        "creationType": {
          "type": "string",
          "description": "- The creation mechanism of this entity.\n"
        },
        "description": {
          "type": "string",
          "description": "- Brief description of the key.\n"
        },
        "expiryTime": {
          "type": "string",
          "description": "- The time when the key will expire.\n"
        },
        "extId": {
          "type": "string",
          "description": "- The External Identifier of the User Group.\n"
        },
        "keyDetails": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserKeyV2KeyDetail:UserKeyV2KeyDetail"
          },
          "description": "- Details specific to type of the key.\n"
        },
        "keyType": {
          "type": "string",
          "description": "- The type of key.\n"
        },
        "lastUpdatedBy": {
          "type": "string",
          "description": "- User who updated the key.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "- The time when the key was updated.\n"
        },
        "lastUsedTime": {
          "type": "string",
          "description": "- The time when the key was last used.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUserKeyV2Link:UserKeyV2Link"
          },
          "description": "- 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.\n"
        },
        "name": {
          "type": "string",
          "description": "- Identifier for the key in the form of a name.\n"
        },
        "status": {
          "type": "string",
          "description": "- The status of the key.\n"
        },
        "tenantId": {
          "type": "string",
          "description": "- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
        },
        "userExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "assignedTo",
        "createdBy",
        "createdTime",
        "creationType",
        "description",
        "expiryTime",
        "extId",
        "keyDetails",
        "keyType",
        "lastUpdatedBy",
        "lastUpdatedTime",
        "lastUsedTime",
        "links",
        "name",
        "status",
        "tenantId",
        "userExtId"
      ],
      "inputProperties": {
        "assignedTo": {
          "type": "string",
          "description": "- External client to whom the given key is allocated.\n"
        },
        "createdBy": {
          "type": "string",
          "description": "- User or service who created the key.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- The creation time of the key.\n"
        },
        "creationType": {
          "type": "string",
          "description": "- The creation mechanism of this entity.\n"
        },
        "description": {
          "type": "string",
          "description": "- Brief description of the key.\n"
        },
        "expiryTime": {
          "type": "string",
          "description": "- The time when the key will expire.\n"
        },
        "keyType": {
          "type": "string",
          "description": "- The type of key.\n"
        },
        "lastUpdatedBy": {
          "type": "string",
          "description": "- User who updated the key.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "- The time when the key was updated.\n"
        },
        "lastUsedTime": {
          "type": "string",
          "description": "- The time when the key was last used.\n"
        },
        "name": {
          "type": "string",
          "description": "- Identifier for the key in the form of a name.\n"
        },
        "status": {
          "type": "string",
          "description": "- The status of the key.\n"
        },
        "userExtId": {
          "type": "string"
        }
      },
      "requiredInputs": [
        "keyType",
        "userExtId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering UserKeyV2 resources.\n",
        "properties": {
          "assignedTo": {
            "type": "string",
            "description": "- External client to whom the given key is allocated.\n"
          },
          "createdBy": {
            "type": "string",
            "description": "- User or service who created the key.\n"
          },
          "createdTime": {
            "type": "string",
            "description": "- The creation time of the key.\n"
          },
          "creationType": {
            "type": "string",
            "description": "- The creation mechanism of this entity.\n"
          },
          "description": {
            "type": "string",
            "description": "- Brief description of the key.\n"
          },
          "expiryTime": {
            "type": "string",
            "description": "- The time when the key will expire.\n"
          },
          "extId": {
            "type": "string",
            "description": "- The External Identifier of the User Group.\n"
          },
          "keyDetails": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUserKeyV2KeyDetail:UserKeyV2KeyDetail"
            },
            "description": "- Details specific to type of the key.\n"
          },
          "keyType": {
            "type": "string",
            "description": "- The type of key.\n"
          },
          "lastUpdatedBy": {
            "type": "string",
            "description": "- User who updated the key.\n"
          },
          "lastUpdatedTime": {
            "type": "string",
            "description": "- The time when the key was updated.\n"
          },
          "lastUsedTime": {
            "type": "string",
            "description": "- The time when the key was last used.\n"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUserKeyV2Link:UserKeyV2Link"
            },
            "description": "- 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.\n"
          },
          "name": {
            "type": "string",
            "description": "- Identifier for the key in the form of a name.\n"
          },
          "status": {
            "type": "string",
            "description": "- The status of the key.\n"
          },
          "tenantId": {
            "type": "string",
            "description": "- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).\n"
          },
          "userExtId": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/usersV2:UsersV2": {
      "description": "Provides Nutanix resource to Create a User.\n\n## Import\n\nThis helps to manage existing entities which are not created through terraform. Users can be imported using the `UUID`.  eg,\n\nhcl\n\n// create its configuration in the root module. For example:\n\nresource \"nutanix_users_v2\" \"import_user\" {}\n\n// execute this command\n\n```sh\n$ pulumi import nutanix:index/usersV2:UsersV2 import_user <UUID>\n```\n\nSee detailed information in [Nutanix Users v4](https://developers.nutanix.com/api-reference?namespace=iam&version=v4.0#tag/Users/operation/createUser).\n\n",
      "properties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUsersV2AdditionalAttribute:UsersV2AdditionalAttribute"
          },
          "description": "-  Any additional attribute for the User.\n"
        },
        "bucketsAccessKeys": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUsersV2BucketsAccessKey:UsersV2BucketsAccessKey"
          },
          "description": "- Bucket Access Keys for the User.\n"
        },
        "createdBy": {
          "type": "string",
          "description": "- User or Service who created the User.\n"
        },
        "createdTime": {
          "type": "string",
          "description": "- Creation time for the Bucket Access Key.\n"
        },
        "description": {
          "type": "string",
          "description": "- Description of the user.\n"
        },
        "displayName": {
          "type": "string",
          "description": "- Display name for the User.\n"
        },
        "emailId": {
          "type": "string",
          "description": "- Email Id for the User.\n"
        },
        "extId": {
          "type": "string",
          "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "firstName": {
          "type": "string",
          "description": "- First name for the User.\n"
        },
        "forceResetPassword": {
          "type": "boolean"
        },
        "idpId": {
          "type": "string",
          "description": "- Identifier of the IDP for the User.\n"
        },
        "lastLoginTime": {
          "type": "string",
          "description": "- Last successful logged in time for the User.\n"
        },
        "lastName": {
          "type": "string",
          "description": "- Last name for the User.\n"
        },
        "lastUpdatedTime": {
          "type": "string",
          "description": "- Last updated time of the User.\n"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUsersV2Link:UsersV2Link"
          },
          "description": "- 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.\n"
        },
        "locale": {
          "type": "string",
          "description": "- Default locale for the User.\n"
        },
        "middleInitial": {
          "type": "string",
          "description": "- Middle name for the User.\n"
        },
        "password": {
          "type": "string"
        },
        "region": {
          "type": "string",
          "description": "- Default Region for the User.\n"
        },
        "status": {
          "type": "string",
          "description": "- Status of the User. `ACTIVE`: Denotes that the local User is active. `INACTIVE`: Denotes that the local User is inactive and needs to be reactivated.\n"
        },
        "userType": {
          "type": "string",
          "description": "- Enum: `$UNKNOWN` `$REDACTED` `LOCAL` `SAML` `LDAP` `EXTERNAL`\nType of the User.\n"
        },
        "username": {
          "type": "string",
          "description": "- Identifier for the User in the form an email address.\n"
        }
      },
      "type": "object",
      "required": [
        "additionalAttributes",
        "bucketsAccessKeys",
        "createdBy",
        "createdTime",
        "description",
        "displayName",
        "emailId",
        "extId",
        "firstName",
        "forceResetPassword",
        "idpId",
        "lastLoginTime",
        "lastName",
        "lastUpdatedTime",
        "links",
        "locale",
        "middleInitial",
        "password",
        "region",
        "status",
        "userType",
        "username"
      ],
      "inputProperties": {
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FUsersV2AdditionalAttribute:UsersV2AdditionalAttribute"
          },
          "description": "-  Any additional attribute for the User.\n"
        },
        "description": {
          "type": "string",
          "description": "- Description of the user.\n"
        },
        "displayName": {
          "type": "string",
          "description": "- Display name for the User.\n"
        },
        "emailId": {
          "type": "string",
          "description": "- Email Id for the User.\n"
        },
        "firstName": {
          "type": "string",
          "description": "- First name for the User.\n"
        },
        "forceResetPassword": {
          "type": "boolean"
        },
        "idpId": {
          "type": "string",
          "description": "- Identifier of the IDP for the User.\n"
        },
        "lastName": {
          "type": "string",
          "description": "- Last name for the User.\n"
        },
        "locale": {
          "type": "string",
          "description": "- Default locale for the User.\n"
        },
        "middleInitial": {
          "type": "string",
          "description": "- Middle name for the User.\n"
        },
        "password": {
          "type": "string"
        },
        "region": {
          "type": "string",
          "description": "- Default Region for the User.\n"
        },
        "status": {
          "type": "string",
          "description": "- Status of the User. `ACTIVE`: Denotes that the local User is active. `INACTIVE`: Denotes that the local User is inactive and needs to be reactivated.\n"
        },
        "userType": {
          "type": "string",
          "description": "- Enum: `$UNKNOWN` `$REDACTED` `LOCAL` `SAML` `LDAP` `EXTERNAL`\nType of the User.\n"
        },
        "username": {
          "type": "string",
          "description": "- Identifier for the User in the form an email address.\n"
        }
      },
      "requiredInputs": [
        "userType",
        "username"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering UsersV2 resources.\n",
        "properties": {
          "additionalAttributes": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUsersV2AdditionalAttribute:UsersV2AdditionalAttribute"
            },
            "description": "-  Any additional attribute for the User.\n"
          },
          "bucketsAccessKeys": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUsersV2BucketsAccessKey:UsersV2BucketsAccessKey"
            },
            "description": "- Bucket Access Keys for the User.\n"
          },
          "createdBy": {
            "type": "string",
            "description": "- User or Service who created the User.\n"
          },
          "createdTime": {
            "type": "string",
            "description": "- Creation time for the Bucket Access Key.\n"
          },
          "description": {
            "type": "string",
            "description": "- Description of the user.\n"
          },
          "displayName": {
            "type": "string",
            "description": "- Display name for the User.\n"
          },
          "emailId": {
            "type": "string",
            "description": "- Email Id for the User.\n"
          },
          "extId": {
            "type": "string",
            "description": "- A globally unique identifier of an instance that is suitable for external consumption.\n"
          },
          "firstName": {
            "type": "string",
            "description": "- First name for the User.\n"
          },
          "forceResetPassword": {
            "type": "boolean"
          },
          "idpId": {
            "type": "string",
            "description": "- Identifier of the IDP for the User.\n"
          },
          "lastLoginTime": {
            "type": "string",
            "description": "- Last successful logged in time for the User.\n"
          },
          "lastName": {
            "type": "string",
            "description": "- Last name for the User.\n"
          },
          "lastUpdatedTime": {
            "type": "string",
            "description": "- Last updated time of the User.\n"
          },
          "links": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FUsersV2Link:UsersV2Link"
            },
            "description": "- 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.\n"
          },
          "locale": {
            "type": "string",
            "description": "- Default locale for the User.\n"
          },
          "middleInitial": {
            "type": "string",
            "description": "- Middle name for the User.\n"
          },
          "password": {
            "type": "string"
          },
          "region": {
            "type": "string",
            "description": "- Default Region for the User.\n"
          },
          "status": {
            "type": "string",
            "description": "- Status of the User. `ACTIVE`: Denotes that the local User is active. `INACTIVE`: Denotes that the local User is inactive and needs to be reactivated.\n"
          },
          "userType": {
            "type": "string",
            "description": "- Enum: `$UNKNOWN` `$REDACTED` `LOCAL` `SAML` `LDAP` `EXTERNAL`\nType of the User.\n"
          },
          "username": {
            "type": "string",
            "description": "- Identifier for the User in the form an email address.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/virtualMachine:VirtualMachine": {
      "description": "Provides a Nutanix Virtual Machine resource to Create a virtual machine.\n\n## Example Usage\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst clusters = nutanix.getClusters({});\nconst vm1 = new nutanix.VirtualMachine(\"vm1\", {\n    name: \"test-dou\",\n    clusterUuid: clusters.then(clusters => clusters.entities?.[0]?.metadata?.uuid),\n    categories: [{\n        name: \"Environment\",\n        value: \"Staging\",\n    }],\n    numVcpusPerSocket: 1,\n    numSockets: 1,\n    memorySizeMib: 2048,\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nclusters = nutanix.get_clusters()\nvm1 = nutanix.VirtualMachine(\"vm1\",\n    name=\"test-dou\",\n    cluster_uuid=clusters.entities[0].metadata[\"uuid\"],\n    categories=[{\n        \"name\": \"Environment\",\n        \"value\": \"Staging\",\n    }],\n    num_vcpus_per_socket=1,\n    num_sockets=1,\n    memory_size_mib=2048)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\nusing Nutanix = Pulumi.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var clusters = Nutanix.GetClusters.Invoke();\n\n    var vm1 = new Nutanix.VirtualMachine(\"vm1\", new()\n    {\n        Name = \"test-dou\",\n        ClusterUuid = clusters.Apply(getClustersResult => getClustersResult.Entities[0]?.Metadata?.Uuid),\n        Categories = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineCategoryArgs\n            {\n                Name = \"Environment\",\n                Value = \"Staging\",\n            },\n        },\n        NumVcpusPerSocket = 1,\n        NumSockets = 1,\n        MemorySizeMib = 2048,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\tclusters, err := nutanix.GetClusters(ctx, map[string]interface{}{}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewVirtualMachine(ctx, \"vm1\", &nutanix.VirtualMachineArgs{\n\t\t\tName:        pulumi.String(\"test-dou\"),\n\t\t\tClusterUuid: pulumi.String(clusters.Entities[0].Metadata.Uuid),\n\t\t\tCategories: nutanix.VirtualMachineCategoryArray{\n\t\t\t\t&nutanix.VirtualMachineCategoryArgs{\n\t\t\t\t\tName:  pulumi.String(\"Environment\"),\n\t\t\t\t\tValue: pulumi.String(\"Staging\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tNumVcpusPerSocket: pulumi.Int(1),\n\t\t\tNumSockets:        pulumi.Int(1),\n\t\t\tMemorySizeMib:     pulumi.Int(2048),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NutanixFunctions;\nimport com.pulumi.nutanix.VirtualMachine;\nimport com.pulumi.nutanix.VirtualMachineArgs;\nimport com.pulumi.nutanix.inputs.VirtualMachineCategoryArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        final var clusters = NutanixFunctions.getClusters(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);\n\n        var vm1 = new VirtualMachine(\"vm1\", VirtualMachineArgs.builder()\n            .name(\"test-dou\")\n            .clusterUuid(clusters.entities()[0].metadata().uuid())\n            .categories(VirtualMachineCategoryArgs.builder()\n                .name(\"Environment\")\n                .value(\"Staging\")\n                .build())\n            .numVcpusPerSocket(1)\n            .numSockets(1)\n            .memorySizeMib(2048)\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  vm1:\n    type: nutanix:VirtualMachine\n    properties:\n      name: test-dou\n      clusterUuid: ${clusters.entities[0].metadata.uuid}\n      categories:\n        - name: Environment\n          value: Staging\n      numVcpusPerSocket: 1\n      numSockets: 1\n      memorySizeMib: 2048\nvariables:\n  clusters:\n    fn::invoke:\n      function: nutanix:getClusters\n      arguments: {}\n```\n<!--End PulumiCodeChooser -->\n\n\n### With Storage Config\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\n\nconst clusters = nutanix.getClusters({});\nconst vm = new nutanix.VirtualMachine(\"vm\", {\n    name: \"myVm\",\n    clusterUuid: clusters.then(clusters => clusters.entities?.[0]?.metadata?.uuid),\n    numVcpusPerSocket: 1,\n    numSockets: 1,\n    memorySizeMib: 186,\n    diskLists: [{\n        diskSizeBytes: 68157440,\n        diskSizeMib: 65,\n        storageConfig: {\n            storageContainerReferences: [{\n                kind: \"storage_container\",\n                uuid: \"2bbe67bc-fd14-4637-8de1-6379257f4219\",\n            }],\n        },\n    }],\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\n\nclusters = nutanix.get_clusters()\nvm = nutanix.VirtualMachine(\"vm\",\n    name=\"myVm\",\n    cluster_uuid=clusters.entities[0].metadata[\"uuid\"],\n    num_vcpus_per_socket=1,\n    num_sockets=1,\n    memory_size_mib=186,\n    disk_lists=[{\n        \"disk_size_bytes\": 68157440,\n        \"disk_size_mib\": 65,\n        \"storage_config\": {\n            \"storage_container_references\": [{\n                \"kind\": \"storage_container\",\n                \"uuid\": \"2bbe67bc-fd14-4637-8de1-6379257f4219\",\n            }],\n        },\n    }])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\nusing Nutanix = Pulumi.Nutanix;\n\nreturn await Deployment.RunAsync(() => \n{\n    var clusters = Nutanix.GetClusters.Invoke();\n\n    var vm = new Nutanix.VirtualMachine(\"vm\", new()\n    {\n        Name = \"myVm\",\n        ClusterUuid = clusters.Apply(getClustersResult => getClustersResult.Entities[0]?.Metadata?.Uuid),\n        NumVcpusPerSocket = 1,\n        NumSockets = 1,\n        MemorySizeMib = 186,\n        DiskLists = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineDiskListArgs\n            {\n                DiskSizeBytes = 68157440,\n                DiskSizeMib = 65,\n                StorageConfig = new Nutanix.Inputs.VirtualMachineDiskListStorageConfigArgs\n                {\n                    StorageContainerReferences = new[]\n                    {\n                        new Nutanix.Inputs.VirtualMachineDiskListStorageConfigStorageContainerReferenceArgs\n                        {\n                            Kind = \"storage_container\",\n                            Uuid = \"2bbe67bc-fd14-4637-8de1-6379257f4219\",\n                        },\n                    },\n                },\n            },\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\tclusters, err := nutanix.GetClusters(ctx, map[string]interface{}{}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewVirtualMachine(ctx, \"vm\", &nutanix.VirtualMachineArgs{\n\t\t\tName:              pulumi.String(\"myVm\"),\n\t\t\tClusterUuid:       pulumi.String(clusters.Entities[0].Metadata.Uuid),\n\t\t\tNumVcpusPerSocket: pulumi.Int(1),\n\t\t\tNumSockets:        pulumi.Int(1),\n\t\t\tMemorySizeMib:     pulumi.Int(186),\n\t\t\tDiskLists: nutanix.VirtualMachineDiskListArray{\n\t\t\t\t&nutanix.VirtualMachineDiskListArgs{\n\t\t\t\t\tDiskSizeBytes: pulumi.Int(68157440),\n\t\t\t\t\tDiskSizeMib:   pulumi.Int(65),\n\t\t\t\t\tStorageConfig: &nutanix.VirtualMachineDiskListStorageConfigArgs{\n\t\t\t\t\t\tStorageContainerReferences: nutanix.VirtualMachineDiskListStorageConfigStorageContainerReferenceArray{\n\t\t\t\t\t\t\t&nutanix.VirtualMachineDiskListStorageConfigStorageContainerReferenceArgs{\n\t\t\t\t\t\t\t\tKind: pulumi.String(\"storage_container\"),\n\t\t\t\t\t\t\t\tUuid: pulumi.String(\"2bbe67bc-fd14-4637-8de1-6379257f4219\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.NutanixFunctions;\nimport com.pulumi.nutanix.VirtualMachine;\nimport com.pulumi.nutanix.VirtualMachineArgs;\nimport com.pulumi.nutanix.inputs.VirtualMachineDiskListArgs;\nimport com.pulumi.nutanix.inputs.VirtualMachineDiskListStorageConfigArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        final var clusters = NutanixFunctions.getClusters(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);\n\n        var vm = new VirtualMachine(\"vm\", VirtualMachineArgs.builder()\n            .name(\"myVm\")\n            .clusterUuid(clusters.entities()[0].metadata().uuid())\n            .numVcpusPerSocket(1)\n            .numSockets(1)\n            .memorySizeMib(186)\n            .diskLists(VirtualMachineDiskListArgs.builder()\n                .diskSizeBytes(68157440)\n                .diskSizeMib(65)\n                .storageConfig(VirtualMachineDiskListStorageConfigArgs.builder()\n                    .storageContainerReferences(VirtualMachineDiskListStorageConfigStorageContainerReferenceArgs.builder()\n                        .kind(\"storage_container\")\n                        .uuid(\"2bbe67bc-fd14-4637-8de1-6379257f4219\")\n                        .build())\n                    .build())\n                .build())\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  vm:\n    type: nutanix:VirtualMachine\n    properties:\n      name: myVm\n      clusterUuid: ${clusters.entities[0].metadata.uuid}\n      numVcpusPerSocket: 1\n      numSockets: 1\n      memorySizeMib: 186\n      diskLists:\n        - diskSizeBytes: 6.815744e+07\n          diskSizeMib: 65\n          storageConfig:\n            storageContainerReferences:\n              - kind: storage_container\n                uuid: 2bbe67bc-fd14-4637-8de1-6379257f4219\nvariables:\n  clusters:\n    fn::invoke:\n      function: nutanix:getClusters\n      arguments: {}\n```\n<!--End PulumiCodeChooser -->\n\n## Import\n\nNutanix Virtual machines can be imported using the `UUID` eg,\n\n`\n\n```sh\n$ pulumi import nutanix:index/virtualMachine:VirtualMachine vm01 0F75E6A7-55FB-44D9-A50D-14AD72E2CF7C\n```\n\n`\n\n",
      "properties": {
        "apiVersion": {
          "type": "string",
          "description": "The version of the API.\n"
        },
        "availabilityZoneReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a availability_zone.\n"
        },
        "bootDeviceDiskAddress": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Address of disk to boot from.\n"
        },
        "bootDeviceMacAddress": {
          "type": "string",
          "description": "- (Optional) MAC address of nic to boot from.\n"
        },
        "bootDeviceOrderLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) Indicates the order of device types in which VM should try to boot from. If boot device order is not provided the system will decide appropriate boot device order.\n"
        },
        "bootType": {
          "type": "string",
          "description": "- (Optional) Indicates whether the VM should use Secure boot, UEFI boot or Legacy boot.If UEFI or; Secure boot is enabled then other legacy boot options (like<span pulumi-lang-nodejs=\" bootDevice \" pulumi-lang-dotnet=\" BootDevice \" pulumi-lang-go=\" bootDevice \" pulumi-lang-python=\" boot_device \" pulumi-lang-yaml=\" bootDevice \" pulumi-lang-java=\" bootDevice \"> boot_device </span>and; boot_device_order_list) are ignored. Secure boot depends on UEFI boot, i.e. enabling; Secure boot means that UEFI boot is also enabled. The possible value are: UEFI\", \"LEGACY\", \"SECURE_BOOT\".\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineCategory:VirtualMachineCategory"
          },
          "description": "- (Optional) Categories for the vm.\n"
        },
        "cloudInitCdromUuid": {
          "type": "string"
        },
        "clusterName": {
          "type": "string",
          "description": "- The name of the cluster.\n"
        },
        "clusterUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the cluster.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) A description for vm.\n"
        },
        "diskLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineDiskList:VirtualMachineDiskList"
          },
          "description": "Disks attached to the VM.\n"
        },
        "enableCpuPassthrough": {
          "type": "boolean",
          "description": "- (Optional) Add true to enable CPU passthrough.\n"
        },
        "enableScriptExec": {
          "type": "boolean",
          "description": "- (Optional) Extra configs related to power state transition. Indicates whether to execute set script before ngt shutdown/reboot.\n"
        },
        "gpuLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineGpuList:VirtualMachineGpuList"
          },
          "description": "- (Optional) GPUs attached to the VM.\n"
        },
        "guestCustomizationCloudInitCustomKeyValues": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Generic key value pair used for custom attributes in cloud init.\n"
        },
        "guestCustomizationCloudInitMetaData": {
          "type": "string",
          "description": "The contents of the<span pulumi-lang-nodejs=\" metaData \" pulumi-lang-dotnet=\" MetaData \" pulumi-lang-go=\" metaData \" pulumi-lang-python=\" meta_data \" pulumi-lang-yaml=\" metaData \" pulumi-lang-java=\" metaData \"> meta_data </span>configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.\n"
        },
        "guestCustomizationCloudInitUserData": {
          "type": "string",
          "description": "- (Optional) The contents of the<span pulumi-lang-nodejs=\" userData \" pulumi-lang-dotnet=\" UserData \" pulumi-lang-go=\" userData \" pulumi-lang-python=\" user_data \" pulumi-lang-yaml=\" userData \" pulumi-lang-java=\" userData \"> user_data </span>configuration for cloud-init. This can be formatted as YAML, JSON, or could be a shell script. The value must be base64 encoded.\n"
        },
        "guestCustomizationIsOverridable": {
          "type": "boolean",
          "description": "- (Optional) Flag to allow override of customization by deployer.\n"
        },
        "guestCustomizationSysprep": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) VM guests may be customized at boot time using one of several different methods. Currently, cloud-init w/ ConfigDriveV2 (for Linux VMs) and Sysprep (for Windows VMs) are supported. Only ONE OF sysprep or<span pulumi-lang-nodejs=\" cloudInit \" pulumi-lang-dotnet=\" CloudInit \" pulumi-lang-go=\" cloudInit \" pulumi-lang-python=\" cloud_init \" pulumi-lang-yaml=\" cloudInit \" pulumi-lang-java=\" cloudInit \"> cloud_init </span>should be provided. Note that guest customization can currently only be set during VM creation. Attempting to change it after creation will result in an error. Additional properties can be specified. For example - in the context of VM template creation if \\\"override_script\\\" is set to \\\"True\\\" then the deployer can upload their own custom script.\n"
        },
        "guestCustomizationSysprepCustomKeyValues": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Generic key value pair used for custom attributes in sysprep.\n"
        },
        "guestOsId": {
          "type": "string",
          "description": "- (Optional) Guest OS Identifier. For ESX, refer to VMware documentation [link](https://www.vmware.com/support/developer/converter-sdk/conv43_apireference/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html) for the list of guest OS identifiers.\n"
        },
        "hardwareClockTimezone": {
          "type": "string",
          "description": "- (Optional) VM's hardware clock timezone in IANA TZDB format (America/Los_Angeles).\n"
        },
        "hostReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- Reference to a host.\n"
        },
        "hypervisorType": {
          "type": "string",
          "description": "- The hypervisor type for the hypervisor the VM is hosted on.\n"
        },
        "isVcpuHardPinned": {
          "type": "boolean",
          "description": "- (Optional) Add true to enable CPU pinning.\n"
        },
        "machineType": {
          "type": "string",
          "description": "- Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.\n"
        },
        "memorySizeMib": {
          "type": "integer",
          "description": "- (Optional) Memory size in MiB. On updating memory to powered ON VMs should only be done in 1GB increments.\n"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- The vm kind metadata.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the vm.\n"
        },
        "ngtCredentials": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Ooptional) Credentials to login server.\n"
        },
        "ngtEnabledCapabilityLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Application names that are enabled.\n"
        },
        "nicListStatuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineNicListStatus:VirtualMachineNicListStatus"
          },
          "description": "- Status NICs attached to the VM.\n"
        },
        "nicLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineNicList:VirtualMachineNicList"
          },
          "description": "- (Optional) Spec NICs attached to the VM.\n"
        },
        "numSockets": {
          "type": "integer",
          "description": "- (Optional) Number of vCPU sockets.\n"
        },
        "numVcpusPerSocket": {
          "type": "integer",
          "description": "- (Optional) Number of vCPUs per socket.\n"
        },
        "numVnumaNodes": {
          "type": "integer",
          "description": "- (Optional) Number of vNUMA nodes. 0 means vNUMA is disabled.\n"
        },
        "nutanixGuestTools": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Information regarding Nutanix Guest Tools.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a user.\n"
        },
        "parentReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Reference to an entity that the VM cloned from.\n"
        },
        "powerState": {
          "type": "string",
          "description": "- (Optional) The current or desired power state of the VM. (Options : ON , OFF)\n"
        },
        "powerStateMechanism": {
          "type": "string",
          "description": "- (Optional) Indicates the mechanism guiding the VM power state transition. Currently used for the transition to \\\"OFF\\\" state. Power state mechanism (ACPI/GUEST/HARD).\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        },
        "serialPortLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineSerialPortList:VirtualMachineSerialPortList"
          },
          "description": "- (Optional) Serial Ports configured on the VM.\n"
        },
        "shouldFailOnScriptFailure": {
          "type": "boolean",
          "description": "- (Optional)  Extra configs related to power state transition. Indicates whether to abort ngt shutdown/reboot if script fails.\n"
        },
        "state": {
          "type": "string",
          "description": "- The state of the vm.\n"
        },
        "useHotAdd": {
          "type": "boolean",
          "description": "- (Optional) Use Hot Add when modifying VM resources. Passing value false will result in VM reboots. Default value is <span pulumi-lang-nodejs=\"`true`\" pulumi-lang-dotnet=\"`True`\" pulumi-lang-go=\"`true`\" pulumi-lang-python=\"`true`\" pulumi-lang-yaml=\"`true`\" pulumi-lang-java=\"`true`\">`true`</span>.\n"
        },
        "vgaConsoleEnabled": {
          "type": "boolean",
          "description": "- (Optional) Indicates whether VGA console should be enabled or not.\n"
        }
      },
      "type": "object",
      "required": [
        "apiVersion",
        "availabilityZoneReference",
        "bootDeviceDiskAddress",
        "bootDeviceMacAddress",
        "bootDeviceOrderLists",
        "bootType",
        "categories",
        "cloudInitCdromUuid",
        "clusterName",
        "clusterUuid",
        "description",
        "diskLists",
        "enableScriptExec",
        "gpuLists",
        "guestCustomizationCloudInitCustomKeyValues",
        "guestCustomizationCloudInitMetaData",
        "guestCustomizationCloudInitUserData",
        "guestCustomizationIsOverridable",
        "guestCustomizationSysprep",
        "guestCustomizationSysprepCustomKeyValues",
        "guestOsId",
        "hardwareClockTimezone",
        "hostReference",
        "hypervisorType",
        "machineType",
        "memorySizeMib",
        "metadata",
        "name",
        "ngtCredentials",
        "ngtEnabledCapabilityLists",
        "nicListStatuses",
        "nicLists",
        "numSockets",
        "numVcpusPerSocket",
        "numVnumaNodes",
        "nutanixGuestTools",
        "ownerReference",
        "parentReference",
        "powerState",
        "powerStateMechanism",
        "projectReference",
        "shouldFailOnScriptFailure",
        "state",
        "vgaConsoleEnabled"
      ],
      "inputProperties": {
        "availabilityZoneReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a availability_zone.\n"
        },
        "bootDeviceDiskAddress": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Address of disk to boot from.\n"
        },
        "bootDeviceMacAddress": {
          "type": "string",
          "description": "- (Optional) MAC address of nic to boot from.\n"
        },
        "bootDeviceOrderLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "- (Optional) Indicates the order of device types in which VM should try to boot from. If boot device order is not provided the system will decide appropriate boot device order.\n"
        },
        "bootType": {
          "type": "string",
          "description": "- (Optional) Indicates whether the VM should use Secure boot, UEFI boot or Legacy boot.If UEFI or; Secure boot is enabled then other legacy boot options (like<span pulumi-lang-nodejs=\" bootDevice \" pulumi-lang-dotnet=\" BootDevice \" pulumi-lang-go=\" bootDevice \" pulumi-lang-python=\" boot_device \" pulumi-lang-yaml=\" bootDevice \" pulumi-lang-java=\" bootDevice \"> boot_device </span>and; boot_device_order_list) are ignored. Secure boot depends on UEFI boot, i.e. enabling; Secure boot means that UEFI boot is also enabled. The possible value are: UEFI\", \"LEGACY\", \"SECURE_BOOT\".\n",
          "willReplaceOnChanges": true
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineCategory:VirtualMachineCategory"
          },
          "description": "- (Optional) Categories for the vm.\n"
        },
        "cloudInitCdromUuid": {
          "type": "string"
        },
        "clusterUuid": {
          "type": "string",
          "description": "- (Required) The UUID of the cluster.\n"
        },
        "description": {
          "type": "string",
          "description": "- (Optional) A description for vm.\n"
        },
        "diskLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineDiskList:VirtualMachineDiskList"
          },
          "description": "Disks attached to the VM.\n"
        },
        "enableCpuPassthrough": {
          "type": "boolean",
          "description": "- (Optional) Add true to enable CPU passthrough.\n"
        },
        "enableScriptExec": {
          "type": "boolean",
          "description": "- (Optional) Extra configs related to power state transition. Indicates whether to execute set script before ngt shutdown/reboot.\n"
        },
        "gpuLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineGpuList:VirtualMachineGpuList"
          },
          "description": "- (Optional) GPUs attached to the VM.\n"
        },
        "guestCustomizationCloudInitCustomKeyValues": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Generic key value pair used for custom attributes in cloud init.\n"
        },
        "guestCustomizationCloudInitMetaData": {
          "type": "string",
          "description": "The contents of the<span pulumi-lang-nodejs=\" metaData \" pulumi-lang-dotnet=\" MetaData \" pulumi-lang-go=\" metaData \" pulumi-lang-python=\" meta_data \" pulumi-lang-yaml=\" metaData \" pulumi-lang-java=\" metaData \"> meta_data </span>configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.\n",
          "willReplaceOnChanges": true
        },
        "guestCustomizationCloudInitUserData": {
          "type": "string",
          "description": "- (Optional) The contents of the<span pulumi-lang-nodejs=\" userData \" pulumi-lang-dotnet=\" UserData \" pulumi-lang-go=\" userData \" pulumi-lang-python=\" user_data \" pulumi-lang-yaml=\" userData \" pulumi-lang-java=\" userData \"> user_data </span>configuration for cloud-init. This can be formatted as YAML, JSON, or could be a shell script. The value must be base64 encoded.\n",
          "willReplaceOnChanges": true
        },
        "guestCustomizationIsOverridable": {
          "type": "boolean",
          "description": "- (Optional) Flag to allow override of customization by deployer.\n"
        },
        "guestCustomizationSysprep": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) VM guests may be customized at boot time using one of several different methods. Currently, cloud-init w/ ConfigDriveV2 (for Linux VMs) and Sysprep (for Windows VMs) are supported. Only ONE OF sysprep or<span pulumi-lang-nodejs=\" cloudInit \" pulumi-lang-dotnet=\" CloudInit \" pulumi-lang-go=\" cloudInit \" pulumi-lang-python=\" cloud_init \" pulumi-lang-yaml=\" cloudInit \" pulumi-lang-java=\" cloudInit \"> cloud_init </span>should be provided. Note that guest customization can currently only be set during VM creation. Attempting to change it after creation will result in an error. Additional properties can be specified. For example - in the context of VM template creation if \\\"override_script\\\" is set to \\\"True\\\" then the deployer can upload their own custom script.\n",
          "willReplaceOnChanges": true
        },
        "guestCustomizationSysprepCustomKeyValues": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Generic key value pair used for custom attributes in sysprep.\n",
          "willReplaceOnChanges": true
        },
        "guestOsId": {
          "type": "string",
          "description": "- (Optional) Guest OS Identifier. For ESX, refer to VMware documentation [link](https://www.vmware.com/support/developer/converter-sdk/conv43_apireference/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html) for the list of guest OS identifiers.\n"
        },
        "hardwareClockTimezone": {
          "type": "string",
          "description": "- (Optional) VM's hardware clock timezone in IANA TZDB format (America/Los_Angeles).\n"
        },
        "isVcpuHardPinned": {
          "type": "boolean",
          "description": "- (Optional) Add true to enable CPU pinning.\n"
        },
        "machineType": {
          "type": "string",
          "description": "- Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.\n"
        },
        "memorySizeMib": {
          "type": "integer",
          "description": "- (Optional) Memory size in MiB. On updating memory to powered ON VMs should only be done in 1GB increments.\n"
        },
        "name": {
          "type": "string",
          "description": "- (Required) The name for the vm.\n"
        },
        "ngtCredentials": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Ooptional) Credentials to login server.\n"
        },
        "ngtEnabledCapabilityLists": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Application names that are enabled.\n"
        },
        "nicLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineNicList:VirtualMachineNicList"
          },
          "description": "- (Optional) Spec NICs attached to the VM.\n"
        },
        "numSockets": {
          "type": "integer",
          "description": "- (Optional) Number of vCPU sockets.\n"
        },
        "numVcpusPerSocket": {
          "type": "integer",
          "description": "- (Optional) Number of vCPUs per socket.\n"
        },
        "numVnumaNodes": {
          "type": "integer",
          "description": "- (Optional) Number of vNUMA nodes. 0 means vNUMA is disabled.\n"
        },
        "nutanixGuestTools": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Information regarding Nutanix Guest Tools.\n"
        },
        "ownerReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a user.\n"
        },
        "parentReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) Reference to an entity that the VM cloned from.\n"
        },
        "powerState": {
          "type": "string",
          "description": "- (Optional) The current or desired power state of the VM. (Options : ON , OFF)\n"
        },
        "powerStateMechanism": {
          "type": "string",
          "description": "- (Optional) Indicates the mechanism guiding the VM power state transition. Currently used for the transition to \\\"OFF\\\" state. Power state mechanism (ACPI/GUEST/HARD).\n"
        },
        "projectReference": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "- (Optional) The reference to a project.\n"
        },
        "serialPortLists": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineSerialPortList:VirtualMachineSerialPortList"
          },
          "description": "- (Optional) Serial Ports configured on the VM.\n",
          "willReplaceOnChanges": true
        },
        "shouldFailOnScriptFailure": {
          "type": "boolean",
          "description": "- (Optional)  Extra configs related to power state transition. Indicates whether to abort ngt shutdown/reboot if script fails.\n"
        },
        "useHotAdd": {
          "type": "boolean",
          "description": "- (Optional) Use Hot Add when modifying VM resources. Passing value false will result in VM reboots. Default value is <span pulumi-lang-nodejs=\"`true`\" pulumi-lang-dotnet=\"`True`\" pulumi-lang-go=\"`true`\" pulumi-lang-python=\"`true`\" pulumi-lang-yaml=\"`true`\" pulumi-lang-java=\"`true`\">`true`</span>.\n"
        },
        "vgaConsoleEnabled": {
          "type": "boolean",
          "description": "- (Optional) Indicates whether VGA console should be enabled or not.\n"
        }
      },
      "requiredInputs": [
        "clusterUuid"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering VirtualMachine resources.\n",
        "properties": {
          "apiVersion": {
            "type": "string",
            "description": "The version of the API.\n"
          },
          "availabilityZoneReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a availability_zone.\n"
          },
          "bootDeviceDiskAddress": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) Address of disk to boot from.\n"
          },
          "bootDeviceMacAddress": {
            "type": "string",
            "description": "- (Optional) MAC address of nic to boot from.\n"
          },
          "bootDeviceOrderLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "- (Optional) Indicates the order of device types in which VM should try to boot from. If boot device order is not provided the system will decide appropriate boot device order.\n"
          },
          "bootType": {
            "type": "string",
            "description": "- (Optional) Indicates whether the VM should use Secure boot, UEFI boot or Legacy boot.If UEFI or; Secure boot is enabled then other legacy boot options (like<span pulumi-lang-nodejs=\" bootDevice \" pulumi-lang-dotnet=\" BootDevice \" pulumi-lang-go=\" bootDevice \" pulumi-lang-python=\" boot_device \" pulumi-lang-yaml=\" bootDevice \" pulumi-lang-java=\" bootDevice \"> boot_device </span>and; boot_device_order_list) are ignored. Secure boot depends on UEFI boot, i.e. enabling; Secure boot means that UEFI boot is also enabled. The possible value are: UEFI\", \"LEGACY\", \"SECURE_BOOT\".\n",
            "willReplaceOnChanges": true
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineCategory:VirtualMachineCategory"
            },
            "description": "- (Optional) Categories for the vm.\n"
          },
          "cloudInitCdromUuid": {
            "type": "string"
          },
          "clusterName": {
            "type": "string",
            "description": "- The name of the cluster.\n"
          },
          "clusterUuid": {
            "type": "string",
            "description": "- (Required) The UUID of the cluster.\n"
          },
          "description": {
            "type": "string",
            "description": "- (Optional) A description for vm.\n"
          },
          "diskLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineDiskList:VirtualMachineDiskList"
            },
            "description": "Disks attached to the VM.\n"
          },
          "enableCpuPassthrough": {
            "type": "boolean",
            "description": "- (Optional) Add true to enable CPU passthrough.\n"
          },
          "enableScriptExec": {
            "type": "boolean",
            "description": "- (Optional) Extra configs related to power state transition. Indicates whether to execute set script before ngt shutdown/reboot.\n"
          },
          "gpuLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineGpuList:VirtualMachineGpuList"
            },
            "description": "- (Optional) GPUs attached to the VM.\n"
          },
          "guestCustomizationCloudInitCustomKeyValues": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) Generic key value pair used for custom attributes in cloud init.\n"
          },
          "guestCustomizationCloudInitMetaData": {
            "type": "string",
            "description": "The contents of the<span pulumi-lang-nodejs=\" metaData \" pulumi-lang-dotnet=\" MetaData \" pulumi-lang-go=\" metaData \" pulumi-lang-python=\" meta_data \" pulumi-lang-yaml=\" metaData \" pulumi-lang-java=\" metaData \"> meta_data </span>configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.\n",
            "willReplaceOnChanges": true
          },
          "guestCustomizationCloudInitUserData": {
            "type": "string",
            "description": "- (Optional) The contents of the<span pulumi-lang-nodejs=\" userData \" pulumi-lang-dotnet=\" UserData \" pulumi-lang-go=\" userData \" pulumi-lang-python=\" user_data \" pulumi-lang-yaml=\" userData \" pulumi-lang-java=\" userData \"> user_data </span>configuration for cloud-init. This can be formatted as YAML, JSON, or could be a shell script. The value must be base64 encoded.\n",
            "willReplaceOnChanges": true
          },
          "guestCustomizationIsOverridable": {
            "type": "boolean",
            "description": "- (Optional) Flag to allow override of customization by deployer.\n"
          },
          "guestCustomizationSysprep": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) VM guests may be customized at boot time using one of several different methods. Currently, cloud-init w/ ConfigDriveV2 (for Linux VMs) and Sysprep (for Windows VMs) are supported. Only ONE OF sysprep or<span pulumi-lang-nodejs=\" cloudInit \" pulumi-lang-dotnet=\" CloudInit \" pulumi-lang-go=\" cloudInit \" pulumi-lang-python=\" cloud_init \" pulumi-lang-yaml=\" cloudInit \" pulumi-lang-java=\" cloudInit \"> cloud_init </span>should be provided. Note that guest customization can currently only be set during VM creation. Attempting to change it after creation will result in an error. Additional properties can be specified. For example - in the context of VM template creation if \\\"override_script\\\" is set to \\\"True\\\" then the deployer can upload their own custom script.\n",
            "willReplaceOnChanges": true
          },
          "guestCustomizationSysprepCustomKeyValues": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) Generic key value pair used for custom attributes in sysprep.\n",
            "willReplaceOnChanges": true
          },
          "guestOsId": {
            "type": "string",
            "description": "- (Optional) Guest OS Identifier. For ESX, refer to VMware documentation [link](https://www.vmware.com/support/developer/converter-sdk/conv43_apireference/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html) for the list of guest OS identifiers.\n"
          },
          "hardwareClockTimezone": {
            "type": "string",
            "description": "- (Optional) VM's hardware clock timezone in IANA TZDB format (America/Los_Angeles).\n"
          },
          "hostReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- Reference to a host.\n"
          },
          "hypervisorType": {
            "type": "string",
            "description": "- The hypervisor type for the hypervisor the VM is hosted on.\n"
          },
          "isVcpuHardPinned": {
            "type": "boolean",
            "description": "- (Optional) Add true to enable CPU pinning.\n"
          },
          "machineType": {
            "type": "string",
            "description": "- Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.\n"
          },
          "memorySizeMib": {
            "type": "integer",
            "description": "- (Optional) Memory size in MiB. On updating memory to powered ON VMs should only be done in 1GB increments.\n"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- The vm kind metadata.\n"
          },
          "name": {
            "type": "string",
            "description": "- (Required) The name for the vm.\n"
          },
          "ngtCredentials": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Ooptional) Credentials to login server.\n"
          },
          "ngtEnabledCapabilityLists": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Application names that are enabled.\n"
          },
          "nicListStatuses": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineNicListStatus:VirtualMachineNicListStatus"
            },
            "description": "- Status NICs attached to the VM.\n"
          },
          "nicLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineNicList:VirtualMachineNicList"
            },
            "description": "- (Optional) Spec NICs attached to the VM.\n"
          },
          "numSockets": {
            "type": "integer",
            "description": "- (Optional) Number of vCPU sockets.\n"
          },
          "numVcpusPerSocket": {
            "type": "integer",
            "description": "- (Optional) Number of vCPUs per socket.\n"
          },
          "numVnumaNodes": {
            "type": "integer",
            "description": "- (Optional) Number of vNUMA nodes. 0 means vNUMA is disabled.\n"
          },
          "nutanixGuestTools": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) Information regarding Nutanix Guest Tools.\n"
          },
          "ownerReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a user.\n"
          },
          "parentReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) Reference to an entity that the VM cloned from.\n"
          },
          "powerState": {
            "type": "string",
            "description": "- (Optional) The current or desired power state of the VM. (Options : ON , OFF)\n"
          },
          "powerStateMechanism": {
            "type": "string",
            "description": "- (Optional) Indicates the mechanism guiding the VM power state transition. Currently used for the transition to \\\"OFF\\\" state. Power state mechanism (ACPI/GUEST/HARD).\n"
          },
          "projectReference": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "description": "- (Optional) The reference to a project.\n"
          },
          "serialPortLists": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineSerialPortList:VirtualMachineSerialPortList"
            },
            "description": "- (Optional) Serial Ports configured on the VM.\n",
            "willReplaceOnChanges": true
          },
          "shouldFailOnScriptFailure": {
            "type": "boolean",
            "description": "- (Optional)  Extra configs related to power state transition. Indicates whether to abort ngt shutdown/reboot if script fails.\n"
          },
          "state": {
            "type": "string",
            "description": "- The state of the vm.\n"
          },
          "useHotAdd": {
            "type": "boolean",
            "description": "- (Optional) Use Hot Add when modifying VM resources. Passing value false will result in VM reboots. Default value is <span pulumi-lang-nodejs=\"`true`\" pulumi-lang-dotnet=\"`True`\" pulumi-lang-go=\"`true`\" pulumi-lang-python=\"`true`\" pulumi-lang-yaml=\"`true`\" pulumi-lang-java=\"`true`\">`true`</span>.\n"
          },
          "vgaConsoleEnabled": {
            "type": "boolean",
            "description": "- (Optional) Indicates whether VGA console should be enabled or not.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/virtualMachineV2:VirtualMachineV2": {
      "description": "Creates a Virtual Machine with the provided configuration.\n\n## Example\n\n<!--Start PulumiCodeChooser -->\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as nutanix from \"@pierskarsenbarg/nutanix\";\nimport * as std from \"@pulumi/std\";\n\nconst vm_1 = new nutanix.VirtualMachineV2(\"vm-1\", {\n    name: \"example-vm-1\",\n    description: \"vm desc\",\n    numCoresPerSocket: 1,\n    numSockets: 1,\n    clusters: [{\n        extId: \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    }],\n});\nconst vm_2 = new nutanix.VirtualMachineV2(\"vm-2\", {\n    name: \"example-vm-2\",\n    description: \"vm desc\",\n    numCoresPerSocket: 1,\n    numSockets: 1,\n    clusters: [{\n        extId: \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    }],\n    disks: [{\n        diskAddresses: [{\n            busType: \"SCSI\",\n            index: 0,\n        }],\n        backingInfos: [{\n            vmDisks: [{\n                diskSizeBytes: 1073741824,\n                storageContainers: [{\n                    extId: \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n                }],\n            }],\n        }],\n    }],\n    bootConfigs: [{\n        uefiBoots: [{\n            bootOrders: [\n                \"NETWORK\",\n                \"DISK\",\n                \"CDROM\",\n            ],\n        }],\n    }],\n});\nconst vm_3 = new nutanix.VirtualMachineV2(\"vm-3\", {\n    name: \"terraform-example-vm-4-disks\",\n    numCoresPerSocket: 1,\n    numSockets: 1,\n    clusters: [{\n        extId: \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    }],\n    disks: [\n        {\n            diskAddresses: [{\n                busType: \"SCSI\",\n                index: 0,\n            }],\n            backingInfos: [{\n                vmDisks: [{\n                    dataSources: [{\n                        references: [{\n                            imageReferences: [{\n                                imageExtId: \"59ec786c-4311-4225-affe-68b65c5ebf10\",\n                            }],\n                        }],\n                    }],\n                    diskSizeBytes: std.pow({\n                        base: 1024,\n                        exponent: 3,\n                    }).then(invoke => 20 * invoke.result),\n                }],\n            }],\n        },\n        {\n            diskAddresses: [{\n                busType: \"SCSI\",\n                index: 1,\n            }],\n            backingInfos: [{\n                vmDisks: [{\n                    diskSizeBytes: std.pow({\n                        base: 1024,\n                        exponent: 3,\n                    }).then(invoke => 10 * invoke.result),\n                    storageContainers: [{\n                        extId: \"5d9b5941-fec3-4996-9d31-f31bed1c7735\",\n                    }],\n                }],\n            }],\n        },\n        {\n            diskAddresses: [{\n                busType: \"SCSI\",\n                index: 2,\n            }],\n            backingInfos: [{\n                vmDisks: [{\n                    diskSizeBytes: std.pow({\n                        base: 1024,\n                        exponent: 3,\n                    }).then(invoke => 15 * invoke.result),\n                    storageContainers: [{\n                        extId: \"5d9b5941-fec3-4996-9d31-f31bed1c7735\",\n                    }],\n                }],\n            }],\n        },\n        {\n            diskAddresses: [{\n                busType: \"SCSI\",\n                index: 3,\n            }],\n            backingInfos: [{\n                vmDisks: [{\n                    diskSizeBytes: std.pow({\n                        base: 1024,\n                        exponent: 3,\n                    }).then(invoke => 20 * invoke.result),\n                    storageContainers: [{\n                        extId: \"5d9b5941-fec3-4996-9d31-f31bed1c7735\",\n                    }],\n                }],\n            }],\n        },\n    ],\n    nics: [{\n        networkInfos: [{\n            nicType: \"NORMAL_NIC\",\n            subnets: [{\n                extId: \"7f66e20f-67f4-473f-96bb-c4fcfd487f16\",\n            }],\n            vlanMode: \"ACCESS\",\n        }],\n    }],\n    bootConfigs: [{\n        legacyBoots: [{\n            bootOrders: [\n                \"CDROM\",\n                \"DISK\",\n                \"NETWORK\",\n            ],\n        }],\n    }],\n    powerState: \"ON\",\n});\n```\n```python\nimport pulumi\nimport pulumi_nutanix as nutanix\nimport pulumi_std as std\n\nvm_1 = nutanix.VirtualMachineV2(\"vm-1\",\n    name=\"example-vm-1\",\n    description=\"vm desc\",\n    num_cores_per_socket=1,\n    num_sockets=1,\n    clusters=[{\n        \"ext_id\": \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    }])\nvm_2 = nutanix.VirtualMachineV2(\"vm-2\",\n    name=\"example-vm-2\",\n    description=\"vm desc\",\n    num_cores_per_socket=1,\n    num_sockets=1,\n    clusters=[{\n        \"ext_id\": \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    }],\n    disks=[{\n        \"disk_addresses\": [{\n            \"bus_type\": \"SCSI\",\n            \"index\": 0,\n        }],\n        \"backing_infos\": [{\n            \"vm_disks\": [{\n                \"disk_size_bytes\": 1073741824,\n                \"storage_containers\": [{\n                    \"ext_id\": \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n                }],\n            }],\n        }],\n    }],\n    boot_configs=[{\n        \"uefi_boots\": [{\n            \"boot_orders\": [\n                \"NETWORK\",\n                \"DISK\",\n                \"CDROM\",\n            ],\n        }],\n    }])\nvm_3 = nutanix.VirtualMachineV2(\"vm-3\",\n    name=\"terraform-example-vm-4-disks\",\n    num_cores_per_socket=1,\n    num_sockets=1,\n    clusters=[{\n        \"ext_id\": \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n    }],\n    disks=[\n        {\n            \"disk_addresses\": [{\n                \"bus_type\": \"SCSI\",\n                \"index\": 0,\n            }],\n            \"backing_infos\": [{\n                \"vm_disks\": [{\n                    \"data_sources\": [{\n                        \"references\": [{\n                            \"image_references\": [{\n                                \"image_ext_id\": \"59ec786c-4311-4225-affe-68b65c5ebf10\",\n                            }],\n                        }],\n                    }],\n                    \"disk_size_bytes\": 20 * std.pow(base=1024,\n                        exponent=3).result,\n                }],\n            }],\n        },\n        {\n            \"disk_addresses\": [{\n                \"bus_type\": \"SCSI\",\n                \"index\": 1,\n            }],\n            \"backing_infos\": [{\n                \"vm_disks\": [{\n                    \"disk_size_bytes\": 10 * std.pow(base=1024,\n                        exponent=3).result,\n                    \"storage_containers\": [{\n                        \"ext_id\": \"5d9b5941-fec3-4996-9d31-f31bed1c7735\",\n                    }],\n                }],\n            }],\n        },\n        {\n            \"disk_addresses\": [{\n                \"bus_type\": \"SCSI\",\n                \"index\": 2,\n            }],\n            \"backing_infos\": [{\n                \"vm_disks\": [{\n                    \"disk_size_bytes\": 15 * std.pow(base=1024,\n                        exponent=3).result,\n                    \"storage_containers\": [{\n                        \"ext_id\": \"5d9b5941-fec3-4996-9d31-f31bed1c7735\",\n                    }],\n                }],\n            }],\n        },\n        {\n            \"disk_addresses\": [{\n                \"bus_type\": \"SCSI\",\n                \"index\": 3,\n            }],\n            \"backing_infos\": [{\n                \"vm_disks\": [{\n                    \"disk_size_bytes\": 20 * std.pow(base=1024,\n                        exponent=3).result,\n                    \"storage_containers\": [{\n                        \"ext_id\": \"5d9b5941-fec3-4996-9d31-f31bed1c7735\",\n                    }],\n                }],\n            }],\n        },\n    ],\n    nics=[{\n        \"network_infos\": [{\n            \"nic_type\": \"NORMAL_NIC\",\n            \"subnets\": [{\n                \"ext_id\": \"7f66e20f-67f4-473f-96bb-c4fcfd487f16\",\n            }],\n            \"vlan_mode\": \"ACCESS\",\n        }],\n    }],\n    boot_configs=[{\n        \"legacy_boots\": [{\n            \"boot_orders\": [\n                \"CDROM\",\n                \"DISK\",\n                \"NETWORK\",\n            ],\n        }],\n    }],\n    power_state=\"ON\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Nutanix = PiersKarsenbarg.Nutanix;\nusing Std = Pulumi.Std;\n\nreturn await Deployment.RunAsync(() => \n{\n    var vm_1 = new Nutanix.VirtualMachineV2(\"vm-1\", new()\n    {\n        Name = \"example-vm-1\",\n        Description = \"vm desc\",\n        NumCoresPerSocket = 1,\n        NumSockets = 1,\n        Clusters = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineV2ClusterArgs\n            {\n                ExtId = \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n            },\n        },\n    });\n\n    var vm_2 = new Nutanix.VirtualMachineV2(\"vm-2\", new()\n    {\n        Name = \"example-vm-2\",\n        Description = \"vm desc\",\n        NumCoresPerSocket = 1,\n        NumSockets = 1,\n        Clusters = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineV2ClusterArgs\n            {\n                ExtId = \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n            },\n        },\n        Disks = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineV2DiskArgs\n            {\n                DiskAddresses = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2DiskDiskAddressArgs\n                    {\n                        BusType = \"SCSI\",\n                        Index = 0,\n                    },\n                },\n                BackingInfos = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoArgs\n                    {\n                        VmDisks = new[]\n                        {\n                            new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskArgs\n                            {\n                                DiskSizeBytes = 1073741824,\n                                StorageContainers = new[]\n                                {\n                                    new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs\n                                    {\n                                        ExtId = \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n                                    },\n                                },\n                            },\n                        },\n                    },\n                },\n            },\n        },\n        BootConfigs = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineV2BootConfigArgs\n            {\n                UefiBoots = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2BootConfigUefiBootArgs\n                    {\n                        BootOrders = new[]\n                        {\n                            \"NETWORK\",\n                            \"DISK\",\n                            \"CDROM\",\n                        },\n                    },\n                },\n            },\n        },\n    });\n\n    var vm_3 = new Nutanix.VirtualMachineV2(\"vm-3\", new()\n    {\n        Name = \"terraform-example-vm-4-disks\",\n        NumCoresPerSocket = 1,\n        NumSockets = 1,\n        Clusters = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineV2ClusterArgs\n            {\n                ExtId = \"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\",\n            },\n        },\n        Disks = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineV2DiskArgs\n            {\n                DiskAddresses = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2DiskDiskAddressArgs\n                    {\n                        BusType = \"SCSI\",\n                        Index = 0,\n                    },\n                },\n                BackingInfos = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoArgs\n                    {\n                        VmDisks = new[]\n                        {\n                            new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskArgs\n                            {\n                                DataSources = new[]\n                                {\n                                    new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskDataSourceArgs\n                                    {\n                                        References = new[]\n                                        {\n                                            new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceArgs\n                                            {\n                                                ImageReferences = new[]\n                                                {\n                                                    new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReferenceArgs\n                                                    {\n                                                        ImageExtId = \"59ec786c-4311-4225-affe-68b65c5ebf10\",\n                                                    },\n                                                },\n                                            },\n                                        },\n                                    },\n                                },\n                                DiskSizeBytes = Std.Pow.Invoke(new()\n                                {\n                                    Base = 1024,\n                                    Exponent = 3,\n                                }).Apply(invoke => 20 * invoke.Result),\n                            },\n                        },\n                    },\n                },\n            },\n            new Nutanix.Inputs.VirtualMachineV2DiskArgs\n            {\n                DiskAddresses = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2DiskDiskAddressArgs\n                    {\n                        BusType = \"SCSI\",\n                        Index = 1,\n                    },\n                },\n                BackingInfos = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoArgs\n                    {\n                        VmDisks = new[]\n                        {\n                            new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskArgs\n                            {\n                                DiskSizeBytes = Std.Pow.Invoke(new()\n                                {\n                                    Base = 1024,\n                                    Exponent = 3,\n                                }).Apply(invoke => 10 * invoke.Result),\n                                StorageContainers = new[]\n                                {\n                                    new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs\n                                    {\n                                        ExtId = \"5d9b5941-fec3-4996-9d31-f31bed1c7735\",\n                                    },\n                                },\n                            },\n                        },\n                    },\n                },\n            },\n            new Nutanix.Inputs.VirtualMachineV2DiskArgs\n            {\n                DiskAddresses = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2DiskDiskAddressArgs\n                    {\n                        BusType = \"SCSI\",\n                        Index = 2,\n                    },\n                },\n                BackingInfos = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoArgs\n                    {\n                        VmDisks = new[]\n                        {\n                            new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskArgs\n                            {\n                                DiskSizeBytes = Std.Pow.Invoke(new()\n                                {\n                                    Base = 1024,\n                                    Exponent = 3,\n                                }).Apply(invoke => 15 * invoke.Result),\n                                StorageContainers = new[]\n                                {\n                                    new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs\n                                    {\n                                        ExtId = \"5d9b5941-fec3-4996-9d31-f31bed1c7735\",\n                                    },\n                                },\n                            },\n                        },\n                    },\n                },\n            },\n            new Nutanix.Inputs.VirtualMachineV2DiskArgs\n            {\n                DiskAddresses = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2DiskDiskAddressArgs\n                    {\n                        BusType = \"SCSI\",\n                        Index = 3,\n                    },\n                },\n                BackingInfos = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoArgs\n                    {\n                        VmDisks = new[]\n                        {\n                            new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskArgs\n                            {\n                                DiskSizeBytes = Std.Pow.Invoke(new()\n                                {\n                                    Base = 1024,\n                                    Exponent = 3,\n                                }).Apply(invoke => 20 * invoke.Result),\n                                StorageContainers = new[]\n                                {\n                                    new Nutanix.Inputs.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs\n                                    {\n                                        ExtId = \"5d9b5941-fec3-4996-9d31-f31bed1c7735\",\n                                    },\n                                },\n                            },\n                        },\n                    },\n                },\n            },\n        },\n        Nics = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineV2NicArgs\n            {\n                NetworkInfos = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2NicNetworkInfoArgs\n                    {\n                        NicType = \"NORMAL_NIC\",\n                        Subnets = new[]\n                        {\n                            new Nutanix.Inputs.VirtualMachineV2NicNetworkInfoSubnetArgs\n                            {\n                                ExtId = \"7f66e20f-67f4-473f-96bb-c4fcfd487f16\",\n                            },\n                        },\n                        VlanMode = \"ACCESS\",\n                    },\n                },\n            },\n        },\n        BootConfigs = new[]\n        {\n            new Nutanix.Inputs.VirtualMachineV2BootConfigArgs\n            {\n                LegacyBoots = new[]\n                {\n                    new Nutanix.Inputs.VirtualMachineV2BootConfigLegacyBootArgs\n                    {\n                        BootOrders = new[]\n                        {\n                            \"CDROM\",\n                            \"DISK\",\n                            \"NETWORK\",\n                        },\n                    },\n                },\n            },\n        },\n        PowerState = \"ON\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix\"\n\t\"github.com/pulumi/pulumi-std/sdk/go/std\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := nutanix.NewVirtualMachineV2(ctx, \"vm-1\", &nutanix.VirtualMachineV2Args{\n\t\t\tName:              pulumi.String(\"example-vm-1\"),\n\t\t\tDescription:       pulumi.String(\"vm desc\"),\n\t\t\tNumCoresPerSocket: pulumi.Int(1),\n\t\t\tNumSockets:        pulumi.Int(1),\n\t\t\tClusters: nutanix.VirtualMachineV2ClusterArray{\n\t\t\t\t&nutanix.VirtualMachineV2ClusterArgs{\n\t\t\t\t\tExtId: pulumi.String(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewVirtualMachineV2(ctx, \"vm-2\", &nutanix.VirtualMachineV2Args{\n\t\t\tName:              pulumi.String(\"example-vm-2\"),\n\t\t\tDescription:       pulumi.String(\"vm desc\"),\n\t\t\tNumCoresPerSocket: pulumi.Int(1),\n\t\t\tNumSockets:        pulumi.Int(1),\n\t\t\tClusters: nutanix.VirtualMachineV2ClusterArray{\n\t\t\t\t&nutanix.VirtualMachineV2ClusterArgs{\n\t\t\t\t\tExtId: pulumi.String(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tDisks: nutanix.VirtualMachineV2DiskArray{\n\t\t\t\t&nutanix.VirtualMachineV2DiskArgs{\n\t\t\t\t\tDiskAddresses: nutanix.VirtualMachineV2DiskDiskAddressArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskDiskAddressArgs{\n\t\t\t\t\t\t\tBusType: pulumi.String(\"SCSI\"),\n\t\t\t\t\t\t\tIndex:   pulumi.Int(0),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tBackingInfos: nutanix.VirtualMachineV2DiskBackingInfoArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoArgs{\n\t\t\t\t\t\t\tVmDisks: nutanix.VirtualMachineV2DiskBackingInfoVmDiskArray{\n\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskArgs{\n\t\t\t\t\t\t\t\t\tDiskSizeBytes: pulumi.Int(1073741824),\n\t\t\t\t\t\t\t\t\tStorageContainers: nutanix.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArray{\n\t\t\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs{\n\t\t\t\t\t\t\t\t\t\t\tExtId: pulumi.String(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\"),\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tBootConfigs: nutanix.VirtualMachineV2BootConfigArray{\n\t\t\t\t&nutanix.VirtualMachineV2BootConfigArgs{\n\t\t\t\t\tUefiBoots: nutanix.VirtualMachineV2BootConfigUefiBootArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2BootConfigUefiBootArgs{\n\t\t\t\t\t\t\tBootOrders: pulumi.StringArray{\n\t\t\t\t\t\t\t\tpulumi.String(\"NETWORK\"),\n\t\t\t\t\t\t\t\tpulumi.String(\"DISK\"),\n\t\t\t\t\t\t\t\tpulumi.String(\"CDROM\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\tinvokePow, err := std.Pow(ctx, &std.PowArgs{\n\t\t\tBase:     1024,\n\t\t\tExponent: 3,\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\tinvokePow1, err := std.Pow(ctx, &std.PowArgs{\n\t\t\tBase:     1024,\n\t\t\tExponent: 3,\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\tinvokePow2, err := std.Pow(ctx, &std.PowArgs{\n\t\t\tBase:     1024,\n\t\t\tExponent: 3,\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\tinvokePow3, err := std.Pow(ctx, &std.PowArgs{\n\t\t\tBase:     1024,\n\t\t\tExponent: 3,\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = nutanix.NewVirtualMachineV2(ctx, \"vm-3\", &nutanix.VirtualMachineV2Args{\n\t\t\tName:              pulumi.String(\"terraform-example-vm-4-disks\"),\n\t\t\tNumCoresPerSocket: pulumi.Int(1),\n\t\t\tNumSockets:        pulumi.Int(1),\n\t\t\tClusters: nutanix.VirtualMachineV2ClusterArray{\n\t\t\t\t&nutanix.VirtualMachineV2ClusterArgs{\n\t\t\t\t\tExtId: pulumi.String(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tDisks: nutanix.VirtualMachineV2DiskArray{\n\t\t\t\t&nutanix.VirtualMachineV2DiskArgs{\n\t\t\t\t\tDiskAddresses: nutanix.VirtualMachineV2DiskDiskAddressArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskDiskAddressArgs{\n\t\t\t\t\t\t\tBusType: pulumi.String(\"SCSI\"),\n\t\t\t\t\t\t\tIndex:   pulumi.Int(0),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tBackingInfos: nutanix.VirtualMachineV2DiskBackingInfoArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoArgs{\n\t\t\t\t\t\t\tVmDisks: nutanix.VirtualMachineV2DiskBackingInfoVmDiskArray{\n\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskArgs{\n\t\t\t\t\t\t\t\t\tDataSources: nutanix.VirtualMachineV2DiskBackingInfoVmDiskDataSourceArray{\n\t\t\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskDataSourceArgs{\n\t\t\t\t\t\t\t\t\t\t\tReferences: nutanix.VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceArray{\n\t\t\t\t\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceArgs{\n\t\t\t\t\t\t\t\t\t\t\t\t\tImageReferences: nutanix.VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReferenceArray{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReferenceArgs{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tImageExtId: pulumi.String(\"59ec786c-4311-4225-affe-68b65c5ebf10\"),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tDiskSizeBytes: pulumi.Int(20 * pulumi.Float64(invokePow.Result)),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t&nutanix.VirtualMachineV2DiskArgs{\n\t\t\t\t\tDiskAddresses: nutanix.VirtualMachineV2DiskDiskAddressArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskDiskAddressArgs{\n\t\t\t\t\t\t\tBusType: pulumi.String(\"SCSI\"),\n\t\t\t\t\t\t\tIndex:   pulumi.Int(1),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tBackingInfos: nutanix.VirtualMachineV2DiskBackingInfoArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoArgs{\n\t\t\t\t\t\t\tVmDisks: nutanix.VirtualMachineV2DiskBackingInfoVmDiskArray{\n\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskArgs{\n\t\t\t\t\t\t\t\t\tDiskSizeBytes: pulumi.Int(10 * pulumi.Float64(invokePow1.Result)),\n\t\t\t\t\t\t\t\t\tStorageContainers: nutanix.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArray{\n\t\t\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs{\n\t\t\t\t\t\t\t\t\t\t\tExtId: pulumi.String(\"5d9b5941-fec3-4996-9d31-f31bed1c7735\"),\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t&nutanix.VirtualMachineV2DiskArgs{\n\t\t\t\t\tDiskAddresses: nutanix.VirtualMachineV2DiskDiskAddressArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskDiskAddressArgs{\n\t\t\t\t\t\t\tBusType: pulumi.String(\"SCSI\"),\n\t\t\t\t\t\t\tIndex:   pulumi.Int(2),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tBackingInfos: nutanix.VirtualMachineV2DiskBackingInfoArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoArgs{\n\t\t\t\t\t\t\tVmDisks: nutanix.VirtualMachineV2DiskBackingInfoVmDiskArray{\n\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskArgs{\n\t\t\t\t\t\t\t\t\tDiskSizeBytes: pulumi.Int(15 * pulumi.Float64(invokePow2.Result)),\n\t\t\t\t\t\t\t\t\tStorageContainers: nutanix.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArray{\n\t\t\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs{\n\t\t\t\t\t\t\t\t\t\t\tExtId: pulumi.String(\"5d9b5941-fec3-4996-9d31-f31bed1c7735\"),\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t&nutanix.VirtualMachineV2DiskArgs{\n\t\t\t\t\tDiskAddresses: nutanix.VirtualMachineV2DiskDiskAddressArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskDiskAddressArgs{\n\t\t\t\t\t\t\tBusType: pulumi.String(\"SCSI\"),\n\t\t\t\t\t\t\tIndex:   pulumi.Int(3),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tBackingInfos: nutanix.VirtualMachineV2DiskBackingInfoArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoArgs{\n\t\t\t\t\t\t\tVmDisks: nutanix.VirtualMachineV2DiskBackingInfoVmDiskArray{\n\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskArgs{\n\t\t\t\t\t\t\t\t\tDiskSizeBytes: pulumi.Int(20 * pulumi.Float64(invokePow3.Result)),\n\t\t\t\t\t\t\t\t\tStorageContainers: nutanix.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArray{\n\t\t\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs{\n\t\t\t\t\t\t\t\t\t\t\tExtId: pulumi.String(\"5d9b5941-fec3-4996-9d31-f31bed1c7735\"),\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tNics: nutanix.VirtualMachineV2NicArray{\n\t\t\t\t&nutanix.VirtualMachineV2NicArgs{\n\t\t\t\t\tNetworkInfos: nutanix.VirtualMachineV2NicNetworkInfoArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2NicNetworkInfoArgs{\n\t\t\t\t\t\t\tNicType: pulumi.String(\"NORMAL_NIC\"),\n\t\t\t\t\t\t\tSubnets: nutanix.VirtualMachineV2NicNetworkInfoSubnetArray{\n\t\t\t\t\t\t\t\t&nutanix.VirtualMachineV2NicNetworkInfoSubnetArgs{\n\t\t\t\t\t\t\t\t\tExtId: pulumi.String(\"7f66e20f-67f4-473f-96bb-c4fcfd487f16\"),\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tVlanMode: pulumi.String(\"ACCESS\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tBootConfigs: nutanix.VirtualMachineV2BootConfigArray{\n\t\t\t\t&nutanix.VirtualMachineV2BootConfigArgs{\n\t\t\t\t\tLegacyBoots: nutanix.VirtualMachineV2BootConfigLegacyBootArray{\n\t\t\t\t\t\t&nutanix.VirtualMachineV2BootConfigLegacyBootArgs{\n\t\t\t\t\t\t\tBootOrders: pulumi.StringArray{\n\t\t\t\t\t\t\t\tpulumi.String(\"CDROM\"),\n\t\t\t\t\t\t\t\tpulumi.String(\"DISK\"),\n\t\t\t\t\t\t\t\tpulumi.String(\"NETWORK\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPowerState: pulumi.String(\"ON\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.nutanix.VirtualMachineV2;\nimport com.pulumi.nutanix.VirtualMachineV2Args;\nimport com.pulumi.nutanix.inputs.VirtualMachineV2ClusterArgs;\nimport com.pulumi.nutanix.inputs.VirtualMachineV2DiskArgs;\nimport com.pulumi.nutanix.inputs.VirtualMachineV2BootConfigArgs;\nimport com.pulumi.nutanix.inputs.VirtualMachineV2NicArgs;\nimport com.pulumi.std.StdFunctions;\nimport com.pulumi.std.inputs.PowArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var vm_1 = new VirtualMachineV2(\"vm-1\", VirtualMachineV2Args.builder()\n            .name(\"example-vm-1\")\n            .description(\"vm desc\")\n            .numCoresPerSocket(1)\n            .numSockets(1)\n            .clusters(VirtualMachineV2ClusterArgs.builder()\n                .extId(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\")\n                .build())\n            .build());\n\n        var vm_2 = new VirtualMachineV2(\"vm-2\", VirtualMachineV2Args.builder()\n            .name(\"example-vm-2\")\n            .description(\"vm desc\")\n            .numCoresPerSocket(1)\n            .numSockets(1)\n            .clusters(VirtualMachineV2ClusterArgs.builder()\n                .extId(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\")\n                .build())\n            .disks(VirtualMachineV2DiskArgs.builder()\n                .diskAddresses(VirtualMachineV2DiskDiskAddressArgs.builder()\n                    .busType(\"SCSI\")\n                    .index(0)\n                    .build())\n                .backingInfos(VirtualMachineV2DiskBackingInfoArgs.builder()\n                    .vmDisks(VirtualMachineV2DiskBackingInfoVmDiskArgs.builder()\n                        .diskSizeBytes(1073741824)\n                        .storageContainers(VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs.builder()\n                            .extId(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\")\n                            .build())\n                        .build())\n                    .build())\n                .build())\n            .bootConfigs(VirtualMachineV2BootConfigArgs.builder()\n                .uefiBoots(VirtualMachineV2BootConfigUefiBootArgs.builder()\n                    .bootOrders(                    \n                        \"NETWORK\",\n                        \"DISK\",\n                        \"CDROM\")\n                    .build())\n                .build())\n            .build());\n\n        var vm_3 = new VirtualMachineV2(\"vm-3\", VirtualMachineV2Args.builder()\n            .name(\"terraform-example-vm-4-disks\")\n            .numCoresPerSocket(1)\n            .numSockets(1)\n            .clusters(VirtualMachineV2ClusterArgs.builder()\n                .extId(\"1cefd0f5-6d38-4c9b-a07c-bdd2db004224\")\n                .build())\n            .disks(            \n                VirtualMachineV2DiskArgs.builder()\n                    .diskAddresses(VirtualMachineV2DiskDiskAddressArgs.builder()\n                        .busType(\"SCSI\")\n                        .index(0)\n                        .build())\n                    .backingInfos(VirtualMachineV2DiskBackingInfoArgs.builder()\n                        .vmDisks(VirtualMachineV2DiskBackingInfoVmDiskArgs.builder()\n                            .dataSources(VirtualMachineV2DiskBackingInfoVmDiskDataSourceArgs.builder()\n                                .references(VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceArgs.builder()\n                                    .imageReferences(VirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReferenceArgs.builder()\n                                        .imageExtId(\"59ec786c-4311-4225-affe-68b65c5ebf10\")\n                                        .build())\n                                    .build())\n                                .build())\n                            .diskSizeBytes(StdFunctions.pow(PowArgs.builder()\n                                .base(1024)\n                                .exponent(3)\n                                .build()).result().applyValue(___convert -> 20 * ___convert).applyValue(_n -> _n))\n                            .build())\n                        .build())\n                    .build(),\n                VirtualMachineV2DiskArgs.builder()\n                    .diskAddresses(VirtualMachineV2DiskDiskAddressArgs.builder()\n                        .busType(\"SCSI\")\n                        .index(1)\n                        .build())\n                    .backingInfos(VirtualMachineV2DiskBackingInfoArgs.builder()\n                        .vmDisks(VirtualMachineV2DiskBackingInfoVmDiskArgs.builder()\n                            .diskSizeBytes(StdFunctions.pow(PowArgs.builder()\n                                .base(1024)\n                                .exponent(3)\n                                .build()).result().applyValue(___convert -> 10 * ___convert).applyValue(_n -> _n))\n                            .storageContainers(VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs.builder()\n                                .extId(\"5d9b5941-fec3-4996-9d31-f31bed1c7735\")\n                                .build())\n                            .build())\n                        .build())\n                    .build(),\n                VirtualMachineV2DiskArgs.builder()\n                    .diskAddresses(VirtualMachineV2DiskDiskAddressArgs.builder()\n                        .busType(\"SCSI\")\n                        .index(2)\n                        .build())\n                    .backingInfos(VirtualMachineV2DiskBackingInfoArgs.builder()\n                        .vmDisks(VirtualMachineV2DiskBackingInfoVmDiskArgs.builder()\n                            .diskSizeBytes(StdFunctions.pow(PowArgs.builder()\n                                .base(1024)\n                                .exponent(3)\n                                .build()).result().applyValue(___convert -> 15 * ___convert).applyValue(_n -> _n))\n                            .storageContainers(VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs.builder()\n                                .extId(\"5d9b5941-fec3-4996-9d31-f31bed1c7735\")\n                                .build())\n                            .build())\n                        .build())\n                    .build(),\n                VirtualMachineV2DiskArgs.builder()\n                    .diskAddresses(VirtualMachineV2DiskDiskAddressArgs.builder()\n                        .busType(\"SCSI\")\n                        .index(3)\n                        .build())\n                    .backingInfos(VirtualMachineV2DiskBackingInfoArgs.builder()\n                        .vmDisks(VirtualMachineV2DiskBackingInfoVmDiskArgs.builder()\n                            .diskSizeBytes(StdFunctions.pow(PowArgs.builder()\n                                .base(1024)\n                                .exponent(3)\n                                .build()).result().applyValue(___convert -> 20 * ___convert).applyValue(_n -> _n))\n                            .storageContainers(VirtualMachineV2DiskBackingInfoVmDiskStorageContainerArgs.builder()\n                                .extId(\"5d9b5941-fec3-4996-9d31-f31bed1c7735\")\n                                .build())\n                            .build())\n                        .build())\n                    .build())\n            .nics(VirtualMachineV2NicArgs.builder()\n                .networkInfos(VirtualMachineV2NicNetworkInfoArgs.builder()\n                    .nicType(\"NORMAL_NIC\")\n                    .subnets(VirtualMachineV2NicNetworkInfoSubnetArgs.builder()\n                        .extId(\"7f66e20f-67f4-473f-96bb-c4fcfd487f16\")\n                        .build())\n                    .vlanMode(\"ACCESS\")\n                    .build())\n                .build())\n            .bootConfigs(VirtualMachineV2BootConfigArgs.builder()\n                .legacyBoots(VirtualMachineV2BootConfigLegacyBootArgs.builder()\n                    .bootOrders(                    \n                        \"CDROM\",\n                        \"DISK\",\n                        \"NETWORK\")\n                    .build())\n                .build())\n            .powerState(\"ON\")\n            .build());\n\n    }\n}\n```\n<!--End PulumiCodeChooser -->\n",
      "properties": {
        "apcConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2ApcConfig:VirtualMachineV2ApcConfig"
          },
          "description": "Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.\n"
        },
        "availabilityZones": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2AvailabilityZone:VirtualMachineV2AvailabilityZone"
          }
        },
        "biosUuid": {
          "type": "string",
          "description": "BIOS UUID of the VM. It should be of type UUID.\n"
        },
        "bootConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfig:VirtualMachineV2BootConfig"
          },
          "description": "Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Category:VirtualMachineV2Category"
          },
          "description": "Categories for the VM.\n"
        },
        "cdRoms": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRom:VirtualMachineV2CdRom"
          },
          "description": "CD-ROMs attached to the VM.\n"
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Cluster:VirtualMachineV2Cluster"
          },
          "description": "Reference to a cluster.\n"
        },
        "createTime": {
          "type": "string",
          "description": "VM creation time\n"
        },
        "description": {
          "type": "string",
          "description": "VM description\n"
        },
        "disks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Disk:VirtualMachineV2Disk"
          },
          "description": "Disks attached to the VM.\n"
        },
        "enabledCpuFeatures": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor. Valid values are \"HARDWARE_VIRTUALIZATION\".\n"
        },
        "extId": {
          "type": "string",
          "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
        },
        "generationUuid": {
          "type": "string",
          "description": "Generation UUID of the VM. It should be of type UUID.\n"
        },
        "gpuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Gpus:VirtualMachineV2Gpus"
          },
          "description": "GPUs attached to the VM.\n"
        },
        "guestCustomizations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomization:VirtualMachineV2GuestCustomization"
          },
          "description": "Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.\n"
        },
        "guestTools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestTool:VirtualMachineV2GuestTool"
          },
          "description": "The details about Nutanix Guest Tools for a VM.\n"
        },
        "hardwareClockTimezone": {
          "type": "string",
          "description": "VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).\n"
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Host:VirtualMachineV2Host"
          },
          "description": "Reference to the host, the VM is running on.\n"
        },
        "isAgentVm": {
          "type": "boolean",
          "description": "Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.\n"
        },
        "isBrandingEnabled": {
          "type": "boolean",
          "description": "Indicates whether to remove AHV branding from VM firmware tables or not.\n"
        },
        "isCpuHotplugEnabled": {
          "type": "boolean",
          "description": "Indicates whether the VM CPU hotplug is enabled.\n"
        },
        "isCpuPassthroughEnabled": {
          "type": "boolean",
          "description": "Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.\n"
        },
        "isGpuConsoleEnabled": {
          "type": "boolean",
          "description": "Indicates whether the vGPU console is enabled or not.\n"
        },
        "isMemoryOvercommitEnabled": {
          "type": "boolean",
          "description": "Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.\n"
        },
        "isScsiControllerEnabled": {
          "type": "boolean",
          "description": "Indicates whether the VM SCSI controller is enabled.\n"
        },
        "isVcpuHardPinningEnabled": {
          "type": "boolean",
          "description": "Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.\n"
        },
        "isVgaConsoleEnabled": {
          "type": "boolean",
          "description": "Indicates whether the VGA console should be disabled or not.\n"
        },
        "machineType": {
          "type": "string",
          "description": "Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks. Valid values are \"PSERIES\", \"Q35\", \"PC\" .\n"
        },
        "memorySizeBytes": {
          "type": "integer",
          "description": "Memory size in bytes.\n"
        },
        "name": {
          "type": "string",
          "description": "VM name.\n"
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Nic:VirtualMachineV2Nic"
          },
          "description": "NICs attached to the VM.\n"
        },
        "numCoresPerSocket": {
          "type": "integer",
          "description": "Number of cores per socket. Value should be at least 1.\n"
        },
        "numNumaNodes": {
          "type": "integer",
          "description": "Number of NUMA nodes. 0 means NUMA is disabled.\n"
        },
        "numSockets": {
          "type": "integer",
          "description": "Number of vCPU sockets. Value should be at least 1.\n"
        },
        "numThreadsPerCore": {
          "type": "integer",
          "description": "Number of threads per core. Value should be at least 1.\n"
        },
        "ownershipInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2OwnershipInfo:VirtualMachineV2OwnershipInfo"
          },
          "description": "Ownership information for the VM.\n"
        },
        "powerState": {
          "type": "string"
        },
        "protectionPolicyStates": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2ProtectionPolicyState:VirtualMachineV2ProtectionPolicyState"
          },
          "description": "Status of protection policy applied to this VM.\n"
        },
        "protectionType": {
          "type": "string",
          "description": "The type of protection applied on a VM. Valid values \"PD_PROTECTED\", \"UNPROTECTED\", \"RULE_PROTECTED\".\n"
        },
        "serialPorts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2SerialPort:VirtualMachineV2SerialPort"
          },
          "description": "Serial ports configured on the VM.\n"
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Source:VirtualMachineV2Source"
          },
          "description": "Reference to an entity that the VM should be cloned or created from. Valid values are \"VM\", \"VM_RECOVERY_POINT\".\n"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2StorageConfig:VirtualMachineV2StorageConfig"
          },
          "description": "Storage configuration for VM.\n"
        },
        "updateTime": {
          "type": "string",
          "description": "VM last updated time.\n"
        },
        "vtpmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2VtpmConfig:VirtualMachineV2VtpmConfig"
          },
          "description": "Indicates how the vTPM for the VM should be configured.\n"
        }
      },
      "type": "object",
      "required": [
        "apcConfigs",
        "availabilityZones",
        "biosUuid",
        "bootConfigs",
        "categories",
        "clusters",
        "createTime",
        "description",
        "enabledCpuFeatures",
        "extId",
        "generationUuid",
        "guestCustomizations",
        "hardwareClockTimezone",
        "hosts",
        "isAgentVm",
        "isBrandingEnabled",
        "isCpuHotplugEnabled",
        "isCpuPassthroughEnabled",
        "isGpuConsoleEnabled",
        "isMemoryOvercommitEnabled",
        "isScsiControllerEnabled",
        "isVcpuHardPinningEnabled",
        "isVgaConsoleEnabled",
        "machineType",
        "memorySizeBytes",
        "name",
        "numCoresPerSocket",
        "numNumaNodes",
        "numSockets",
        "numThreadsPerCore",
        "ownershipInfos",
        "protectionPolicyStates",
        "protectionType",
        "serialPorts",
        "sources",
        "storageConfigs",
        "updateTime",
        "vtpmConfigs"
      ],
      "inputProperties": {
        "apcConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2ApcConfig:VirtualMachineV2ApcConfig"
          },
          "description": "Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.\n"
        },
        "availabilityZones": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2AvailabilityZone:VirtualMachineV2AvailabilityZone"
          }
        },
        "biosUuid": {
          "type": "string",
          "description": "BIOS UUID of the VM. It should be of type UUID.\n"
        },
        "bootConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfig:VirtualMachineV2BootConfig"
          },
          "description": "Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.\n"
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Category:VirtualMachineV2Category"
          },
          "description": "Categories for the VM.\n"
        },
        "cdRoms": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRom:VirtualMachineV2CdRom"
          },
          "description": "CD-ROMs attached to the VM.\n"
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Cluster:VirtualMachineV2Cluster"
          },
          "description": "Reference to a cluster.\n"
        },
        "description": {
          "type": "string",
          "description": "VM description\n"
        },
        "disks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Disk:VirtualMachineV2Disk"
          },
          "description": "Disks attached to the VM.\n"
        },
        "enabledCpuFeatures": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor. Valid values are \"HARDWARE_VIRTUALIZATION\".\n"
        },
        "generationUuid": {
          "type": "string",
          "description": "Generation UUID of the VM. It should be of type UUID.\n"
        },
        "gpuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Gpus:VirtualMachineV2Gpus"
          },
          "description": "GPUs attached to the VM.\n"
        },
        "guestCustomizations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomization:VirtualMachineV2GuestCustomization"
          },
          "description": "Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.\n"
        },
        "guestTools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestTool:VirtualMachineV2GuestTool"
          },
          "description": "The details about Nutanix Guest Tools for a VM.\n"
        },
        "hardwareClockTimezone": {
          "type": "string",
          "description": "VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).\n"
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Host:VirtualMachineV2Host"
          },
          "description": "Reference to the host, the VM is running on.\n"
        },
        "isAgentVm": {
          "type": "boolean",
          "description": "Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.\n"
        },
        "isBrandingEnabled": {
          "type": "boolean",
          "description": "Indicates whether to remove AHV branding from VM firmware tables or not.\n"
        },
        "isCpuHotplugEnabled": {
          "type": "boolean",
          "description": "Indicates whether the VM CPU hotplug is enabled.\n"
        },
        "isCpuPassthroughEnabled": {
          "type": "boolean",
          "description": "Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.\n"
        },
        "isGpuConsoleEnabled": {
          "type": "boolean",
          "description": "Indicates whether the vGPU console is enabled or not.\n"
        },
        "isMemoryOvercommitEnabled": {
          "type": "boolean",
          "description": "Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.\n"
        },
        "isScsiControllerEnabled": {
          "type": "boolean",
          "description": "Indicates whether the VM SCSI controller is enabled.\n"
        },
        "isVcpuHardPinningEnabled": {
          "type": "boolean",
          "description": "Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.\n"
        },
        "isVgaConsoleEnabled": {
          "type": "boolean",
          "description": "Indicates whether the VGA console should be disabled or not.\n"
        },
        "machineType": {
          "type": "string",
          "description": "Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks. Valid values are \"PSERIES\", \"Q35\", \"PC\" .\n"
        },
        "memorySizeBytes": {
          "type": "integer",
          "description": "Memory size in bytes.\n"
        },
        "name": {
          "type": "string",
          "description": "VM name.\n"
        },
        "nics": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Nic:VirtualMachineV2Nic"
          },
          "description": "NICs attached to the VM.\n"
        },
        "numCoresPerSocket": {
          "type": "integer",
          "description": "Number of cores per socket. Value should be at least 1.\n"
        },
        "numNumaNodes": {
          "type": "integer",
          "description": "Number of NUMA nodes. 0 means NUMA is disabled.\n"
        },
        "numSockets": {
          "type": "integer",
          "description": "Number of vCPU sockets. Value should be at least 1.\n"
        },
        "numThreadsPerCore": {
          "type": "integer",
          "description": "Number of threads per core. Value should be at least 1.\n"
        },
        "ownershipInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2OwnershipInfo:VirtualMachineV2OwnershipInfo"
          },
          "description": "Ownership information for the VM.\n"
        },
        "powerState": {
          "type": "string"
        },
        "protectionPolicyStates": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2ProtectionPolicyState:VirtualMachineV2ProtectionPolicyState"
          },
          "description": "Status of protection policy applied to this VM.\n"
        },
        "protectionType": {
          "type": "string",
          "description": "The type of protection applied on a VM. Valid values \"PD_PROTECTED\", \"UNPROTECTED\", \"RULE_PROTECTED\".\n"
        },
        "serialPorts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2SerialPort:VirtualMachineV2SerialPort"
          },
          "description": "Serial ports configured on the VM.\n"
        },
        "sources": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2Source:VirtualMachineV2Source"
          },
          "description": "Reference to an entity that the VM should be cloned or created from. Valid values are \"VM\", \"VM_RECOVERY_POINT\".\n"
        },
        "storageConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2StorageConfig:VirtualMachineV2StorageConfig"
          },
          "description": "Storage configuration for VM.\n"
        },
        "vtpmConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVirtualMachineV2VtpmConfig:VirtualMachineV2VtpmConfig"
          },
          "description": "Indicates how the vTPM for the VM should be configured.\n"
        }
      },
      "stateInputs": {
        "description": "Input properties used for looking up and filtering VirtualMachineV2 resources.\n",
        "properties": {
          "apcConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2ApcConfig:VirtualMachineV2ApcConfig"
            },
            "description": "Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.\n"
          },
          "availabilityZones": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2AvailabilityZone:VirtualMachineV2AvailabilityZone"
            }
          },
          "biosUuid": {
            "type": "string",
            "description": "BIOS UUID of the VM. It should be of type UUID.\n"
          },
          "bootConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2BootConfig:VirtualMachineV2BootConfig"
            },
            "description": "Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.\n"
          },
          "categories": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2Category:VirtualMachineV2Category"
            },
            "description": "Categories for the VM.\n"
          },
          "cdRoms": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2CdRom:VirtualMachineV2CdRom"
            },
            "description": "CD-ROMs attached to the VM.\n"
          },
          "clusters": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2Cluster:VirtualMachineV2Cluster"
            },
            "description": "Reference to a cluster.\n"
          },
          "createTime": {
            "type": "string",
            "description": "VM creation time\n"
          },
          "description": {
            "type": "string",
            "description": "VM description\n"
          },
          "disks": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2Disk:VirtualMachineV2Disk"
            },
            "description": "Disks attached to the VM.\n"
          },
          "enabledCpuFeatures": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor. Valid values are \"HARDWARE_VIRTUALIZATION\".\n"
          },
          "extId": {
            "type": "string",
            "description": "A globally unique identifier of an instance that is suitable for external consumption.\n"
          },
          "generationUuid": {
            "type": "string",
            "description": "Generation UUID of the VM. It should be of type UUID.\n"
          },
          "gpuses": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2Gpus:VirtualMachineV2Gpus"
            },
            "description": "GPUs attached to the VM.\n"
          },
          "guestCustomizations": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestCustomization:VirtualMachineV2GuestCustomization"
            },
            "description": "Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.\n"
          },
          "guestTools": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2GuestTool:VirtualMachineV2GuestTool"
            },
            "description": "The details about Nutanix Guest Tools for a VM.\n"
          },
          "hardwareClockTimezone": {
            "type": "string",
            "description": "VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).\n"
          },
          "hosts": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2Host:VirtualMachineV2Host"
            },
            "description": "Reference to the host, the VM is running on.\n"
          },
          "isAgentVm": {
            "type": "boolean",
            "description": "Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.\n"
          },
          "isBrandingEnabled": {
            "type": "boolean",
            "description": "Indicates whether to remove AHV branding from VM firmware tables or not.\n"
          },
          "isCpuHotplugEnabled": {
            "type": "boolean",
            "description": "Indicates whether the VM CPU hotplug is enabled.\n"
          },
          "isCpuPassthroughEnabled": {
            "type": "boolean",
            "description": "Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.\n"
          },
          "isGpuConsoleEnabled": {
            "type": "boolean",
            "description": "Indicates whether the vGPU console is enabled or not.\n"
          },
          "isMemoryOvercommitEnabled": {
            "type": "boolean",
            "description": "Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.\n"
          },
          "isScsiControllerEnabled": {
            "type": "boolean",
            "description": "Indicates whether the VM SCSI controller is enabled.\n"
          },
          "isVcpuHardPinningEnabled": {
            "type": "boolean",
            "description": "Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.\n"
          },
          "isVgaConsoleEnabled": {
            "type": "boolean",
            "description": "Indicates whether the VGA console should be disabled or not.\n"
          },
          "machineType": {
            "type": "string",
            "description": "Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks. Valid values are \"PSERIES\", \"Q35\", \"PC\" .\n"
          },
          "memorySizeBytes": {
            "type": "integer",
            "description": "Memory size in bytes.\n"
          },
          "name": {
            "type": "string",
            "description": "VM name.\n"
          },
          "nics": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2Nic:VirtualMachineV2Nic"
            },
            "description": "NICs attached to the VM.\n"
          },
          "numCoresPerSocket": {
            "type": "integer",
            "description": "Number of cores per socket. Value should be at least 1.\n"
          },
          "numNumaNodes": {
            "type": "integer",
            "description": "Number of NUMA nodes. 0 means NUMA is disabled.\n"
          },
          "numSockets": {
            "type": "integer",
            "description": "Number of vCPU sockets. Value should be at least 1.\n"
          },
          "numThreadsPerCore": {
            "type": "integer",
            "description": "Number of threads per core. Value should be at least 1.\n"
          },
          "ownershipInfos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2OwnershipInfo:VirtualMachineV2OwnershipInfo"
            },
            "description": "Ownership information for the VM.\n"
          },
          "powerState": {
            "type": "string"
          },
          "protectionPolicyStates": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2ProtectionPolicyState:VirtualMachineV2ProtectionPolicyState"
            },
            "description": "Status of protection policy applied to this VM.\n"
          },
          "protectionType": {
            "type": "string",
            "description": "The type of protection applied on a VM. Valid values \"PD_PROTECTED\", \"UNPROTECTED\", \"RULE_PROTECTED\".\n"
          },
          "serialPorts": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2SerialPort:VirtualMachineV2SerialPort"
            },
            "description": "Serial ports configured on the VM.\n"
          },
          "sources": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2Source:VirtualMachineV2Source"
            },
            "description": "Reference to an entity that the VM should be cloned or created from. Valid values are \"VM\", \"VM_RECOVERY_POINT\".\n"
          },
          "storageConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2StorageConfig:VirtualMachineV2StorageConfig"
            },
            "description": "Storage configuration for VM.\n"
          },
          "updateTime": {
            "type": "string",
            "description": "VM last updated time.\n"
          },
          "vtpmConfigs": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVirtualMachineV2VtpmConfig:VirtualMachineV2VtpmConfig"
            },
            "description": "Indicates how the vTPM for the VM should be configured.\n"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/vmCdromInsertEjectV2:VmCdromInsertEjectV2": {
      "properties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCdromInsertEjectV2BackingInfo:VmCdromInsertEjectV2BackingInfo"
          }
        },
        "extId": {
          "type": "string"
        },
        "vmExtId": {
          "type": "string"
        }
      },
      "type": "object",
      "required": [
        "extId",
        "vmExtId"
      ],
      "inputProperties": {
        "backingInfos": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCdromInsertEjectV2BackingInfo:VmCdromInsertEjectV2BackingInfo"
          }
        },
        "extId": {
          "type": "string"
        },
        "vmExtId": {
          "type": "string"
        }
      },
      "requiredInputs": [
        "extId",
        "vmExtId"
      ],
      "stateInputs": {
        "description": "Input properties used for looking up and filtering VmCdromInsertEjectV2 resources.\n",
        "properties": {
          "backingInfos": {
            "type": "array",
            "items": {
              "$ref": "#/types/nutanix:index%2FVmCdromInsertEjectV2BackingInfo:VmCdromInsertEjectV2BackingInfo"
            }
          },
          "extId": {
            "type": "string"
          },
          "vmExtId": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "nutanix:index/vmCloneV2:VmCloneV2": {
      "properties": {
        "apcConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2ApcConfig:VmCloneV2ApcConfig"
          }
        },
        "biosUuid": {
          "type": "string"
        },
        "bootConfigs": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2BootConfig:VmCloneV2BootConfig"
          }
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2Category:VmCloneV2Category"
          }
        },
        "cdRoms": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2CdRom:VmCloneV2CdRom"
          }
        },
        "clusters": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2Cluster:VmCloneV2Cluster"
          }
        },
        "createTime": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "disks": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2Disk:VmCloneV2Disk"
          }
        },
        "enabledCpuFeatures": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "extId": {
          "type": "string"
        },
        "generationUuid": {
          "type": "string"
        },
        "gpuses": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2Gpus:VmCloneV2Gpus"
          }
        },
        "guestCustomizations": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestCustomization:VmCloneV2GuestCustomization"
          }
        },
        "guestTools": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2GuestTool:VmCloneV2GuestTool"
          }
        },
        "hardwareClockTimezone": {
          "type": "string"
        },
        "hosts": {
          "type": "array",
          "items": {
            "$ref": "#/types/nutanix:index%2FVmCloneV2Host:VmCloneV2Host"
          }
        },
        "isAgentVm": {
          "type": "boolean"
        },
        "isBrandingEnabled": {
          "type": "boolean"
        },
        "isCpuHotplugEnabled": {
          "type": "boolean"
        },
        "isC