Class GetPortResult
Inheritance
System.Object
GetPortResult
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()
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetPortResult
Fields
View Source
AdminStateUp
See Argument Reference above.
Declaration
public readonly bool? AdminStateUp
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
AllFixedIps
The collection of Fixed IP addresses on the port in the
order returned by the Network v2 API.
Declaration
public readonly ImmutableArray<string> AllFixedIps
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
AllowedAddressPairs
An IP/MAC Address pair of additional IP
addresses that can be active on this port. The structure is described
below.
Declaration
public readonly ImmutableArray<GetPortAllowedAddressPairResult> AllowedAddressPairs
Field Value
View Source
AllSecurityGroupIds
The set of security group IDs applied on the port.
Declaration
public readonly ImmutableArray<string> AllSecurityGroupIds
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
The set of string tags applied on the port.
Declaration
public readonly ImmutableArray<string> AllTags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
Bindings
The port binding information. The structure is described below.
Declaration
public readonly ImmutableArray<GetPortBindingResult> Bindings
Field Value
View Source
Description
See Argument Reference above.
Declaration
public readonly string Description
Field Value
| Type |
Description |
| System.String |
|
View Source
DeviceId
See Argument Reference above.
Declaration
public readonly string DeviceId
Field Value
| Type |
Description |
| System.String |
|
View Source
DeviceOwner
See Argument Reference above.
Declaration
public readonly string DeviceOwner
Field Value
| Type |
Description |
| System.String |
|
View Source
DnsAssignments
The list of maps representing port DNS assignments.
Declaration
public readonly ImmutableArray<ImmutableDictionary<string, object>> DnsAssignments
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>> |
|
View Source
DnsName
See Argument Reference above.
Declaration
public readonly string DnsName
Field Value
| Type |
Description |
| System.String |
|
View Source
An extra DHCP option configured on the port.
The structure is described below.
Declaration
public readonly ImmutableArray<GetPortExtraDhcpOptionResult> ExtraDhcpOptions
Field Value
View Source
FixedIp
Declaration
public readonly string FixedIp
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
MacAddress
The additional MAC address.
Declaration
public readonly string MacAddress
Field Value
| Type |
Description |
| System.String |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
NetworkId
See Argument Reference above.
Declaration
public readonly string NetworkId
Field Value
| Type |
Description |
| System.String |
|
View Source
PortId
See Argument Reference above.
Declaration
public readonly string PortId
Field Value
| Type |
Description |
| System.String |
|
View Source
ProjectId
See Argument Reference above.
Declaration
public readonly string ProjectId
Field Value
| Type |
Description |
| System.String |
|
View Source
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type |
Description |
| System.String |
|
View Source
SecurityGroupIds
Declaration
public readonly ImmutableArray<string> SecurityGroupIds
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
Status
Declaration
public readonly string Status
Field Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
TenantId
Declaration
public readonly string TenantId
Field Value
| Type |
Description |
| System.String |
|