Home
last modified time | relevance | path

Searched defs:propSizeMB (Results 1 – 8 of 8) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/sacloud/libsacloud/sacloud/
H A Dprop_disk_size.go18 type propSizeMB struct { struct
19 SizeMB int `json:",omitempty"` // サイズ(MB単位)
23 func (p *propSizeMB) GetSizeMB() int {
28 func (p *propSizeMB) SetSizeMB(size int) {
33 func (p *propSizeMB) GetSizeGB() int {
41 func (p *propSizeMB) SetSizeGB(size int) {
H A Dcdrom.go23 propSizeMB // サイズ(MB単位) anonMember
H A Darchive.go28 propSizeMB // サイズ(MB単位) anonMember
H A Ddisk.go25 propSizeMB // サイズ(MB単位) anonMember
/dports/net/traefik/traefik-2.6.1/vendor/github.com/sacloud/libsacloud/sacloud/
H A Dprop_disk_size.go18 type propSizeMB struct { struct
19 SizeMB int `json:",omitempty"` // サイズ(MB単位)
23 func (p *propSizeMB) GetSizeMB() int {
28 func (p *propSizeMB) SetSizeMB(size int) {
33 func (p *propSizeMB) GetSizeGB() int {
41 func (p *propSizeMB) SetSizeGB(size int) {
H A Dcdrom.go23 propSizeMB // サイズ(MB単位) anonMember
H A Darchive.go28 propSizeMB // サイズ(MB単位) anonMember
H A Ddisk.go25 propSizeMB // サイズ(MB単位) anonMember