Documentation
¶
Index ¶
- func GetInsecure(ctx *pulumi.Context) bool
- func GetPassword(ctx *pulumi.Context) string
- func GetRetryMaxTime(ctx *pulumi.Context) string
- func GetRetryMode(ctx *pulumi.Context) string
- func GetToken(ctx *pulumi.Context) string
- func GetUrl(ctx *pulumi.Context) string
- func GetUsername(ctx *pulumi.Context) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetInsecure ¶
Whether SSL should be verified or not. Can be set via the XOA_INSECURE environment variable.
func GetPassword ¶
Password for xoa api. Can be set via the XOA_PASSWORD environment variable.
func GetRetryMaxTime ¶
If `retryMode` is set, this specifies the duration for which the backoff method will continue retries. Can be set via the `XOA_RETRY_MAX_TIME` environment variable
func GetRetryMode ¶
Specifies if retries should be attempted for requests that require eventual . Can be set via the XOA_RETRY_MODE environment variable.
func GetUsername ¶
User account for xoa api. Can be set via the XOA_USER environment variable.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.