ionscalev1

package
v0.1.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: BSD-3-Clause Imports: 7 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 ACL

type ACL struct {
	Action string   `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"`
	Src    []string `protobuf:"bytes,2,rep,name=src,proto3" json:"src,omitempty"`
	Dst    []string `protobuf:"bytes,3,rep,name=dst,proto3" json:"dst,omitempty"`
	// contains filtered or unexported fields
}

func (*ACL) Descriptor deprecated

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

Deprecated: Use ACL.ProtoReflect.Descriptor instead.

func (*ACL) GetAction

func (x *ACL) GetAction() string

func (*ACL) GetDst

func (x *ACL) GetDst() []string

func (*ACL) GetSrc

func (x *ACL) GetSrc() []string

func (*ACL) ProtoMessage

func (*ACL) ProtoMessage()

func (*ACL) ProtoReflect

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

func (*ACL) Reset

func (x *ACL) Reset()

func (*ACL) String

func (x *ACL) String() string

type ACLPolicy

type ACLPolicy struct {
	Hosts     map[string]string              `` /* 151-byte string literal not displayed */
	Groups    map[string]*structpb.ListValue `` /* 153-byte string literal not displayed */
	Acls      []*ACL                         `protobuf:"bytes,3,rep,name=acls,proto3" json:"acls,omitempty"`
	Tagowners map[string]*structpb.ListValue `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ACLPolicy) Descriptor deprecated

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

Deprecated: Use ACLPolicy.ProtoReflect.Descriptor instead.

func (*ACLPolicy) GetAcls

func (x *ACLPolicy) GetAcls() []*ACL

func (*ACLPolicy) GetGroups

func (x *ACLPolicy) GetGroups() map[string]*structpb.ListValue

func (*ACLPolicy) GetHosts

func (x *ACLPolicy) GetHosts() map[string]string

func (*ACLPolicy) GetTagowners

func (x *ACLPolicy) GetTagowners() map[string]*structpb.ListValue

func (*ACLPolicy) ProtoMessage

func (*ACLPolicy) ProtoMessage()

func (*ACLPolicy) ProtoReflect

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

func (*ACLPolicy) Reset

func (x *ACLPolicy) Reset()

func (*ACLPolicy) String

func (x *ACLPolicy) String() string

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 AuthenticationRequest

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

func (*AuthenticationRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationRequest) ProtoMessage

func (*AuthenticationRequest) ProtoMessage()

func (*AuthenticationRequest) ProtoReflect

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

func (*AuthenticationRequest) Reset

func (x *AuthenticationRequest) Reset()

func (*AuthenticationRequest) String

func (x *AuthenticationRequest) String() string

type AuthenticationResponse

type AuthenticationResponse 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 (*AuthenticationResponse) Descriptor deprecated

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

Deprecated: Use AuthenticationResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationResponse) GetAuthUrl

func (x *AuthenticationResponse) GetAuthUrl() string

func (*AuthenticationResponse) GetTailnetId

func (x *AuthenticationResponse) GetTailnetId() uint64

func (*AuthenticationResponse) GetToken

func (x *AuthenticationResponse) GetToken() string

func (*AuthenticationResponse) ProtoMessage

func (*AuthenticationResponse) ProtoMessage()

func (*AuthenticationResponse) ProtoReflect

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

func (*AuthenticationResponse) Reset

func (x *AuthenticationResponse) Reset()

func (*AuthenticationResponse) String

func (x *AuthenticationResponse) 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"`
	// 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) 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"`
	// contains filtered or unexported fields
}

func (*CreateTailnetRequest) Descriptor deprecated

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

Deprecated: Use CreateTailnetRequest.ProtoReflect.Descriptor instead.

func (*CreateTailnetRequest) GetName

func (x *CreateTailnetRequest) GetName() string

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"`
	// contains filtered or unexported fields
}

func (*DNSConfig) Descriptor deprecated

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

Deprecated: Use DNSConfig.ProtoReflect.Descriptor instead.

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) 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 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 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 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 *ACLPolicy `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() *ACLPolicy

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=authKey,proto3" json:"authKey,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 {
	// contains filtered or unexported fields
}

func (*GetDERPMapRequest) Descriptor deprecated

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

Deprecated: Use GetDERPMapRequest.ProtoReflect.Descriptor instead.

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 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 *IAMPolicy `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() *IAMPolicy

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 {
	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"`
	// contains filtered or unexported fields
}

func (*GetMachineRoutesResponse) Descriptor deprecated

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

Deprecated: Use GetMachineRoutesResponse.ProtoReflect.Descriptor instead.

func (*GetMachineRoutesResponse) GetAdvertisedRoutes

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

func (*GetMachineRoutesResponse) GetEnabledRoutes

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

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 IAMPolicy

type IAMPolicy struct {
	Subs    []string          `protobuf:"bytes,1,rep,name=subs,proto3" json:"subs,omitempty"`
	Emails  []string          `protobuf:"bytes,2,rep,name=emails,proto3" json:"emails,omitempty"`
	Filters []string          `protobuf:"bytes,3,rep,name=filters,proto3" json:"filters,omitempty"`
	Roles   map[string]string `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IAMPolicy) Descriptor deprecated

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

Deprecated: Use IAMPolicy.ProtoReflect.Descriptor instead.

func (*IAMPolicy) GetEmails

func (x *IAMPolicy) GetEmails() []string

func (*IAMPolicy) GetFilters

func (x *IAMPolicy) GetFilters() []string

func (*IAMPolicy) GetRoles

func (x *IAMPolicy) GetRoles() map[string]string

func (*IAMPolicy) GetSubs

func (x *IAMPolicy) GetSubs() []string

func (*IAMPolicy) ProtoMessage

func (*IAMPolicy) ProtoMessage()

func (*IAMPolicy) ProtoReflect

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

func (*IAMPolicy) Reset

func (x *IAMPolicy) Reset()

func (*IAMPolicy) String

func (x *IAMPolicy) 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 ListTailnetRequest

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

func (*ListTailnetRequest) Descriptor deprecated

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

Deprecated: Use ListTailnetRequest.ProtoReflect.Descriptor instead.

func (*ListTailnetRequest) ProtoMessage

func (*ListTailnetRequest) ProtoMessage()

func (*ListTailnetRequest) ProtoReflect

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

func (*ListTailnetRequest) Reset

func (x *ListTailnetRequest) Reset()

func (*ListTailnetRequest) String

func (x *ListTailnetRequest) String() string

type ListTailnetResponse

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

func (*ListTailnetResponse) Descriptor deprecated

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

Deprecated: Use ListTailnetResponse.ProtoReflect.Descriptor instead.

func (*ListTailnetResponse) GetTailnet

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

func (*ListTailnetResponse) ProtoMessage

func (*ListTailnetResponse) ProtoMessage()

func (*ListTailnetResponse) ProtoReflect

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

func (*ListTailnetResponse) Reset

func (x *ListTailnetResponse) Reset()

func (*ListTailnetResponse) String

func (x *ListTailnetResponse) 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"`
	// contains filtered or unexported fields
}

func (*Machine) Descriptor deprecated

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

Deprecated: Use Machine.ProtoReflect.Descriptor instead.

func (*Machine) GetAdvertisedRoutes

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

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) 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 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 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    *ACLPolicy `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() *ACLPolicy

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 {
	Value []byte `protobuf:"bytes,1,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) 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"`
	// 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) 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    *IAMPolicy `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() *IAMPolicy

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"`
	// contains filtered or unexported fields
}

func (*Tailnet) Descriptor deprecated

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

Deprecated: Use Tailnet.ProtoReflect.Descriptor instead.

func (*Tailnet) GetId

func (x *Tailnet) GetId() uint64

func (*Tailnet) GetName

func (x *Tailnet) GetName() string

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 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