vcenter lcm: destination appliance service
The configuration of vCenter services. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Representation:
{
"ssh" : {
"enabled" : true
},
"rhttpproxy" : {
"https_port" : 1,
"http_port" : 1
}
}
"ssh" : {
"enabled" : true
},
"rhttpproxy" : {
"https_port" : 1,
"http_port" : 1
}
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
ssh | ssh | Whether to enable SSH on the vCenter Appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Default value is used when SSH configuration is not provided. |
Optional | ||
rhttpproxy | reverse_proxy | Port numbers on which the vCenter Server Appliance communicates with the other vSphere components. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Default value used reverse proxy not provided. |
rhttpproxy.http_port | long | Reverse proxy http port. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to 8080. |
rhttpproxy.https_port | long | Reverse proxy https port. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to 8443. |
ssh.enabled | boolean | Whether to enable SSH. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to False. |