Class DifDependencyDetails
DIF Service Dependency Details.
Inherited Members
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class DifDependencyDetails
Properties
ServiceInstanceId
Declaration
[Required(ErrorMessage = "ServiceInstanceId is required.")]
[JsonProperty(PropertyName = "serviceInstanceId")]
public string ServiceInstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | InstanceId of service which is part of the Stack. |
Remarks
Required
ServiceType
Declaration
[Required(ErrorMessage = "ServiceType is required.")]
[JsonProperty(PropertyName = "serviceType")]
public string ServiceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Supported service name. |
Remarks
Required