Show / Hide Table of Contents

Class DifDependencyDetails

DIF Service Dependency Details.

Inheritance
object
DifDependencyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top