Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForUsagesUnit ¶
func PossibleValuesForUsagesUnit() []string
func ValidateVaultID ¶
ValidateVaultID checks that 'input' can be parsed as a Vault ID
Types ¶
type UsagesListByVaultsOperationResponse ¶
type UsagesListByVaultsOperationResponse struct { HttpResponse *http.Response Model *VaultUsageList }
type UsagesUnit ¶
type UsagesUnit string
const ( UsagesUnitBytes UsagesUnit = "Bytes" UsagesUnitBytesPerSecond UsagesUnit = "BytesPerSecond" UsagesUnitCount UsagesUnit = "Count" UsagesUnitCountPerSecond UsagesUnit = "CountPerSecond" UsagesUnitPercent UsagesUnit = "Percent" UsagesUnitSeconds UsagesUnit = "Seconds" )
type VaultId ¶
VaultId is a struct representing the Resource ID for a Vault
func NewVaultID ¶
NewVaultID returns a new VaultId struct
func ParseVaultID ¶
ParseVaultID parses 'input' into a VaultId
func ParseVaultIDInsensitively ¶
ParseVaultIDInsensitively parses 'input' case-insensitively into a VaultId note: this method should only be used for API response data and not user input
func (VaultId) Segments ¶
func (id VaultId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Vault ID
type VaultUsage ¶
type VaultUsage struct { CurrentValue *int64 `json:"currentValue,omitempty"` Limit *int64 `json:"limit,omitempty"` Name *NameInfo `json:"name,omitempty"` NextResetTime *string `json:"nextResetTime,omitempty"` QuotaPeriod *string `json:"quotaPeriod,omitempty"` Unit *UsagesUnit `json:"unit,omitempty"` }
func (*VaultUsage) GetNextResetTimeAsTime ¶
func (o *VaultUsage) GetNextResetTimeAsTime() (*time.Time, error)
func (*VaultUsage) SetNextResetTimeAsTime ¶
func (o *VaultUsage) SetNextResetTimeAsTime(input time.Time)
type VaultUsageList ¶
type VaultUsageList struct {
Value *[]VaultUsage `json:"value,omitempty"`
}
type VaultUsagesClient ¶
func NewVaultUsagesClientWithBaseURI ¶
func NewVaultUsagesClientWithBaseURI(endpoint string) VaultUsagesClient
func (VaultUsagesClient) UsagesListByVaults ¶
func (c VaultUsagesClient) UsagesListByVaults(ctx context.Context, id VaultId) (result UsagesListByVaultsOperationResponse, err error)
UsagesListByVaults ...
Click to show internal directories.
Click to hide internal directories.