Show / Hide Table of Contents

Class ClusterMasterAuthorizedNetworksConfigCidrBlock

Inheritance
System.Object
ClusterMasterAuthorizedNetworksConfigCidrBlock
Inherited Members
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterMasterAuthorizedNetworksConfigCidrBlock

Fields

View Source

CidrBlock

External network that can access Kubernetes master through HTTPS. Must be specified in CIDR notation.

Declaration
public readonly string CidrBlock
Field Value
Type Description
System.String
View Source

DisplayName

Field for users to identify CIDR blocks.

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.