Class UpdateDbConnectionBundleDetails
The details for updating a database connection bundle.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class UpdateDbConnectionBundleDetails
Properties
AssociatedResourceDetails
Declaration
[JsonProperty(PropertyName = "associatedResourceDetails")]
public List<AssociatedResourceDetails> AssociatedResourceDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AssociatedResourceDetails> | Details about the resources to associate with the connection bundle. |
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, string>> DefinedTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, string>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Display name for the connection bundle. |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. |