Show / Hide Table of Contents

Class ResourceDiscoveryServiceSummary

A service supported for use with Resource Discovery.

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

Properties

DiscoveryScope

Declaration
[JsonProperty(PropertyName = "discoveryScope")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ResourceDiscoveryServiceSummary.DiscoveryScopeEnum? DiscoveryScope { get; set; }
Property Value
Type Description
ResourceDiscoveryServiceSummary.DiscoveryScopeEnum?

The scope of the service as used with Resource Discovery. This property determines the type of compartment OCID required: root compartment (TENANCY) or not (COMPARTMENT). For example, identity is at the root compartment scope while database is at the compartment scope.

Name

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

A supported service. Example: coreFor reference on service names, see the Terraform provider documentation.

In this article
Back to top