enum MinknowApi::Protocol::ExternalOffload::OffloadLocation::LocationType

Defined in:

generated/minknow_api/protocol.pb.cr

Enum Members

LOCATION_TYPE_LOCAL = 0
LOCATION_TYPE_NETWORK = 1
LOCATION_TYPE_S3 = 2
LOCATION_TYPE_LOCAL_MOUNTED_USB_DRIVE = 3
LOCATION_TYPE_LOCAL_MOUNTED_NETWORK_DRIVE = 4

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_raw?(raw : Int32) : self | Nil #

[View source]

Instance Method Detail

def location_type_local? #

Returns true if this enum value equals LOCATION_TYPE_LOCAL


[View source]
def location_type_local_mounted_network_drive? #

Returns true if this enum value equals LOCATION_TYPE_LOCAL_MOUNTED_NETWORK_DRIVE


[View source]
def location_type_local_mounted_usb_drive? #

Returns true if this enum value equals LOCATION_TYPE_LOCAL_MOUNTED_USB_DRIVE


[View source]
def location_type_network? #

Returns true if this enum value equals LOCATION_TYPE_NETWORK


[View source]
def location_type_s3? #

Returns true if this enum value equals LOCATION_TYPE_S3


[View source]