Show / Hide Table of Contents

Class EndpointGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointGroupArgs
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.VPNaaS
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class EndpointGroupArgs : ResourceArgs

Constructors

View Source

EndpointGroupArgs()

Declaration
public EndpointGroupArgs()

Properties

View Source

Description

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

ValueSpecs

Map of additional options.

Declaration
public InputMap<object> ValueSpecs { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.