Telco Automation v1 API - Class MasterAuthorizedNetworksConfig (1.2.0)

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

Reference documentation and code samples for the Telco Automation v1 API class MasterAuthorizedNetworksConfig.

Configuration of the Master Authorized Network that support multiple CIDRs

Inheritance

object > MasterAuthorizedNetworksConfig

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

MasterAuthorizedNetworksConfig()

public MasterAuthorizedNetworksConfig()

MasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig)

public MasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig other)
Parameter
Name Description
other MasterAuthorizedNetworksConfig

Properties

CidrBlocks

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

Optional. cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.

Property Value
Type Description
RepeatedFieldMasterAuthorizedNetworksConfigTypesCidrBlock