VirtualCenterUpdateSpecV4

VirtualCenterUpdateSpecV4
VirtualCenterUpdateSpecV4

Virtual Center object to be updated.

JSON Example
{
    "certificate_override": {
        "certificate": "string",
        "type": "PEM"
    },
    "description": "Virtual Center Server",
    "display_name": "vc1.example.com",
    "enabled": true,
    "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,
    "password": [
        "<password>"
    ],
    "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"
            }
        ]
    },
    "user_name": "[email protected]"
}
certificate_override
Optional

certificate_override

string
description
Optional

Human readable description of the Virtual Center instance.

string
display_name
Required

Human readable display name of the virtual center instance.

boolean
enabled
Required

Indicates if the virtual center is enabled.

boolean
instant_clone_debug_enabled
Optional

Indicates if instant clone debug mode is enabled

limits
Required

limits

boolean
maintenance_mode
Optional

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

array of string
password
Required

Password to use for the connection

integer As int32 As int32
port
Required

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
Required

Virtual Center’s server name or IP address

storage_accelerator_data
Required

storage_accelerator_data

string
user_name
Required

User name to use for the connection.