Class GetAuthScopeServiceCatalogEndpoint
- java.lang.Object
-
- com.pulumi.openstack.identity.outputs.GetAuthScopeServiceCatalogEndpoint
-
public final class GetAuthScopeServiceCatalogEndpoint extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAuthScopeServiceCatalogEndpoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAuthScopeServiceCatalogEndpoint.Builderbuilder()static GetAuthScopeServiceCatalogEndpoint.Builderbuilder(GetAuthScopeServiceCatalogEndpoint defaults)java.lang.Stringid()java.lang.Stringinterface_()java.lang.Stringregion()java.lang.StringregionId()java.lang.Stringurl()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- The ID of the endpoint.
-
interface_
public java.lang.String interface_()
- Returns:
- The interface of the endpoint.
-
region
public java.lang.String region()
- Returns:
- The region in which to obtain the V3 Identity client. A Identity client is needed to retrieve tokens IDs. If omitted, the `region` argument of the provider is used.
-
regionId
public java.lang.String regionId()
- Returns:
- The region ID of the endpoint.
-
url
public java.lang.String url()
- Returns:
- The URL of the endpoint.
-
builder
public static GetAuthScopeServiceCatalogEndpoint.Builder builder()
-
builder
public static GetAuthScopeServiceCatalogEndpoint.Builder builder(GetAuthScopeServiceCatalogEndpoint defaults)
-
-