Description Usage Arguments Value Request syntax Examples
View source: R/storagegateway_operations.R
Sets the password for your VM local console. When you log in to the local console for the first time, you log in to the VM with the default credentials. We recommend that you set a new password. You don't need to know the default password to set a new password.
1 2 | storagegateway_set_local_console_password(GatewayARN,
LocalConsolePassword)
|
GatewayARN |
[required] |
LocalConsolePassword |
[required] The password you want to set for your VM local console. |
A list with the following syntax:
1 2 3 | list(
GatewayARN = "string"
)
|
1 2 3 4 | svc$set_local_console_password(
GatewayARN = "string",
LocalConsolePassword = "string"
)
|
1 2 3 4 5 6 7 8 | ## Not run:
# Sets the password for your VM local console.
svc$set_local_console_password(
GatewayARN = "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
LocalConsolePassword = "PassWordMustBeAtLeast6Chars."
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.