Show / Hide Table of Contents

Class ClusterMasterAuthorizedNetworksConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterMasterAuthorizedNetworksConfigGetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterMasterAuthorizedNetworksConfigGetArgs : ResourceArgs

Constructors

View Source

ClusterMasterAuthorizedNetworksConfigGetArgs()

Declaration
public ClusterMasterAuthorizedNetworksConfigGetArgs()

Properties

View Source

CidrBlocks

External networks that can access the Kubernetes cluster master through HTTPS.

Declaration
public InputList<ClusterMasterAuthorizedNetworksConfigCidrBlockGetArgs> CidrBlocks { get; set; }
Property Value
Type Description
InputList<ClusterMasterAuthorizedNetworksConfigCidrBlockGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.