UpdateNetworkSourceDetails

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

Bases: object

UpdateNetworkSourceDetails model.

Methods

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

Attributes

defined_tags Gets the defined_tags of this UpdateNetworkSourceDetails.
description Gets the description of this UpdateNetworkSourceDetails.
freeform_tags Gets the freeform_tags of this UpdateNetworkSourceDetails.
public_source_list Gets the public_source_list of this UpdateNetworkSourceDetails.
services Gets the services of this UpdateNetworkSourceDetails.
virtual_source_list Gets the virtual_source_list of this UpdateNetworkSourceDetails.
__init__(**kwargs)

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

Parameters:
  • description (str) – The value to assign to the description property of this UpdateNetworkSourceDetails.
  • public_source_list (list[str]) – The value to assign to the public_source_list property of this UpdateNetworkSourceDetails.
  • virtual_source_list (list[oci.identity.models.NetworkSourcesVirtualSourceList]) – The value to assign to the virtual_source_list property of this UpdateNetworkSourceDetails.
  • services (list[str]) – The value to assign to the services property of this UpdateNetworkSourceDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateNetworkSourceDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateNetworkSourceDetails.
defined_tags

Gets the defined_tags of this UpdateNetworkSourceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this UpdateNetworkSourceDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateNetworkSourceDetails. The description you assign to the network source. Does not have to be unique, and it’s changeable.

Returns:The description of this UpdateNetworkSourceDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateNetworkSourceDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdateNetworkSourceDetails.
Return type:dict(str, str)
public_source_list

Gets the public_source_list of this UpdateNetworkSourceDetails. A list of allowed public IP addresses and CIDR ranges.

Returns:The public_source_list of this UpdateNetworkSourceDetails.
Return type:list[str]
services

Gets the services of this UpdateNetworkSourceDetails. – The services attribute has no effect and is reserved for use by Oracle. –

Returns:The services of this UpdateNetworkSourceDetails.
Return type:list[str]
virtual_source_list

Gets the virtual_source_list of this UpdateNetworkSourceDetails. A list of allowed VCN OCID and IP range pairs. Example:”vcnId”: “ocid1.vcn.oc1.iad.aaaaaaaaexampleuniqueID”, “ipRanges”: [ “129.213.39.0/24” ]

Returns:The virtual_source_list of this UpdateNetworkSourceDetails.
Return type:list[oci.identity.models.NetworkSourcesVirtualSourceList]