ProxyDetails

class oci.service_mesh.models.ProxyDetails(**kwargs)

Bases: object

Details of the proxy such as version of the proxy image.

Methods

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

Attributes

proxy_image [Required] Gets the proxy_image of this ProxyDetails.
__init__(**kwargs)

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

Parameters:proxy_image (str) – The value to assign to the proxy_image property of this ProxyDetails.
proxy_image

[Required] Gets the proxy_image of this ProxyDetails. Proxy container image version to be deployed.

Returns:The proxy_image of this ProxyDetails.
Return type:str