GetNetwork
Using GetNetwork
function getNetwork(args: GetNetworkArgs, opts?: InvokeOptions): Promise<GetNetworkResult>function get_network(id=None, ip_range=None, labels=None, name=None, with_selector=None, opts=None)func LookupNetwork(ctx *Context, args *LookupNetworkArgs, opts ...InvokeOption) (*LookupNetworkResult, error)Note: This function is named
LookupNetworkin the Go SDK.
public static class GetNetwork {
public static Task<GetNetworkResult> InvokeAsync(GetNetworkArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetNetwork Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-hcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
hcloudTerraform Provider.