Class GetPortArgs
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 GetPortArgs : InvokeArgs
Constructors
View SourceGetPortArgs()
Declaration
public GetPortArgs()
Properties
View SourceAdminStateUp
The administrative state of the port.
Declaration
public bool? AdminStateUp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Description
Human-readable description of the port.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DeviceId
The ID of the device the port belongs to.
Declaration
public string DeviceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DeviceOwner
The device owner of the port.
Declaration
public string DeviceOwner { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
FixedIp
The port IP address filter.
Declaration
public string FixedIp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MacAddress
The MAC address of the port.
Declaration
public string MacAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the port.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NetworkId
The ID of the network the port belongs to.
Declaration
public string NetworkId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PortId
The ID of the port.
Declaration
public string PortId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The owner of the port.
Declaration
public string ProjectId { 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 port ids. If omitted, the
region argument of the provider is used.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
Status
The status of the port.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
TenantId
Declaration
public string TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |