NetworkSourcesVirtualSourceList

class oci.identity.models.NetworkSourcesVirtualSourceList(**kwargs)

Bases: object

NetworkSourcesVirtualSourceList model.

Methods

__init__(**kwargs) Initializes a new NetworkSourcesVirtualSourceList object with values from keyword arguments.

Attributes

ip_ranges Gets the ip_ranges of this NetworkSourcesVirtualSourceList.
vcn_id Gets the vcn_id of this NetworkSourcesVirtualSourceList.
__init__(**kwargs)

Initializes a new NetworkSourcesVirtualSourceList object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • vcn_id (str) – The value to assign to the vcn_id property of this NetworkSourcesVirtualSourceList.
  • ip_ranges (list[str]) – The value to assign to the ip_ranges property of this NetworkSourcesVirtualSourceList.
ip_ranges

Gets the ip_ranges of this NetworkSourcesVirtualSourceList.

Returns:The ip_ranges of this NetworkSourcesVirtualSourceList.
Return type:list[str]
vcn_id

Gets the vcn_id of this NetworkSourcesVirtualSourceList.

Returns:The vcn_id of this NetworkSourcesVirtualSourceList.
Return type:str