VxRailDetails
VxRailDetails
Contains the VxRail Manager details
JSON Example
{
"adminCredentials": {
"credentialType": "One among: SSH",
"password": "string",
"username": "string"
},
"contextWithKeyValuePair": {
"contextWithKeyValuePair": "List Object"
},
"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)
object
contextWithKeyValuePair
Optional
Map of Context class with list of key and value pairs
string
dnsName
Optional
DNS Name/Hostname of the VxRail Manager
string
ipAddress
Optional
IP Address 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