Class CreateResourceGroupDetails
Input payload to create resource group.
Inherited Members
Namespace: Oci.AnalyticsService.Models
Assembly: OCI.DotNetSDK.Analytics.dll
Syntax
public class CreateResourceGroupDetails
Properties
Capacity
Declaration
[Required(ErrorMessage = "Capacity is required.")]
[JsonProperty(PropertyName = "capacity")]
public int? Capacity { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The capacity (in OCPU's) to be allocated for this resource. |
Remarks
Required
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Optional description of the resource group |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Meaningful name of resource group for end user |
ResourceName
Declaration
[Required(ErrorMessage = "ResourceName is required.")]
[JsonProperty(PropertyName = "resourceName")]
public string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Meaningful name of resource group for end user |
Remarks
Required