Show / Hide Table of Contents

Class NetworkSources_virtualSourceList

Inheritance
System.Object
NetworkSources_virtualSourceList
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class NetworkSources_virtualSourceList : object

Properties

IpRanges

Declaration
public System.Collections.Generic.List<string> IpRanges { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

VcnId

Declaration
public string VcnId { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top