Enumerations
enum ConnectionStatus
| Name | Value |
|---|---|
| UNKNOWN | 0 |
| READY | 1 |
| EXITED | 2 |
| FAILED | 3 |
| ConnectionStatus_INT_MIN_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::min() |
| ConnectionStatus_INT_MAX_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::max() |
Defined at line 84 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
enum StdioStream
| Name | Value |
|---|---|
| INVALID_STREAM | 0 |
| STDIN_STREAM | 1 |
| STDOUT_STREAM | 2 |
| STDERR_STREAM | 3 |
| StdioStream_INT_MIN_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::min() |
| StdioStream_INT_MAX_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::max() |
Defined at line 109 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
enum Signal
| Name | Value |
|---|---|
| SIGNAL_UNKNOWN | 0 |
| SIGNAL_HUP | 1 |
| SIGNAL_INT | 2 |
| SIGNAL_QUIT | 3 |
| SIGNAL_TERM | 15 |
| Signal_INT_MIN_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::min() |
| Signal_INT_MAX_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::max() |
Defined at line 134 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
Records
-
class ConnectionStatusMessage -
class ConnectionStatusMessageDefaultTypeInternal -
class DataMessage -
class DataMessageDefaultTypeInternal -
class GuestMessage -
class GuestMessageDefaultTypeInternal -
class HostMessage -
class HostMessageDefaultTypeInternal -
class SetupConnectionRequest -
class SetupConnectionRequestDefaultTypeInternal -
class SetupConnectionResponse -
class SetupConnectionResponseDefaultTypeInternal -
class WindowResizeMessage -
class WindowResizeMessageDefaultTypeInternal
Functions
-
bool ConnectionStatus_IsValid (int value) -
const std::string & ConnectionStatus_Name (ConnectionStatus value) -
template <typename T>const std::string & ConnectionStatus_Name (T value)Defined at line 102 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
-
bool ConnectionStatus_Parse (absl::string_view name, ConnectionStatus * value) -
bool StdioStream_IsValid (int value) -
const std::string & StdioStream_Name (StdioStream value) -
template <typename T>const std::string & StdioStream_Name (T value)Defined at line 127 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
-
bool StdioStream_Parse (absl::string_view name, StdioStream * value) -
bool Signal_IsValid (int value) -
const std::string & Signal_Name (Signal value) -
template <typename T>const std::string & Signal_Name (T value)Defined at line 153 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
-
bool Signal_Parse (absl::string_view name, Signal * value) -
void swap (WindowResizeMessage & a, WindowResizeMessage & b)Defined at line 218 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
-
void swap (SetupConnectionResponse & a, SetupConnectionResponse & b)Defined at line 408 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
-
void swap (DataMessage & a, DataMessage & b)Defined at line 618 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
-
void swap (ConnectionStatusMessage & a, ConnectionStatusMessage & b)Defined at line 814 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
-
void swap (SetupConnectionRequest & a, SetupConnectionRequest & b)Defined at line 1022 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
-
void swap (HostMessage & a, HostMessage & b)Defined at line 1354 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
-
void swap (GuestMessage & aGuestMessage & b)Defined at line 1580 of file gen/src/virtualization/third_party/vm_tools/vsh.pb.h
Variables
const uint32_t[] ConnectionStatus_internal_data_
const uint32_t[] Signal_internal_data_
const uint32_t[] StdioStream_internal_data_
ConnectionStatusMessageDefaultTypeInternal _ConnectionStatusMessage_default_instance_
DataMessageDefaultTypeInternal _DataMessage_default_instance_
GuestMessageDefaultTypeInternal _GuestMessage_default_instance_
HostMessageDefaultTypeInternal _HostMessage_default_instance_
SetupConnectionRequestDefaultTypeInternal _SetupConnectionRequest_default_instance_
SetupConnectionResponseDefaultTypeInternal _SetupConnectionResponse_default_instance_
WindowResizeMessageDefaultTypeInternal _WindowResizeMessage_default_instance_