Cloud Composer v1 API - Class MasterAuthorizedNetworksConfig (2.7.0)

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

Reference documentation and code samples for the Cloud Composer v1 API 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

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

MasterAuthorizedNetworksConfig()

public MasterAuthorizedNetworksConfig()

MasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig)

public MasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig other)
Parameter
NameDescription
otherMasterAuthorizedNetworksConfig

Properties

CidrBlocks

public RepeatedField<MasterAuthorizedNetworksConfig.Types.CidrBlock> CidrBlocks { get; }

Up to 50 external networks that could access Kubernetes master through HTTPS.

Property Value
TypeDescription
RepeatedFieldMasterAuthorizedNetworksConfigTypesCidrBlock

Enabled

public bool Enabled { get; set; }

Whether or not master authorized networks feature is enabled.

Property Value
TypeDescription
bool