Show / Hide Table of Contents

Class VirtualCloudNetwork

Virtual Cloud Network definition.

Inheritance
object
VirtualCloudNetwork
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AnalyticsService.Models
Assembly: OCI.DotNetSDK.Analytics.dll
Syntax
public class VirtualCloudNetwork

Properties

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The Virtual Cloud Network OCID.

Remarks

Required

WhitelistedIps

Declaration
[JsonProperty(PropertyName = "whitelistedIps")]
public List<string> WhitelistedIps { get; set; }
Property Value
Type Description
List<string>

Source IP addresses or IP address ranges in ingress rules.

In this article
Back to top