1. Packages
  2. Gcorelabs Provider
  3. API Docs
  4. getReservedfixedip
gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core

gcorelabs.getReservedfixedip

Explore with Pulumi AI

gcorelabs logo
gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core

    Represent reserved ips

    Using getReservedfixedip

    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 getReservedfixedip(args: GetReservedfixedipArgs, opts?: InvokeOptions): Promise<GetReservedfixedipResult>
    function getReservedfixedipOutput(args: GetReservedfixedipOutputArgs, opts?: InvokeOptions): Output<GetReservedfixedipResult>
    def get_reservedfixedip(fixed_ip_address: Optional[str] = None,
                            id: Optional[str] = None,
                            project_id: Optional[float] = None,
                            project_name: Optional[str] = None,
                            region_id: Optional[float] = None,
                            region_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetReservedfixedipResult
    def get_reservedfixedip_output(fixed_ip_address: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            project_id: Optional[pulumi.Input[float]] = None,
                            project_name: Optional[pulumi.Input[str]] = None,
                            region_id: Optional[pulumi.Input[float]] = None,
                            region_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetReservedfixedipResult]
    func LookupReservedfixedip(ctx *Context, args *LookupReservedfixedipArgs, opts ...InvokeOption) (*LookupReservedfixedipResult, error)
    func LookupReservedfixedipOutput(ctx *Context, args *LookupReservedfixedipOutputArgs, opts ...InvokeOption) LookupReservedfixedipResultOutput

    > Note: This function is named LookupReservedfixedip in the Go SDK.

    public static class GetReservedfixedip 
    {
        public static Task<GetReservedfixedipResult> InvokeAsync(GetReservedfixedipArgs args, InvokeOptions? opts = null)
        public static Output<GetReservedfixedipResult> Invoke(GetReservedfixedipInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetReservedfixedipResult> getReservedfixedip(GetReservedfixedipArgs args, InvokeOptions options)
    public static Output<GetReservedfixedipResult> getReservedfixedip(GetReservedfixedipArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcorelabs:index/getReservedfixedip:getReservedfixedip
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FixedIpAddress string
    Id string
    The ID of this resource.
    ProjectId double
    ProjectName string
    RegionId double
    RegionName string
    FixedIpAddress string
    Id string
    The ID of this resource.
    ProjectId float64
    ProjectName string
    RegionId float64
    RegionName string
    fixedIpAddress String
    id String
    The ID of this resource.
    projectId Double
    projectName String
    regionId Double
    regionName String
    fixedIpAddress string
    id string
    The ID of this resource.
    projectId number
    projectName string
    regionId number
    regionName string
    fixed_ip_address str
    id str
    The ID of this resource.
    project_id float
    project_name str
    region_id float
    region_name str
    fixedIpAddress String
    id String
    The ID of this resource.
    projectId Number
    projectName String
    regionId Number
    regionName String

    getReservedfixedip Result

    The following output properties are available:

    AllowedAddressPairs List<GetReservedfixedipAllowedAddressPair>
    FixedIpAddress string
    Id string
    The ID of this resource.
    IsVip bool
    NetworkId string
    PortId string
    ID of the port_id underlying the reserved fixed IP
    Status string
    SubnetId string
    ProjectId double
    ProjectName string
    RegionId double
    RegionName string
    AllowedAddressPairs []GetReservedfixedipAllowedAddressPair
    FixedIpAddress string
    Id string
    The ID of this resource.
    IsVip bool
    NetworkId string
    PortId string
    ID of the port_id underlying the reserved fixed IP
    Status string
    SubnetId string
    ProjectId float64
    ProjectName string
    RegionId float64
    RegionName string
    allowedAddressPairs List<GetReservedfixedipAllowedAddressPair>
    fixedIpAddress String
    id String
    The ID of this resource.
    isVip Boolean
    networkId String
    portId String
    ID of the port_id underlying the reserved fixed IP
    status String
    subnetId String
    projectId Double
    projectName String
    regionId Double
    regionName String
    allowedAddressPairs GetReservedfixedipAllowedAddressPair[]
    fixedIpAddress string
    id string
    The ID of this resource.
    isVip boolean
    networkId string
    portId string
    ID of the port_id underlying the reserved fixed IP
    status string
    subnetId string
    projectId number
    projectName string
    regionId number
    regionName string
    allowed_address_pairs Sequence[GetReservedfixedipAllowedAddressPair]
    fixed_ip_address str
    id str
    The ID of this resource.
    is_vip bool
    network_id str
    port_id str
    ID of the port_id underlying the reserved fixed IP
    status str
    subnet_id str
    project_id float
    project_name str
    region_id float
    region_name str
    allowedAddressPairs List<Property Map>
    fixedIpAddress String
    id String
    The ID of this resource.
    isVip Boolean
    networkId String
    portId String
    ID of the port_id underlying the reserved fixed IP
    status String
    subnetId String
    projectId Number
    projectName String
    regionId Number
    regionName String

    Supporting Types

    GetReservedfixedipAllowedAddressPair

    IpAddress string
    MacAddress string
    IpAddress string
    MacAddress string
    ipAddress String
    macAddress String
    ipAddress string
    macAddress string
    ipAddress String
    macAddress String

    Package Details

    Repository
    gcorelabs g-core/terraform-provider-gcorelabs
    License
    Notes
    This Pulumi package is based on the gcorelabs Terraform Provider.
    gcorelabs logo
    gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core