OlvmDisplay

class oci.cloud_migrations.models.OlvmDisplay(**kwargs)

Bases: object

Display object in OLVM

Attributes

DISPLAY_TYPE_SPICE A constant which can be used with the display_type property of a OlvmDisplay.
DISPLAY_TYPE_VNC A constant which can be used with the display_type property of a OlvmDisplay.
address Gets the address of this OlvmDisplay.
certificate Gets the certificate of this OlvmDisplay.
disconnect_action Gets the disconnect_action of this OlvmDisplay.
disconnect_action_delay_in_minutes Gets the disconnect_action_delay_in_minutes of this OlvmDisplay.
display_type Gets the display_type of this OlvmDisplay.
is_allow_override Gets the is_allow_override of this OlvmDisplay.
is_copy_paste_enabled Gets the is_copy_paste_enabled of this OlvmDisplay.
is_file_transfer_enabled Gets the is_file_transfer_enabled of this OlvmDisplay.
is_single_qxl_pci Gets the is_single_qxl_pci of this OlvmDisplay.
keyboard_layout Gets the keyboard_layout of this OlvmDisplay.
monitors Gets the monitors of this OlvmDisplay.
port Gets the port of this OlvmDisplay.
proxy Gets the proxy of this OlvmDisplay.
secure_port Gets the secure_port of this OlvmDisplay.

Methods

__init__(**kwargs) Initializes a new OlvmDisplay object with values from keyword arguments.
DISPLAY_TYPE_SPICE = 'SPICE'

A constant which can be used with the display_type property of a OlvmDisplay. This constant has a value of “SPICE”

DISPLAY_TYPE_VNC = 'VNC'

A constant which can be used with the display_type property of a OlvmDisplay. This constant has a value of “VNC”

__init__(**kwargs)

Initializes a new OlvmDisplay object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • address (str) – The value to assign to the address property of this OlvmDisplay.
  • is_allow_override (bool) – The value to assign to the is_allow_override property of this OlvmDisplay.
  • certificate (oci.cloud_migrations.models.OlvmCertificate) – The value to assign to the certificate property of this OlvmDisplay.
  • is_copy_paste_enabled (bool) – The value to assign to the is_copy_paste_enabled property of this OlvmDisplay.
  • disconnect_action (str) – The value to assign to the disconnect_action property of this OlvmDisplay.
  • disconnect_action_delay_in_minutes (int) – The value to assign to the disconnect_action_delay_in_minutes property of this OlvmDisplay.
  • is_file_transfer_enabled (bool) – The value to assign to the is_file_transfer_enabled property of this OlvmDisplay.
  • keyboard_layout (str) – The value to assign to the keyboard_layout property of this OlvmDisplay.
  • monitors (int) – The value to assign to the monitors property of this OlvmDisplay.
  • port (int) – The value to assign to the port property of this OlvmDisplay.
  • proxy (str) – The value to assign to the proxy property of this OlvmDisplay.
  • secure_port (int) – The value to assign to the secure_port property of this OlvmDisplay.
  • is_single_qxl_pci (bool) – The value to assign to the is_single_qxl_pci property of this OlvmDisplay.
  • display_type (str) – The value to assign to the display_type property of this OlvmDisplay. Allowed values for this property are: “SPICE”, “VNC”
address

Gets the address of this OlvmDisplay. The IP address of the guest to connect the graphic console client to.

Returns:The address of this OlvmDisplay.
Return type:str
certificate

Gets the certificate of this OlvmDisplay.

Returns:The certificate of this OlvmDisplay.
Return type:oci.cloud_migrations.models.OlvmCertificate
disconnect_action

Gets the disconnect_action of this OlvmDisplay. Returns the action that will take place when the graphic console is disconnected.

Returns:The disconnect_action of this OlvmDisplay.
Return type:str
disconnect_action_delay_in_minutes

Gets the disconnect_action_delay_in_minutes of this OlvmDisplay. Delay (in minutes) before the graphic console disconnect action is carried out.

Returns:The disconnect_action_delay_in_minutes of this OlvmDisplay.
Return type:int
display_type

Gets the display_type of this OlvmDisplay. The graphic console protocol type.

Allowed values for this property are: “SPICE”, “VNC”

Returns:The display_type of this OlvmDisplay.
Return type:str
is_allow_override

Gets the is_allow_override of this OlvmDisplay. Indicates if to override the display address per host.

Returns:The is_allow_override of this OlvmDisplay.
Return type:bool
is_copy_paste_enabled

Gets the is_copy_paste_enabled of this OlvmDisplay. Indicates whether a user is able to copy and paste content from an external host into the graphic console.

Returns:The is_copy_paste_enabled of this OlvmDisplay.
Return type:bool
is_file_transfer_enabled

Gets the is_file_transfer_enabled of this OlvmDisplay. Indicates if a user is able to drag and drop files from an external host into the graphic console.

Returns:The is_file_transfer_enabled of this OlvmDisplay.
Return type:bool
is_single_qxl_pci

Gets the is_single_qxl_pci of this OlvmDisplay. The engine now sets it automatically according to the operating system.

Returns:The is_single_qxl_pci of this OlvmDisplay.
Return type:bool
keyboard_layout

Gets the keyboard_layout of this OlvmDisplay. The keyboard layout to use with this graphic console.

Returns:The keyboard_layout of this OlvmDisplay.
Return type:str
monitors

Gets the monitors of this OlvmDisplay. The number of monitors opened for this graphic console.

Returns:The monitors of this OlvmDisplay.
Return type:int
port

Gets the port of this OlvmDisplay. The port address on the guest to connect the graphic console client to

Returns:The port of this OlvmDisplay.
Return type:int
proxy

Gets the proxy of this OlvmDisplay. The proxy IP which will be used by the graphic console client to connect to the guest.

Returns:The proxy of this OlvmDisplay.
Return type:str
secure_port

Gets the secure_port of this OlvmDisplay. The secured port address on the guest, in case of using TLS, to connect the graphic console client to.

Returns:The secure_port of this OlvmDisplay.
Return type:int