OdaPrivateEndpointScanProxySummary

class oci.oda.models.OdaPrivateEndpointScanProxySummary(**kwargs)

Bases: object

Details pertaining to a scan proxy instance created for a scan listener FQDN/IPs

Methods

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

Attributes

id [Required] Gets the id of this OdaPrivateEndpointScanProxySummary.
lifecycle_state Gets the lifecycle_state of this OdaPrivateEndpointScanProxySummary.
protocol [Required] Gets the protocol of this OdaPrivateEndpointScanProxySummary.
scan_listener_infos [Required] Gets the scan_listener_infos of this OdaPrivateEndpointScanProxySummary.
scan_listener_type [Required] Gets the scan_listener_type of this OdaPrivateEndpointScanProxySummary.
time_created Gets the time_created of this OdaPrivateEndpointScanProxySummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this OdaPrivateEndpointScanProxySummary.
  • scan_listener_type (str) – The value to assign to the scan_listener_type property of this OdaPrivateEndpointScanProxySummary.
  • protocol (str) – The value to assign to the protocol property of this OdaPrivateEndpointScanProxySummary.
  • scan_listener_infos (list[oci.oda.models.ScanListenerInfo]) – The value to assign to the scan_listener_infos property of this OdaPrivateEndpointScanProxySummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this OdaPrivateEndpointScanProxySummary.
  • time_created (datetime) – The value to assign to the time_created property of this OdaPrivateEndpointScanProxySummary.
id

[Required] Gets the id of this OdaPrivateEndpointScanProxySummary. The OCID of the ODA Private Endpoint Scan Proxy.

Returns:The id of this OdaPrivateEndpointScanProxySummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this OdaPrivateEndpointScanProxySummary. The current state of the ODA Private Endpoint Scan Proxy.

Returns:The lifecycle_state of this OdaPrivateEndpointScanProxySummary.
Return type:str
protocol

[Required] Gets the protocol of this OdaPrivateEndpointScanProxySummary. The protocol used for communication between client, scanProxy and RAC’s scan listeners

Returns:The protocol of this OdaPrivateEndpointScanProxySummary.
Return type:str
scan_listener_infos

[Required] Gets the scan_listener_infos of this OdaPrivateEndpointScanProxySummary. The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners.

Returns:The scan_listener_infos of this OdaPrivateEndpointScanProxySummary.
Return type:list[oci.oda.models.ScanListenerInfo]
scan_listener_type

[Required] Gets the scan_listener_type of this OdaPrivateEndpointScanProxySummary. Type indicating whether Scan listener is specified by its FQDN or list of IPs

Returns:The scan_listener_type of this OdaPrivateEndpointScanProxySummary.
Return type:str
time_created

Gets the time_created of this OdaPrivateEndpointScanProxySummary. When the resource was created. A date-time string as described in RFC 3339, section 14.29.

Returns:The time_created of this OdaPrivateEndpointScanProxySummary.
Return type:datetime