Show / Hide Table of Contents

Class ServiceSummary

A specific OCI service supported by resource limits.

Inheritance
object
ServiceSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LimitsService.Models
Assembly: OCI.DotNetSDK.Limits.dll
Syntax
public class ServiceSummary

Properties

Description

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

The friendly service name.

Name

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

The service name. Use this when calling other APIs.

SupportedSubscriptions

Declaration
[JsonProperty(PropertyName = "supportedSubscriptions")]
public List<string> SupportedSubscriptions { get; set; }
Property Value
Type Description
List<string>

An array of subscription types supported by the service. e,g The type of subscription, such as 'SAAS', 'ERP', 'CRM'.

In this article
Back to top