Class SelfHostedInstanceRunOnDetails
Self Hosted Instance Run On Details.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class SelfHostedInstanceRunOnDetails : RunOnDetails
Properties
Host
Declaration
[Required(ErrorMessage = "Host is required.")]
[JsonProperty(PropertyName = "host")]
public string Host { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the self hosted instance. |
Remarks
Required