VirtualCenterInfoV5

VirtualCenterInfoV5
VirtualCenterInfoV5

Information related to Virtual Center.

JSON Example
{
    "certificate_override": {
        "certificate": "string",
        "type": "PEM"
    },
    "deployment_type": "string",
    "description": "Virtual Center Server",
    "display_name": "vc1.example.com",
    "enabled": true,
    "has_virtual_tpm_pools": false,
    "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
    "instance_uuid": "6605d116-d1b5-4810-8e3a-b710b30993da",
    "instant_clone_debug_enabled": false,
    "limits": {
        "instant_clone_engine_provisioning_limit": 20,
        "instant_clone_maintenance_limit": 12,
        "power_operations_limit": 50,
        "provisioning_limit": 20
    },
    "maintenance_mode": false,
    "port": 443,
    "se_sparse_reclamation_enabled": true,
    "server_name": "vc1.example.com",
    "storage_accelerator_data": {
        "default_cache_size_mb": 1024,
        "enabled": false,
        "host_overrides": [
            {
                "cache_size_mb": 2048,
                "path": "/path/host"
            }
        ]
    },
    "use_ssl": true,
    "user_name": "[email protected]",
    "version": "6.5.0",
    "virtualTPMPools": false,
    "vsan_validation_status": "false"
}
certificate_override
Optional

certificate_override

string
deployment_type
Optional

Indicates different environments that Horizon can be deployed into.

  • GENERAL: Horizon is deployed on On-premises.
  • AZURE: Horizon is deployed on Azure.
  • AWS: Horizon is deployed on AWS.
  • DELL_EMC: Horizon is deployed on Dell EMC.
  • GOOGLE: Horizon is deployed on Google Cloud.
  • ORACLE: Horizon is deployed on Oracle Cloud.
Possible values are : GENERAL, AZURE, AWS, DELL_EMC, GOOGLE, ORACLE,
string
description
Optional

Human readable description of the Virtual Center instance.

string
display_name
Optional

Human readable name of the Virtual Center instance.

boolean
enabled
Optional

Indicates if the virtual center is enabled.

boolean
has_virtual_tpm_pools
Optional

Indicates if there is any instant clone Desktop pool associated with this Virtual Center which has addVirtualTPM set

string
id
Optional

Unique ID of the Virtual Center.

string
instance_uuid
Optional

Virtual center's instanceUuid.

boolean
instant_clone_debug_enabled
Optional

Indicates if instant clone debug mode is enabled

limits
Optional

limits

boolean
maintenance_mode
Optional

Indicates if maintenance or upgrade task is scheduled on Virtual center or hosts

integer As int32 As int32
port
Optional

Port of the virtual center to connect to.

boolean
se_sparse_reclamation_enabled
Optional

Indicates if Storage Efficiency Sparse (seSparse) reclamation is enabled.

string
server_name
Optional

Virtual Center's server name or IP address.

storage_accelerator_data
Optional

storage_accelerator_data

boolean
use_ssl
Optional

Indicates if SSL should be used when connecting to the server.

string
user_name
Optional

User name to use for the connection.

string
version
Optional

Version of the Virtual Center.

boolean
virtualTPMPools
Optional

virtualTPMPools

string
vsan_validation_status
Optional

Indicates if instant clone debug mode is enabled

  • OK: vSAN is compatible with the virtual center.
  • UNSUPPORTED_VC: vSAN is not supported on the virtual center.
  • UNSUPPORTED_HOST_OR_CLUSTER: vSAN is not supported on the host or cluster.
  • NOT_CONFIGURED: vSAN is not configured on the virtual center.
Possible values are : OK, UNSUPPORTED_VC, UNSUPPORTED_HOST_OR_CLUSTER, NOT_CONFIGURED,