struct Shodan::HostDataDocker::HostDataDockerContainer

Included Modules

Defined in:

shodan/parsers/host_services/docker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def command : String | Nil #

[View source]
def command=(command : String | Nil) #

[View source]
def created : Int64 | Nil #

[View source]
def created=(created : Int64 | Nil) #

[View source]
def finishedat : Int64 | Nil #

[View source]
def finishedat=(finishedat : Int64 | Nil) #

[View source]
def hostconfig : HostDataDockerContainerConfig | Nil #

[View source]
def hostconfig=(hostconfig : HostDataDockerContainerConfig | Nil) #

[View source]
def id : String | Nil #

[View source]
def id=(id : String | Nil) #

[View source]
def image : String | Nil #

[View source]
def image=(image : String | Nil) #

[View source]
def imageid : String | Nil #

[View source]
def imageid=(imageid : String | Nil) #

[View source]
def labels : Hash(String, Hash(String, Array(String))) | Nil #

[View source]
def labels=(labels : Hash(String, Hash(String, Array(String))) | Nil) #

[View source]
def mounts : Array(HostDataDockerContainerMounts) | Nil #

[View source]
def mounts=(mounts : Array(HostDataDockerContainerMounts) | Nil) #

[View source]
def names : Array(String) | Nil #

[View source]
def names=(names : Array(String) | Nil) #

[View source]
def networksettings : HostDataDockerContainerNetworkSettings | Nil #

[View source]
def networksettings=(networksettings : HostDataDockerContainerNetworkSettings | Nil) #

[View source]
def ports : Array(HostDataDockerContainerPorts) | Nil #

[View source]
def ports=(ports : Array(HostDataDockerContainerPorts) | Nil) #

[View source]
def startedat : Int64 | Nil #

[View source]
def startedat=(startedat : Int64 | Nil) #

[View source]
def state : String | Nil #

[View source]
def state=(state : String | Nil) #

[View source]
def status : String | Nil #

[View source]
def status=(status : String | Nil) #

[View source]