...

Source file src/github.com/Microsoft/hcsshim/internal/hcs/schema2/guest_connection.go

Documentation: github.com/Microsoft/hcsshim/internal/hcs/schema2

     1  /*
     2   * HCS API
     3   *
     4   * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
     5   *
     6   * API version: 2.1
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package hcsschema
    11  
    12  type GuestConnection struct {
    13  
    14  	//  Use Vsock rather than Hyper-V sockets to communicate with the guest service.
    15  	UseVsock bool `json:"UseVsock,omitempty"`
    16  
    17  	//  Don't disconnect the guest connection when pausing the virtual machine.
    18  	UseConnectedSuspend bool `json:"UseConnectedSuspend,omitempty"`
    19  }
    20  

View as plain text