Show / Hide Table of Contents

Class AssociatedResourceDetails

Details about the resources associated with the connection bundle.

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

Properties

ResourceIds

Declaration
[Required(ErrorMessage = "ResourceIds is required.")]
[JsonProperty(PropertyName = "resourceIds")]
public List<string> ResourceIds { get; set; }
Property Value
Type Description
List<string>

The OCIDs of the associated resources.

Remarks

Required

In this article
Back to top