Class AttachmentDetails
Description of an attachment for an instance
Inherited Members
Namespace: Oci.OpaService.Models
Assembly: OCI.DotNetSDK.Opa.dll
Syntax
public class AttachmentDetailsProperties
IsImplicit
Declaration
[Required(ErrorMessage = "IsImplicit is required.")]
[JsonProperty(PropertyName = "isImplicit")]
public bool? IsImplicit { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
 | 
Remarks
Required
TargetId
Declaration
[Required(ErrorMessage = "TargetId is required.")]
[JsonProperty(PropertyName = "targetId")]
public string TargetId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the target instance (which could be any other OCI PaaS/SaaS resource), to which this instance is attached. | 
Remarks
Required
TargetInstanceUrl
Declaration
[Required(ErrorMessage = "TargetInstanceUrl is required.")]
[JsonProperty(PropertyName = "targetInstanceUrl")]
public string TargetInstanceUrl { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The dataplane instance URL of the attached instance | 
Remarks
Required
TargetRole
Declaration
[Required(ErrorMessage = "TargetRole is required.")]
[JsonProperty(PropertyName = "targetRole")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AttachmentDetails.TargetRoleEnum? TargetRole { get; set; }Property Value
| Type | Description | 
|---|---|
| AttachmentDetails.TargetRoleEnum? | The role of the target attachment. 
 | 
Remarks
Required
TargetServiceType
Declaration
[Required(ErrorMessage = "TargetServiceType is required.")]
[JsonProperty(PropertyName = "targetServiceType")]
public string TargetServiceType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The type of the target instance, such as "FUSION". | 
Remarks
Required