Class ResponseCacheRespServer
Details of a RESP based cache store server
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class ResponseCacheRespServerProperties
Host
Declaration
[Required(ErrorMessage = "Host is required.")]
[JsonProperty(PropertyName = "host")]
public string Host { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Hostname or IP address (IPv4 only) where the cache store is running. | 
Remarks
Required
Port
Declaration
[Required(ErrorMessage = "Port is required.")]
[JsonProperty(PropertyName = "port")]
public int? Port { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The port the cache store is exposed on. | 
Remarks
Required