Class EndpointV3Args
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.Identity
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class EndpointV3Args : ResourceArgs
Constructors
View SourceEndpointV3Args()
Declaration
public EndpointV3Args()
Properties
View SourceEndpointRegion
The endpoint region. The region and
endpoint_region can be different.
Declaration
public Input<string> EndpointRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Interface
The endpoint interface. Valid values are public,
internal and admin. Default value is public
Declaration
public Input<string> Interface { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The endpoint name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V3 Keystone client.
If omitted, the region argument of the provider is used.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceId
The endpoint service ID.
Declaration
public Input<string> ServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
The endpoint url.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |