flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud
flexibleengine.getVpcEipV1
Explore with Pulumi AI
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud
Using getVpcEipV1
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVpcEipV1(args: GetVpcEipV1Args, opts?: InvokeOptions): Promise<GetVpcEipV1Result>
function getVpcEipV1Output(args: GetVpcEipV1OutputArgs, opts?: InvokeOptions): Output<GetVpcEipV1Result>
def get_vpc_eip_v1(id: Optional[str] = None,
port_id: Optional[str] = None,
public_ip: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVpcEipV1Result
def get_vpc_eip_v1_output(id: Optional[pulumi.Input[str]] = None,
port_id: Optional[pulumi.Input[str]] = None,
public_ip: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVpcEipV1Result]
func LookupVpcEipV1(ctx *Context, args *LookupVpcEipV1Args, opts ...InvokeOption) (*LookupVpcEipV1Result, error)
func LookupVpcEipV1Output(ctx *Context, args *LookupVpcEipV1OutputArgs, opts ...InvokeOption) LookupVpcEipV1ResultOutput
> Note: This function is named LookupVpcEipV1
in the Go SDK.
public static class GetVpcEipV1
{
public static Task<GetVpcEipV1Result> InvokeAsync(GetVpcEipV1Args args, InvokeOptions? opts = null)
public static Output<GetVpcEipV1Result> Invoke(GetVpcEipV1InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVpcEipV1Result> getVpcEipV1(GetVpcEipV1Args args, InvokeOptions options)
public static Output<GetVpcEipV1Result> getVpcEipV1(GetVpcEipV1Args args, InvokeOptions options)
fn::invoke:
function: flexibleengine:index/getVpcEipV1:getVpcEipV1
arguments:
# arguments dictionary
The following arguments are supported:
getVpcEipV1 Result
The following output properties are available:
- Bandwidth
Id string - string
- Bandwidth
Size double - Id string
- Private
Ip string - Region string
- Status string
- Type string
- Port
Id string - Public
Ip string
- Bandwidth
Id string - string
- Bandwidth
Size float64 - Id string
- Private
Ip string - Region string
- Status string
- Type string
- Port
Id string - Public
Ip string
- bandwidth
Id String - String
- bandwidth
Size Double - id String
- private
Ip String - region String
- status String
- type String
- port
Id String - public
Ip String
- bandwidth
Id string - string
- bandwidth
Size number - id string
- private
Ip string - region string
- status string
- type string
- port
Id string - public
Ip string
- bandwidth_
id str - str
- bandwidth_
size float - id str
- private_
ip str - region str
- status str
- type str
- port_
id str - public_
ip str
- bandwidth
Id String - String
- bandwidth
Size Number - id String
- private
Ip String - region String
- status String
- type String
- port
Id String - public
Ip String
Package Details
- Repository
- flexibleengine flexibleenginecloud/terraform-provider-flexibleengine
- License
- Notes
- This Pulumi package is based on the
flexibleengine
Terraform Provider.
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud