SddcLcm

SddcLcm
SDDC LCM

Represents SDDC LCM.

JSON Example
{
    "sddcGroupFqdn": "sddcGroupFqdn",
    "fqdn": "fqdn",
    "isPrimary": true,
    "vspClusters": [
        {
            "fqdn": "fqdn",
            "certificate": "certificate",
            "id": "id",
            "type": "MANAGEMENT"
        },
        {
            "fqdn": "fqdn",
            "certificate": "certificate",
            "id": "id",
            "type": "MANAGEMENT"
        }
    ],
    "backupConfig": {
        "incrementalSchedule": {
            "interval": 1,
            "fallbackToFull": true,
            "enabled": true
        },
        "storage": {
            "sftp": ""
        },
        "retention": {
            "maxBackups": 1,
            "maxAgeBackups": 1
        },
        "fullSchedule": {
            "schedule": {
                "days": [
                    "MON",
                    "TUE",
                    "WED",
                    "THU",
                    "FRI",
                    "SAT",
                    "SUN"
                ],
                "startTime": "startTime"
            },
            "enabled": true
        }
    },
    "sddcGroupId": "sddcGroupId",
    "vcenter": {
        "fqdn": "fqdn",
        "sslThumbprint": "sslThumbprint",
        "id": "id"
    },
    "id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "fleetDepot": {
        "fqdn": "fqdn",
        "certificate": "certificate"
    },
    "sddcGroupName": "sddcGroupName",
    "sddcGroupCertificate": "sddcGroupCertificate",
    "status": "HEALTHY"
}
string As uuid As uuid
id
Required

SDDC LCM identifier.

string
fqdn
Required

SDDC LCM service fqdn.

boolean
isPrimary
Optional

Whether this is the primary instance of the Fleet.

string
sddcGroupId
Required

SDDC Group identifier.

string
sddcGroupName
Required

SDDC Group name.

string
sddcGroupFqdn
Optional

SDDC Group fqdn.

string
sddcGroupCertificate
Optional

PEM encoded certificate (chain).

vcenter
Optional

vcenter

array of VspCluster
vspClusters
Optional

vspClusters

fleetDepot
Optional

Fleet Depot Service associated with the SDDC LCM.

backupConfig
Optional

Backup configuration for a component/cluster.

status
Optional

A common status object to define the health of a service.

Possible values are : HEALTHY, OFFLINE,
Property Of
Returned By