Class ResourceAnalyticsInstanceOacNetworkDetails
Details required when provisioning OAC on a private network.
Example: {"subnetId":"ocid...", ...}
Inherited Members
Namespace: Oci.ResourceanalyticsService.Models
Assembly: OCI.DotNetSDK.Resourceanalytics.dll
Syntax
public class ResourceAnalyticsInstanceOacNetworkDetails
Properties
NsgIds
Declaration
[JsonProperty(PropertyName = "nsgIds")]
public List<string> NsgIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of Network Security Group OCID's for the private network details.
|
SubnetId
Declaration
[Required(ErrorMessage = "SubnetId is required.")]
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the subnet for the private network details. |
Remarks
Required