Class ClusterMasterAuthorizedNetworksConfigCidrBlockArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterMasterAuthorizedNetworksConfigCidrBlockArgs : ResourceArgs
Constructors
View SourceClusterMasterAuthorizedNetworksConfigCidrBlockArgs()
Declaration
public ClusterMasterAuthorizedNetworksConfigCidrBlockArgs()
Properties
View SourceCidrBlock
External network that can access Kubernetes master through HTTPS. Must be specified in CIDR notation.
Declaration
public Input<string> CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
Field for users to identify CIDR blocks.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |