Anthos Multi-Cloud v1 API - Class AttachedProxyConfig (2.5.0)

public sealed class AttachedProxyConfig : IMessage<AttachedProxyConfig>, IEquatable<AttachedProxyConfig>, IDeepCloneable<AttachedProxyConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AttachedProxyConfig.

Details of a proxy config.

Inheritance

object > AttachedProxyConfig

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AttachedProxyConfig()

public AttachedProxyConfig()

AttachedProxyConfig(AttachedProxyConfig)

public AttachedProxyConfig(AttachedProxyConfig other)
Parameter
NameDescription
otherAttachedProxyConfig

Properties

KubernetesSecret

public KubernetesSecret KubernetesSecret { get; set; }

The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in

Property Value
TypeDescription
KubernetesSecret