Class GetFloatingIpResult
Inheritance
System.Object
GetFloatingIpResult
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.Networking
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetFloatingIpResult
Fields
View SourceAddress
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
AllTags
A set of string tags applied on the floating IP.
Declaration
public readonly ImmutableArray<string> AllTags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Description
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DnsDomain
The floating IP DNS domain. Available, when Neutron DNS extension is enabled.
Declaration
public readonly string DnsDomain
Field Value
| Type | Description |
|---|---|
| System.String |
DnsName
The floating IP DNS name. Available, when Neutron DNS extension is enabled.
Declaration
public readonly string DnsName
Field Value
| Type | Description |
|---|---|
| System.String |
FixedIp
Declaration
public readonly string FixedIp
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 |
Pool
Declaration
public readonly string Pool
Field Value
| Type | Description |
|---|---|
| System.String |
PortId
Declaration
public readonly string PortId
Field Value
| Type | Description |
|---|---|
| System.String |
Region
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
TenantId
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |