Class NodeTemplateOpenstackConfig
Inheritance
Inherited Members
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NodeTemplateOpenstackConfig
Fields
View SourceActiveTimeout
OpenStack active timeout Default 200 (string)
Declaration
public readonly string ActiveTimeout
Field Value
| Type | Description |
|---|---|
| System.String |
AuthUrl
OpenStack authentication URL (string)
Declaration
public readonly string AuthUrl
Field Value
| Type | Description |
|---|---|
| System.String |
AvailabilityZone
OpenStack availability zone (string)
Declaration
public readonly string AvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
Cacert
CA certificate bundle to verify against (string)
Declaration
public readonly string Cacert
Field Value
| Type | Description |
|---|---|
| System.String |
ConfigDrive
Enables the OpenStack config drive for the instance. Default false (bool)
Declaration
public readonly bool? ConfigDrive
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
DomainId
OpenStack domain ID. Identity v3 only. Conflicts with domain_name (string)
Declaration
public readonly string DomainId
Field Value
| Type | Description |
|---|---|
| System.String |
DomainName
OpenStack domain name. Identity v3 only. Conflicts with domain_id (string)
Declaration
public readonly string DomainName
Field Value
| Type | Description |
|---|---|
| System.String |
EndpointType
OpenStack endpoint type. adminURL, internalURL or publicURL (string)
Declaration
public readonly string EndpointType
Field Value
| Type | Description |
|---|---|
| System.String |
FlavorId
OpenStack flavor id to use for the instance. Conflicts with flavor_name (string)
Declaration
public readonly string FlavorId
Field Value
| Type | Description |
|---|---|
| System.String |
FlavorName
OpenStack flavor name to use for the instance. Conflicts with flavor_id (string)
Declaration
public readonly string FlavorName
Field Value
| Type | Description |
|---|---|
| System.String |
FloatingIpPool
OpenStack floating IP pool to get an IP from to assign to the instance (string)
Declaration
public readonly string FloatingIpPool
Field Value
| Type | Description |
|---|---|
| System.String |
ImageId
OpenStack image id to use for the instance. Conflicts with image_name (string)
Declaration
public readonly string ImageId
Field Value
| Type | Description |
|---|---|
| System.String |
ImageName
OpenStack image name to use for the instance. Conflicts with image_id (string)
Declaration
public readonly string ImageName
Field Value
| Type | Description |
|---|---|
| System.String |
Insecure
Disable TLS credential checking. Default false (bool)
Declaration
public readonly bool? Insecure
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IpVersion
OpenStack version of IP address assigned for the machine Default 4 (string)
Declaration
public readonly string IpVersion
Field Value
| Type | Description |
|---|---|
| System.String |
KeypairName
OpenStack keypair to use to SSH to the instance (string)
Declaration
public readonly string KeypairName
Field Value
| Type | Description |
|---|---|
| System.String |
NetId
OpenStack network id the machine will be connected on. Conflicts with net_name (string)
Declaration
public readonly string NetId
Field Value
| Type | Description |
|---|---|
| System.String |
NetName
OpenStack network name the machine will be connected on. Conflicts with net_id (string)
Declaration
public readonly string NetName
Field Value
| Type | Description |
|---|---|
| System.String |
NovaNetwork
Use the nova networking services instead of neutron (string)
Declaration
public readonly bool? NovaNetwork
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Password
vSphere password. Mandatory on Rancher v2.0.x and v2.1.x. Use rancher2..CloudCredential from Rancher v2.2.x (string)
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateKeyFile
Private key content to use for SSH (string)
Declaration
public readonly string PrivateKeyFile
Field Value
| Type | Description |
|---|---|
| System.String |
Region
OpenStack region name (string)
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
SecGroups
OpenStack comma separated security groups for the machine (string)
Declaration
public readonly string SecGroups
Field Value
| Type | Description |
|---|---|
| System.String |
SshPort
If using a non-B2D image you can specify the ssh port. Default 22. From Rancher v2.3.3 (string)
Declaration
public readonly string SshPort
Field Value
| Type | Description |
|---|---|
| System.String |
SshUser
If using a non-B2D image you can specify the ssh user. Default docker. From Rancher v2.3.3 (string)
Declaration
public readonly string SshUser
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
OpenStack tenant id. Conflicts with tenant_name (string)
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |
TenantName
OpenStack tenant name. Conflicts with tenant_id (string)
Declaration
public readonly string TenantName
Field Value
| Type | Description |
|---|---|
| System.String |
UserDataFile
File containing an openstack userdata script (string)
Declaration
public readonly string UserDataFile
Field Value
| Type | Description |
|---|---|
| System.String |
Username
vSphere username. Mandatory on Rancher v2.0.x and v2.1.x. Use rancher2..CloudCredential from Rancher v2.2.x (string)
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |