Show / Hide Table of Contents

Class ServiceDetailResponse

Details of the cloud service.

Inheritance
object
ServiceDetailResponse
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 ServiceDetailResponse

Properties

AdditionalDetails

Declaration
[JsonProperty(PropertyName = "additionalDetails")]
public AdditionalDetails AdditionalDetails { get; set; }
Property Value
Type Description
AdditionalDetails

CurrentArtifactPath

Declaration
[JsonProperty(PropertyName = "currentArtifactPath")]
public string CurrentArtifactPath { get; set; }
Property Value
Type Description
string

name of the service

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

name of the service

InstanceId

Declaration
[JsonProperty(PropertyName = "instanceId")]
public string InstanceId { get; set; }
Property Value
Type Description
string

ID for the service instance.

ServiceId

Declaration
[JsonProperty(PropertyName = "serviceId")]
public string ServiceId { get; set; }
Property Value
Type Description
string

ID for the service

ServiceType

Declaration
[JsonProperty(PropertyName = "serviceType")]
public string ServiceType { get; set; }
Property Value
Type Description
string

name of the cloud service

ServiceUrl

Declaration
[JsonProperty(PropertyName = "serviceUrl")]
public string ServiceUrl { get; set; }
Property Value
Type Description
string

url for the service

Status

Declaration
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Type Description
string

state of the service

In this article
Back to top