Show / Hide Table of Contents

Class PortBindingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PortBindingArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class PortBindingArgs : ResourceArgs

Constructors

View Source

PortBindingArgs()

Declaration
public PortBindingArgs()

Properties

View Source

HostId

The ID of the host to allocate port on.

Declaration
public Input<string> HostId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Profile

Custom data to be passed as binding:profile. Data must be passed as JSON.

Declaration
public Input<string> Profile { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VifDetails

A map of JSON strings containing additional details for this specific binding.

Declaration
public InputMap<object> VifDetails { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

VifType

The VNIC type of the port binding.

Declaration
public Input<string> VifType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VnicType

VNIC type for the port. Can either be direct, direct-physical, macvtap, normal, baremetal or virtio-forwarder. Default value is normal.

Declaration
public Input<string> VnicType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.