Show / Hide Table of Contents

Class ServerAddressByClientCIDR

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

Inheritance
System.Object
ServerAddressByClientCIDR
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.Outputs.Meta.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class ServerAddressByClientCIDR

Fields

View Source

ClientCIDR

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

Declaration
public readonly string ClientCIDR
Field Value
Type Description
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 readonly string ServerAddress
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.