Class AssociatedResourceDetails
Details about the resources associated with the connection bundle.
Inherited Members
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