Class MasterAuthorizedNetworksConfig
Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class MasterAuthorizedNetworksConfig : IDirectResponseSchema
Properties
CidrBlocks
Up to 50 external networks that could access Kubernetes master through HTTPS.
Declaration
[JsonProperty("cidrBlocks")]
public virtual IList<CidrBlock> CidrBlocks { get; set; }
Property Value
Type | Description |
---|---|
IList<CidrBlock> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
Whether or not master authorized networks feature is enabled.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |