Class BareMetalProxyConfig
Specifies the cluster proxy configuration.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalProxyConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NoProxy
A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
Declaration
[JsonProperty("noProxy")]
public virtual IList<string> NoProxy { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Uri
Required. Specifies the address of your proxy server. Examples: http://domain
Do not provide credentials
in the format http://(username:password@)domain
these will be rejected by the server.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |