ResponseCacheRespServer¶
-
class
oci.apigateway.models.
ResponseCacheRespServer
(**kwargs)¶ Bases:
object
Details of a RESP based cache store server
Methods
__init__
(**kwargs)Initializes a new ResponseCacheRespServer object with values from keyword arguments. Attributes
host
[Required] Gets the host of this ResponseCacheRespServer. port
[Required] Gets the port of this ResponseCacheRespServer. -
__init__
(**kwargs)¶ Initializes a new ResponseCacheRespServer object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - host (str) – The value to assign to the host property of this ResponseCacheRespServer.
- port (int) – The value to assign to the port property of this ResponseCacheRespServer.
-
host
¶ [Required] Gets the host of this ResponseCacheRespServer. Hostname or IP address (IPv4 only) where the cache store is running.
Returns: The host of this ResponseCacheRespServer. Return type: str
-
port
¶ [Required] Gets the port of this ResponseCacheRespServer. The port the cache store is exposed on.
Returns: The port of this ResponseCacheRespServer. Return type: int
-