Class InstanceNetwork
Inheritance
System.Object
InstanceNetwork
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.OpenStack.Compute.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstanceNetwork
Fields
View SourceAccessNetwork
Specifies if this network should be used for provisioning access. Accepts true or false. Defaults to false.
Declaration
public readonly bool? AccessNetwork
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
FixedIpV4
Specifies a fixed IPv4 address to be used on this network. Changing this creates a new server.
Declaration
public readonly string FixedIpV4
Field Value
| Type | Description |
|---|---|
| System.String |
FixedIpV6
Declaration
public readonly string FixedIpV6
Field Value
| Type | Description |
|---|---|
| System.String |
Mac
Declaration
public readonly string Mac
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The human-readable name of the network. Changing this creates a new server.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Port
The port UUID of a network to attach to the server. Changing this creates a new server.
Declaration
public readonly string Port
Field Value
| Type | Description |
|---|---|
| System.String |
Uuid
The UUID of the image, volume, or snapshot. Changing this creates a new server.
Declaration
public readonly string Uuid
Field Value
| Type | Description |
|---|---|
| System.String |