Class GetClusterTemplateResult
Inheritance
Inherited Members
Namespace: Pulumi.OpenStack.ContainerInfra
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetClusterTemplateResult
Fields
View SourceApiserverPort
The API server port for the Container Orchestration Engine for this cluster template.
Declaration
public readonly int ApiserverPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ClusterDistro
The distro for the cluster (fedora-atomic, coreos, etc.).
Declaration
public readonly string ClusterDistro
Field Value
| Type | Description |
|---|---|
| System.String |
Coe
The Container Orchestration Engine for this cluster template.
Declaration
public readonly string Coe
Field Value
| Type | Description |
|---|---|
| System.String |
CreatedAt
The time at which cluster template was created.
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
DnsNameserver
Address of the DNS nameserver that is used in nodes of the cluster.
Declaration
public readonly string DnsNameserver
Field Value
| Type | Description |
|---|---|
| System.String |
DockerStorageDriver
Docker storage driver. Changing this updates the Docker storage driver of the existing cluster template.
Declaration
public readonly string DockerStorageDriver
Field Value
| Type | Description |
|---|---|
| System.String |
DockerVolumeSize
The size (in GB) of the Docker volume.
Declaration
public readonly int DockerVolumeSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ExternalNetworkId
The ID of the external network that will be used for the cluster.
Declaration
public readonly string ExternalNetworkId
Field Value
| Type | Description |
|---|---|
| System.String |
FixedNetwork
The fixed network that will be attached to the cluster.
Declaration
public readonly string FixedNetwork
Field Value
| Type | Description |
|---|---|
| System.String |
FixedSubnet
=The fixed subnet that will be attached to the cluster.
Declaration
public readonly string FixedSubnet
Field Value
| Type | Description |
|---|---|
| System.String |
Flavor
The flavor for the nodes of the cluster.
Declaration
public readonly string Flavor
Field Value
| Type | Description |
|---|---|
| System.String |
FloatingIpEnabled
Indicates whether created cluster should create IP floating IP for every node or not.
Declaration
public readonly bool FloatingIpEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
HttpProxy
The address of a proxy for receiving all HTTP requests and relay them.
Declaration
public readonly string HttpProxy
Field Value
| Type | Description |
|---|---|
| System.String |
HttpsProxy
The address of a proxy for receiving all HTTPS requests and relay them.
Declaration
public readonly string HttpsProxy
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Image
The reference to an image that is used for nodes of the cluster.
Declaration
public readonly string Image
Field Value
| Type | Description |
|---|---|
| System.String |
InsecureRegistry
The insecure registry URL for the cluster template.
Declaration
public readonly string InsecureRegistry
Field Value
| Type | Description |
|---|---|
| System.String |
KeypairId
The name of the Compute service SSH keypair.
Declaration
public readonly string KeypairId
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
The list of key value pairs representing additional properties of the cluster template.
Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
MasterFlavor
The flavor for the master nodes.
Declaration
public readonly string MasterFlavor
Field Value
| Type | Description |
|---|---|
| System.String |
MasterLbEnabled
Indicates whether created cluster should has a loadbalancer for master nodes or not.
Declaration
public readonly bool MasterLbEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Name
See Argument Reference above.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkDriver
The name of the driver for the container network.
Declaration
public readonly string NetworkDriver
Field Value
| Type | Description |
|---|---|
| System.String |
NoProxy
A comma-separated list of IP addresses that shouldn't be used in the cluster.
Declaration
public readonly string NoProxy
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The project of the cluster template.
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Public
Indicates whether cluster template should be public.
Declaration
public readonly bool Public
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
RegistryEnabled
Indicates whether Docker registry is enabled in the cluster.
Declaration
public readonly bool RegistryEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
ServerType
The server type for the cluster template.
Declaration
public readonly string ServerType
Field Value
| Type | Description |
|---|---|
| System.String |
TlsDisabled
Indicates whether the TLS should be disabled in the cluster.
Declaration
public readonly bool TlsDisabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
UpdatedAt
The time at which cluster template was updated.
Declaration
public readonly string UpdatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
UserId
The user of the cluster template.
Declaration
public readonly string UserId
Field Value
| Type | Description |
|---|---|
| System.String |
VolumeDriver
The name of the driver that is used for the volumes of the cluster nodes.
Declaration
public readonly string VolumeDriver
Field Value
| Type | Description |
|---|---|
| System.String |