Show / Hide Table of Contents

Class KubernetesConnectionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
KubernetesConnectionsArgs
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.AliCloud.CS.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class KubernetesConnectionsArgs : ResourceArgs

Constructors

View Source

KubernetesConnectionsArgs()

Declaration
public KubernetesConnectionsArgs()

Properties

View Source

ApiServerInternet

API Server Internet endpoint.

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

ApiServerIntranet

API Server Intranet endpoint.

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

MasterPublicIp

Master node SSH IP address.

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

ServiceDomain

Service Access Domain.

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