Class GetEndpointPlainArgs


  • public final class GetEndpointPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • endpointRegion

        public java.util.Optional<java.lang.String> endpointRegion()
        Returns:
        The region the endpoint is assigned to. The `region` and `endpoint_region` can be different.
      • interface_

        public java.util.Optional<java.lang.String> interface_()
        Returns:
        The endpoint interface. Valid values are `public`, `internal`, and `admin`. Default value is `public`
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The name of the endpoint.
      • region

        public java.util.Optional<java.lang.String> region()
        Returns:
        The region in which to obtain the V3 Keystone client. If omitted, the `region` argument of the provider is used.
      • serviceId

        public java.util.Optional<java.lang.String> serviceId()
        Returns:
        The service id this endpoint belongs to.
      • serviceName

        public java.util.Optional<java.lang.String> serviceName()
        Returns:
        The service name of the endpoint.
      • serviceType

        public java.util.Optional<java.lang.String> serviceType()
        Returns:
        The service type of the endpoint.