ionscalev1

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_ionscale_v1_acl_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_auth_keys_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_auth_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_derp_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_dns_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_iam_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_ionscale_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_machines_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_ref_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_routes_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_tailnets_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_users_proto protoreflect.FileDescriptor
View Source
var File_ionscale_v1_version_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AuthKey

type AuthKey struct {
	Id        uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Key       string                 `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Ephemeral bool                   `protobuf:"varint,3,opt,name=ephemeral,proto3" json:"ephemeral,omitempty"`
	Tags      []string               `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=expires_at,json=expiresAt,proto3,oneof" json:"expires_at,omitempty"`
	Tailnet   *Ref                   `protobuf:"bytes,7,opt,name=tailnet,proto3" json:"tailnet,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthKey) Descriptor deprecated

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

Deprecated: Use AuthKey.ProtoReflect.Descriptor instead.

func (*AuthKey) GetCreatedAt

func (x *AuthKey) GetCreatedAt() *timestamppb.Timestamp

func (*AuthKey) GetEphemeral

func (x *AuthKey) GetEphemeral() bool

func (*AuthKey) GetExpiresAt

func (x *AuthKey) GetExpiresAt() *timestamppb.Timestamp

func (*AuthKey) GetId

func (x *AuthKey) GetId() uint64

func (*AuthKey) GetKey

func (x *AuthKey) GetKey() string

func (*AuthKey) GetTags

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

func (*AuthKey) GetTailnet

func (x *AuthKey) GetTailnet() *Ref

func (*AuthKey) ProtoMessage

func (*AuthKey) ProtoMessage()

func (*AuthKey) ProtoReflect

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

func (*AuthKey) Reset

func (x *AuthKey) Reset()

func (*AuthKey) String

func (x *AuthKey) String() string

type AuthenticateRequest added in v0.6.0

type AuthenticateRequest struct {
	// contains filtered or unexported fields
}

func (*AuthenticateRequest) Descriptor deprecated added in v0.6.0

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

Deprecated: Use AuthenticateRequest.ProtoReflect.Descriptor instead.

func (*AuthenticateRequest) ProtoMessage added in v0.6.0

func (*AuthenticateRequest) ProtoMessage()

func (*AuthenticateRequest) ProtoReflect added in v0.6.0

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

func (*AuthenticateRequest) Reset added in v0.6.0

func (x *AuthenticateRequest) Reset()

func (*AuthenticateRequest) String added in v0.6.0

func (x *AuthenticateRequest) String() string

type AuthenticateResponse added in v0.6.0

type AuthenticateResponse struct {
	AuthUrl   string  `protobuf:"bytes,1,opt,name=auth_url,json=authUrl,proto3" json:"auth_url,omitempty"`
	Token     string  `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	TailnetId *uint64 `protobuf:"varint,3,opt,name=tailnet_id,json=tailnetId,proto3,oneof" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticateResponse) Descriptor deprecated added in v0.6.0

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

Deprecated: Use AuthenticateResponse.ProtoReflect.Descriptor instead.

func (*AuthenticateResponse) GetAuthUrl added in v0.6.0

func (x *AuthenticateResponse) GetAuthUrl() string

func (*AuthenticateResponse) GetTailnetId added in v0.6.0

func (x *AuthenticateResponse) GetTailnetId() uint64

func (*AuthenticateResponse) GetToken added in v0.6.0

func (x *AuthenticateResponse) GetToken() string

func (*AuthenticateResponse) ProtoMessage added in v0.6.0

func (*AuthenticateResponse) ProtoMessage()

func (*AuthenticateResponse) ProtoReflect added in v0.6.0

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

func (*AuthenticateResponse) Reset added in v0.6.0

func (x *AuthenticateResponse) Reset()

func (*AuthenticateResponse) String added in v0.6.0

func (x *AuthenticateResponse) String() string

type AuthorizeMachineRequest added in v0.7.0

type AuthorizeMachineRequest struct {
	MachineId uint64 `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizeMachineRequest) Descriptor deprecated added in v0.7.0

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

Deprecated: Use AuthorizeMachineRequest.ProtoReflect.Descriptor instead.

func (*AuthorizeMachineRequest) GetMachineId added in v0.7.0

func (x *AuthorizeMachineRequest) GetMachineId() uint64

func (*AuthorizeMachineRequest) ProtoMessage added in v0.7.0

func (*AuthorizeMachineRequest) ProtoMessage()

func (*AuthorizeMachineRequest) ProtoReflect added in v0.7.0

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

func (*AuthorizeMachineRequest) Reset added in v0.7.0

func (x *AuthorizeMachineRequest) Reset()

func (*AuthorizeMachineRequest) String added in v0.7.0

func (x *AuthorizeMachineRequest) String() string

type AuthorizeMachineResponse added in v0.7.0

type AuthorizeMachineResponse struct {
	// contains filtered or unexported fields
}

func (*AuthorizeMachineResponse) Descriptor deprecated added in v0.7.0

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

Deprecated: Use AuthorizeMachineResponse.ProtoReflect.Descriptor instead.

func (*AuthorizeMachineResponse) ProtoMessage added in v0.7.0

func (*AuthorizeMachineResponse) ProtoMessage()

func (*AuthorizeMachineResponse) ProtoReflect added in v0.7.0

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

func (*AuthorizeMachineResponse) Reset added in v0.7.0

func (x *AuthorizeMachineResponse) Reset()

func (*AuthorizeMachineResponse) String added in v0.7.0

func (x *AuthorizeMachineResponse) String() string

type ClientConnectivity

type ClientConnectivity struct {
	Endpoints []string `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientConnectivity) Descriptor deprecated

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

Deprecated: Use ClientConnectivity.ProtoReflect.Descriptor instead.

func (*ClientConnectivity) GetEndpoints

func (x *ClientConnectivity) GetEndpoints() []string

func (*ClientConnectivity) ProtoMessage

func (*ClientConnectivity) ProtoMessage()

func (*ClientConnectivity) ProtoReflect

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

func (*ClientConnectivity) Reset

func (x *ClientConnectivity) Reset()

func (*ClientConnectivity) String

func (x *ClientConnectivity) String() string

type CreateAuthKeyRequest

type CreateAuthKeyRequest struct {
	TailnetId     uint64               `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	Ephemeral     bool                 `protobuf:"varint,2,opt,name=ephemeral,proto3" json:"ephemeral,omitempty"`
	Expiry        *durationpb.Duration `protobuf:"bytes,3,opt,name=expiry,proto3,oneof" json:"expiry,omitempty"`
	Tags          []string             `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	PreAuthorized bool                 `protobuf:"varint,5,opt,name=pre_authorized,json=preAuthorized,proto3" json:"pre_authorized,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAuthKeyRequest) Descriptor deprecated

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

Deprecated: Use CreateAuthKeyRequest.ProtoReflect.Descriptor instead.

func (*CreateAuthKeyRequest) GetEphemeral

func (x *CreateAuthKeyRequest) GetEphemeral() bool

func (*CreateAuthKeyRequest) GetExpiry

func (x *CreateAuthKeyRequest) GetExpiry() *durationpb.Duration

func (*CreateAuthKeyRequest) GetPreAuthorized added in v0.7.0

func (x *CreateAuthKeyRequest) GetPreAuthorized() bool

func (*CreateAuthKeyRequest) GetTags

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

func (*CreateAuthKeyRequest) GetTailnetId

func (x *CreateAuthKeyRequest) GetTailnetId() uint64

func (*CreateAuthKeyRequest) ProtoMessage

func (*CreateAuthKeyRequest) ProtoMessage()

func (*CreateAuthKeyRequest) ProtoReflect

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

func (*CreateAuthKeyRequest) Reset

func (x *CreateAuthKeyRequest) Reset()

func (*CreateAuthKeyRequest) String

func (x *CreateAuthKeyRequest) String() string

type CreateAuthKeyResponse

type CreateAuthKeyResponse struct {
	AuthKey *AuthKey `protobuf:"bytes,1,opt,name=auth_key,json=authKey,proto3" json:"auth_key,omitempty"`
	Value   string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAuthKeyResponse) Descriptor deprecated

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

Deprecated: Use CreateAuthKeyResponse.ProtoReflect.Descriptor instead.

func (*CreateAuthKeyResponse) GetAuthKey

func (x *CreateAuthKeyResponse) GetAuthKey() *AuthKey

func (*CreateAuthKeyResponse) GetValue

func (x *CreateAuthKeyResponse) GetValue() string

func (*CreateAuthKeyResponse) ProtoMessage

func (*CreateAuthKeyResponse) ProtoMessage()

func (*CreateAuthKeyResponse) ProtoReflect

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

func (*CreateAuthKeyResponse) Reset

func (x *CreateAuthKeyResponse) Reset()

func (*CreateAuthKeyResponse) String

func (x *CreateAuthKeyResponse) String() string

type CreateTailnetRequest

type CreateTailnetRequest struct {
	Name                        string     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	IamPolicy                   string     `protobuf:"bytes,2,opt,name=iam_policy,json=iamPolicy,proto3" json:"iam_policy,omitempty"`
	AclPolicy                   string     `protobuf:"bytes,3,opt,name=acl_policy,json=aclPolicy,proto3" json:"acl_policy,omitempty"`
	DnsConfig                   *DNSConfig `protobuf:"bytes,4,opt,name=dns_config,json=dnsConfig,proto3" json:"dns_config,omitempty"`
	ServiceCollectionEnabled    bool       `` /* 136-byte string literal not displayed */
	FileSharingEnabled          bool       `protobuf:"varint,6,opt,name=file_sharing_enabled,json=fileSharingEnabled,proto3" json:"file_sharing_enabled,omitempty"`
	SshEnabled                  bool       `protobuf:"varint,7,opt,name=ssh_enabled,json=sshEnabled,proto3" json:"ssh_enabled,omitempty"`
	MachineAuthorizationEnabled bool       `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateTailnetRequest) Descriptor deprecated

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

Deprecated: Use CreateTailnetRequest.ProtoReflect.Descriptor instead.

func (*CreateTailnetRequest) GetAclPolicy added in v0.9.0

func (x *CreateTailnetRequest) GetAclPolicy() string

func (*CreateTailnetRequest) GetDnsConfig added in v0.9.0

func (x *CreateTailnetRequest) GetDnsConfig() *DNSConfig

func (*CreateTailnetRequest) GetFileSharingEnabled added in v0.9.0

func (x *CreateTailnetRequest) GetFileSharingEnabled() bool

func (*CreateTailnetRequest) GetIamPolicy added in v0.2.0

func (x *CreateTailnetRequest) GetIamPolicy() string

func (*CreateTailnetRequest) GetMachineAuthorizationEnabled added in v0.9.0

func (x *CreateTailnetRequest) GetMachineAuthorizationEnabled() bool

func (*CreateTailnetRequest) GetName

func (x *CreateTailnetRequest) GetName() string

func (*CreateTailnetRequest) GetServiceCollectionEnabled added in v0.9.0

func (x *CreateTailnetRequest) GetServiceCollectionEnabled() bool

func (*CreateTailnetRequest) GetSshEnabled added in v0.9.0

func (x *CreateTailnetRequest) GetSshEnabled() bool

func (*CreateTailnetRequest) ProtoMessage

func (*CreateTailnetRequest) ProtoMessage()

func (*CreateTailnetRequest) ProtoReflect

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

func (*CreateTailnetRequest) Reset

func (x *CreateTailnetRequest) Reset()

func (*CreateTailnetRequest) String

func (x *CreateTailnetRequest) String() string

type CreateTailnetResponse

type CreateTailnetResponse struct {
	Tailnet *Tailnet `protobuf:"bytes,1,opt,name=tailnet,proto3" json:"tailnet,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTailnetResponse) Descriptor deprecated

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

Deprecated: Use CreateTailnetResponse.ProtoReflect.Descriptor instead.

func (*CreateTailnetResponse) GetTailnet

func (x *CreateTailnetResponse) GetTailnet() *Tailnet

func (*CreateTailnetResponse) ProtoMessage

func (*CreateTailnetResponse) ProtoMessage()

func (*CreateTailnetResponse) ProtoReflect

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

func (*CreateTailnetResponse) Reset

func (x *CreateTailnetResponse) Reset()

func (*CreateTailnetResponse) String

func (x *CreateTailnetResponse) String() string

type DNSConfig

type DNSConfig struct {
	MagicDns         bool               `protobuf:"varint,1,opt,name=magic_dns,json=magicDns,proto3" json:"magic_dns,omitempty"`
	OverrideLocalDns bool               `protobuf:"varint,2,opt,name=override_local_dns,json=overrideLocalDns,proto3" json:"override_local_dns,omitempty"`
	Nameservers      []string           `protobuf:"bytes,3,rep,name=nameservers,proto3" json:"nameservers,omitempty"`
	Routes           map[string]*Routes `` /* 153-byte string literal not displayed */
	MagicDnsSuffix   string             `protobuf:"bytes,5,opt,name=magic_dns_suffix,json=magicDnsSuffix,proto3" json:"magic_dns_suffix,omitempty"`
	HttpsCerts       bool               `protobuf:"varint,6,opt,name=https_certs,json=httpsCerts,proto3" json:"https_certs,omitempty"`
	SearchDomains    []string           `protobuf:"bytes,7,rep,name=search_domains,json=searchDomains,proto3" json:"search_domains,omitempty"`
	// contains filtered or unexported fields
}

func (*DNSConfig) Descriptor deprecated

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

Deprecated: Use DNSConfig.ProtoReflect.Descriptor instead.

func (*DNSConfig) GetHttpsCerts added in v0.7.0

func (x *DNSConfig) GetHttpsCerts() bool

func (*DNSConfig) GetMagicDns

func (x *DNSConfig) GetMagicDns() bool

func (*DNSConfig) GetMagicDnsSuffix

func (x *DNSConfig) GetMagicDnsSuffix() string

func (*DNSConfig) GetNameservers

func (x *DNSConfig) GetNameservers() []string

func (*DNSConfig) GetOverrideLocalDns

func (x *DNSConfig) GetOverrideLocalDns() bool

func (*DNSConfig) GetRoutes

func (x *DNSConfig) GetRoutes() map[string]*Routes

func (*DNSConfig) GetSearchDomains added in v0.13.0

func (x *DNSConfig) GetSearchDomains() []string

func (*DNSConfig) ProtoMessage

func (*DNSConfig) ProtoMessage()

func (*DNSConfig) ProtoReflect

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

func (*DNSConfig) Reset

func (x *DNSConfig) Reset()

func (*DNSConfig) String

func (x *DNSConfig) String() string

type DeleteAuthKeyRequest

type DeleteAuthKeyRequest struct {
	AuthKeyId uint64 `protobuf:"varint,1,opt,name=auth_key_id,json=authKeyId,proto3" json:"auth_key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAuthKeyRequest) Descriptor deprecated

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

Deprecated: Use DeleteAuthKeyRequest.ProtoReflect.Descriptor instead.

func (*DeleteAuthKeyRequest) GetAuthKeyId

func (x *DeleteAuthKeyRequest) GetAuthKeyId() uint64

func (*DeleteAuthKeyRequest) ProtoMessage

func (*DeleteAuthKeyRequest) ProtoMessage()

func (*DeleteAuthKeyRequest) ProtoReflect

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

func (*DeleteAuthKeyRequest) Reset

func (x *DeleteAuthKeyRequest) Reset()

func (*DeleteAuthKeyRequest) String

func (x *DeleteAuthKeyRequest) String() string

type DeleteAuthKeyResponse

type DeleteAuthKeyResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteAuthKeyResponse) Descriptor deprecated

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

Deprecated: Use DeleteAuthKeyResponse.ProtoReflect.Descriptor instead.

func (*DeleteAuthKeyResponse) ProtoMessage

func (*DeleteAuthKeyResponse) ProtoMessage()

func (*DeleteAuthKeyResponse) ProtoReflect

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

func (*DeleteAuthKeyResponse) Reset

func (x *DeleteAuthKeyResponse) Reset()

func (*DeleteAuthKeyResponse) String

func (x *DeleteAuthKeyResponse) String() string

type DeleteMachineRequest

type DeleteMachineRequest struct {
	MachineId uint64 `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMachineRequest) Descriptor deprecated

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

Deprecated: Use DeleteMachineRequest.ProtoReflect.Descriptor instead.

func (*DeleteMachineRequest) GetMachineId

func (x *DeleteMachineRequest) GetMachineId() uint64

func (*DeleteMachineRequest) ProtoMessage

func (*DeleteMachineRequest) ProtoMessage()

func (*DeleteMachineRequest) ProtoReflect

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

func (*DeleteMachineRequest) Reset

func (x *DeleteMachineRequest) Reset()

func (*DeleteMachineRequest) String

func (x *DeleteMachineRequest) String() string

type DeleteMachineResponse

type DeleteMachineResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteMachineResponse) Descriptor deprecated

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

Deprecated: Use DeleteMachineResponse.ProtoReflect.Descriptor instead.

func (*DeleteMachineResponse) ProtoMessage

func (*DeleteMachineResponse) ProtoMessage()

func (*DeleteMachineResponse) ProtoReflect

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

func (*DeleteMachineResponse) Reset

func (x *DeleteMachineResponse) Reset()

func (*DeleteMachineResponse) String

func (x *DeleteMachineResponse) String() string

type DeleteTailnetRequest

type DeleteTailnetRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	Force     bool   `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTailnetRequest) Descriptor deprecated

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

Deprecated: Use DeleteTailnetRequest.ProtoReflect.Descriptor instead.

func (*DeleteTailnetRequest) GetForce

func (x *DeleteTailnetRequest) GetForce() bool

func (*DeleteTailnetRequest) GetTailnetId

func (x *DeleteTailnetRequest) GetTailnetId() uint64

func (*DeleteTailnetRequest) ProtoMessage

func (*DeleteTailnetRequest) ProtoMessage()

func (*DeleteTailnetRequest) ProtoReflect

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

func (*DeleteTailnetRequest) Reset

func (x *DeleteTailnetRequest) Reset()

func (*DeleteTailnetRequest) String

func (x *DeleteTailnetRequest) String() string

type DeleteTailnetResponse

type DeleteTailnetResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteTailnetResponse) Descriptor deprecated

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

Deprecated: Use DeleteTailnetResponse.ProtoReflect.Descriptor instead.

func (*DeleteTailnetResponse) ProtoMessage

func (*DeleteTailnetResponse) ProtoMessage()

func (*DeleteTailnetResponse) ProtoReflect

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

func (*DeleteTailnetResponse) Reset

func (x *DeleteTailnetResponse) Reset()

func (*DeleteTailnetResponse) String

func (x *DeleteTailnetResponse) String() string

type DeleteUserRequest

type DeleteUserRequest struct {
	UserId uint64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserRequest) Descriptor deprecated

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

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) GetUserId

func (x *DeleteUserRequest) GetUserId() uint64

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect

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

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

type DeleteUserResponse

type DeleteUserResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteUserResponse) Descriptor deprecated

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

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect

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

func (*DeleteUserResponse) Reset

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String

func (x *DeleteUserResponse) String() string

type DisableExitNodeRequest added in v0.2.0

type DisableExitNodeRequest struct {
	MachineId uint64 `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableExitNodeRequest) Descriptor deprecated added in v0.2.0

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

Deprecated: Use DisableExitNodeRequest.ProtoReflect.Descriptor instead.

func (*DisableExitNodeRequest) GetMachineId added in v0.2.0

func (x *DisableExitNodeRequest) GetMachineId() uint64

func (*DisableExitNodeRequest) ProtoMessage added in v0.2.0

func (*DisableExitNodeRequest) ProtoMessage()

func (*DisableExitNodeRequest) ProtoReflect added in v0.2.0

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

func (*DisableExitNodeRequest) Reset added in v0.2.0

func (x *DisableExitNodeRequest) Reset()

func (*DisableExitNodeRequest) String added in v0.2.0

func (x *DisableExitNodeRequest) String() string

type DisableExitNodeResponse added in v0.6.0

type DisableExitNodeResponse struct {
	MachineId uint64         `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	Routes    *MachineRoutes `protobuf:"bytes,2,opt,name=routes,proto3" json:"routes,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableExitNodeResponse) Descriptor deprecated added in v0.6.0

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

Deprecated: Use DisableExitNodeResponse.ProtoReflect.Descriptor instead.

func (*DisableExitNodeResponse) GetMachineId added in v0.6.0

func (x *DisableExitNodeResponse) GetMachineId() uint64

func (*DisableExitNodeResponse) GetRoutes added in v0.6.0

func (x *DisableExitNodeResponse) GetRoutes() *MachineRoutes

func (*DisableExitNodeResponse) ProtoMessage added in v0.6.0

func (*DisableExitNodeResponse) ProtoMessage()

func (*DisableExitNodeResponse) ProtoReflect added in v0.6.0

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

func (*DisableExitNodeResponse) Reset added in v0.6.0

func (x *DisableExitNodeResponse) Reset()

func (*DisableExitNodeResponse) String added in v0.6.0

func (x *DisableExitNodeResponse) String() string

type DisableFileSharingRequest added in v0.4.0

type DisableFileSharingRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableFileSharingRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use DisableFileSharingRequest.ProtoReflect.Descriptor instead.

func (*DisableFileSharingRequest) GetTailnetId added in v0.4.0

func (x *DisableFileSharingRequest) GetTailnetId() uint64

func (*DisableFileSharingRequest) ProtoMessage added in v0.4.0

func (*DisableFileSharingRequest) ProtoMessage()

func (*DisableFileSharingRequest) ProtoReflect added in v0.4.0

func (*DisableFileSharingRequest) Reset added in v0.4.0

func (x *DisableFileSharingRequest) Reset()

func (*DisableFileSharingRequest) String added in v0.4.0

func (x *DisableFileSharingRequest) String() string

type DisableFileSharingResponse added in v0.4.0

type DisableFileSharingResponse struct {
	// contains filtered or unexported fields
}

func (*DisableFileSharingResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use DisableFileSharingResponse.ProtoReflect.Descriptor instead.

func (*DisableFileSharingResponse) ProtoMessage added in v0.4.0

func (*DisableFileSharingResponse) ProtoMessage()

func (*DisableFileSharingResponse) ProtoReflect added in v0.4.0

func (*DisableFileSharingResponse) Reset added in v0.4.0

func (x *DisableFileSharingResponse) Reset()

func (*DisableFileSharingResponse) String added in v0.4.0

func (x *DisableFileSharingResponse) String() string

type DisableMachineAuthorizationRequest added in v0.7.0

type DisableMachineAuthorizationRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableMachineAuthorizationRequest) Descriptor deprecated added in v0.7.0

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

Deprecated: Use DisableMachineAuthorizationRequest.ProtoReflect.Descriptor instead.

func (*DisableMachineAuthorizationRequest) GetTailnetId added in v0.7.0

func (x *DisableMachineAuthorizationRequest) GetTailnetId() uint64

func (*DisableMachineAuthorizationRequest) ProtoMessage added in v0.7.0

func (*DisableMachineAuthorizationRequest) ProtoMessage()

func (*DisableMachineAuthorizationRequest) ProtoReflect added in v0.7.0

func (*DisableMachineAuthorizationRequest) Reset added in v0.7.0

func (*DisableMachineAuthorizationRequest) String added in v0.7.0

type DisableMachineAuthorizationResponse added in v0.7.0

type DisableMachineAuthorizationResponse struct {
	// contains filtered or unexported fields
}

func (*DisableMachineAuthorizationResponse) Descriptor deprecated added in v0.7.0

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

Deprecated: Use DisableMachineAuthorizationResponse.ProtoReflect.Descriptor instead.

func (*DisableMachineAuthorizationResponse) ProtoMessage added in v0.7.0

func (*DisableMachineAuthorizationResponse) ProtoMessage()

func (*DisableMachineAuthorizationResponse) ProtoReflect added in v0.7.0

func (*DisableMachineAuthorizationResponse) Reset added in v0.7.0

func (*DisableMachineAuthorizationResponse) String added in v0.7.0

type DisableMachineRoutesRequest

type DisableMachineRoutesRequest struct {
	MachineId uint64   `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	Routes    []string `protobuf:"bytes,2,rep,name=routes,proto3" json:"routes,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableMachineRoutesRequest) Descriptor deprecated

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

Deprecated: Use DisableMachineRoutesRequest.ProtoReflect.Descriptor instead.

func (*DisableMachineRoutesRequest) GetMachineId

func (x *DisableMachineRoutesRequest) GetMachineId() uint64

func (*DisableMachineRoutesRequest) GetRoutes

func (x *DisableMachineRoutesRequest) GetRoutes() []string

func (*DisableMachineRoutesRequest) ProtoMessage

func (*DisableMachineRoutesRequest) ProtoMessage()

func (*DisableMachineRoutesRequest) ProtoReflect

func (*DisableMachineRoutesRequest) Reset

func (x *DisableMachineRoutesRequest) Reset()

func (*DisableMachineRoutesRequest) String

func (x *DisableMachineRoutesRequest) String() string

type DisableMachineRoutesResponse added in v0.6.0

type DisableMachineRoutesResponse struct {
	MachineId uint64         `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	Routes    *MachineRoutes `protobuf:"bytes,2,opt,name=routes,proto3" json:"routes,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableMachineRoutesResponse) Descriptor deprecated added in v0.6.0

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

Deprecated: Use DisableMachineRoutesResponse.ProtoReflect.Descriptor instead.

func (*DisableMachineRoutesResponse) GetMachineId added in v0.6.0

func (x *DisableMachineRoutesResponse) GetMachineId() uint64

func (*DisableMachineRoutesResponse) GetRoutes added in v0.6.0

func (*DisableMachineRoutesResponse) ProtoMessage added in v0.6.0

func (*DisableMachineRoutesResponse) ProtoMessage()

func (*DisableMachineRoutesResponse) ProtoReflect added in v0.6.0

func (*DisableMachineRoutesResponse) Reset added in v0.6.0

func (x *DisableMachineRoutesResponse) Reset()

func (*DisableMachineRoutesResponse) String added in v0.6.0

type DisableSSHRequest added in v0.4.0

type DisableSSHRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableSSHRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use DisableSSHRequest.ProtoReflect.Descriptor instead.

func (*DisableSSHRequest) GetTailnetId added in v0.4.0

func (x *DisableSSHRequest) GetTailnetId() uint64

func (*DisableSSHRequest) ProtoMessage added in v0.4.0

func (*DisableSSHRequest) ProtoMessage()

func (*DisableSSHRequest) ProtoReflect added in v0.4.0

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

func (*DisableSSHRequest) Reset added in v0.4.0

func (x *DisableSSHRequest) Reset()

func (*DisableSSHRequest) String added in v0.4.0

func (x *DisableSSHRequest) String() string

type DisableSSHResponse added in v0.4.0

type DisableSSHResponse struct {
	// contains filtered or unexported fields
}

func (*DisableSSHResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use DisableSSHResponse.ProtoReflect.Descriptor instead.

func (*DisableSSHResponse) ProtoMessage added in v0.4.0

func (*DisableSSHResponse) ProtoMessage()

func (*DisableSSHResponse) ProtoReflect added in v0.4.0

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

func (*DisableSSHResponse) Reset added in v0.4.0

func (x *DisableSSHResponse) Reset()

func (*DisableSSHResponse) String added in v0.4.0

func (x *DisableSSHResponse) String() string

type DisableServiceCollectionRequest added in v0.4.0

type DisableServiceCollectionRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableServiceCollectionRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use DisableServiceCollectionRequest.ProtoReflect.Descriptor instead.

func (*DisableServiceCollectionRequest) GetTailnetId added in v0.4.0

func (x *DisableServiceCollectionRequest) GetTailnetId() uint64

func (*DisableServiceCollectionRequest) ProtoMessage added in v0.4.0

func (*DisableServiceCollectionRequest) ProtoMessage()

func (*DisableServiceCollectionRequest) ProtoReflect added in v0.4.0

func (*DisableServiceCollectionRequest) Reset added in v0.4.0

func (*DisableServiceCollectionRequest) String added in v0.4.0

type DisableServiceCollectionResponse added in v0.4.0

type DisableServiceCollectionResponse struct {
	// contains filtered or unexported fields
}

func (*DisableServiceCollectionResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use DisableServiceCollectionResponse.ProtoReflect.Descriptor instead.

func (*DisableServiceCollectionResponse) ProtoMessage added in v0.4.0

func (*DisableServiceCollectionResponse) ProtoMessage()

func (*DisableServiceCollectionResponse) ProtoReflect added in v0.4.0

func (*DisableServiceCollectionResponse) Reset added in v0.4.0

func (*DisableServiceCollectionResponse) String added in v0.4.0

type EnableExitNodeRequest added in v0.2.0

type EnableExitNodeRequest struct {
	MachineId uint64 `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableExitNodeRequest) Descriptor deprecated added in v0.2.0

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

Deprecated: Use EnableExitNodeRequest.ProtoReflect.Descriptor instead.

func (*EnableExitNodeRequest) GetMachineId added in v0.2.0

func (x *EnableExitNodeRequest) GetMachineId() uint64

func (*EnableExitNodeRequest) ProtoMessage added in v0.2.0

func (*EnableExitNodeRequest) ProtoMessage()

func (*EnableExitNodeRequest) ProtoReflect added in v0.2.0

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

func (*EnableExitNodeRequest) Reset added in v0.2.0

func (x *EnableExitNodeRequest) Reset()

func (*EnableExitNodeRequest) String added in v0.2.0

func (x *EnableExitNodeRequest) String() string

type EnableExitNodeResponse added in v0.6.0

type EnableExitNodeResponse struct {
	MachineId uint64         `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	Routes    *MachineRoutes `protobuf:"bytes,2,opt,name=routes,proto3" json:"routes,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableExitNodeResponse) Descriptor deprecated added in v0.6.0

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

Deprecated: Use EnableExitNodeResponse.ProtoReflect.Descriptor instead.

func (*EnableExitNodeResponse) GetMachineId added in v0.6.0

func (x *EnableExitNodeResponse) GetMachineId() uint64

func (*EnableExitNodeResponse) GetRoutes added in v0.6.0

func (x *EnableExitNodeResponse) GetRoutes() *MachineRoutes

func (*EnableExitNodeResponse) ProtoMessage added in v0.6.0

func (*EnableExitNodeResponse) ProtoMessage()

func (*EnableExitNodeResponse) ProtoReflect added in v0.6.0

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

func (*EnableExitNodeResponse) Reset added in v0.6.0

func (x *EnableExitNodeResponse) Reset()

func (*EnableExitNodeResponse) String added in v0.6.0

func (x *EnableExitNodeResponse) String() string

type EnableFileSharingRequest added in v0.4.0

type EnableFileSharingRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableFileSharingRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use EnableFileSharingRequest.ProtoReflect.Descriptor instead.

func (*EnableFileSharingRequest) GetTailnetId added in v0.4.0

func (x *EnableFileSharingRequest) GetTailnetId() uint64

func (*EnableFileSharingRequest) ProtoMessage added in v0.4.0

func (*EnableFileSharingRequest) ProtoMessage()

func (*EnableFileSharingRequest) ProtoReflect added in v0.4.0

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

func (*EnableFileSharingRequest) Reset added in v0.4.0

func (x *EnableFileSharingRequest) Reset()

func (*EnableFileSharingRequest) String added in v0.4.0

func (x *EnableFileSharingRequest) String() string

type EnableFileSharingResponse added in v0.4.0

type EnableFileSharingResponse struct {
	// contains filtered or unexported fields
}

func (*EnableFileSharingResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use EnableFileSharingResponse.ProtoReflect.Descriptor instead.

func (*EnableFileSharingResponse) ProtoMessage added in v0.4.0

func (*EnableFileSharingResponse) ProtoMessage()

func (*EnableFileSharingResponse) ProtoReflect added in v0.4.0

func (*EnableFileSharingResponse) Reset added in v0.4.0

func (x *EnableFileSharingResponse) Reset()

func (*EnableFileSharingResponse) String added in v0.4.0

func (x *EnableFileSharingResponse) String() string

type EnableMachineAuthorizationRequest added in v0.7.0

type EnableMachineAuthorizationRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableMachineAuthorizationRequest) Descriptor deprecated added in v0.7.0

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

Deprecated: Use EnableMachineAuthorizationRequest.ProtoReflect.Descriptor instead.

func (*EnableMachineAuthorizationRequest) GetTailnetId added in v0.7.0

func (x *EnableMachineAuthorizationRequest) GetTailnetId() uint64

func (*EnableMachineAuthorizationRequest) ProtoMessage added in v0.7.0

func (*EnableMachineAuthorizationRequest) ProtoMessage()

func (*EnableMachineAuthorizationRequest) ProtoReflect added in v0.7.0

func (*EnableMachineAuthorizationRequest) Reset added in v0.7.0

func (*EnableMachineAuthorizationRequest) String added in v0.7.0

type EnableMachineAuthorizationResponse added in v0.7.0

type EnableMachineAuthorizationResponse struct {
	// contains filtered or unexported fields
}

func (*EnableMachineAuthorizationResponse) Descriptor deprecated added in v0.7.0

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

Deprecated: Use EnableMachineAuthorizationResponse.ProtoReflect.Descriptor instead.

func (*EnableMachineAuthorizationResponse) ProtoMessage added in v0.7.0

func (*EnableMachineAuthorizationResponse) ProtoMessage()

func (*EnableMachineAuthorizationResponse) ProtoReflect added in v0.7.0

func (*EnableMachineAuthorizationResponse) Reset added in v0.7.0

func (*EnableMachineAuthorizationResponse) String added in v0.7.0

type EnableMachineRoutesRequest

type EnableMachineRoutesRequest struct {
	MachineId uint64   `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	Routes    []string `protobuf:"bytes,2,rep,name=routes,proto3" json:"routes,omitempty"`
	Replace   bool     `protobuf:"varint,3,opt,name=replace,proto3" json:"replace,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableMachineRoutesRequest) Descriptor deprecated

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

Deprecated: Use EnableMachineRoutesRequest.ProtoReflect.Descriptor instead.

func (*EnableMachineRoutesRequest) GetMachineId

func (x *EnableMachineRoutesRequest) GetMachineId() uint64

func (*EnableMachineRoutesRequest) GetReplace

func (x *EnableMachineRoutesRequest) GetReplace() bool

func (*EnableMachineRoutesRequest) GetRoutes

func (x *EnableMachineRoutesRequest) GetRoutes() []string

func (*EnableMachineRoutesRequest) ProtoMessage

func (*EnableMachineRoutesRequest) ProtoMessage()

func (*EnableMachineRoutesRequest) ProtoReflect

func (*EnableMachineRoutesRequest) Reset

func (x *EnableMachineRoutesRequest) Reset()

func (*EnableMachineRoutesRequest) String

func (x *EnableMachineRoutesRequest) String() string

type EnableMachineRoutesResponse added in v0.6.0

type EnableMachineRoutesResponse struct {
	MachineId uint64         `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	Routes    *MachineRoutes `protobuf:"bytes,2,opt,name=routes,proto3" json:"routes,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableMachineRoutesResponse) Descriptor deprecated added in v0.6.0

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

Deprecated: Use EnableMachineRoutesResponse.ProtoReflect.Descriptor instead.

func (*EnableMachineRoutesResponse) GetMachineId added in v0.6.0

func (x *EnableMachineRoutesResponse) GetMachineId() uint64

func (*EnableMachineRoutesResponse) GetRoutes added in v0.6.0

func (*EnableMachineRoutesResponse) ProtoMessage added in v0.6.0

func (*EnableMachineRoutesResponse) ProtoMessage()

func (*EnableMachineRoutesResponse) ProtoReflect added in v0.6.0

func (*EnableMachineRoutesResponse) Reset added in v0.6.0

func (x *EnableMachineRoutesResponse) Reset()

func (*EnableMachineRoutesResponse) String added in v0.6.0

func (x *EnableMachineRoutesResponse) String() string

type EnableSSHRequest added in v0.4.0

type EnableSSHRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableSSHRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use EnableSSHRequest.ProtoReflect.Descriptor instead.

func (*EnableSSHRequest) GetTailnetId added in v0.4.0

func (x *EnableSSHRequest) GetTailnetId() uint64

func (*EnableSSHRequest) ProtoMessage added in v0.4.0

func (*EnableSSHRequest) ProtoMessage()

func (*EnableSSHRequest) ProtoReflect added in v0.4.0

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

func (*EnableSSHRequest) Reset added in v0.4.0

func (x *EnableSSHRequest) Reset()

func (*EnableSSHRequest) String added in v0.4.0

func (x *EnableSSHRequest) String() string

type EnableSSHResponse added in v0.4.0

type EnableSSHResponse struct {
	// contains filtered or unexported fields
}

func (*EnableSSHResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use EnableSSHResponse.ProtoReflect.Descriptor instead.

func (*EnableSSHResponse) ProtoMessage added in v0.4.0

func (*EnableSSHResponse) ProtoMessage()

func (*EnableSSHResponse) ProtoReflect added in v0.4.0

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

func (*EnableSSHResponse) Reset added in v0.4.0

func (x *EnableSSHResponse) Reset()

func (*EnableSSHResponse) String added in v0.4.0

func (x *EnableSSHResponse) String() string

type EnableServiceCollectionRequest added in v0.4.0

type EnableServiceCollectionRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableServiceCollectionRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use EnableServiceCollectionRequest.ProtoReflect.Descriptor instead.

func (*EnableServiceCollectionRequest) GetTailnetId added in v0.4.0

func (x *EnableServiceCollectionRequest) GetTailnetId() uint64

func (*EnableServiceCollectionRequest) ProtoMessage added in v0.4.0

func (*EnableServiceCollectionRequest) ProtoMessage()

func (*EnableServiceCollectionRequest) ProtoReflect added in v0.4.0

func (*EnableServiceCollectionRequest) Reset added in v0.4.0

func (x *EnableServiceCollectionRequest) Reset()

func (*EnableServiceCollectionRequest) String added in v0.4.0

type EnableServiceCollectionResponse added in v0.4.0

type EnableServiceCollectionResponse struct {
	// contains filtered or unexported fields
}

func (*EnableServiceCollectionResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use EnableServiceCollectionResponse.ProtoReflect.Descriptor instead.

func (*EnableServiceCollectionResponse) ProtoMessage added in v0.4.0

func (*EnableServiceCollectionResponse) ProtoMessage()

func (*EnableServiceCollectionResponse) ProtoReflect added in v0.4.0

func (*EnableServiceCollectionResponse) Reset added in v0.4.0

func (*EnableServiceCollectionResponse) String added in v0.4.0

type ExpireMachineRequest

type ExpireMachineRequest struct {
	MachineId uint64 `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpireMachineRequest) Descriptor deprecated

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

Deprecated: Use ExpireMachineRequest.ProtoReflect.Descriptor instead.

func (*ExpireMachineRequest) GetMachineId

func (x *ExpireMachineRequest) GetMachineId() uint64

func (*ExpireMachineRequest) ProtoMessage

func (*ExpireMachineRequest) ProtoMessage()

func (*ExpireMachineRequest) ProtoReflect

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

func (*ExpireMachineRequest) Reset

func (x *ExpireMachineRequest) Reset()

func (*ExpireMachineRequest) String

func (x *ExpireMachineRequest) String() string

type ExpireMachineResponse

type ExpireMachineResponse struct {
	// contains filtered or unexported fields
}

func (*ExpireMachineResponse) Descriptor deprecated

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

Deprecated: Use ExpireMachineResponse.ProtoReflect.Descriptor instead.

func (*ExpireMachineResponse) ProtoMessage

func (*ExpireMachineResponse) ProtoMessage()

func (*ExpireMachineResponse) ProtoReflect

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

func (*ExpireMachineResponse) Reset

func (x *ExpireMachineResponse) Reset()

func (*ExpireMachineResponse) String

func (x *ExpireMachineResponse) String() string

type GetACLPolicyRequest

type GetACLPolicyRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetACLPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetACLPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetACLPolicyRequest) GetTailnetId

func (x *GetACLPolicyRequest) GetTailnetId() uint64

func (*GetACLPolicyRequest) ProtoMessage

func (*GetACLPolicyRequest) ProtoMessage()

func (*GetACLPolicyRequest) ProtoReflect

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

func (*GetACLPolicyRequest) Reset

func (x *GetACLPolicyRequest) Reset()

func (*GetACLPolicyRequest) String

func (x *GetACLPolicyRequest) String() string

type GetACLPolicyResponse

type GetACLPolicyResponse struct {
	Policy string `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetACLPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetACLPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetACLPolicyResponse) GetPolicy

func (x *GetACLPolicyResponse) GetPolicy() string

func (*GetACLPolicyResponse) ProtoMessage

func (*GetACLPolicyResponse) ProtoMessage()

func (*GetACLPolicyResponse) ProtoReflect

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

func (*GetACLPolicyResponse) Reset

func (x *GetACLPolicyResponse) Reset()

func (*GetACLPolicyResponse) String

func (x *GetACLPolicyResponse) String() string

type GetAuthKeyRequest

type GetAuthKeyRequest struct {
	AuthKeyId uint64 `protobuf:"varint,1,opt,name=auth_key_id,json=authKeyId,proto3" json:"auth_key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAuthKeyRequest) Descriptor deprecated

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

Deprecated: Use GetAuthKeyRequest.ProtoReflect.Descriptor instead.

func (*GetAuthKeyRequest) GetAuthKeyId

func (x *GetAuthKeyRequest) GetAuthKeyId() uint64

func (*GetAuthKeyRequest) ProtoMessage

func (*GetAuthKeyRequest) ProtoMessage()

func (*GetAuthKeyRequest) ProtoReflect

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

func (*GetAuthKeyRequest) Reset

func (x *GetAuthKeyRequest) Reset()

func (*GetAuthKeyRequest) String

func (x *GetAuthKeyRequest) String() string

type GetAuthKeyResponse

type GetAuthKeyResponse struct {
	AuthKey *AuthKey `protobuf:"bytes,1,opt,name=auth_key,json=authKey,proto3" json:"auth_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAuthKeyResponse) Descriptor deprecated

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

Deprecated: Use GetAuthKeyResponse.ProtoReflect.Descriptor instead.

func (*GetAuthKeyResponse) GetAuthKey

func (x *GetAuthKeyResponse) GetAuthKey() *AuthKey

func (*GetAuthKeyResponse) ProtoMessage

func (*GetAuthKeyResponse) ProtoMessage()

func (*GetAuthKeyResponse) ProtoReflect

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

func (*GetAuthKeyResponse) Reset

func (x *GetAuthKeyResponse) Reset()

func (*GetAuthKeyResponse) String

func (x *GetAuthKeyResponse) String() string

type GetDERPMapRequest

type GetDERPMapRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDERPMapRequest) Descriptor deprecated

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

Deprecated: Use GetDERPMapRequest.ProtoReflect.Descriptor instead.

func (*GetDERPMapRequest) GetTailnetId added in v0.4.0

func (x *GetDERPMapRequest) GetTailnetId() uint64

func (*GetDERPMapRequest) ProtoMessage

func (*GetDERPMapRequest) ProtoMessage()

func (*GetDERPMapRequest) ProtoReflect

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

func (*GetDERPMapRequest) Reset

func (x *GetDERPMapRequest) Reset()

func (*GetDERPMapRequest) String

func (x *GetDERPMapRequest) String() string

type GetDERPMapResponse

type GetDERPMapResponse struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDERPMapResponse) Descriptor deprecated

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

Deprecated: Use GetDERPMapResponse.ProtoReflect.Descriptor instead.

func (*GetDERPMapResponse) GetValue

func (x *GetDERPMapResponse) GetValue() []byte

func (*GetDERPMapResponse) ProtoMessage

func (*GetDERPMapResponse) ProtoMessage()

func (*GetDERPMapResponse) ProtoReflect

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

func (*GetDERPMapResponse) Reset

func (x *GetDERPMapResponse) Reset()

func (*GetDERPMapResponse) String

func (x *GetDERPMapResponse) String() string

type GetDNSConfigRequest

type GetDNSConfigRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDNSConfigRequest) Descriptor deprecated

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

Deprecated: Use GetDNSConfigRequest.ProtoReflect.Descriptor instead.

func (*GetDNSConfigRequest) GetTailnetId

func (x *GetDNSConfigRequest) GetTailnetId() uint64

func (*GetDNSConfigRequest) ProtoMessage

func (*GetDNSConfigRequest) ProtoMessage()

func (*GetDNSConfigRequest) ProtoReflect

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

func (*GetDNSConfigRequest) Reset

func (x *GetDNSConfigRequest) Reset()

func (*GetDNSConfigRequest) String

func (x *GetDNSConfigRequest) String() string

type GetDNSConfigResponse

type GetDNSConfigResponse struct {
	Config *DNSConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDNSConfigResponse) Descriptor deprecated

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

Deprecated: Use GetDNSConfigResponse.ProtoReflect.Descriptor instead.

func (*GetDNSConfigResponse) GetConfig

func (x *GetDNSConfigResponse) GetConfig() *DNSConfig

func (*GetDNSConfigResponse) ProtoMessage

func (*GetDNSConfigResponse) ProtoMessage()

func (*GetDNSConfigResponse) ProtoReflect

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

func (*GetDNSConfigResponse) Reset

func (x *GetDNSConfigResponse) Reset()

func (*GetDNSConfigResponse) String

func (x *GetDNSConfigResponse) String() string

type GetDefaultDERPMapRequest added in v0.4.0

type GetDefaultDERPMapRequest struct {
	// contains filtered or unexported fields
}

func (*GetDefaultDERPMapRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetDefaultDERPMapRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultDERPMapRequest) ProtoMessage added in v0.4.0

func (*GetDefaultDERPMapRequest) ProtoMessage()

func (*GetDefaultDERPMapRequest) ProtoReflect added in v0.4.0

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

func (*GetDefaultDERPMapRequest) Reset added in v0.4.0

func (x *GetDefaultDERPMapRequest) Reset()

func (*GetDefaultDERPMapRequest) String added in v0.4.0

func (x *GetDefaultDERPMapRequest) String() string

type GetDefaultDERPMapResponse added in v0.4.0

type GetDefaultDERPMapResponse struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultDERPMapResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetDefaultDERPMapResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultDERPMapResponse) GetValue added in v0.4.0

func (x *GetDefaultDERPMapResponse) GetValue() []byte

func (*GetDefaultDERPMapResponse) ProtoMessage added in v0.4.0

func (*GetDefaultDERPMapResponse) ProtoMessage()

func (*GetDefaultDERPMapResponse) ProtoReflect added in v0.4.0

func (*GetDefaultDERPMapResponse) Reset added in v0.4.0

func (x *GetDefaultDERPMapResponse) Reset()

func (*GetDefaultDERPMapResponse) String added in v0.4.0

func (x *GetDefaultDERPMapResponse) String() string

type GetIAMPolicyRequest

type GetIAMPolicyRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIAMPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetIAMPolicyRequest) GetTailnetId

func (x *GetIAMPolicyRequest) GetTailnetId() uint64

func (*GetIAMPolicyRequest) ProtoMessage

func (*GetIAMPolicyRequest) ProtoMessage()

func (*GetIAMPolicyRequest) ProtoReflect

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

func (*GetIAMPolicyRequest) Reset

func (x *GetIAMPolicyRequest) Reset()

func (*GetIAMPolicyRequest) String

func (x *GetIAMPolicyRequest) String() string

type GetIAMPolicyResponse

type GetIAMPolicyResponse struct {
	Policy string `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIAMPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetIAMPolicyResponse) GetPolicy

func (x *GetIAMPolicyResponse) GetPolicy() string

func (*GetIAMPolicyResponse) ProtoMessage

func (*GetIAMPolicyResponse) ProtoMessage()

func (*GetIAMPolicyResponse) ProtoReflect

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

func (*GetIAMPolicyResponse) Reset

func (x *GetIAMPolicyResponse) Reset()

func (*GetIAMPolicyResponse) String

func (x *GetIAMPolicyResponse) String() string

type GetMachineRequest

type GetMachineRequest struct {
	MachineId uint64 `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMachineRequest) Descriptor deprecated

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

Deprecated: Use GetMachineRequest.ProtoReflect.Descriptor instead.

func (*GetMachineRequest) GetMachineId

func (x *GetMachineRequest) GetMachineId() uint64

func (*GetMachineRequest) ProtoMessage

func (*GetMachineRequest) ProtoMessage()

func (*GetMachineRequest) ProtoReflect

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

func (*GetMachineRequest) Reset

func (x *GetMachineRequest) Reset()

func (*GetMachineRequest) String

func (x *GetMachineRequest) String() string

type GetMachineResponse

type GetMachineResponse struct {
	Machine *Machine `protobuf:"bytes,1,opt,name=machine,proto3" json:"machine,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMachineResponse) Descriptor deprecated

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

Deprecated: Use GetMachineResponse.ProtoReflect.Descriptor instead.

func (*GetMachineResponse) GetMachine

func (x *GetMachineResponse) GetMachine() *Machine

func (*GetMachineResponse) ProtoMessage

func (*GetMachineResponse) ProtoMessage()

func (*GetMachineResponse) ProtoReflect

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

func (*GetMachineResponse) Reset

func (x *GetMachineResponse) Reset()

func (*GetMachineResponse) String

func (x *GetMachineResponse) String() string

type GetMachineRoutesRequest

type GetMachineRoutesRequest struct {
	MachineId uint64 `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMachineRoutesRequest) Descriptor deprecated

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

Deprecated: Use GetMachineRoutesRequest.ProtoReflect.Descriptor instead.

func (*GetMachineRoutesRequest) GetMachineId

func (x *GetMachineRoutesRequest) GetMachineId() uint64

func (*GetMachineRoutesRequest) ProtoMessage

func (*GetMachineRoutesRequest) ProtoMessage()

func (*GetMachineRoutesRequest) ProtoReflect

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

func (*GetMachineRoutesRequest) Reset

func (x *GetMachineRoutesRequest) Reset()

func (*GetMachineRoutesRequest) String

func (x *GetMachineRoutesRequest) String() string

type GetMachineRoutesResponse

type GetMachineRoutesResponse struct {
	MachineId uint64         `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	Routes    *MachineRoutes `protobuf:"bytes,2,opt,name=routes,proto3" json:"routes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMachineRoutesResponse) Descriptor deprecated

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

Deprecated: Use GetMachineRoutesResponse.ProtoReflect.Descriptor instead.

func (*GetMachineRoutesResponse) GetMachineId added in v0.6.0

func (x *GetMachineRoutesResponse) GetMachineId() uint64

func (*GetMachineRoutesResponse) GetRoutes added in v0.6.0

func (x *GetMachineRoutesResponse) GetRoutes() *MachineRoutes

func (*GetMachineRoutesResponse) ProtoMessage

func (*GetMachineRoutesResponse) ProtoMessage()

func (*GetMachineRoutesResponse) ProtoReflect

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

func (*GetMachineRoutesResponse) Reset

func (x *GetMachineRoutesResponse) Reset()

func (*GetMachineRoutesResponse) String

func (x *GetMachineRoutesResponse) String() string

type GetTailnetRequest

type GetTailnetRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTailnetRequest) Descriptor deprecated

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

Deprecated: Use GetTailnetRequest.ProtoReflect.Descriptor instead.

func (*GetTailnetRequest) GetId

func (x *GetTailnetRequest) GetId() uint64

func (*GetTailnetRequest) ProtoMessage

func (*GetTailnetRequest) ProtoMessage()

func (*GetTailnetRequest) ProtoReflect

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

func (*GetTailnetRequest) Reset

func (x *GetTailnetRequest) Reset()

func (*GetTailnetRequest) String

func (x *GetTailnetRequest) String() string

type GetTailnetResponse

type GetTailnetResponse struct {
	Tailnet *Tailnet `protobuf:"bytes,1,opt,name=tailnet,proto3" json:"tailnet,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTailnetResponse) Descriptor deprecated

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

Deprecated: Use GetTailnetResponse.ProtoReflect.Descriptor instead.

func (*GetTailnetResponse) GetTailnet

func (x *GetTailnetResponse) GetTailnet() *Tailnet

func (*GetTailnetResponse) ProtoMessage

func (*GetTailnetResponse) ProtoMessage()

func (*GetTailnetResponse) ProtoReflect

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

func (*GetTailnetResponse) Reset

func (x *GetTailnetResponse) Reset()

func (*GetTailnetResponse) String

func (x *GetTailnetResponse) String() string

type GetVersionRequest

type GetVersionRequest struct {
	// contains filtered or unexported fields
}

func (*GetVersionRequest) Descriptor deprecated

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

Deprecated: Use GetVersionRequest.ProtoReflect.Descriptor instead.

func (*GetVersionRequest) ProtoMessage

func (*GetVersionRequest) ProtoMessage()

func (*GetVersionRequest) ProtoReflect

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

func (*GetVersionRequest) Reset

func (x *GetVersionRequest) Reset()

func (*GetVersionRequest) String

func (x *GetVersionRequest) String() string

type GetVersionResponse

type GetVersionResponse struct {
	Version  string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Revision string `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVersionResponse) Descriptor deprecated

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

Deprecated: Use GetVersionResponse.ProtoReflect.Descriptor instead.

func (*GetVersionResponse) GetRevision

func (x *GetVersionResponse) GetRevision() string

func (*GetVersionResponse) GetVersion

func (x *GetVersionResponse) GetVersion() string

func (*GetVersionResponse) ProtoMessage

func (*GetVersionResponse) ProtoMessage()

func (*GetVersionResponse) ProtoReflect

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

func (*GetVersionResponse) Reset

func (x *GetVersionResponse) Reset()

func (*GetVersionResponse) String

func (x *GetVersionResponse) String() string

type ListAuthKeysRequest

type ListAuthKeysRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuthKeysRequest) Descriptor deprecated

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

Deprecated: Use ListAuthKeysRequest.ProtoReflect.Descriptor instead.

func (*ListAuthKeysRequest) GetTailnetId

func (x *ListAuthKeysRequest) GetTailnetId() uint64

func (*ListAuthKeysRequest) ProtoMessage

func (*ListAuthKeysRequest) ProtoMessage()

func (*ListAuthKeysRequest) ProtoReflect

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

func (*ListAuthKeysRequest) Reset

func (x *ListAuthKeysRequest) Reset()

func (*ListAuthKeysRequest) String

func (x *ListAuthKeysRequest) String() string

type ListAuthKeysResponse

type ListAuthKeysResponse struct {
	AuthKeys []*AuthKey `protobuf:"bytes,1,rep,name=auth_keys,json=authKeys,proto3" json:"auth_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuthKeysResponse) Descriptor deprecated

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

Deprecated: Use ListAuthKeysResponse.ProtoReflect.Descriptor instead.

func (*ListAuthKeysResponse) GetAuthKeys

func (x *ListAuthKeysResponse) GetAuthKeys() []*AuthKey

func (*ListAuthKeysResponse) ProtoMessage

func (*ListAuthKeysResponse) ProtoMessage()

func (*ListAuthKeysResponse) ProtoReflect

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

func (*ListAuthKeysResponse) Reset

func (x *ListAuthKeysResponse) Reset()

func (*ListAuthKeysResponse) String

func (x *ListAuthKeysResponse) String() string

type ListMachinesRequest

type ListMachinesRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMachinesRequest) Descriptor deprecated

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

Deprecated: Use ListMachinesRequest.ProtoReflect.Descriptor instead.

func (*ListMachinesRequest) GetTailnetId

func (x *ListMachinesRequest) GetTailnetId() uint64

func (*ListMachinesRequest) ProtoMessage

func (*ListMachinesRequest) ProtoMessage()

func (*ListMachinesRequest) ProtoReflect

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

func (*ListMachinesRequest) Reset

func (x *ListMachinesRequest) Reset()

func (*ListMachinesRequest) String

func (x *ListMachinesRequest) String() string

type ListMachinesResponse

type ListMachinesResponse struct {
	Machines []*Machine `protobuf:"bytes,1,rep,name=machines,proto3" json:"machines,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMachinesResponse) Descriptor deprecated

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

Deprecated: Use ListMachinesResponse.ProtoReflect.Descriptor instead.

func (*ListMachinesResponse) GetMachines

func (x *ListMachinesResponse) GetMachines() []*Machine

func (*ListMachinesResponse) ProtoMessage

func (*ListMachinesResponse) ProtoMessage()

func (*ListMachinesResponse) ProtoReflect

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

func (*ListMachinesResponse) Reset

func (x *ListMachinesResponse) Reset()

func (*ListMachinesResponse) String

func (x *ListMachinesResponse) String() string

type ListTailnetsRequest added in v0.6.0

type ListTailnetsRequest struct {
	// contains filtered or unexported fields
}

func (*ListTailnetsRequest) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ListTailnetsRequest.ProtoReflect.Descriptor instead.

func (*ListTailnetsRequest) ProtoMessage added in v0.6.0

func (*ListTailnetsRequest) ProtoMessage()

func (*ListTailnetsRequest) ProtoReflect added in v0.6.0

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

func (*ListTailnetsRequest) Reset added in v0.6.0

func (x *ListTailnetsRequest) Reset()

func (*ListTailnetsRequest) String added in v0.6.0

func (x *ListTailnetsRequest) String() string

type ListTailnetsResponse added in v0.6.0

type ListTailnetsResponse struct {
	Tailnet []*Tailnet `protobuf:"bytes,1,rep,name=tailnet,proto3" json:"tailnet,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTailnetsResponse) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ListTailnetsResponse.ProtoReflect.Descriptor instead.

func (*ListTailnetsResponse) GetTailnet added in v0.6.0

func (x *ListTailnetsResponse) GetTailnet() []*Tailnet

func (*ListTailnetsResponse) ProtoMessage added in v0.6.0

func (*ListTailnetsResponse) ProtoMessage()

func (*ListTailnetsResponse) ProtoReflect added in v0.6.0

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

func (*ListTailnetsResponse) Reset added in v0.6.0

func (x *ListTailnetsResponse) Reset()

func (*ListTailnetsResponse) String added in v0.6.0

func (x *ListTailnetsResponse) String() string

type ListUsersRequest

type ListUsersRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersRequest) Descriptor deprecated

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

Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.

func (*ListUsersRequest) GetTailnetId

func (x *ListUsersRequest) GetTailnetId() uint64

func (*ListUsersRequest) ProtoMessage

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) ProtoReflect

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

func (*ListUsersRequest) Reset

func (x *ListUsersRequest) Reset()

func (*ListUsersRequest) String

func (x *ListUsersRequest) String() string

type ListUsersResponse

type ListUsersResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersResponse) Descriptor deprecated

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

Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.

func (*ListUsersResponse) GetUsers

func (x *ListUsersResponse) GetUsers() []*User

func (*ListUsersResponse) ProtoMessage

func (*ListUsersResponse) ProtoMessage()

func (*ListUsersResponse) ProtoReflect

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

func (*ListUsersResponse) Reset

func (x *ListUsersResponse) Reset()

func (*ListUsersResponse) String

func (x *ListUsersResponse) String() string

type Machine

type Machine struct {
	Id                 uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name               string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Ipv4               string                 `protobuf:"bytes,3,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6               string                 `protobuf:"bytes,4,opt,name=ipv6,proto3" json:"ipv6,omitempty"`
	Ephemeral          bool                   `protobuf:"varint,5,opt,name=ephemeral,proto3" json:"ephemeral,omitempty"`
	LastSeen           *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_seen,json=lastSeen,proto3" json:"last_seen,omitempty"`
	Connected          bool                   `protobuf:"varint,7,opt,name=connected,proto3" json:"connected,omitempty"`
	Tailnet            *Ref                   `protobuf:"bytes,8,opt,name=tailnet,proto3" json:"tailnet,omitempty"`
	User               *Ref                   `protobuf:"bytes,9,opt,name=user,proto3" json:"user,omitempty"`
	Tags               []string               `protobuf:"bytes,10,rep,name=tags,proto3" json:"tags,omitempty"`
	ClientVersion      string                 `protobuf:"bytes,11,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"`
	Os                 string                 `protobuf:"bytes,12,opt,name=os,proto3" json:"os,omitempty"`
	ClientConnectivity *ClientConnectivity    `protobuf:"bytes,13,opt,name=client_connectivity,json=clientConnectivity,proto3" json:"client_connectivity,omitempty"`
	CreatedAt          *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ExpiresAt          *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	KeyExpiryDisabled  bool                   `protobuf:"varint,16,opt,name=key_expiry_disabled,json=keyExpiryDisabled,proto3" json:"key_expiry_disabled,omitempty"`
	EnabledRoutes      []string               `protobuf:"bytes,17,rep,name=enabled_routes,json=enabledRoutes,proto3" json:"enabled_routes,omitempty"`
	AdvertisedRoutes   []string               `protobuf:"bytes,18,rep,name=advertised_routes,json=advertisedRoutes,proto3" json:"advertised_routes,omitempty"`
	AdvertisedExitNode bool                   `protobuf:"varint,19,opt,name=advertised_exit_node,json=advertisedExitNode,proto3" json:"advertised_exit_node,omitempty"`
	EnabledExitNode    bool                   `protobuf:"varint,20,opt,name=enabled_exit_node,json=enabledExitNode,proto3" json:"enabled_exit_node,omitempty"`
	Authorized         bool                   `protobuf:"varint,21,opt,name=authorized,proto3" json:"authorized,omitempty"`
	// contains filtered or unexported fields
}

func (*Machine) Descriptor deprecated

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

Deprecated: Use Machine.ProtoReflect.Descriptor instead.

func (*Machine) GetAdvertisedExitNode added in v0.2.0

func (x *Machine) GetAdvertisedExitNode() bool

func (*Machine) GetAdvertisedRoutes

func (x *Machine) GetAdvertisedRoutes() []string

func (*Machine) GetAuthorized added in v0.7.0

func (x *Machine) GetAuthorized() bool

func (*Machine) GetClientConnectivity

func (x *Machine) GetClientConnectivity() *ClientConnectivity

func (*Machine) GetClientVersion

func (x *Machine) GetClientVersion() string

func (*Machine) GetConnected

func (x *Machine) GetConnected() bool

func (*Machine) GetCreatedAt

func (x *Machine) GetCreatedAt() *timestamppb.Timestamp

func (*Machine) GetEnabledExitNode added in v0.2.0

func (x *Machine) GetEnabledExitNode() bool

func (*Machine) GetEnabledRoutes

func (x *Machine) GetEnabledRoutes() []string

func (*Machine) GetEphemeral

func (x *Machine) GetEphemeral() bool

func (*Machine) GetExpiresAt

func (x *Machine) GetExpiresAt() *timestamppb.Timestamp

func (*Machine) GetId

func (x *Machine) GetId() uint64

func (*Machine) GetIpv4

func (x *Machine) GetIpv4() string

func (*Machine) GetIpv6

func (x *Machine) GetIpv6() string

func (*Machine) GetKeyExpiryDisabled

func (x *Machine) GetKeyExpiryDisabled() bool

func (*Machine) GetLastSeen

func (x *Machine) GetLastSeen() *timestamppb.Timestamp

func (*Machine) GetName

func (x *Machine) GetName() string

func (*Machine) GetOs

func (x *Machine) GetOs() string

func (*Machine) GetTags

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

func (*Machine) GetTailnet

func (x *Machine) GetTailnet() *Ref

func (*Machine) GetUser

func (x *Machine) GetUser() *Ref

func (*Machine) ProtoMessage

func (*Machine) ProtoMessage()

func (*Machine) ProtoReflect

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

func (*Machine) Reset

func (x *Machine) Reset()

func (*Machine) String

func (x *Machine) String() string

type MachineRoutes added in v0.6.0

type MachineRoutes struct {
	AdvertisedRoutes   []string `protobuf:"bytes,1,rep,name=advertised_routes,json=advertisedRoutes,proto3" json:"advertised_routes,omitempty"`
	EnabledRoutes      []string `protobuf:"bytes,2,rep,name=enabled_routes,json=enabledRoutes,proto3" json:"enabled_routes,omitempty"`
	AdvertisedExitNode bool     `protobuf:"varint,3,opt,name=advertised_exit_node,json=advertisedExitNode,proto3" json:"advertised_exit_node,omitempty"`
	EnabledExitNode    bool     `protobuf:"varint,4,opt,name=enabled_exit_node,json=enabledExitNode,proto3" json:"enabled_exit_node,omitempty"`
	// contains filtered or unexported fields
}

func (*MachineRoutes) Descriptor deprecated added in v0.6.0

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

Deprecated: Use MachineRoutes.ProtoReflect.Descriptor instead.

func (*MachineRoutes) GetAdvertisedExitNode added in v0.6.0

func (x *MachineRoutes) GetAdvertisedExitNode() bool

func (*MachineRoutes) GetAdvertisedRoutes added in v0.6.0

func (x *MachineRoutes) GetAdvertisedRoutes() []string

func (*MachineRoutes) GetEnabledExitNode added in v0.6.0

func (x *MachineRoutes) GetEnabledExitNode() bool

func (*MachineRoutes) GetEnabledRoutes added in v0.6.0

func (x *MachineRoutes) GetEnabledRoutes() []string

func (*MachineRoutes) ProtoMessage added in v0.6.0

func (*MachineRoutes) ProtoMessage()

func (*MachineRoutes) ProtoReflect added in v0.6.0

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

func (*MachineRoutes) Reset added in v0.6.0

func (x *MachineRoutes) Reset()

func (*MachineRoutes) String added in v0.6.0

func (x *MachineRoutes) String() string

type Ref

type Ref struct {
	Id   uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Ref) Descriptor deprecated

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

Deprecated: Use Ref.ProtoReflect.Descriptor instead.

func (*Ref) GetId

func (x *Ref) GetId() uint64

func (*Ref) GetName

func (x *Ref) GetName() string

func (*Ref) ProtoMessage

func (*Ref) ProtoMessage()

func (*Ref) ProtoReflect

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

func (*Ref) Reset

func (x *Ref) Reset()

func (*Ref) String

func (x *Ref) String() string

type ResetDERPMapRequest added in v0.4.0

type ResetDERPMapRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetDERPMapRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ResetDERPMapRequest.ProtoReflect.Descriptor instead.

func (*ResetDERPMapRequest) GetTailnetId added in v0.4.0

func (x *ResetDERPMapRequest) GetTailnetId() uint64

func (*ResetDERPMapRequest) ProtoMessage added in v0.4.0

func (*ResetDERPMapRequest) ProtoMessage()

func (*ResetDERPMapRequest) ProtoReflect added in v0.4.0

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

func (*ResetDERPMapRequest) Reset added in v0.4.0

func (x *ResetDERPMapRequest) Reset()

func (*ResetDERPMapRequest) String added in v0.4.0

func (x *ResetDERPMapRequest) String() string

type ResetDERPMapResponse added in v0.4.0

type ResetDERPMapResponse struct {
	// contains filtered or unexported fields
}

func (*ResetDERPMapResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ResetDERPMapResponse.ProtoReflect.Descriptor instead.

func (*ResetDERPMapResponse) ProtoMessage added in v0.4.0

func (*ResetDERPMapResponse) ProtoMessage()

func (*ResetDERPMapResponse) ProtoReflect added in v0.4.0

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

func (*ResetDERPMapResponse) Reset added in v0.4.0

func (x *ResetDERPMapResponse) Reset()

func (*ResetDERPMapResponse) String added in v0.4.0

func (x *ResetDERPMapResponse) String() string

type Routes

type Routes struct {
	Routes []string `protobuf:"bytes,1,rep,name=routes,proto3" json:"routes,omitempty"`
	// contains filtered or unexported fields
}

func (*Routes) Descriptor deprecated

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

Deprecated: Use Routes.ProtoReflect.Descriptor instead.

func (*Routes) GetRoutes

func (x *Routes) GetRoutes() []string

func (*Routes) ProtoMessage

func (*Routes) ProtoMessage()

func (*Routes) ProtoReflect

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

func (*Routes) Reset

func (x *Routes) Reset()

func (*Routes) String

func (x *Routes) String() string

type SetACLPolicyRequest

type SetACLPolicyRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	Policy    string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*SetACLPolicyRequest) Descriptor deprecated

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

Deprecated: Use SetACLPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetACLPolicyRequest) GetPolicy

func (x *SetACLPolicyRequest) GetPolicy() string

func (*SetACLPolicyRequest) GetTailnetId

func (x *SetACLPolicyRequest) GetTailnetId() uint64

func (*SetACLPolicyRequest) ProtoMessage

func (*SetACLPolicyRequest) ProtoMessage()

func (*SetACLPolicyRequest) ProtoReflect

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

func (*SetACLPolicyRequest) Reset

func (x *SetACLPolicyRequest) Reset()

func (*SetACLPolicyRequest) String

func (x *SetACLPolicyRequest) String() string

type SetACLPolicyResponse

type SetACLPolicyResponse struct {
	// contains filtered or unexported fields
}

func (*SetACLPolicyResponse) Descriptor deprecated

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

Deprecated: Use SetACLPolicyResponse.ProtoReflect.Descriptor instead.

func (*SetACLPolicyResponse) ProtoMessage

func (*SetACLPolicyResponse) ProtoMessage()

func (*SetACLPolicyResponse) ProtoReflect

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

func (*SetACLPolicyResponse) Reset

func (x *SetACLPolicyResponse) Reset()

func (*SetACLPolicyResponse) String

func (x *SetACLPolicyResponse) String() string

type SetDERPMapRequest

type SetDERPMapRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	Value     []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDERPMapRequest) Descriptor deprecated

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

Deprecated: Use SetDERPMapRequest.ProtoReflect.Descriptor instead.

func (*SetDERPMapRequest) GetTailnetId added in v0.4.0

func (x *SetDERPMapRequest) GetTailnetId() uint64

func (*SetDERPMapRequest) GetValue

func (x *SetDERPMapRequest) GetValue() []byte

func (*SetDERPMapRequest) ProtoMessage

func (*SetDERPMapRequest) ProtoMessage()

func (*SetDERPMapRequest) ProtoReflect

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

func (*SetDERPMapRequest) Reset

func (x *SetDERPMapRequest) Reset()

func (*SetDERPMapRequest) String

func (x *SetDERPMapRequest) String() string

type SetDERPMapResponse

type SetDERPMapResponse struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDERPMapResponse) Descriptor deprecated

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

Deprecated: Use SetDERPMapResponse.ProtoReflect.Descriptor instead.

func (*SetDERPMapResponse) GetValue

func (x *SetDERPMapResponse) GetValue() []byte

func (*SetDERPMapResponse) ProtoMessage

func (*SetDERPMapResponse) ProtoMessage()

func (*SetDERPMapResponse) ProtoReflect

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

func (*SetDERPMapResponse) Reset

func (x *SetDERPMapResponse) Reset()

func (*SetDERPMapResponse) String

func (x *SetDERPMapResponse) String() string

type SetDNSConfigRequest

type SetDNSConfigRequest struct {
	TailnetId uint64     `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	Config    *DNSConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDNSConfigRequest) Descriptor deprecated

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

Deprecated: Use SetDNSConfigRequest.ProtoReflect.Descriptor instead.

func (*SetDNSConfigRequest) GetConfig

func (x *SetDNSConfigRequest) GetConfig() *DNSConfig

func (*SetDNSConfigRequest) GetTailnetId

func (x *SetDNSConfigRequest) GetTailnetId() uint64

func (*SetDNSConfigRequest) ProtoMessage

func (*SetDNSConfigRequest) ProtoMessage()

func (*SetDNSConfigRequest) ProtoReflect

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

func (*SetDNSConfigRequest) Reset

func (x *SetDNSConfigRequest) Reset()

func (*SetDNSConfigRequest) String

func (x *SetDNSConfigRequest) String() string

type SetDNSConfigResponse

type SetDNSConfigResponse struct {
	Config  *DNSConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	Message string     `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDNSConfigResponse) Descriptor deprecated

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

Deprecated: Use SetDNSConfigResponse.ProtoReflect.Descriptor instead.

func (*SetDNSConfigResponse) GetConfig

func (x *SetDNSConfigResponse) GetConfig() *DNSConfig

func (*SetDNSConfigResponse) GetMessage added in v0.10.0

func (x *SetDNSConfigResponse) GetMessage() string

func (*SetDNSConfigResponse) ProtoMessage

func (*SetDNSConfigResponse) ProtoMessage()

func (*SetDNSConfigResponse) ProtoReflect

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

func (*SetDNSConfigResponse) Reset

func (x *SetDNSConfigResponse) Reset()

func (*SetDNSConfigResponse) String

func (x *SetDNSConfigResponse) String() string

type SetIAMPolicyRequest

type SetIAMPolicyRequest struct {
	TailnetId uint64 `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	Policy    string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*SetIAMPolicyRequest) Descriptor deprecated

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

Deprecated: Use SetIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetIAMPolicyRequest) GetPolicy

func (x *SetIAMPolicyRequest) GetPolicy() string

func (*SetIAMPolicyRequest) GetTailnetId

func (x *SetIAMPolicyRequest) GetTailnetId() uint64

func (*SetIAMPolicyRequest) ProtoMessage

func (*SetIAMPolicyRequest) ProtoMessage()

func (*SetIAMPolicyRequest) ProtoReflect

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

func (*SetIAMPolicyRequest) Reset

func (x *SetIAMPolicyRequest) Reset()

func (*SetIAMPolicyRequest) String

func (x *SetIAMPolicyRequest) String() string

type SetIAMPolicyResponse

type SetIAMPolicyResponse struct {
	// contains filtered or unexported fields
}

func (*SetIAMPolicyResponse) Descriptor deprecated

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

Deprecated: Use SetIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*SetIAMPolicyResponse) ProtoMessage

func (*SetIAMPolicyResponse) ProtoMessage()

func (*SetIAMPolicyResponse) ProtoReflect

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

func (*SetIAMPolicyResponse) Reset

func (x *SetIAMPolicyResponse) Reset()

func (*SetIAMPolicyResponse) String

func (x *SetIAMPolicyResponse) String() string

type SetMachineKeyExpiryRequest

type SetMachineKeyExpiryRequest struct {
	MachineId uint64 `protobuf:"varint,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	Disabled  bool   `protobuf:"varint,2,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMachineKeyExpiryRequest) Descriptor deprecated

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

Deprecated: Use SetMachineKeyExpiryRequest.ProtoReflect.Descriptor instead.

func (*SetMachineKeyExpiryRequest) GetDisabled

func (x *SetMachineKeyExpiryRequest) GetDisabled() bool

func (*SetMachineKeyExpiryRequest) GetMachineId

func (x *SetMachineKeyExpiryRequest) GetMachineId() uint64

func (*SetMachineKeyExpiryRequest) ProtoMessage

func (*SetMachineKeyExpiryRequest) ProtoMessage()

func (*SetMachineKeyExpiryRequest) ProtoReflect

func (*SetMachineKeyExpiryRequest) Reset

func (x *SetMachineKeyExpiryRequest) Reset()

func (*SetMachineKeyExpiryRequest) String

func (x *SetMachineKeyExpiryRequest) String() string

type SetMachineKeyExpiryResponse

type SetMachineKeyExpiryResponse struct {
	// contains filtered or unexported fields
}

func (*SetMachineKeyExpiryResponse) Descriptor deprecated

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

Deprecated: Use SetMachineKeyExpiryResponse.ProtoReflect.Descriptor instead.

func (*SetMachineKeyExpiryResponse) ProtoMessage

func (*SetMachineKeyExpiryResponse) ProtoMessage()

func (*SetMachineKeyExpiryResponse) ProtoReflect

func (*SetMachineKeyExpiryResponse) Reset

func (x *SetMachineKeyExpiryResponse) Reset()

func (*SetMachineKeyExpiryResponse) String

func (x *SetMachineKeyExpiryResponse) String() string

type Tailnet

type Tailnet struct {
	Id                          uint64     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                        string     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	IamPolicy                   string     `protobuf:"bytes,3,opt,name=iam_policy,json=iamPolicy,proto3" json:"iam_policy,omitempty"`
	AclPolicy                   string     `protobuf:"bytes,4,opt,name=acl_policy,json=aclPolicy,proto3" json:"acl_policy,omitempty"`
	DnsConfig                   *DNSConfig `protobuf:"bytes,5,opt,name=dns_config,json=dnsConfig,proto3" json:"dns_config,omitempty"`
	ServiceCollectionEnabled    bool       `` /* 136-byte string literal not displayed */
	FileSharingEnabled          bool       `protobuf:"varint,7,opt,name=file_sharing_enabled,json=fileSharingEnabled,proto3" json:"file_sharing_enabled,omitempty"`
	SshEnabled                  bool       `protobuf:"varint,8,opt,name=ssh_enabled,json=sshEnabled,proto3" json:"ssh_enabled,omitempty"`
	MachineAuthorizationEnabled bool       `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Tailnet) Descriptor deprecated

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

Deprecated: Use Tailnet.ProtoReflect.Descriptor instead.

func (*Tailnet) GetAclPolicy added in v0.9.0

func (x *Tailnet) GetAclPolicy() string

func (*Tailnet) GetDnsConfig added in v0.9.0

func (x *Tailnet) GetDnsConfig() *DNSConfig

func (*Tailnet) GetFileSharingEnabled added in v0.9.0

func (x *Tailnet) GetFileSharingEnabled() bool

func (*Tailnet) GetIamPolicy added in v0.9.0

func (x *Tailnet) GetIamPolicy() string

func (*Tailnet) GetId

func (x *Tailnet) GetId() uint64

func (*Tailnet) GetMachineAuthorizationEnabled added in v0.9.0

func (x *Tailnet) GetMachineAuthorizationEnabled() bool

func (*Tailnet) GetName

func (x *Tailnet) GetName() string

func (*Tailnet) GetServiceCollectionEnabled added in v0.9.0

func (x *Tailnet) GetServiceCollectionEnabled() bool

func (*Tailnet) GetSshEnabled added in v0.9.0

func (x *Tailnet) GetSshEnabled() bool

func (*Tailnet) ProtoMessage

func (*Tailnet) ProtoMessage()

func (*Tailnet) ProtoReflect

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

func (*Tailnet) Reset

func (x *Tailnet) Reset()

func (*Tailnet) String

func (x *Tailnet) String() string

type UpdateTailnetRequest added in v0.9.0

type UpdateTailnetRequest struct {
	TailnetId                   uint64     `protobuf:"varint,1,opt,name=tailnet_id,json=tailnetId,proto3" json:"tailnet_id,omitempty"`
	IamPolicy                   string     `protobuf:"bytes,2,opt,name=iam_policy,json=iamPolicy,proto3" json:"iam_policy,omitempty"`
	AclPolicy                   string     `protobuf:"bytes,3,opt,name=acl_policy,json=aclPolicy,proto3" json:"acl_policy,omitempty"`
	DnsConfig                   *DNSConfig `protobuf:"bytes,4,opt,name=dns_config,json=dnsConfig,proto3" json:"dns_config,omitempty"`
	ServiceCollectionEnabled    bool       `` /* 136-byte string literal not displayed */
	FileSharingEnabled          bool       `protobuf:"varint,6,opt,name=file_sharing_enabled,json=fileSharingEnabled,proto3" json:"file_sharing_enabled,omitempty"`
	SshEnabled                  bool       `protobuf:"varint,7,opt,name=ssh_enabled,json=sshEnabled,proto3" json:"ssh_enabled,omitempty"`
	MachineAuthorizationEnabled bool       `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateTailnetRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use UpdateTailnetRequest.ProtoReflect.Descriptor instead.

func (*UpdateTailnetRequest) GetAclPolicy added in v0.9.0

func (x *UpdateTailnetRequest) GetAclPolicy() string

func (*UpdateTailnetRequest) GetDnsConfig added in v0.9.0

func (x *UpdateTailnetRequest) GetDnsConfig() *DNSConfig

func (*UpdateTailnetRequest) GetFileSharingEnabled added in v0.9.0

func (x *UpdateTailnetRequest) GetFileSharingEnabled() bool

func (*UpdateTailnetRequest) GetIamPolicy added in v0.9.0

func (x *UpdateTailnetRequest) GetIamPolicy() string

func (*UpdateTailnetRequest) GetMachineAuthorizationEnabled added in v0.9.0

func (x *UpdateTailnetRequest) GetMachineAuthorizationEnabled() bool

func (*UpdateTailnetRequest) GetServiceCollectionEnabled added in v0.9.0

func (x *UpdateTailnetRequest) GetServiceCollectionEnabled() bool

func (*UpdateTailnetRequest) GetSshEnabled added in v0.9.0

func (x *UpdateTailnetRequest) GetSshEnabled() bool

func (*UpdateTailnetRequest) GetTailnetId added in v0.9.0

func (x *UpdateTailnetRequest) GetTailnetId() uint64

func (*UpdateTailnetRequest) ProtoMessage added in v0.9.0

func (*UpdateTailnetRequest) ProtoMessage()

func (*UpdateTailnetRequest) ProtoReflect added in v0.9.0

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

func (*UpdateTailnetRequest) Reset added in v0.9.0

func (x *UpdateTailnetRequest) Reset()

func (*UpdateTailnetRequest) String added in v0.9.0

func (x *UpdateTailnetRequest) String() string

type UpdateTailnetResponse added in v0.9.0

type UpdateTailnetResponse struct {
	Tailnet *Tailnet `protobuf:"bytes,1,opt,name=tailnet,proto3" json:"tailnet,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTailnetResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use UpdateTailnetResponse.ProtoReflect.Descriptor instead.

func (*UpdateTailnetResponse) GetTailnet added in v0.9.0

func (x *UpdateTailnetResponse) GetTailnet() *Tailnet

func (*UpdateTailnetResponse) ProtoMessage added in v0.9.0

func (*UpdateTailnetResponse) ProtoMessage()

func (*UpdateTailnetResponse) ProtoReflect added in v0.9.0

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

func (*UpdateTailnetResponse) Reset added in v0.9.0

func (x *UpdateTailnetResponse) Reset()

func (*UpdateTailnetResponse) String added in v0.9.0

func (x *UpdateTailnetResponse) String() string

type User

type User struct {
	Id   uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetId

func (x *User) GetId() uint64

func (*User) GetName

func (x *User) GetName() string

func (*User) GetRole

func (x *User) GetRole() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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