Show / Hide Table of Contents

Class ProxyDetails

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

Inheritance
object
ProxyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ServicemeshService.Models
Assembly: OCI.DotNetSDK.Servicemesh.dll
Syntax
public class ProxyDetails

Properties

ProxyImage

Declaration
[Required(ErrorMessage = "ProxyImage is required.")]
[JsonProperty(PropertyName = "proxyImage")]
public string ProxyImage { get; set; }
Property Value
Type Description
string

Proxy container image version to be deployed.

Remarks

Required

In this article
Back to top