Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultNotFoundRetry = 360 // デフォルトの5秒おきリトライの場合30分
DefaultNotFoundRetry スイッチ+ルータ作成後のReadで404が返ってこなくなるまでに許容する404エラーの回数
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient struct {
Internet sacloud.InternetAPI
}
APIClient builderが利用するAPIクライアント
func NewAPIClient ¶
NewAPIClient builderが利用するAPIクライアントを返す
type Builder ¶
type Builder struct { Name string Description string Tags types.Tags IconID types.ID NetworkMaskLen int BandWidthMbps int EnableIPv6 bool NotFoundRetry int NoWait bool Client *APIClient }
Builder スイッチ+ルータの構築を行う
Click to show internal directories.
Click to hide internal directories.