GetAddress
Get the IP address from a static address. For more information see the official API documentation.
Using GetAddress
function getAddress(args: GetAddressArgs, opts?: InvokeOptions): Promise<GetAddressResult>function get_address(name=None, project=None, region=None, opts=None)func LookupAddress(ctx *Context, args *LookupAddressArgs, opts ...InvokeOption) (*LookupAddressResult, error)Note: This function is named
LookupAddressin the Go SDK.
public static class GetAddress {
public static Task<GetAddressResult> InvokeAsync(GetAddressArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetAddress Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.