Documentation ¶
Index ¶
- Constants
- func AWSPolicyDiff(k, old, new string, d *schema.ResourceData) bool
- func New(version string) func() *schema.Provider
- type WekaAuthResponse
- type WekaClient
- type WekaErrorResponse
- type WekaFilesystem
- type WekaFileystemGroup
- type WekaGetUsers
- type WekaKMS
- type WekaS3Bucket
- type WekaUser
- type WekaUserPolicies
Constants ¶
View Source
const OurGb = 1000000000
Variables ¶
This section is empty.
Functions ¶
func AWSPolicyDiff ¶ added in v0.5.0
func AWSPolicyDiff(k, old, new string, d *schema.ResourceData) bool
Types ¶
type WekaAuthResponse ¶
type WekaClient ¶
type WekaClient struct {
// contains filtered or unexported fields
}
type WekaErrorResponse ¶
type WekaFilesystem ¶ added in v0.5.0
type WekaFilesystem struct { Data struct { ID string `json:"id"` AutoMaxFiles bool `json:"auto_max_files"` UsedSsdData int `json:"used_ssd_data"` Name string `json:"name"` UID string `json:"uid"` IsRemoving bool `json:"is_removing"` GroupID string `json:"group_id"` IsCreating bool `json:"is_creating"` FreeTotal int `json:"free_total"` IsEncrypted bool `json:"is_encrypted"` MetadataBudget int `json:"metadata_budget"` UsedTotalData int `json:"used_total_data"` UsedTotal int `json:"used_total"` SsdBudget int `json:"ssd_budget"` IsReady bool `json:"is_ready"` GroupName string `json:"group_name"` AvailableTotal int `json:"available_total"` Status string `json:"status"` UsedSsdMetadata int `json:"used_ssd_metadata"` AuthRequired bool `json:"auth_required"` AvailableSsdMetadata int `json:"available_ssd_metadata"` TotalBudget int `json:"total_budget"` UsedSsd int `json:"used_ssd"` ObsBuckets []struct { UID string `json:"uid"` State string `json:"state"` ObsID string `json:"obsId"` Mode string `json:"mode"` Name string `json:"name"` } `json:"obs_buckets"` AvailableSsd int `json:"available_ssd"` FreeSsd int `json:"free_ssd"` } `json:"data"` }
type WekaFileystemGroup ¶
type WekaGetUsers ¶ added in v0.5.5
type WekaS3Bucket ¶ added in v0.5.4
type WekaUserPolicies ¶ added in v0.5.5
Click to show internal directories.
Click to hide internal directories.