Show / Hide Table of Contents

Class SelfHostedInstanceConfigCategoryDetails

Define Self Hosted Instances.

Inheritance
object
ConfigCategoryDetails
SelfHostedInstanceConfigCategoryDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.
Example: My new resource

In this article
Back to top