Class GetFloatingIpArgs
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 GetFloatingIpArgs : InvokeArgs
Constructors
View SourceGetFloatingIpArgs()
Declaration
public GetFloatingIpArgs()
Properties
View SourceAddress
The IP address of the floating IP.
Declaration
public string Address { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Human-readable description of the floating IP.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FixedIp
The specific IP address of the internal port which should be associated with the floating IP.
Declaration
public string FixedIp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Pool
The name of the pool from which the floating IP belongs to.
Declaration
public string Pool { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PortId
The ID of the port the floating IP is attached.
Declaration
public string PortId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
The region in which to obtain the V2 Neutron client.
A Neutron client is needed to retrieve floating IP ids. If omitted, the
region argument of the provider is used.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
status of the floating IP (ACTIVE/DOWN).
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
The list of floating IP tags to filter.
Declaration
public List<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
TenantId
The owner of the floating IP.
Declaration
public string TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |