Class HostingOptions
Provides information about where a desktop is hosted.
Inherited Members
Namespace: Oci.DesktopsService.Models
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class HostingOptionsProperties
ConnectAddress
Declaration
[Required(ErrorMessage = "ConnectAddress is required.")]
[JsonProperty(PropertyName = "connectAddress")]
public string ConnectAddress { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The connection address of the desktop. | 
Remarks
Required
Image
Declaration
[Required(ErrorMessage = "Image is required.")]
[JsonProperty(PropertyName = "image")]
public DesktopImage Image { get; set; }Property Value
| Type | Description | 
|---|---|
| DesktopImage | 
Remarks
Required