packet

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_packet_packet_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	State        string                 `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	BondingMode  int64                  `protobuf:"varint,2,opt,name=bonding_mode,json=bondingMode,proto3" json:"bonding_mode,omitempty"`
	Manufacturer *Metadata_Manufacturer `protobuf:"bytes,3,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"`
	Instance     *Metadata_Instance     `protobuf:"bytes,4,opt,name=instance,proto3" json:"instance,omitempty"`
	Custom       *Metadata_Custom       `protobuf:"bytes,5,opt,name=custom,proto3" json:"custom,omitempty"`
	Facility     *Metadata_Facility     `protobuf:"bytes,6,opt,name=facility,proto3" json:"facility,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata) Descriptor deprecated

func (*Metadata) Descriptor() ([]byte, []int)

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetBondingMode

func (x *Metadata) GetBondingMode() int64

func (*Metadata) GetCustom

func (x *Metadata) GetCustom() *Metadata_Custom

func (*Metadata) GetFacility

func (x *Metadata) GetFacility() *Metadata_Facility

func (*Metadata) GetInstance

func (x *Metadata) GetInstance() *Metadata_Instance

func (*Metadata) GetManufacturer

func (x *Metadata) GetManufacturer() *Metadata_Manufacturer

func (*Metadata) GetState

func (x *Metadata) GetState() string

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect added in v0.2.0

func (x *Metadata) ProtoReflect() protoreflect.Message

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) String

func (x *Metadata) String() string

type Metadata_Custom

type Metadata_Custom struct {
	PreinstalledOperatingSystemVersion *Metadata_Instance_OperatingSystem `` /* 167-byte string literal not displayed */
	PrivateSubnets                     []string                           `protobuf:"bytes,2,rep,name=private_subnets,json=privateSubnets,proto3" json:"private_subnets,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Custom) Descriptor deprecated

func (*Metadata_Custom) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Custom.ProtoReflect.Descriptor instead.

func (*Metadata_Custom) GetPreinstalledOperatingSystemVersion

func (x *Metadata_Custom) GetPreinstalledOperatingSystemVersion() *Metadata_Instance_OperatingSystem

func (*Metadata_Custom) GetPrivateSubnets

func (x *Metadata_Custom) GetPrivateSubnets() []string

func (*Metadata_Custom) ProtoMessage

func (*Metadata_Custom) ProtoMessage()

func (*Metadata_Custom) ProtoReflect added in v0.2.0

func (x *Metadata_Custom) ProtoReflect() protoreflect.Message

func (*Metadata_Custom) Reset

func (x *Metadata_Custom) Reset()

func (*Metadata_Custom) String

func (x *Metadata_Custom) String() string

type Metadata_Facility

type Metadata_Facility struct {
	PlanSlug        string `protobuf:"bytes,1,opt,name=plan_slug,json=planSlug,proto3" json:"plan_slug,omitempty"`
	PlanVersionSlug string `protobuf:"bytes,2,opt,name=plan_version_slug,json=planVersionSlug,proto3" json:"plan_version_slug,omitempty"`
	FacilityCode    string `protobuf:"bytes,3,opt,name=facility_code,json=facilityCode,proto3" json:"facility_code,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Facility) Descriptor deprecated

func (*Metadata_Facility) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Facility.ProtoReflect.Descriptor instead.

func (*Metadata_Facility) GetFacilityCode

func (x *Metadata_Facility) GetFacilityCode() string

func (*Metadata_Facility) GetPlanSlug

func (x *Metadata_Facility) GetPlanSlug() string

func (*Metadata_Facility) GetPlanVersionSlug

func (x *Metadata_Facility) GetPlanVersionSlug() string

func (*Metadata_Facility) ProtoMessage

func (*Metadata_Facility) ProtoMessage()

func (*Metadata_Facility) ProtoReflect added in v0.2.0

func (x *Metadata_Facility) ProtoReflect() protoreflect.Message

func (*Metadata_Facility) Reset

func (x *Metadata_Facility) Reset()

func (*Metadata_Facility) String

func (x *Metadata_Facility) String() string

type Metadata_Instance

type Metadata_Instance struct {
	Id                     string                             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State                  string                             `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	Hostname               string                             `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"`
	AllowPxe               bool                               `protobuf:"varint,4,opt,name=allow_pxe,json=allowPxe,proto3" json:"allow_pxe,omitempty"`
	Rescue                 bool                               `protobuf:"varint,5,opt,name=rescue,proto3" json:"rescue,omitempty"`
	OperatingSystemVersion *Metadata_Instance_OperatingSystem `` /* 129-byte string literal not displayed */
	AlwaysPxe              bool                               `protobuf:"varint,7,opt,name=always_pxe,json=alwaysPxe,proto3" json:"always_pxe,omitempty"`
	IpxeScriptUrl          string                             `protobuf:"bytes,8,opt,name=ipxe_script_url,json=ipxeScriptUrl,proto3" json:"ipxe_script_url,omitempty"`
	Ips                    []*Metadata_Instance_IP            `protobuf:"bytes,9,rep,name=ips,proto3" json:"ips,omitempty"`
	Userdata               string                             `protobuf:"bytes,10,opt,name=userdata,proto3" json:"userdata,omitempty"`
	CryptedRootPassword    string                             `protobuf:"bytes,11,opt,name=crypted_root_password,json=cryptedRootPassword,proto3" json:"crypted_root_password,omitempty"`
	Tags                   []string                           `protobuf:"bytes,12,rep,name=tags,proto3" json:"tags,omitempty"`
	Storage                *Metadata_Instance_Storage         `protobuf:"bytes,13,opt,name=storage,proto3" json:"storage,omitempty"`
	SshKeys                []string                           `protobuf:"bytes,14,rep,name=ssh_keys,json=sshKeys,proto3" json:"ssh_keys,omitempty"`
	NetworkReady           bool                               `protobuf:"varint,15,opt,name=network_ready,json=networkReady,proto3" json:"network_ready,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Instance) Descriptor deprecated

func (*Metadata_Instance) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Instance.ProtoReflect.Descriptor instead.

func (*Metadata_Instance) GetAllowPxe

func (x *Metadata_Instance) GetAllowPxe() bool

func (*Metadata_Instance) GetAlwaysPxe

func (x *Metadata_Instance) GetAlwaysPxe() bool

func (*Metadata_Instance) GetCryptedRootPassword

func (x *Metadata_Instance) GetCryptedRootPassword() string

func (*Metadata_Instance) GetHostname

func (x *Metadata_Instance) GetHostname() string

func (*Metadata_Instance) GetId

func (x *Metadata_Instance) GetId() string

func (*Metadata_Instance) GetIps

func (x *Metadata_Instance) GetIps() []*Metadata_Instance_IP

func (*Metadata_Instance) GetIpxeScriptUrl

func (x *Metadata_Instance) GetIpxeScriptUrl() string

func (*Metadata_Instance) GetNetworkReady

func (x *Metadata_Instance) GetNetworkReady() bool

func (*Metadata_Instance) GetOperatingSystemVersion

func (x *Metadata_Instance) GetOperatingSystemVersion() *Metadata_Instance_OperatingSystem

func (*Metadata_Instance) GetRescue

func (x *Metadata_Instance) GetRescue() bool

func (*Metadata_Instance) GetSshKeys

func (x *Metadata_Instance) GetSshKeys() []string

func (*Metadata_Instance) GetState

func (x *Metadata_Instance) GetState() string

func (*Metadata_Instance) GetStorage

func (*Metadata_Instance) GetTags

func (x *Metadata_Instance) GetTags() []string

func (*Metadata_Instance) GetUserdata

func (x *Metadata_Instance) GetUserdata() string

func (*Metadata_Instance) ProtoMessage

func (*Metadata_Instance) ProtoMessage()

func (*Metadata_Instance) ProtoReflect added in v0.2.0

func (x *Metadata_Instance) ProtoReflect() protoreflect.Message

func (*Metadata_Instance) Reset

func (x *Metadata_Instance) Reset()

func (*Metadata_Instance) String

func (x *Metadata_Instance) String() string

type Metadata_Instance_IP

type Metadata_Instance_IP struct {
	Address    string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Netmask    string `protobuf:"bytes,2,opt,name=netmask,proto3" json:"netmask,omitempty"`
	Gateway    string `protobuf:"bytes,3,opt,name=gateway,proto3" json:"gateway,omitempty"`
	Family     int64  `protobuf:"varint,4,opt,name=family,proto3" json:"family,omitempty"`
	Public     bool   `protobuf:"varint,5,opt,name=public,proto3" json:"public,omitempty"`
	Management bool   `protobuf:"varint,6,opt,name=management,proto3" json:"management,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Instance_IP) Descriptor deprecated

func (*Metadata_Instance_IP) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Instance_IP.ProtoReflect.Descriptor instead.

func (*Metadata_Instance_IP) GetAddress

func (x *Metadata_Instance_IP) GetAddress() string

func (*Metadata_Instance_IP) GetFamily

func (x *Metadata_Instance_IP) GetFamily() int64

func (*Metadata_Instance_IP) GetGateway

func (x *Metadata_Instance_IP) GetGateway() string

func (*Metadata_Instance_IP) GetManagement

func (x *Metadata_Instance_IP) GetManagement() bool

func (*Metadata_Instance_IP) GetNetmask

func (x *Metadata_Instance_IP) GetNetmask() string

func (*Metadata_Instance_IP) GetPublic

func (x *Metadata_Instance_IP) GetPublic() bool

func (*Metadata_Instance_IP) ProtoMessage

func (*Metadata_Instance_IP) ProtoMessage()

func (*Metadata_Instance_IP) ProtoReflect added in v0.2.0

func (x *Metadata_Instance_IP) ProtoReflect() protoreflect.Message

func (*Metadata_Instance_IP) Reset

func (x *Metadata_Instance_IP) Reset()

func (*Metadata_Instance_IP) String

func (x *Metadata_Instance_IP) String() string

type Metadata_Instance_OperatingSystem

type Metadata_Instance_OperatingSystem struct {
	Slug     string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug,omitempty"`
	Distro   string `protobuf:"bytes,2,opt,name=distro,proto3" json:"distro,omitempty"`
	Version  string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	ImageTag string `protobuf:"bytes,4,opt,name=image_tag,json=imageTag,proto3" json:"image_tag,omitempty"`
	OsSlug   string `protobuf:"bytes,5,opt,name=os_slug,json=osSlug,proto3" json:"os_slug,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Instance_OperatingSystem) Descriptor deprecated

func (*Metadata_Instance_OperatingSystem) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Instance_OperatingSystem.ProtoReflect.Descriptor instead.

func (*Metadata_Instance_OperatingSystem) GetDistro

func (*Metadata_Instance_OperatingSystem) GetImageTag

func (x *Metadata_Instance_OperatingSystem) GetImageTag() string

func (*Metadata_Instance_OperatingSystem) GetOsSlug

func (*Metadata_Instance_OperatingSystem) GetSlug

func (*Metadata_Instance_OperatingSystem) GetVersion

func (x *Metadata_Instance_OperatingSystem) GetVersion() string

func (*Metadata_Instance_OperatingSystem) ProtoMessage

func (*Metadata_Instance_OperatingSystem) ProtoMessage()

func (*Metadata_Instance_OperatingSystem) ProtoReflect added in v0.2.0

func (*Metadata_Instance_OperatingSystem) Reset

func (*Metadata_Instance_OperatingSystem) String

type Metadata_Instance_Storage

type Metadata_Instance_Storage struct {
	Disks       []*Metadata_Instance_Storage_Disk       `protobuf:"bytes,1,rep,name=disks,proto3" json:"disks,omitempty"`
	Raid        []*Metadata_Instance_Storage_RAID       `protobuf:"bytes,2,rep,name=raid,proto3" json:"raid,omitempty"`
	Filesystems []*Metadata_Instance_Storage_Filesystem `protobuf:"bytes,3,rep,name=filesystems,proto3" json:"filesystems,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Instance_Storage) Descriptor deprecated

func (*Metadata_Instance_Storage) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Instance_Storage.ProtoReflect.Descriptor instead.

func (*Metadata_Instance_Storage) GetDisks

func (*Metadata_Instance_Storage) GetFilesystems

func (*Metadata_Instance_Storage) GetRaid

func (*Metadata_Instance_Storage) ProtoMessage

func (*Metadata_Instance_Storage) ProtoMessage()

func (*Metadata_Instance_Storage) ProtoReflect added in v0.2.0

func (*Metadata_Instance_Storage) Reset

func (x *Metadata_Instance_Storage) Reset()

func (*Metadata_Instance_Storage) String

func (x *Metadata_Instance_Storage) String() string

type Metadata_Instance_Storage_Disk

type Metadata_Instance_Storage_Disk struct {
	Device     string                                      `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	WipeTable  bool                                        `protobuf:"varint,2,opt,name=wipe_table,json=wipeTable,proto3" json:"wipe_table,omitempty"`
	Partitions []*Metadata_Instance_Storage_Disk_Partition `protobuf:"bytes,3,rep,name=partitions,proto3" json:"partitions,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Instance_Storage_Disk) Descriptor deprecated

func (*Metadata_Instance_Storage_Disk) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Instance_Storage_Disk.ProtoReflect.Descriptor instead.

func (*Metadata_Instance_Storage_Disk) GetDevice

func (x *Metadata_Instance_Storage_Disk) GetDevice() string

func (*Metadata_Instance_Storage_Disk) GetPartitions

func (*Metadata_Instance_Storage_Disk) GetWipeTable

func (x *Metadata_Instance_Storage_Disk) GetWipeTable() bool

func (*Metadata_Instance_Storage_Disk) ProtoMessage

func (*Metadata_Instance_Storage_Disk) ProtoMessage()

func (*Metadata_Instance_Storage_Disk) ProtoReflect added in v0.2.0

func (*Metadata_Instance_Storage_Disk) Reset

func (x *Metadata_Instance_Storage_Disk) Reset()

func (*Metadata_Instance_Storage_Disk) String

type Metadata_Instance_Storage_Disk_Partition

type Metadata_Instance_Storage_Disk_Partition struct {
	Label    string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Number   int64  `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	Size     int64  `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	Start    int64  `protobuf:"varint,4,opt,name=start,proto3" json:"start,omitempty"`
	TypeGuid string `protobuf:"bytes,5,opt,name=type_guid,json=typeGuid,proto3" json:"type_guid,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Instance_Storage_Disk_Partition) Descriptor deprecated

func (*Metadata_Instance_Storage_Disk_Partition) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Instance_Storage_Disk_Partition.ProtoReflect.Descriptor instead.

func (*Metadata_Instance_Storage_Disk_Partition) GetLabel

func (*Metadata_Instance_Storage_Disk_Partition) GetNumber

func (*Metadata_Instance_Storage_Disk_Partition) GetSize

func (*Metadata_Instance_Storage_Disk_Partition) GetStart

func (*Metadata_Instance_Storage_Disk_Partition) GetTypeGuid

func (*Metadata_Instance_Storage_Disk_Partition) ProtoMessage

func (*Metadata_Instance_Storage_Disk_Partition) ProtoReflect added in v0.2.0

func (*Metadata_Instance_Storage_Disk_Partition) Reset

func (*Metadata_Instance_Storage_Disk_Partition) String

type Metadata_Instance_Storage_File

type Metadata_Instance_Storage_File struct {
	Path     string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Contents string `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"`
	Mode     int64  `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"`
	Uid      int64  `protobuf:"varint,4,opt,name=uid,proto3" json:"uid,omitempty"`
	Gid      int64  `protobuf:"varint,5,opt,name=gid,proto3" json:"gid,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Instance_Storage_File) Descriptor deprecated

func (*Metadata_Instance_Storage_File) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Instance_Storage_File.ProtoReflect.Descriptor instead.

func (*Metadata_Instance_Storage_File) GetContents

func (x *Metadata_Instance_Storage_File) GetContents() string

func (*Metadata_Instance_Storage_File) GetGid

func (*Metadata_Instance_Storage_File) GetMode

func (*Metadata_Instance_Storage_File) GetPath

func (*Metadata_Instance_Storage_File) GetUid

func (*Metadata_Instance_Storage_File) ProtoMessage

func (*Metadata_Instance_Storage_File) ProtoMessage()

func (*Metadata_Instance_Storage_File) ProtoReflect added in v0.2.0

func (*Metadata_Instance_Storage_File) Reset

func (x *Metadata_Instance_Storage_File) Reset()

func (*Metadata_Instance_Storage_File) String

type Metadata_Instance_Storage_Filesystem

type Metadata_Instance_Storage_Filesystem struct {
	Mount *Metadata_Instance_Storage_Mount `protobuf:"bytes,1,opt,name=mount,proto3" json:"mount,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Instance_Storage_Filesystem) Descriptor deprecated

func (*Metadata_Instance_Storage_Filesystem) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Instance_Storage_Filesystem.ProtoReflect.Descriptor instead.

func (*Metadata_Instance_Storage_Filesystem) GetMount

func (*Metadata_Instance_Storage_Filesystem) ProtoMessage

func (*Metadata_Instance_Storage_Filesystem) ProtoMessage()

func (*Metadata_Instance_Storage_Filesystem) ProtoReflect added in v0.2.0

func (*Metadata_Instance_Storage_Filesystem) Reset

func (*Metadata_Instance_Storage_Filesystem) String

type Metadata_Instance_Storage_Mount

type Metadata_Instance_Storage_Mount struct {
	Device string                                             `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Format string                                             `protobuf:"bytes,2,opt,name=format,proto3" json:"format,omitempty"`
	Files  []*Metadata_Instance_Storage_File                  `protobuf:"bytes,3,rep,name=files,proto3" json:"files,omitempty"`
	Create *Metadata_Instance_Storage_Mount_FilesystemOptions `protobuf:"bytes,4,opt,name=create,proto3" json:"create,omitempty"`
	Point  string                                             `protobuf:"bytes,5,opt,name=point,proto3" json:"point,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Instance_Storage_Mount) Descriptor deprecated

func (*Metadata_Instance_Storage_Mount) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Instance_Storage_Mount.ProtoReflect.Descriptor instead.

func (*Metadata_Instance_Storage_Mount) GetCreate

func (*Metadata_Instance_Storage_Mount) GetDevice

func (x *Metadata_Instance_Storage_Mount) GetDevice() string

func (*Metadata_Instance_Storage_Mount) GetFiles

func (*Metadata_Instance_Storage_Mount) GetFormat

func (x *Metadata_Instance_Storage_Mount) GetFormat() string

func (*Metadata_Instance_Storage_Mount) GetPoint

func (*Metadata_Instance_Storage_Mount) ProtoMessage

func (*Metadata_Instance_Storage_Mount) ProtoMessage()

func (*Metadata_Instance_Storage_Mount) ProtoReflect added in v0.2.0

func (*Metadata_Instance_Storage_Mount) Reset

func (*Metadata_Instance_Storage_Mount) String

type Metadata_Instance_Storage_Mount_FilesystemOptions

type Metadata_Instance_Storage_Mount_FilesystemOptions struct {
	Force   bool     `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"`
	Options []string `protobuf:"bytes,2,rep,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Instance_Storage_Mount_FilesystemOptions) Descriptor deprecated

Deprecated: Use Metadata_Instance_Storage_Mount_FilesystemOptions.ProtoReflect.Descriptor instead.

func (*Metadata_Instance_Storage_Mount_FilesystemOptions) GetForce

func (*Metadata_Instance_Storage_Mount_FilesystemOptions) GetOptions

func (*Metadata_Instance_Storage_Mount_FilesystemOptions) ProtoMessage

func (*Metadata_Instance_Storage_Mount_FilesystemOptions) ProtoReflect added in v0.2.0

func (*Metadata_Instance_Storage_Mount_FilesystemOptions) Reset

func (*Metadata_Instance_Storage_Mount_FilesystemOptions) String

type Metadata_Instance_Storage_RAID

type Metadata_Instance_Storage_RAID struct {
	Name    string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Level   string   `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"`
	Devices []string `protobuf:"bytes,3,rep,name=devices,proto3" json:"devices,omitempty"`
	Spare   int64    `protobuf:"varint,4,opt,name=spare,proto3" json:"spare,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Instance_Storage_RAID) Descriptor deprecated

func (*Metadata_Instance_Storage_RAID) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Instance_Storage_RAID.ProtoReflect.Descriptor instead.

func (*Metadata_Instance_Storage_RAID) GetDevices

func (x *Metadata_Instance_Storage_RAID) GetDevices() []string

func (*Metadata_Instance_Storage_RAID) GetLevel

func (x *Metadata_Instance_Storage_RAID) GetLevel() string

func (*Metadata_Instance_Storage_RAID) GetName

func (*Metadata_Instance_Storage_RAID) GetSpare

func (x *Metadata_Instance_Storage_RAID) GetSpare() int64

func (*Metadata_Instance_Storage_RAID) ProtoMessage

func (*Metadata_Instance_Storage_RAID) ProtoMessage()

func (*Metadata_Instance_Storage_RAID) ProtoReflect added in v0.2.0

func (*Metadata_Instance_Storage_RAID) Reset

func (x *Metadata_Instance_Storage_RAID) Reset()

func (*Metadata_Instance_Storage_RAID) String

type Metadata_Manufacturer

type Metadata_Manufacturer struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Slug string `protobuf:"bytes,2,opt,name=slug,proto3" json:"slug,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata_Manufacturer) Descriptor deprecated

func (*Metadata_Manufacturer) Descriptor() ([]byte, []int)

Deprecated: Use Metadata_Manufacturer.ProtoReflect.Descriptor instead.

func (*Metadata_Manufacturer) GetId

func (x *Metadata_Manufacturer) GetId() string

func (*Metadata_Manufacturer) GetSlug

func (x *Metadata_Manufacturer) GetSlug() string

func (*Metadata_Manufacturer) ProtoMessage

func (*Metadata_Manufacturer) ProtoMessage()

func (*Metadata_Manufacturer) ProtoReflect added in v0.2.0

func (x *Metadata_Manufacturer) ProtoReflect() protoreflect.Message

func (*Metadata_Manufacturer) Reset

func (x *Metadata_Manufacturer) Reset()

func (*Metadata_Manufacturer) String

func (x *Metadata_Manufacturer) String() string

Jump to

Keyboard shortcuts

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