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.Database.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstanceNetwork
Fields
View SourceFixedIpV4
Specifies a fixed IPv4 address to be used on this network. Changing this creates a new instance.
Declaration
public readonly string FixedIpV4
Field Value
| Type | Description |
|---|---|
| System.String |
FixedIpV6
Specifies a fixed IPv6 address to be used on this network. Changing this creates a new instance.
Declaration
public readonly string FixedIpV6
Field Value
| Type | Description |
|---|---|
| System.String |
Port
The port UUID of a network to attach to the instance. Changing this creates a new instance.
Declaration
public readonly string Port
Field Value
| Type | Description |
|---|---|
| System.String |
Uuid
The network UUID to attach to the instance. Changing this creates a new instance.
Declaration
public readonly string Uuid
Field Value
| Type | Description |
|---|---|
| System.String |