iaas

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Image_Arch_DEFAULT string
View Source
var Image_Id_DEFAULT string
View Source
var Image_SystemType_DEFAULT string
View Source
var KitexUnusedProtection = struct{}{}

KitexUnusedProtection is used to prevent 'imported and not used' error.

Functions

This section is empty.

Types

type Image

type Image struct {
	Id            *string `thrift:"Id,1" json:"Id,omitempty"`
	Name          string  `thrift:"Name,2,required" json:"Name"`
	SystemType    *string `thrift:"SystemType,3" json:"SystemType,omitempty"`
	Arch          *string `thrift:"Arch,4" json:"Arch,omitempty"`
	KernelVersion string  `thrift:"KernelVersion,5,required" json:"KernelVersion"`
}

func NewImage

func NewImage() *Image

func (*Image) BLength

func (p *Image) BLength() int

func (*Image) DeepEqual

func (p *Image) DeepEqual(ano *Image) bool

func (*Image) FastRead

func (p *Image) FastRead(buf []byte) (int, error)

func (*Image) FastReadField1

func (p *Image) FastReadField1(buf []byte) (int, error)

func (*Image) FastReadField2

func (p *Image) FastReadField2(buf []byte) (int, error)

func (*Image) FastReadField3

func (p *Image) FastReadField3(buf []byte) (int, error)

func (*Image) FastReadField4

func (p *Image) FastReadField4(buf []byte) (int, error)

func (*Image) FastReadField5

func (p *Image) FastReadField5(buf []byte) (int, error)

func (*Image) FastWrite

func (p *Image) FastWrite(buf []byte) int

for compatibility

func (*Image) FastWriteNocopy

func (p *Image) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*Image) Field1DeepEqual

func (p *Image) Field1DeepEqual(src *string) bool

func (*Image) Field2DeepEqual

func (p *Image) Field2DeepEqual(src string) bool

func (*Image) Field3DeepEqual

func (p *Image) Field3DeepEqual(src *string) bool

func (*Image) Field4DeepEqual

func (p *Image) Field4DeepEqual(src *string) bool

func (*Image) Field5DeepEqual

func (p *Image) Field5DeepEqual(src string) bool

func (*Image) GetArch

func (p *Image) GetArch() (v string)

func (*Image) GetId

func (p *Image) GetId() (v string)

func (*Image) GetKernelVersion

func (p *Image) GetKernelVersion() (v string)

func (*Image) GetName

func (p *Image) GetName() (v string)

func (*Image) GetSystemType

func (p *Image) GetSystemType() (v string)

func (*Image) IsSetArch

func (p *Image) IsSetArch() bool

func (*Image) IsSetId

func (p *Image) IsSetId() bool

func (*Image) IsSetSystemType

func (p *Image) IsSetSystemType() bool

func (*Image) Read

func (p *Image) Read(iprot thrift.TProtocol) (err error)

func (*Image) ReadField1

func (p *Image) ReadField1(iprot thrift.TProtocol) error

func (*Image) ReadField2

func (p *Image) ReadField2(iprot thrift.TProtocol) error

func (*Image) ReadField3

func (p *Image) ReadField3(iprot thrift.TProtocol) error

func (*Image) ReadField4

func (p *Image) ReadField4(iprot thrift.TProtocol) error

func (*Image) ReadField5

func (p *Image) ReadField5(iprot thrift.TProtocol) error

func (*Image) SetArch

func (p *Image) SetArch(val *string)

func (*Image) SetId

func (p *Image) SetId(val *string)

func (*Image) SetKernelVersion

func (p *Image) SetKernelVersion(val string)

func (*Image) SetName

func (p *Image) SetName(val string)

func (*Image) SetSystemType

func (p *Image) SetSystemType(val *string)

func (*Image) String

func (p *Image) String() string

func (*Image) Write

func (p *Image) Write(oprot thrift.TProtocol) (err error)

type Instance

type Instance struct {
	Id   string `thrift:"Id,1,required" json:"Id"`
	Name string `thrift:"Name,2,required" json:"Name"`
}

func NewInstance

func NewInstance() *Instance

func (*Instance) BLength

func (p *Instance) BLength() int

func (*Instance) DeepEqual

func (p *Instance) DeepEqual(ano *Instance) bool

func (*Instance) FastRead

func (p *Instance) FastRead(buf []byte) (int, error)

func (*Instance) FastReadField1

func (p *Instance) FastReadField1(buf []byte) (int, error)

func (*Instance) FastReadField2

func (p *Instance) FastReadField2(buf []byte) (int, error)

func (*Instance) FastWrite

func (p *Instance) FastWrite(buf []byte) int

for compatibility

func (*Instance) FastWriteNocopy

func (p *Instance) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*Instance) Field1DeepEqual

func (p *Instance) Field1DeepEqual(src string) bool

func (*Instance) Field2DeepEqual

func (p *Instance) Field2DeepEqual(src string) bool

func (*Instance) GetId

func (p *Instance) GetId() (v string)

func (*Instance) GetName

func (p *Instance) GetName() (v string)

func (*Instance) Read

func (p *Instance) Read(iprot thrift.TProtocol) (err error)

func (*Instance) ReadField1

func (p *Instance) ReadField1(iprot thrift.TProtocol) error

func (*Instance) ReadField2

func (p *Instance) ReadField2(iprot thrift.TProtocol) error

func (*Instance) SetId

func (p *Instance) SetId(val string)

func (*Instance) SetName

func (p *Instance) SetName(val string)

func (*Instance) String

func (p *Instance) String() string

func (*Instance) Write

func (p *Instance) Write(oprot thrift.TProtocol) (err error)

type Project

type Project struct {
	Id string `thrift:"Id,1,required" json:"Id"`
}

func NewProject

func NewProject() *Project

func (*Project) BLength

func (p *Project) BLength() int

func (*Project) DeepEqual

func (p *Project) DeepEqual(ano *Project) bool

func (*Project) FastRead

func (p *Project) FastRead(buf []byte) (int, error)

func (*Project) FastReadField1

func (p *Project) FastReadField1(buf []byte) (int, error)

func (*Project) FastWrite

func (p *Project) FastWrite(buf []byte) int

for compatibility

func (*Project) FastWriteNocopy

func (p *Project) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*Project) Field1DeepEqual

func (p *Project) Field1DeepEqual(src string) bool

func (*Project) GetId

func (p *Project) GetId() (v string)

func (*Project) Read

func (p *Project) Read(iprot thrift.TProtocol) (err error)

func (*Project) ReadField1

func (p *Project) ReadField1(iprot thrift.TProtocol) error

func (*Project) SetId

func (p *Project) SetId(val string)

func (*Project) String

func (p *Project) String() string

func (*Project) Write

func (p *Project) Write(oprot thrift.TProtocol) (err error)

type Region

type Region struct {
	Id string `thrift:"Id,1,required" json:"Id"`
}

func NewRegion

func NewRegion() *Region

func (*Region) BLength

func (p *Region) BLength() int

func (*Region) DeepEqual

func (p *Region) DeepEqual(ano *Region) bool

func (*Region) FastRead

func (p *Region) FastRead(buf []byte) (int, error)

func (*Region) FastReadField1

func (p *Region) FastReadField1(buf []byte) (int, error)

func (*Region) FastWrite

func (p *Region) FastWrite(buf []byte) int

for compatibility

func (*Region) FastWriteNocopy

func (p *Region) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*Region) Field1DeepEqual

func (p *Region) Field1DeepEqual(src string) bool

func (*Region) GetId

func (p *Region) GetId() (v string)

func (*Region) Read

func (p *Region) Read(iprot thrift.TProtocol) (err error)

func (*Region) ReadField1

func (p *Region) ReadField1(iprot thrift.TProtocol) error

func (*Region) SetId

func (p *Region) SetId(val string)

func (*Region) String

func (p *Region) String() string

func (*Region) Write

func (p *Region) Write(oprot thrift.TProtocol) (err error)

type SecurityGroup

type SecurityGroup struct {
	Id   string `thrift:"Id,1,required" json:"Id"`
	Name string `thrift:"Name,2,required" json:"Name"`
}

func NewSecurityGroup

func NewSecurityGroup() *SecurityGroup

func (*SecurityGroup) BLength

func (p *SecurityGroup) BLength() int

func (*SecurityGroup) DeepEqual

func (p *SecurityGroup) DeepEqual(ano *SecurityGroup) bool

func (*SecurityGroup) FastRead

func (p *SecurityGroup) FastRead(buf []byte) (int, error)

func (*SecurityGroup) FastReadField1

func (p *SecurityGroup) FastReadField1(buf []byte) (int, error)

func (*SecurityGroup) FastReadField2

func (p *SecurityGroup) FastReadField2(buf []byte) (int, error)

func (*SecurityGroup) FastWrite

func (p *SecurityGroup) FastWrite(buf []byte) int

for compatibility

func (*SecurityGroup) FastWriteNocopy

func (p *SecurityGroup) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*SecurityGroup) Field1DeepEqual

func (p *SecurityGroup) Field1DeepEqual(src string) bool

func (*SecurityGroup) Field2DeepEqual

func (p *SecurityGroup) Field2DeepEqual(src string) bool

func (*SecurityGroup) GetId

func (p *SecurityGroup) GetId() (v string)

func (*SecurityGroup) GetName

func (p *SecurityGroup) GetName() (v string)

func (*SecurityGroup) Read

func (p *SecurityGroup) Read(iprot thrift.TProtocol) (err error)

func (*SecurityGroup) ReadField1

func (p *SecurityGroup) ReadField1(iprot thrift.TProtocol) error

func (*SecurityGroup) ReadField2

func (p *SecurityGroup) ReadField2(iprot thrift.TProtocol) error

func (*SecurityGroup) SetId

func (p *SecurityGroup) SetId(val string)

func (*SecurityGroup) SetName

func (p *SecurityGroup) SetName(val string)

func (*SecurityGroup) String

func (p *SecurityGroup) String() string

func (*SecurityGroup) Write

func (p *SecurityGroup) Write(oprot thrift.TProtocol) (err error)

type Subnet

type Subnet struct {
	Id   string `thrift:"Id,1,required" json:"Id"`
	Name string `thrift:"Name,2,required" json:"Name"`
}

func NewSubnet

func NewSubnet() *Subnet

func (*Subnet) BLength

func (p *Subnet) BLength() int

func (*Subnet) DeepEqual

func (p *Subnet) DeepEqual(ano *Subnet) bool

func (*Subnet) FastRead

func (p *Subnet) FastRead(buf []byte) (int, error)

func (*Subnet) FastReadField1

func (p *Subnet) FastReadField1(buf []byte) (int, error)

func (*Subnet) FastReadField2

func (p *Subnet) FastReadField2(buf []byte) (int, error)

func (*Subnet) FastWrite

func (p *Subnet) FastWrite(buf []byte) int

for compatibility

func (*Subnet) FastWriteNocopy

func (p *Subnet) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*Subnet) Field1DeepEqual

func (p *Subnet) Field1DeepEqual(src string) bool

func (*Subnet) Field2DeepEqual

func (p *Subnet) Field2DeepEqual(src string) bool

func (*Subnet) GetId

func (p *Subnet) GetId() (v string)

func (*Subnet) GetName

func (p *Subnet) GetName() (v string)

func (*Subnet) Read

func (p *Subnet) Read(iprot thrift.TProtocol) (err error)

func (*Subnet) ReadField1

func (p *Subnet) ReadField1(iprot thrift.TProtocol) error

func (*Subnet) ReadField2

func (p *Subnet) ReadField2(iprot thrift.TProtocol) error

func (*Subnet) SetId

func (p *Subnet) SetId(val string)

func (*Subnet) SetName

func (p *Subnet) SetName(val string)

func (*Subnet) String

func (p *Subnet) String() string

func (*Subnet) Write

func (p *Subnet) Write(oprot thrift.TProtocol) (err error)

type Vpc

type Vpc struct {
	Id   string `thrift:"Id,1,required" json:"Id"`
	Name string `thrift:"Name,2,required" json:"Name"`
}

func NewVpc

func NewVpc() *Vpc

func (*Vpc) BLength

func (p *Vpc) BLength() int

func (*Vpc) DeepEqual

func (p *Vpc) DeepEqual(ano *Vpc) bool

func (*Vpc) FastRead

func (p *Vpc) FastRead(buf []byte) (int, error)

func (*Vpc) FastReadField1

func (p *Vpc) FastReadField1(buf []byte) (int, error)

func (*Vpc) FastReadField2

func (p *Vpc) FastReadField2(buf []byte) (int, error)

func (*Vpc) FastWrite

func (p *Vpc) FastWrite(buf []byte) int

for compatibility

func (*Vpc) FastWriteNocopy

func (p *Vpc) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*Vpc) Field1DeepEqual

func (p *Vpc) Field1DeepEqual(src string) bool

func (*Vpc) Field2DeepEqual

func (p *Vpc) Field2DeepEqual(src string) bool

func (*Vpc) GetId

func (p *Vpc) GetId() (v string)

func (*Vpc) GetName

func (p *Vpc) GetName() (v string)

func (*Vpc) Read

func (p *Vpc) Read(iprot thrift.TProtocol) (err error)

func (*Vpc) ReadField1

func (p *Vpc) ReadField1(iprot thrift.TProtocol) error

func (*Vpc) ReadField2

func (p *Vpc) ReadField2(iprot thrift.TProtocol) error

func (*Vpc) SetId

func (p *Vpc) SetId(val string)

func (*Vpc) SetName

func (p *Vpc) SetName(val string)

func (*Vpc) String

func (p *Vpc) String() string

func (*Vpc) Write

func (p *Vpc) Write(oprot thrift.TProtocol) (err error)

type Zone

type Zone struct {
	Id   string `thrift:"Id,1,required" json:"Id"`
	Name string `thrift:"Name,2,required" json:"Name"`
}

func NewZone

func NewZone() *Zone

func (*Zone) BLength

func (p *Zone) BLength() int

func (*Zone) DeepEqual

func (p *Zone) DeepEqual(ano *Zone) bool

func (*Zone) FastRead

func (p *Zone) FastRead(buf []byte) (int, error)

func (*Zone) FastReadField1

func (p *Zone) FastReadField1(buf []byte) (int, error)

func (*Zone) FastReadField2

func (p *Zone) FastReadField2(buf []byte) (int, error)

func (*Zone) FastWrite

func (p *Zone) FastWrite(buf []byte) int

for compatibility

func (*Zone) FastWriteNocopy

func (p *Zone) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*Zone) Field1DeepEqual

func (p *Zone) Field1DeepEqual(src string) bool

func (*Zone) Field2DeepEqual

func (p *Zone) Field2DeepEqual(src string) bool

func (*Zone) GetId

func (p *Zone) GetId() (v string)

func (*Zone) GetName

func (p *Zone) GetName() (v string)

func (*Zone) Read

func (p *Zone) Read(iprot thrift.TProtocol) (err error)

func (*Zone) ReadField1

func (p *Zone) ReadField1(iprot thrift.TProtocol) error

func (*Zone) ReadField2

func (p *Zone) ReadField2(iprot thrift.TProtocol) error

func (*Zone) SetId

func (p *Zone) SetId(val string)

func (*Zone) SetName

func (p *Zone) SetName(val string)

func (*Zone) String

func (p *Zone) String() string

func (*Zone) Write

func (p *Zone) Write(oprot thrift.TProtocol) (err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL