Show / Hide Table of Contents

Class ServerAddressByClientCIDRArgs

ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.

Inheritance
System.Object
InputArgs
ResourceArgs
ServerAddressByClientCIDRArgs
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.Kubernetes.Types.Inputs.Meta.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class ServerAddressByClientCIDRArgs : ResourceArgs

Properties

View Source

ClientCIDR

The CIDR with which clients can match their IP to figure out the server address that they should use.

Declaration
public Input<string> ClientCIDR { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServerAddress

Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.

Declaration
public Input<string> ServerAddress { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.