Documentation ¶
Overview ¶
Load Balancer/Actions unit tests
Index ¶
Constants ¶
View Source
const RebootRequest = `
{
"type": "HARD"
}
`
View Source
const ResetPasswordRequest = `
{
"username": "user-read"
}
`
View Source
const ResetPasswordResponse = `
{
"new_password": "ABCDabcd4321",
"username": "user-read"
}
`
Variables ¶
View Source
var ResetPasswordDetail = load_balancer_actions.Password{
NewPassword: "ABCDabcd4321",
Username: "user-read",
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.