Class ServerAddressByClientCIDRArgs
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
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.Kubernetes.Types.Inputs.Meta.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class ServerAddressByClientCIDRArgs : ResourceArgs
Properties
View SourceClientCIDR
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> |
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> |