Show / Hide Table of Contents

Class NetworkSources_virtualSourceList

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

Properties

IpRanges

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

VcnId

Declaration
[JsonProperty(PropertyName = "vcnId")]
public string VcnId { get; set; }
Property Value
Type Description
string
In this article
Back to top