PlatformConsoleSettings interface
Settings for platform console access to the storage pool
Properties
| api | API access settings |
| cli | CLI access settings |
| default |
Default username for console access (system-populated) |
| enabled | Whether platform console access is enabled for the storage pool or not.When enabled is false, all console access is disabled regardless of individual interface settings. |
| gui | GUI access settings |
| subnets | Subnets configured for platform console access |
Property Details
api
API access settings
api?: PlatformConsoleAccessSettings
Property Value
cli
CLI access settings
cli?: PlatformConsoleAccessSettings
Property Value
defaultUsername
Default username for console access (system-populated)
defaultUsername?: string
Property Value
string
enabled
Whether platform console access is enabled for the storage pool or not.When enabled is false, all console access is disabled regardless of individual interface settings.
enabled?: boolean
Property Value
boolean
gui
GUI access settings
gui?: PlatformConsoleAccessSettings
Property Value
subnets
Subnets configured for platform console access
subnets?: PlatformConsoleSubnet[]