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.IntegrationService.Models
Assembly: OCI.DotNetSDK.Integration.dll
Syntax
public class VirtualCloudNetwork

Properties

AllowlistedIps

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

Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.

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

In this article
Back to top