HostingOptions¶
-
class
oci.desktops.models.
HostingOptions
(**kwargs)¶ Bases:
object
Provides information about where a desktop is hosted.
Methods
__init__
(**kwargs)Initializes a new HostingOptions object with values from keyword arguments. Attributes
connect_address
[Required] Gets the connect_address of this HostingOptions. image
[Required] Gets the image of this HostingOptions. -
__init__
(**kwargs)¶ Initializes a new HostingOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - image (oci.desktops.models.DesktopImage) – The value to assign to the image property of this HostingOptions.
- connect_address (str) – The value to assign to the connect_address property of this HostingOptions.
-
connect_address
¶ [Required] Gets the connect_address of this HostingOptions. The connection address of the desktop.
Returns: The connect_address of this HostingOptions. Return type: str
-
image
¶ [Required] Gets the image of this HostingOptions.
Returns: The image of this HostingOptions. Return type: oci.desktops.models.DesktopImage
-