Class SelfHostedInstanceConfigCategoryDetails
Define Self Hosted Instances.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class SelfHostedInstanceConfigCategoryDetails : ConfigCategoryDetails
Properties
InstanceId
Declaration
[Required(ErrorMessage = "InstanceId is required.")]
[JsonProperty(PropertyName = "instanceId")]
public string InstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the resource. |
Remarks
Required
InstanceName
Declaration
[JsonProperty(PropertyName = "instanceName")]
public string InstanceName { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly name. Does not have to be unique, and it's changeable.
Avoid entering confidential information.
|