All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.programmableconnectivity.ProgrammableconnectivityFunctions Maven / Gradle / Ivy

There is a newer version: 2.72.0
Show newest version
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

package com.pulumi.azurenative.programmableconnectivity;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.programmableconnectivity.inputs.GetGatewayArgs;
import com.pulumi.azurenative.programmableconnectivity.inputs.GetGatewayPlainArgs;
import com.pulumi.azurenative.programmableconnectivity.inputs.GetOperatorApiConnectionArgs;
import com.pulumi.azurenative.programmableconnectivity.inputs.GetOperatorApiConnectionPlainArgs;
import com.pulumi.azurenative.programmableconnectivity.outputs.GetGatewayResult;
import com.pulumi.azurenative.programmableconnectivity.outputs.GetOperatorApiConnectionResult;
import com.pulumi.core.Output;
import com.pulumi.core.TypeShape;
import com.pulumi.deployment.Deployment;
import com.pulumi.deployment.InvokeOptions;
import java.util.concurrent.CompletableFuture;

public final class ProgrammableconnectivityFunctions {
    /**
     * Get a Gateway resource by name.
     * Azure REST API version: 2024-01-15-preview.
     * 
     */
    public static Output getGateway(GetGatewayArgs args) {
        return getGateway(args, InvokeOptions.Empty);
    }
    /**
     * Get a Gateway resource by name.
     * Azure REST API version: 2024-01-15-preview.
     * 
     */
    public static CompletableFuture getGatewayPlain(GetGatewayPlainArgs args) {
        return getGatewayPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a Gateway resource by name.
     * Azure REST API version: 2024-01-15-preview.
     * 
     */
    public static Output getGateway(GetGatewayArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:programmableconnectivity:getGateway", TypeShape.of(GetGatewayResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a Gateway resource by name.
     * Azure REST API version: 2024-01-15-preview.
     * 
     */
    public static CompletableFuture getGatewayPlain(GetGatewayPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:programmableconnectivity:getGateway", TypeShape.of(GetGatewayResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get an Operator API Connection.
     * Azure REST API version: 2024-01-15-preview.
     * 
     */
    public static Output getOperatorApiConnection(GetOperatorApiConnectionArgs args) {
        return getOperatorApiConnection(args, InvokeOptions.Empty);
    }
    /**
     * Get an Operator API Connection.
     * Azure REST API version: 2024-01-15-preview.
     * 
     */
    public static CompletableFuture getOperatorApiConnectionPlain(GetOperatorApiConnectionPlainArgs args) {
        return getOperatorApiConnectionPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get an Operator API Connection.
     * Azure REST API version: 2024-01-15-preview.
     * 
     */
    public static Output getOperatorApiConnection(GetOperatorApiConnectionArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:programmableconnectivity:getOperatorApiConnection", TypeShape.of(GetOperatorApiConnectionResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get an Operator API Connection.
     * Azure REST API version: 2024-01-15-preview.
     * 
     */
    public static CompletableFuture getOperatorApiConnectionPlain(GetOperatorApiConnectionPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:programmableconnectivity:getOperatorApiConnection", TypeShape.of(GetOperatorApiConnectionResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy