Class KubernetesConnectionsGetArgs
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.AliCloud.CS.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class KubernetesConnectionsGetArgs : ResourceArgs
Constructors
View SourceKubernetesConnectionsGetArgs()
Declaration
public KubernetesConnectionsGetArgs()
Properties
View SourceApiServerInternet
API Server Internet endpoint.
Declaration
public Input<string> ApiServerInternet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ApiServerIntranet
API Server Intranet endpoint.
Declaration
public Input<string> ApiServerIntranet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MasterPublicIp
Master node SSH IP address.
Declaration
public Input<string> MasterPublicIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceDomain
Service Access Domain.
Declaration
public Input<string> ServiceDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |