VxRailDetails

VxRailDetails
VxRailDetails

Contains the VxRail Manager details

JSON Example
{
    "adminCredentials": {
        "credentialType": "One among: SSH",
        "password": "string",
        "username": "string"
    },
    "dnsName": "string",
    "ipAddress": "string",
    "networks": [
        {
            "freeIps": [
                "string"
            ],
            "gateway": "string",
            "id": "string",
            "ipPools": [
                {
                    "end": "string",
                    "start": "string"
                }
            ],
            "mask": "string",
            "mtu": 0,
            "subnet": "string",
            "type": "string",
            "usedIps": [
                "string"
            ],
            "vlanId": 0
        }
    ],
    "nicProfile": "string",
    "rootCredentials": {
        "credentialType": "One among: SSH",
        "password": "string",
        "username": "string"
    },
    "sshThumbprint": "string",
    "sslThumbprint": "string"
}
adminCredentials
Optional

Represents credentials of am unmanaged resource (i.e a resource that is not managed by VCF)

string
dnsName
Optional

DNS Name/Hostname of the VxRail Manager

string
ipAddress
Optional

IP Address of the VxRail Manager

array of Network
networks
Optional

Network details of the VxRail Manager

string
nicProfile
Optional

Nic Profile Type

rootCredentials
Optional

Represents credentials of am unmanaged resource (i.e a resource that is not managed by VCF)

string
sshThumbprint
Optional

SSH thumbprint of the VxRail Manager

string
sslThumbprint
Optional

SSL thumbprint of the VxRail Manager

Property Of