Show / Hide Table of Contents

Class GetPortArgs

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

Constructors

View Source

GetPortArgs()

Declaration
public GetPortArgs()

Properties

View Source

AdminStateUp

The administrative state of the port.

Declaration
public bool? AdminStateUp { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Description

Human-readable description of the port.

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

DeviceId

The ID of the device the port belongs to.

Declaration
public string DeviceId { get; set; }
Property Value
Type Description
System.String
View Source

DeviceOwner

The device owner of the port.

Declaration
public string DeviceOwner { get; set; }
Property Value
Type Description
System.String
View Source

DnsName

The port DNS name to filter. Available, when Neutron DNS extension is enabled.

Declaration
public string DnsName { get; set; }
Property Value
Type Description
System.String
View Source

FixedIp

The port IP address filter.

Declaration
public string FixedIp { get; set; }
Property Value
Type Description
System.String
View Source

MacAddress

The MAC address of the port.

Declaration
public string MacAddress { get; set; }
Property Value
Type Description
System.String
View Source

Name

The name of the port.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

NetworkId

The ID of the network the port belongs to.

Declaration
public string NetworkId { get; set; }
Property Value
Type Description
System.String
View Source

PortId

The ID of the port.

Declaration
public string PortId { get; set; }
Property Value
Type Description
System.String
View Source

ProjectId

The owner of the port.

Declaration
public string ProjectId { get; set; }
Property Value
Type Description
System.String
View Source

Region

The region in which to obtain the V2 Neutron client. A Neutron client is needed to retrieve port ids. If omitted, the region argument of the provider is used.

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String
View Source

SecurityGroupIds

The list of port security group IDs to filter.

Declaration
public List<string> SecurityGroupIds { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

Status

The status of the port.

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
View Source

Tags

The list of port tags to filter.

Declaration
public List<string> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

TenantId

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