Class ResourceAnalyticsInstanceOacAttachmentDetails
Additional details needed when attaching the OAC instance.
Example: {"idcsDomainId":"ocid...","networkDetails":{...}, ...}
Inherited Members
Namespace: Oci.ResourceanalyticsService.Models
Assembly: OCI.DotNetSDK.Resourceanalytics.dll
Syntax
public class ResourceAnalyticsInstanceOacAttachmentDetails
Properties
CapacityType
Declaration
[JsonProperty(PropertyName = "capacityType")]
[JsonConverter(typeof(StringEnumConverter))]
public ResourceAnalyticsInstanceOacAttachmentDetails.CapacityTypeEnum? CapacityType { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourceAnalyticsInstanceOacAttachmentDetails.CapacityTypeEnum? | The capacity model to use for the Analytics Instance. |
CapacityValue
Declaration
[JsonProperty(PropertyName = "capacityValue")]
public int? CapacityValue { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics Instance. |
IdcsDomainId
Declaration
[Required(ErrorMessage = "IdcsDomainId is required.")]
[JsonProperty(PropertyName = "idcsDomainId")]
public string IdcsDomainId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | IDCS domain OCID identifying a stripe and service administrator user. |
Remarks
Required
LicenseModel
Declaration
[JsonProperty(PropertyName = "licenseModel")]
[JsonConverter(typeof(StringEnumConverter))]
public ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModelEnum? LicenseModel { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModelEnum? | The Oracle license model that applies to the OAC instance. |
NetworkDetails
Declaration
[JsonProperty(PropertyName = "networkDetails")]
public ResourceAnalyticsInstanceOacNetworkDetails NetworkDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourceAnalyticsInstanceOacNetworkDetails |
NsgIds
Declaration
[JsonProperty(PropertyName = "nsgIds")]
public List<string> NsgIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | Deprecated. Use |
SubnetId
Declaration
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Deprecated. Use |