Class EndpointGroupState
Inherited Members
Namespace: Pulumi.OpenStack.VPNaaS
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class EndpointGroupState : ResourceArgs
Constructors
View SourceEndpointGroupState()
Declaration
public EndpointGroupState()
Properties
View SourceDescription
The human-readable description for the group. Changing this updates the description of the existing group.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Endpoints
List of endpoints of the same type, for the endpoint group. The values will depend on the type. Changing this creates a new group.
Declaration
public InputList<string> Endpoints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The name of the group. Changing this updates the name of the existing group.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V2 Networking client.
A Networking client is needed to create an endpoint group. If omitted, the
region argument of the provider is used. Changing this creates a new
group.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantId
The owner of the group. Required if admin wants to create an endpoint group for another project. Changing this creates a new group.
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of the endpoints in the group. A valid value is subnet, cidr, network, router, or vlan. Changing this creates a new group.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ValueSpecs
Map of additional options.
Declaration
public InputMap<object> ValueSpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |