devcfgpb

package
v0.0.0-...-db8f46d Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2021 License: Apache-2.0 Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NetworkingServiceType_name = map[int32]string{
		0: "NETWORKING_SERVICE_TYPE_UNSPECIFIED",
		1: "NETWORKING_SERVICE_TYPE_ETHERNET",
		2: "NETWORKING_SERVICE_TYPE_WIFI",
	}
	NetworkingServiceType_value = map[string]int32{
		"NETWORKING_SERVICE_TYPE_UNSPECIFIED": 0,
		"NETWORKING_SERVICE_TYPE_ETHERNET":    1,
		"NETWORKING_SERVICE_TYPE_WIFI":        2,
	}
)

Enum value maps for NetworkingServiceType.

View Source
var (
	Ipv4ConfigType_name = map[int32]string{
		0: "IPV4_CONFIG_TYPE_UNSPECIFIED",
		1: "IPV4_CONFIG_TYPE_OFF",
		2: "IPV4_CONFIG_TYPE_DHCP",
		3: "IPV4_CONFIG_TYPE_CUSTOM",
	}
	Ipv4ConfigType_value = map[string]int32{
		"IPV4_CONFIG_TYPE_UNSPECIFIED": 0,
		"IPV4_CONFIG_TYPE_OFF":         1,
		"IPV4_CONFIG_TYPE_DHCP":        2,
		"IPV4_CONFIG_TYPE_CUSTOM":      3,
	}
)

Enum value maps for Ipv4ConfigType.

View Source
var (
	Ipv6ConfigType_name = map[int32]string{
		0: "IPV6_CONFIG_TYPE_UNSPECIFIED",
		1: "IPV6_CONFIG_TYPE_OFF",
		2: "IPV6_CONFIG_TYPE_AUTO",
		3: "IPV6_CONFIG_TYPE_CUSTOM",
	}
	Ipv6ConfigType_value = map[string]int32{
		"IPV6_CONFIG_TYPE_UNSPECIFIED": 0,
		"IPV6_CONFIG_TYPE_OFF":         1,
		"IPV6_CONFIG_TYPE_AUTO":        2,
		"IPV6_CONFIG_TYPE_CUSTOM":      3,
	}
)

Enum value maps for Ipv6ConfigType.

View Source
var (
	Ipv6Privacy_name = map[int32]string{
		0: "IPV6_PRIVACY_UNSPECIFIED",
		1: "IPV6_PRIVACY_DISABLED",
		2: "IPV6_PRIVACY_ENABLED",
		3: "IPV6_PRIVACY_PREFERRED",
	}
	Ipv6Privacy_value = map[string]int32{
		"IPV6_PRIVACY_UNSPECIFIED": 0,
		"IPV6_PRIVACY_DISABLED":    1,
		"IPV6_PRIVACY_ENABLED":     2,
		"IPV6_PRIVACY_PREFERRED":   3,
	}
)

Enum value maps for Ipv6Privacy.

View Source
var (
	Security_name = map[int32]string{
		0: "SECURITY_UNSPECIFIED",
		1: "SECURITY_PSK",
		2: "SECURITY_IEEE8021X",
		3: "SECURITY_NONE",
		4: "SECURITY_WEP",
	}
	Security_value = map[string]int32{
		"SECURITY_UNSPECIFIED": 0,
		"SECURITY_PSK":         1,
		"SECURITY_IEEE8021X":   2,
		"SECURITY_NONE":        3,
		"SECURITY_WEP":         4,
	}
)

Enum value maps for Security.

View Source
var (
	Eap_name = map[int32]string{
		0: "EAP_UNSPECIFIED",
		1: "EAP_TLS",
		2: "EAP_TTLS",
		3: "EAP_PEAP",
	}
	Eap_value = map[string]int32{
		"EAP_UNSPECIFIED": 0,
		"EAP_TLS":         1,
		"EAP_TTLS":        2,
		"EAP_PEAP":        3,
	}
)

Enum value maps for Eap.

View Source
var (
	CaCertType_name = map[int32]string{
		0: "CA_CERT_TYPE_UNSPECIFIED",
		1: "CA_CERT_TYPE_PEM",
		2: "CA_CERT_TYPE_DER",
	}
	CaCertType_value = map[string]int32{
		"CA_CERT_TYPE_UNSPECIFIED": 0,
		"CA_CERT_TYPE_PEM":         1,
		"CA_CERT_TYPE_DER":         2,
	}
)

Enum value maps for CaCertType.

View Source
var (
	PrivateKeyType_name = map[int32]string{
		0: "PRIVATE_KEY_TYPE_UNSPECIFIED",
		1: "PRIVATE_KEY_TYPE_PEM",
		2: "PRIVATE_KEY_TYPE_DER",
		3: "PRIVATE_KEY_TYPE_PFX",
	}
	PrivateKeyType_value = map[string]int32{
		"PRIVATE_KEY_TYPE_UNSPECIFIED": 0,
		"PRIVATE_KEY_TYPE_PEM":         1,
		"PRIVATE_KEY_TYPE_DER":         2,
		"PRIVATE_KEY_TYPE_PFX":         3,
	}
)

Enum value maps for PrivateKeyType.

View Source
var (
	PrivateKeyPassphraseType_name = map[int32]string{
		0: "PRIVATE_KEY_PASSPHRASE_TYPE_UNSPECIFIED",
		1: "PRIVATE_KEY_PASSPHRASE_TYPE_FSID",
	}
	PrivateKeyPassphraseType_value = map[string]int32{
		"PRIVATE_KEY_PASSPHRASE_TYPE_UNSPECIFIED": 0,
		"PRIVATE_KEY_PASSPHRASE_TYPE_FSID":        1,
	}
)

Enum value maps for PrivateKeyPassphraseType.

View Source
var (
	Phase2Type_name = map[int32]string{
		0: "PHASE_2_TYPE_UNSPECIFIED",
		1: "PHASE_2_TYPE_MSCHAPV2",
		2: "PHASE_2_TYPE_GTC",
	}
	Phase2Type_value = map[string]int32{
		"PHASE_2_TYPE_UNSPECIFIED": 0,
		"PHASE_2_TYPE_MSCHAPV2":    1,
		"PHASE_2_TYPE_GTC":         2,
	}
)

Enum value maps for Phase2Type.

View Source
var File_devcfg_devcfg_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CaCertType

type CaCertType int32
const (
	CaCertType_CA_CERT_TYPE_UNSPECIFIED CaCertType = 0
	CaCertType_CA_CERT_TYPE_PEM         CaCertType = 1
	CaCertType_CA_CERT_TYPE_DER         CaCertType = 2
)

func (CaCertType) Descriptor

func (CaCertType) Descriptor() protoreflect.EnumDescriptor

func (CaCertType) Enum

func (x CaCertType) Enum() *CaCertType

func (CaCertType) EnumDescriptor deprecated

func (CaCertType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CaCertType.Descriptor instead.

func (CaCertType) Number

func (x CaCertType) Number() protoreflect.EnumNumber

func (CaCertType) String

func (x CaCertType) String() string

func (CaCertType) Type

type Eap

type Eap int32
const (
	Eap_EAP_UNSPECIFIED Eap = 0
	Eap_EAP_TLS         Eap = 1
	Eap_EAP_TTLS        Eap = 2
	Eap_EAP_PEAP        Eap = 3
)

func (Eap) Descriptor

func (Eap) Descriptor() protoreflect.EnumDescriptor

func (Eap) Enum

func (x Eap) Enum() *Eap

func (Eap) EnumDescriptor deprecated

func (Eap) EnumDescriptor() ([]byte, []int)

Deprecated: Use Eap.Descriptor instead.

func (Eap) Number

func (x Eap) Number() protoreflect.EnumNumber

func (Eap) String

func (x Eap) String() string

func (Eap) Type

func (Eap) Type() protoreflect.EnumType

type Ipv4Config

type Ipv4Config struct {
	Type     Ipv4ConfigType      `protobuf:"varint,1,opt,name=type,proto3,enum=timeterm_proto.devcfg.Ipv4ConfigType" json:"type,omitempty"`
	Settings *Ipv4ConfigSettings `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*Ipv4Config) Descriptor deprecated

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

Deprecated: Use Ipv4Config.ProtoReflect.Descriptor instead.

func (*Ipv4Config) GetSettings

func (x *Ipv4Config) GetSettings() *Ipv4ConfigSettings

func (*Ipv4Config) GetType

func (x *Ipv4Config) GetType() Ipv4ConfigType

func (*Ipv4Config) ProtoMessage

func (*Ipv4Config) ProtoMessage()

func (*Ipv4Config) ProtoReflect

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

func (*Ipv4Config) Reset

func (x *Ipv4Config) Reset()

func (*Ipv4Config) String

func (x *Ipv4Config) String() string

type Ipv4ConfigSettings

type Ipv4ConfigSettings struct {
	Network string `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"`
	Netmask string `protobuf:"bytes,2,opt,name=netmask,proto3" json:"netmask,omitempty"`
	Gateway string `protobuf:"bytes,3,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// contains filtered or unexported fields
}

func (*Ipv4ConfigSettings) Descriptor deprecated

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

Deprecated: Use Ipv4ConfigSettings.ProtoReflect.Descriptor instead.

func (*Ipv4ConfigSettings) GetGateway

func (x *Ipv4ConfigSettings) GetGateway() string

func (*Ipv4ConfigSettings) GetNetmask

func (x *Ipv4ConfigSettings) GetNetmask() string

func (*Ipv4ConfigSettings) GetNetwork

func (x *Ipv4ConfigSettings) GetNetwork() string

func (*Ipv4ConfigSettings) ProtoMessage

func (*Ipv4ConfigSettings) ProtoMessage()

func (*Ipv4ConfigSettings) ProtoReflect

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

func (*Ipv4ConfigSettings) Reset

func (x *Ipv4ConfigSettings) Reset()

func (*Ipv4ConfigSettings) String

func (x *Ipv4ConfigSettings) String() string

type Ipv4ConfigType

type Ipv4ConfigType int32
const (
	Ipv4ConfigType_IPV4_CONFIG_TYPE_UNSPECIFIED Ipv4ConfigType = 0
	Ipv4ConfigType_IPV4_CONFIG_TYPE_OFF         Ipv4ConfigType = 1
	Ipv4ConfigType_IPV4_CONFIG_TYPE_DHCP        Ipv4ConfigType = 2
	Ipv4ConfigType_IPV4_CONFIG_TYPE_CUSTOM      Ipv4ConfigType = 3
)

func (Ipv4ConfigType) Descriptor

func (Ipv4ConfigType) Enum

func (x Ipv4ConfigType) Enum() *Ipv4ConfigType

func (Ipv4ConfigType) EnumDescriptor deprecated

func (Ipv4ConfigType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Ipv4ConfigType.Descriptor instead.

func (Ipv4ConfigType) Number

func (Ipv4ConfigType) String

func (x Ipv4ConfigType) String() string

func (Ipv4ConfigType) Type

type Ipv6Config

type Ipv6Config struct {
	Type     Ipv6ConfigType      `protobuf:"varint,1,opt,name=type,proto3,enum=timeterm_proto.devcfg.Ipv6ConfigType" json:"type,omitempty"`
	Settings *Ipv6ConfigSettings `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*Ipv6Config) Descriptor deprecated

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

Deprecated: Use Ipv6Config.ProtoReflect.Descriptor instead.

func (*Ipv6Config) GetSettings

func (x *Ipv6Config) GetSettings() *Ipv6ConfigSettings

func (*Ipv6Config) GetType

func (x *Ipv6Config) GetType() Ipv6ConfigType

func (*Ipv6Config) ProtoMessage

func (*Ipv6Config) ProtoMessage()

func (*Ipv6Config) ProtoReflect

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

func (*Ipv6Config) Reset

func (x *Ipv6Config) Reset()

func (*Ipv6Config) String

func (x *Ipv6Config) String() string

type Ipv6ConfigSettings

type Ipv6ConfigSettings struct {
	Network      string `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"`
	PrefixLength uint64 `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	Gateway      string `protobuf:"bytes,3,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// contains filtered or unexported fields
}

func (*Ipv6ConfigSettings) Descriptor deprecated

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

Deprecated: Use Ipv6ConfigSettings.ProtoReflect.Descriptor instead.

func (*Ipv6ConfigSettings) GetGateway

func (x *Ipv6ConfigSettings) GetGateway() string

func (*Ipv6ConfigSettings) GetNetwork

func (x *Ipv6ConfigSettings) GetNetwork() string

func (*Ipv6ConfigSettings) GetPrefixLength

func (x *Ipv6ConfigSettings) GetPrefixLength() uint64

func (*Ipv6ConfigSettings) ProtoMessage

func (*Ipv6ConfigSettings) ProtoMessage()

func (*Ipv6ConfigSettings) ProtoReflect

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

func (*Ipv6ConfigSettings) Reset

func (x *Ipv6ConfigSettings) Reset()

func (*Ipv6ConfigSettings) String

func (x *Ipv6ConfigSettings) String() string

type Ipv6ConfigType

type Ipv6ConfigType int32
const (
	Ipv6ConfigType_IPV6_CONFIG_TYPE_UNSPECIFIED Ipv6ConfigType = 0
	Ipv6ConfigType_IPV6_CONFIG_TYPE_OFF         Ipv6ConfigType = 1
	Ipv6ConfigType_IPV6_CONFIG_TYPE_AUTO        Ipv6ConfigType = 2
	Ipv6ConfigType_IPV6_CONFIG_TYPE_CUSTOM      Ipv6ConfigType = 3
)

func (Ipv6ConfigType) Descriptor

func (Ipv6ConfigType) Enum

func (x Ipv6ConfigType) Enum() *Ipv6ConfigType

func (Ipv6ConfigType) EnumDescriptor deprecated

func (Ipv6ConfigType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Ipv6ConfigType.Descriptor instead.

func (Ipv6ConfigType) Number

func (Ipv6ConfigType) String

func (x Ipv6ConfigType) String() string

func (Ipv6ConfigType) Type

type Ipv6Privacy

type Ipv6Privacy int32
const (
	Ipv6Privacy_IPV6_PRIVACY_UNSPECIFIED Ipv6Privacy = 0
	Ipv6Privacy_IPV6_PRIVACY_DISABLED    Ipv6Privacy = 1
	Ipv6Privacy_IPV6_PRIVACY_ENABLED     Ipv6Privacy = 2
	Ipv6Privacy_IPV6_PRIVACY_PREFERRED   Ipv6Privacy = 3
)

func (Ipv6Privacy) Descriptor

func (Ipv6Privacy) Enum

func (x Ipv6Privacy) Enum() *Ipv6Privacy

func (Ipv6Privacy) EnumDescriptor deprecated

func (Ipv6Privacy) EnumDescriptor() ([]byte, []int)

Deprecated: Use Ipv6Privacy.Descriptor instead.

func (Ipv6Privacy) Number

func (x Ipv6Privacy) Number() protoreflect.EnumNumber

func (Ipv6Privacy) String

func (x Ipv6Privacy) String() string

func (Ipv6Privacy) Type

type NetworkingService

type NetworkingService struct {
	Type                     NetworkingServiceType    `protobuf:"varint,1,opt,name=type,proto3,enum=timeterm_proto.devcfg.NetworkingServiceType" json:"type,omitempty"`
	Ipv4Config               *Ipv4Config              `protobuf:"bytes,2,opt,name=ipv4_config,json=ipv4Config,proto3" json:"ipv4_config,omitempty"`
	Ipv6Config               *Ipv6Config              `protobuf:"bytes,3,opt,name=ipv6_config,json=ipv6Config,proto3" json:"ipv6_config,omitempty"`
	Ipv6Privacy              Ipv6Privacy              `` /* 134-byte string literal not displayed */
	Mac                      string                   `protobuf:"bytes,5,opt,name=mac,proto3" json:"mac,omitempty"`
	Nameservers              []string                 `protobuf:"bytes,6,rep,name=nameservers,proto3" json:"nameservers,omitempty"`
	SearchDomains            []string                 `protobuf:"bytes,7,rep,name=search_domains,json=searchDomains,proto3" json:"search_domains,omitempty"`
	Timeservers              []string                 `protobuf:"bytes,8,rep,name=timeservers,proto3" json:"timeservers,omitempty"`
	Domain                   string                   `protobuf:"bytes,9,opt,name=domain,proto3" json:"domain,omitempty"`
	Name                     string                   `protobuf:"bytes,10,opt,name=name,proto3" json:"name,omitempty"`
	Ssid                     string                   `protobuf:"bytes,11,opt,name=ssid,proto3" json:"ssid,omitempty"`
	Passphrase               string                   `protobuf:"bytes,12,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	Security                 Security                 `protobuf:"varint,13,opt,name=security,proto3,enum=timeterm_proto.devcfg.Security" json:"security,omitempty"`
	IsHidden                 bool                     `protobuf:"varint,14,opt,name=is_hidden,json=isHidden,proto3" json:"is_hidden,omitempty"`
	Eap                      Eap                      `protobuf:"varint,15,opt,name=eap,proto3,enum=timeterm_proto.devcfg.Eap" json:"eap,omitempty"`
	CaCert                   []byte                   `protobuf:"bytes,16,opt,name=ca_cert,json=caCert,proto3" json:"ca_cert,omitempty"`
	CaCertType               CaCertType               `` /* 133-byte string literal not displayed */
	PrivateKey               []byte                   `protobuf:"bytes,18,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	PrivateKeyType           PrivateKeyType           `` /* 149-byte string literal not displayed */
	PrivateKeyPassphrase     string                   `protobuf:"bytes,20,opt,name=private_key_passphrase,json=privateKeyPassphrase,proto3" json:"private_key_passphrase,omitempty"`
	PrivateKeyPassphraseType PrivateKeyPassphraseType `` /* 191-byte string literal not displayed */
	Identity                 string                   `protobuf:"bytes,22,opt,name=identity,proto3" json:"identity,omitempty"`
	AnonymousIdentity        string                   `protobuf:"bytes,23,opt,name=anonymous_identity,json=anonymousIdentity,proto3" json:"anonymous_identity,omitempty"`
	SubjectMatch             string                   `protobuf:"bytes,24,opt,name=subject_match,json=subjectMatch,proto3" json:"subject_match,omitempty"`
	AltSubjectMatch          string                   `protobuf:"bytes,25,opt,name=alt_subject_match,json=altSubjectMatch,proto3" json:"alt_subject_match,omitempty"`
	DomainSuffixMatch        string                   `protobuf:"bytes,26,opt,name=domain_suffix_match,json=domainSuffixMatch,proto3" json:"domain_suffix_match,omitempty"`
	DomainMatch              string                   `protobuf:"bytes,27,opt,name=domain_match,json=domainMatch,proto3" json:"domain_match,omitempty"`
	Phase_2                  Phase2Type               `protobuf:"varint,28,opt,name=phase_2,json=phase2,proto3,enum=timeterm_proto.devcfg.Phase2Type" json:"phase_2,omitempty"`
	IsPhase_2EapBased        bool                     `protobuf:"varint,29,opt,name=is_phase_2_eap_based,json=isPhase2EapBased,proto3" json:"is_phase_2_eap_based,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkingService) Descriptor deprecated

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

Deprecated: Use NetworkingService.ProtoReflect.Descriptor instead.

func (*NetworkingService) GetAltSubjectMatch

func (x *NetworkingService) GetAltSubjectMatch() string

func (*NetworkingService) GetAnonymousIdentity

func (x *NetworkingService) GetAnonymousIdentity() string

func (*NetworkingService) GetCaCert

func (x *NetworkingService) GetCaCert() []byte

func (*NetworkingService) GetCaCertType

func (x *NetworkingService) GetCaCertType() CaCertType

func (*NetworkingService) GetDomain

func (x *NetworkingService) GetDomain() string

func (*NetworkingService) GetDomainMatch

func (x *NetworkingService) GetDomainMatch() string

func (*NetworkingService) GetDomainSuffixMatch

func (x *NetworkingService) GetDomainSuffixMatch() string

func (*NetworkingService) GetEap

func (x *NetworkingService) GetEap() Eap

func (*NetworkingService) GetIdentity

func (x *NetworkingService) GetIdentity() string

func (*NetworkingService) GetIpv4Config

func (x *NetworkingService) GetIpv4Config() *Ipv4Config

func (*NetworkingService) GetIpv6Config

func (x *NetworkingService) GetIpv6Config() *Ipv6Config

func (*NetworkingService) GetIpv6Privacy

func (x *NetworkingService) GetIpv6Privacy() Ipv6Privacy

func (*NetworkingService) GetIsHidden

func (x *NetworkingService) GetIsHidden() bool

func (*NetworkingService) GetIsPhase_2EapBased

func (x *NetworkingService) GetIsPhase_2EapBased() bool

func (*NetworkingService) GetMac

func (x *NetworkingService) GetMac() string

func (*NetworkingService) GetName

func (x *NetworkingService) GetName() string

func (*NetworkingService) GetNameservers

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

func (*NetworkingService) GetPassphrase

func (x *NetworkingService) GetPassphrase() string

func (*NetworkingService) GetPhase_2

func (x *NetworkingService) GetPhase_2() Phase2Type

func (*NetworkingService) GetPrivateKey

func (x *NetworkingService) GetPrivateKey() []byte

func (*NetworkingService) GetPrivateKeyPassphrase

func (x *NetworkingService) GetPrivateKeyPassphrase() string

func (*NetworkingService) GetPrivateKeyPassphraseType

func (x *NetworkingService) GetPrivateKeyPassphraseType() PrivateKeyPassphraseType

func (*NetworkingService) GetPrivateKeyType

func (x *NetworkingService) GetPrivateKeyType() PrivateKeyType

func (*NetworkingService) GetSearchDomains

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

func (*NetworkingService) GetSecurity

func (x *NetworkingService) GetSecurity() Security

func (*NetworkingService) GetSsid

func (x *NetworkingService) GetSsid() string

func (*NetworkingService) GetSubjectMatch

func (x *NetworkingService) GetSubjectMatch() string

func (*NetworkingService) GetTimeservers

func (x *NetworkingService) GetTimeservers() []string

func (*NetworkingService) GetType

func (*NetworkingService) ProtoMessage

func (*NetworkingService) ProtoMessage()

func (*NetworkingService) ProtoReflect

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

func (*NetworkingService) Reset

func (x *NetworkingService) Reset()

func (*NetworkingService) String

func (x *NetworkingService) String() string

type NetworkingServiceType

type NetworkingServiceType int32
const (
	NetworkingServiceType_NETWORKING_SERVICE_TYPE_UNSPECIFIED NetworkingServiceType = 0
	NetworkingServiceType_NETWORKING_SERVICE_TYPE_ETHERNET    NetworkingServiceType = 1
	NetworkingServiceType_NETWORKING_SERVICE_TYPE_WIFI        NetworkingServiceType = 2
)

func (NetworkingServiceType) Descriptor

func (NetworkingServiceType) Enum

func (NetworkingServiceType) EnumDescriptor deprecated

func (NetworkingServiceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkingServiceType.Descriptor instead.

func (NetworkingServiceType) Number

func (NetworkingServiceType) String

func (x NetworkingServiceType) String() string

func (NetworkingServiceType) Type

type NetworkingServices

type NetworkingServices struct {
	Services map[string]*NetworkingService `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NetworkingServices) Descriptor deprecated

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

Deprecated: Use NetworkingServices.ProtoReflect.Descriptor instead.

func (*NetworkingServices) GetServices

func (x *NetworkingServices) GetServices() map[string]*NetworkingService

func (*NetworkingServices) ProtoMessage

func (*NetworkingServices) ProtoMessage()

func (*NetworkingServices) ProtoReflect

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

func (*NetworkingServices) Reset

func (x *NetworkingServices) Reset()

func (*NetworkingServices) String

func (x *NetworkingServices) String() string

type Phase2Type

type Phase2Type int32
const (
	Phase2Type_PHASE_2_TYPE_UNSPECIFIED Phase2Type = 0
	Phase2Type_PHASE_2_TYPE_MSCHAPV2    Phase2Type = 1
	Phase2Type_PHASE_2_TYPE_GTC         Phase2Type = 2
)

func (Phase2Type) Descriptor

func (Phase2Type) Descriptor() protoreflect.EnumDescriptor

func (Phase2Type) Enum

func (x Phase2Type) Enum() *Phase2Type

func (Phase2Type) EnumDescriptor deprecated

func (Phase2Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Phase2Type.Descriptor instead.

func (Phase2Type) Number

func (x Phase2Type) Number() protoreflect.EnumNumber

func (Phase2Type) String

func (x Phase2Type) String() string

func (Phase2Type) Type

type PrivateKeyPassphraseType

type PrivateKeyPassphraseType int32
const (
	PrivateKeyPassphraseType_PRIVATE_KEY_PASSPHRASE_TYPE_UNSPECIFIED PrivateKeyPassphraseType = 0
	PrivateKeyPassphraseType_PRIVATE_KEY_PASSPHRASE_TYPE_FSID        PrivateKeyPassphraseType = 1
)

func (PrivateKeyPassphraseType) Descriptor

func (PrivateKeyPassphraseType) Enum

func (PrivateKeyPassphraseType) EnumDescriptor deprecated

func (PrivateKeyPassphraseType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PrivateKeyPassphraseType.Descriptor instead.

func (PrivateKeyPassphraseType) Number

func (PrivateKeyPassphraseType) String

func (x PrivateKeyPassphraseType) String() string

func (PrivateKeyPassphraseType) Type

type PrivateKeyType

type PrivateKeyType int32
const (
	PrivateKeyType_PRIVATE_KEY_TYPE_UNSPECIFIED PrivateKeyType = 0
	PrivateKeyType_PRIVATE_KEY_TYPE_PEM         PrivateKeyType = 1
	PrivateKeyType_PRIVATE_KEY_TYPE_DER         PrivateKeyType = 2
	PrivateKeyType_PRIVATE_KEY_TYPE_PFX         PrivateKeyType = 3
)

func (PrivateKeyType) Descriptor

func (PrivateKeyType) Enum

func (x PrivateKeyType) Enum() *PrivateKeyType

func (PrivateKeyType) EnumDescriptor deprecated

func (PrivateKeyType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PrivateKeyType.Descriptor instead.

func (PrivateKeyType) Number

func (PrivateKeyType) String

func (x PrivateKeyType) String() string

func (PrivateKeyType) Type

type Security

type Security int32
const (
	Security_SECURITY_UNSPECIFIED Security = 0
	Security_SECURITY_PSK         Security = 1
	Security_SECURITY_IEEE8021X   Security = 2
	Security_SECURITY_NONE        Security = 3
	Security_SECURITY_WEP         Security = 4
)

func (Security) Descriptor

func (Security) Descriptor() protoreflect.EnumDescriptor

func (Security) Enum

func (x Security) Enum() *Security

func (Security) EnumDescriptor deprecated

func (Security) EnumDescriptor() ([]byte, []int)

Deprecated: Use Security.Descriptor instead.

func (Security) Number

func (x Security) Number() protoreflect.EnumNumber

func (Security) String

func (x Security) String() string

func (Security) Type

Jump to

Keyboard shortcuts

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