AgentReceiverProperties¶
- 
class oci.stack_monitoring.models.AgentReceiverProperties(**kwargs)¶
- Bases: - object- Properties for agent receiver. - Methods - __init__(**kwargs)- Initializes a new AgentReceiverProperties object with values from keyword arguments. - Attributes - listener_port- [Required] Gets the listener_port of this AgentReceiverProperties. - 
__init__(**kwargs)¶
- Initializes a new AgentReceiverProperties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - listener_port (int) – The value to assign to the listener_port property of this AgentReceiverProperties. 
 - 
listener_port¶
- [Required] Gets the listener_port of this AgentReceiverProperties. Receiver listener port. - Returns: - The listener_port of this AgentReceiverProperties. - Return type: - int 
 
-