Class GetSecGroupArgs
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 GetSecGroupArgs : InvokeArgs
Constructors
View SourceGetSecGroupArgs()
Declaration
public GetSecGroupArgs()
Properties
View SourceDescription
Human-readable description the the subnet.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the security group.
Declaration
public string Name { 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 security groups ids. If omitted, the
region argument of the provider is used.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SecgroupId
The ID of the security group.
Declaration
public string SecgroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
The list of security group tags to filter.
Declaration
public List<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
TenantId
The owner of the security group.
Declaration
public string TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |