Package-level declarations

Types

Link copied to clipboard
class Dns
Link copied to clipboard
class DnsRecord : GeneratedMessage, DnsRecordOrBuilder
Specifies a DNS record, with type, content, and TTL information.
Protobuf type elide.net.DnsRecord
Link copied to clipboard

Protobuf type elide.net.DnsRecord

Link copied to clipboard
interface DnsRecordOrBuilder : MessageOrBuilder
Link copied to clipboard
enum DnsRecordType : ProtocolMessageEnum
Specifies well-known DNS record types.
Protobuf enum elide.net.DnsRecordType
Link copied to clipboard
class DnsSettings : GeneratedMessage, DnsSettingsOrBuilder
Specifies DNS settings which apply to a given suite of networking settings.
Protobuf type elide.net.DnsSettings
Link copied to clipboard

Protobuf type elide.net.DnsSettings

Link copied to clipboard
interface DnsSettingsOrBuilder : MessageOrBuilder
Link copied to clipboard
class Domain : GeneratedMessage, DomainOrBuilder
Describes a network domain, which demarcates a set of related resources.
Protobuf type elide.net.Domain
Link copied to clipboard
object DomainKt

Protobuf type elide.net.Domain

Link copied to clipboard
interface DomainOrBuilder : MessageOrBuilder
Link copied to clipboard
Link copied to clipboard
class Ip
Link copied to clipboard
class IpAddress : GeneratedMessage, IpAddressOrBuilder
Describes an IP address in generic terms.
Protobuf type elide.net.IpAddress
Link copied to clipboard

Protobuf type elide.net.IpAddress

Link copied to clipboard
interface IpAddressOrBuilder : MessageOrBuilder
Link copied to clipboard
enum IpProtocolVersion : ProtocolMessageEnum
Enumerates known IP protocol versions.
Protobuf enum elide.net.IpProtocolVersion
Link copied to clipboard
enum IpVisibility : ProtocolMessageEnum
Describes visibility for a requested or assigned IP address.
Protobuf enum elide.net.IpVisibility
Link copied to clipboard
enum Layer4Protocol : ProtocolMessageEnum
Enumerates protocols at Layer 4 of the OSI model, as recognized by Elide application services.
Protobuf enum elide.net.Layer4Protocol
Link copied to clipboard
class MappedHost : GeneratedMessage, MappedHostOrBuilder
Specifies a hostname which is mapped in a hosts file.
Protobuf type elide.net.MappedHost
Link copied to clipboard

Protobuf type elide.net.MappedHost

Link copied to clipboard
interface MappedHostOrBuilder : MessageOrBuilder
Link copied to clipboard
class MappedService : GeneratedMessage, MappedServiceOrBuilder
Mapped service information, after it has been rendered into a usable document.
Protobuf type elide.net.MappedService
Link copied to clipboard

Protobuf type elide.net.MappedService

Link copied to clipboard
interface MappedServiceOrBuilder : MessageOrBuilder
Link copied to clipboard
Specifies a mapped port for a configured application service.
Protobuf type elide.net.MappedServicePort
Link copied to clipboard

Protobuf type elide.net.MappedServicePort

Link copied to clipboard
interface MappedServicePortOrBuilder : MessageOrBuilder
Link copied to clipboard
class Network : GeneratedMessage, NetworkOrBuilder
Describes a reference to a named network, in some operating context for an application.
Protobuf type elide.net.Network
Link copied to clipboard
class Networking : GeneratedMessage, NetworkingOrBuilder
Describes a suite of networking settings.
Protobuf type elide.net.Networking
Link copied to clipboard

Protobuf type elide.net.Networking

Link copied to clipboard
enum NetworkingMode : ProtocolMessageEnum
Enumerates networking modes common to various container or isolation protocols.
Protobuf enum elide.net.NetworkingMode
Link copied to clipboard
interface NetworkingOrBuilder : MessageOrBuilder
Link copied to clipboard
object NetworkKt

Protobuf type elide.net.Network

Link copied to clipboard
interface NetworkOrBuilder : MessageOrBuilder
Link copied to clipboard
Link copied to clipboard
class Port : GeneratedMessage, PortOrBuilder
Describes a single network port, potentially with mapping information.
Protobuf type elide.net.Port
Link copied to clipboard
object PortKt

Protobuf type elide.net.Port

Link copied to clipboard
interface PortOrBuilder : MessageOrBuilder
Link copied to clipboard
Link copied to clipboard
class Protocol
Link copied to clipboard
class Service : GeneratedMessage, ServiceOrBuilder
Describes a generic network service.
Protobuf type elide.net.Service
Link copied to clipboard
object ServiceKt

Protobuf type elide.net.Service

Link copied to clipboard
interface ServiceOrBuilder : MessageOrBuilder
Link copied to clipboard
Link copied to clipboard
enum ServiceVisibility : ProtocolMessageEnum
Enumerates visibility modes for application services.
Protobuf enum elide.net.ServiceVisibility
Link copied to clipboard
enum WellKnownPort : ProtocolMessageEnum
Specifies a subset of relevant well-known ports registered with IANA.
Protobuf enum elide.net.WellKnownPort

Properties

Functions

Link copied to clipboard
@JvmName(name = "-initializednsRecord")
inline fun dnsRecord(block: DnsRecordKt.Dsl.() -> Unit): DnsRecord
Link copied to clipboard
@JvmName(name = "-initializednsSettings")
inline fun dnsSettings(block: DnsSettingsKt.Dsl.() -> Unit): DnsSettings
Link copied to clipboard
@JvmName(name = "-initializedomain")
inline fun domain(block: DomainKt.Dsl.() -> Unit): Domain
Link copied to clipboard
@JvmName(name = "-initializeipAddress")
inline fun ipAddress(block: IpAddressKt.Dsl.() -> Unit): IpAddress
Link copied to clipboard
@JvmName(name = "-initializemappedHost")
inline fun mappedHost(block: MappedHostKt.Dsl.() -> Unit): MappedHost
Link copied to clipboard
@JvmName(name = "-initializemappedService")
inline fun mappedService(block: MappedServiceKt.Dsl.() -> Unit): MappedService
Link copied to clipboard
@JvmName(name = "-initializemappedServicePort")
inline fun mappedServicePort(block: MappedServicePortKt.Dsl.() -> Unit): MappedServicePort
Link copied to clipboard
@JvmName(name = "-initializenetwork")
inline fun network(block: NetworkKt.Dsl.() -> Unit): Network
Link copied to clipboard
@JvmName(name = "-initializenetworking")
inline fun networking(block: NetworkingKt.Dsl.() -> Unit): Networking
Link copied to clipboard
@JvmName(name = "-initializeport")
inline fun port(block: PortKt.Dsl.() -> Unit): Port
Link copied to clipboard
@JvmName(name = "-initializeservice")
inline fun service(block: ServiceKt.Dsl.() -> Unit): Service