VcenterSettingsV1ConfigComponentsApplmgmtAccessSettings

This AccessSettings structure to set/get access settings.


Properties

console_cli Optional

Get/Set enabled state of the console-based controlled CLI. Consolecli service provides operations


dcui Optional

Get/Set enabled of Direct Console User Interface (DCUI TTY2). Dcui service provides operations


shell Optional

Get/Set enabled state of BASH. Shell service provides operations


ssh Optional

Get/Set enabled state of SSH-based controlled CLI. Ssh service provides operations

JSON Example

{
	"console_cli": {
		"enabled": false
	},
	"dcui": {
		"enabled": false
	},
	"shell": {
		"enabled": false,
		"timeout": 0
	},
	"ssh": {
		"enabled": false
	}
}

Feedback

Was this page helpful?