Documentation ¶
Index ¶
- Variables
- type Tenant
- func (*Tenant) Descriptor() ([]byte, []int)deprecated
- func (x *Tenant) GetAccountID() string
- func (x *Tenant) GetDescription() string
- func (x *Tenant) GetNetworks() []*network.Network
- func (x *Tenant) GetTenantID() string
- func (*Tenant) ProtoMessage()
- func (x *Tenant) ProtoReflect() protoreflect.Message
- func (x *Tenant) Reset()
- func (x *Tenant) String() string
- type Tenants
Constants ¶
This section is empty.
Variables ¶
View Source
var File_mmesh_protobuf_network_v1_resources_tenant_tenant_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Tenant ¶
type Tenant struct { AccountID string `protobuf:"bytes,1,opt,name=AccountID,proto3" json:"AccountID,omitempty"` TenantID string `protobuf:"bytes,2,opt,name=TenantID,proto3" json:"TenantID,omitempty"` Description string `protobuf:"bytes,3,opt,name=Description,proto3" json:"Description,omitempty"` Networks []*network.Network `protobuf:"bytes,4,rep,name=Networks,proto3" json:"Networks,omitempty"` // contains filtered or unexported fields }
func (*Tenant) ProtoReflect ¶
func (x *Tenant) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.