Show / Hide Table of Contents

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.

Inheritance
object
MasterAuthorizedNetworksConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.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

Optional. Whether or not master authorized networks feature is enabled.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX