Class GetPortBindingResult
Inheritance
System.Object
GetPortBindingResult
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.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetPortBindingResult
Fields
View SourceHostId
The ID of the host, which has the allocatee port.
Declaration
public readonly string HostId
Field Value
| Type | Description |
|---|---|
| System.String |
Profile
A JSON string containing the binding profile information.
Declaration
public readonly string Profile
Field Value
| Type | Description |
|---|---|
| System.String |
VifDetails
A map of JSON strings containing additional details for this specific binding.
Declaration
public readonly ImmutableDictionary<string, object> VifDetails
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
VifType
The VNIC type of the port binding.
Declaration
public readonly string VifType
Field Value
| Type | Description |
|---|---|
| System.String |
VnicType
VNIC type for the port.
Declaration
public readonly string VnicType
Field Value
| Type | Description |
|---|---|
| System.String |