OSProfile interface
Specifies the operating system settings for the HANA instance.
Properties
computer |
Specifies the host OS name of the HANA instance. |
os |
This property allows you to specify the type of the OS. NOTE: This property will not be serialized. It can only be populated by the server. |
ssh |
Specifies the SSH public key used to access the operating system. |
version | Specifies version of operating system. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
computerName
Specifies the host OS name of the HANA instance.
computerName?: string
Property Value
string
osType
This property allows you to specify the type of the OS. NOTE: This property will not be serialized. It can only be populated by the server.
osType?: string
Property Value
string
sshPublicKey
Specifies the SSH public key used to access the operating system.
sshPublicKey?: string
Property Value
string
version
Specifies version of operating system. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string