Viewing docs for gcore 2.0.0-alpha.2
published on Tuesday, Mar 24, 2026 by g-core
published on Tuesday, Mar 24, 2026 by g-core
Viewing docs for gcore 2.0.0-alpha.2
published on Tuesday, Mar 24, 2026 by g-core
published on Tuesday, Mar 24, 2026 by g-core
A floating IP is a static IP address that points to one of your Instances. It allows you to redirect network traffic to any of your Instances in the same datacenter.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcore from "@pulumi/gcore";
const exampleCloudFloatingIps = gcore.getCloudFloatingIps({
projectId: 1,
regionId: 1,
status: "ACTIVE",
tagKeys: [
"key1",
"key2",
],
tagKeyValue: "tag_key_value",
});
import pulumi
import pulumi_gcore as gcore
example_cloud_floating_ips = gcore.get_cloud_floating_ips(project_id=1,
region_id=1,
status="ACTIVE",
tag_keys=[
"key1",
"key2",
],
tag_key_value="tag_key_value")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/gcore/v2/gcore"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := gcore.GetCloudFloatingIps(ctx, &gcore.GetCloudFloatingIpsArgs{
ProjectId: pulumi.Float64Ref(1),
RegionId: pulumi.Float64Ref(1),
Status: pulumi.StringRef("ACTIVE"),
TagKeys: []string{
"key1",
"key2",
},
TagKeyValue: pulumi.StringRef("tag_key_value"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcore = Pulumi.Gcore;
return await Deployment.RunAsync(() =>
{
var exampleCloudFloatingIps = Gcore.GetCloudFloatingIps.Invoke(new()
{
ProjectId = 1,
RegionId = 1,
Status = "ACTIVE",
TagKeys = new[]
{
"key1",
"key2",
},
TagKeyValue = "tag_key_value",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcore.GcoreFunctions;
import com.pulumi.gcore.inputs.GetCloudFloatingIpsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleCloudFloatingIps = GcoreFunctions.getCloudFloatingIps(GetCloudFloatingIpsArgs.builder()
.projectId(1)
.regionId(1)
.status("ACTIVE")
.tagKeys(
"key1",
"key2")
.tagKeyValue("tag_key_value")
.build());
}
}
variables:
exampleCloudFloatingIps:
fn::invoke:
function: gcore:getCloudFloatingIps
arguments:
projectId: 1
regionId: 1
status: ACTIVE
tagKeys:
- key1
- key2
tagKeyValue: tag_key_value
Using getCloudFloatingIps
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 getCloudFloatingIps(args: GetCloudFloatingIpsArgs, opts?: InvokeOptions): Promise<GetCloudFloatingIpsResult>
function getCloudFloatingIpsOutput(args: GetCloudFloatingIpsOutputArgs, opts?: InvokeOptions): Output<GetCloudFloatingIpsResult>def get_cloud_floating_ips(max_items: Optional[float] = None,
project_id: Optional[float] = None,
region_id: Optional[float] = None,
status: Optional[str] = None,
tag_key_value: Optional[str] = None,
tag_keys: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudFloatingIpsResult
def get_cloud_floating_ips_output(max_items: Optional[pulumi.Input[float]] = None,
project_id: Optional[pulumi.Input[float]] = None,
region_id: Optional[pulumi.Input[float]] = None,
status: Optional[pulumi.Input[str]] = None,
tag_key_value: Optional[pulumi.Input[str]] = None,
tag_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudFloatingIpsResult]func GetCloudFloatingIps(ctx *Context, args *GetCloudFloatingIpsArgs, opts ...InvokeOption) (*GetCloudFloatingIpsResult, error)
func GetCloudFloatingIpsOutput(ctx *Context, args *GetCloudFloatingIpsOutputArgs, opts ...InvokeOption) GetCloudFloatingIpsResultOutput> Note: This function is named GetCloudFloatingIps in the Go SDK.
public static class GetCloudFloatingIps
{
public static Task<GetCloudFloatingIpsResult> InvokeAsync(GetCloudFloatingIpsArgs args, InvokeOptions? opts = null)
public static Output<GetCloudFloatingIpsResult> Invoke(GetCloudFloatingIpsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCloudFloatingIpsResult> getCloudFloatingIps(GetCloudFloatingIpsArgs args, InvokeOptions options)
public static Output<GetCloudFloatingIpsResult> getCloudFloatingIps(GetCloudFloatingIpsArgs args, InvokeOptions options)
fn::invoke:
function: gcore:index/getCloudFloatingIps:getCloudFloatingIps
arguments:
# arguments dictionaryThe following arguments are supported:
- Max
Items double - Max items to fetch, default: 1000
- Project
Id double - Project ID
- Region
Id double - Region ID
- Status string
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- Tag
Key stringValue - Optional. Filter by tag key-value pairs.
- Tag
Keys List<string> - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
- Max
Items float64 - Max items to fetch, default: 1000
- Project
Id float64 - Project ID
- Region
Id float64 - Region ID
- Status string
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- Tag
Key stringValue - Optional. Filter by tag key-value pairs.
- Tag
Keys []string - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
- max
Items Double - Max items to fetch, default: 1000
- project
Id Double - Project ID
- region
Id Double - Region ID
- status String
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- tag
Key StringValue - Optional. Filter by tag key-value pairs.
- tag
Keys List<String> - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
- max
Items number - Max items to fetch, default: 1000
- project
Id number - Project ID
- region
Id number - Region ID
- status string
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- tag
Key stringValue - Optional. Filter by tag key-value pairs.
- tag
Keys string[] - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
- max_
items float - Max items to fetch, default: 1000
- project_
id float - Project ID
- region_
id float - Region ID
- status str
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- tag_
key_ strvalue - Optional. Filter by tag key-value pairs.
- tag_
keys Sequence[str] - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
- max
Items Number - Max items to fetch, default: 1000
- project
Id Number - Project ID
- region
Id Number - Region ID
- status String
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- tag
Key StringValue - Optional. Filter by tag key-value pairs.
- tag
Keys List<String> - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
getCloudFloatingIps Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Cloud Floating Ips Item> - The items returned by the data source
- Max
Items double - Max items to fetch, default: 1000
- Project
Id double - Project ID
- Region
Id double - Region ID
- Status string
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- Tag
Key stringValue - Optional. Filter by tag key-value pairs.
- Tag
Keys List<string> - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Cloud Floating Ips Item - The items returned by the data source
- Max
Items float64 - Max items to fetch, default: 1000
- Project
Id float64 - Project ID
- Region
Id float64 - Region ID
- Status string
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- Tag
Key stringValue - Optional. Filter by tag key-value pairs.
- Tag
Keys []string - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Cloud Floating Ips Item> - The items returned by the data source
- max
Items Double - Max items to fetch, default: 1000
- project
Id Double - Project ID
- region
Id Double - Region ID
- status String
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- tag
Key StringValue - Optional. Filter by tag key-value pairs.
- tag
Keys List<String> - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Cloud Floating Ips Item[] - The items returned by the data source
- max
Items number - Max items to fetch, default: 1000
- project
Id number - Project ID
- region
Id number - Region ID
- status string
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- tag
Key stringValue - Optional. Filter by tag key-value pairs.
- tag
Keys string[] - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Cloud Floating Ips Item] - The items returned by the data source
- max_
items float - Max items to fetch, default: 1000
- project_
id float - Project ID
- region_
id float - Region ID
- status str
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- tag_
key_ strvalue - Optional. Filter by tag key-value pairs.
- tag_
keys Sequence[str] - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- The items returned by the data source
- max
Items Number - Max items to fetch, default: 1000
- project
Id Number - Project ID
- region
Id Number - Region ID
- status String
- Filter by floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- tag
Key StringValue - Optional. Filter by tag key-value pairs.
- tag
Keys List<String> - Optional. Filter by tag keys. ?
tag_key=key1&tag_key=key2
Supporting Types
GetCloudFloatingIpsItem
- Created
At string - Datetime when the floating IP was created
- Creator
Task stringId - Task that created this entity
- Fixed
Ip stringAddress - IP address of the port the floating IP is attached to
- Floating
Ip stringAddress - IP Address of the floating IP
- Id string
- Floating IP ID
- Instance
Get
Cloud Floating Ips Item Instance - Instance the floating IP is attached to
- Loadbalancer
Get
Cloud Floating Ips Item Loadbalancer - Load balancer the floating IP is attached to
- Port
Id string - Port ID
- Project
Id double - Project ID
- Region string
- Region name
- Region
Id double - Region ID
- Router
Id string - Router ID
- Status string
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
-
List<Get
Cloud Floating Ips Item Tag> - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- Updated
At string - Datetime when the floating IP was last updated
- Created
At string - Datetime when the floating IP was created
- Creator
Task stringId - Task that created this entity
- Fixed
Ip stringAddress - IP address of the port the floating IP is attached to
- Floating
Ip stringAddress - IP Address of the floating IP
- Id string
- Floating IP ID
- Instance
Get
Cloud Floating Ips Item Instance - Instance the floating IP is attached to
- Loadbalancer
Get
Cloud Floating Ips Item Loadbalancer - Load balancer the floating IP is attached to
- Port
Id string - Port ID
- Project
Id float64 - Project ID
- Region string
- Region name
- Region
Id float64 - Region ID
- Router
Id string - Router ID
- Status string
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
-
[]Get
Cloud Floating Ips Item Tag - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- Updated
At string - Datetime when the floating IP was last updated
- created
At String - Datetime when the floating IP was created
- creator
Task StringId - Task that created this entity
- fixed
Ip StringAddress - IP address of the port the floating IP is attached to
- floating
Ip StringAddress - IP Address of the floating IP
- id String
- Floating IP ID
- instance
Get
Cloud Floating Ips Item Instance - Instance the floating IP is attached to
- loadbalancer
Get
Cloud Floating Ips Item Loadbalancer - Load balancer the floating IP is attached to
- port
Id String - Port ID
- project
Id Double - Project ID
- region String
- Region name
- region
Id Double - Region ID
- router
Id String - Router ID
- status String
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
-
List<Get
Cloud Floating Ips Item Tag> - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated
At String - Datetime when the floating IP was last updated
- created
At string - Datetime when the floating IP was created
- creator
Task stringId - Task that created this entity
- fixed
Ip stringAddress - IP address of the port the floating IP is attached to
- floating
Ip stringAddress - IP Address of the floating IP
- id string
- Floating IP ID
- instance
Get
Cloud Floating Ips Item Instance - Instance the floating IP is attached to
- loadbalancer
Get
Cloud Floating Ips Item Loadbalancer - Load balancer the floating IP is attached to
- port
Id string - Port ID
- project
Id number - Project ID
- region string
- Region name
- region
Id number - Region ID
- router
Id string - Router ID
- status string
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
-
Get
Cloud Floating Ips Item Tag[] - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated
At string - Datetime when the floating IP was last updated
- created_
at str - Datetime when the floating IP was created
- creator_
task_ strid - Task that created this entity
- fixed_
ip_ straddress - IP address of the port the floating IP is attached to
- floating_
ip_ straddress - IP Address of the floating IP
- id str
- Floating IP ID
- instance
Get
Cloud Floating Ips Item Instance - Instance the floating IP is attached to
- loadbalancer
Get
Cloud Floating Ips Item Loadbalancer - Load balancer the floating IP is attached to
- port_
id str - Port ID
- project_
id float - Project ID
- region str
- Region name
- region_
id float - Region ID
- router_
id str - Router ID
- status str
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
-
Sequence[Get
Cloud Floating Ips Item Tag] - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated_
at str - Datetime when the floating IP was last updated
- created
At String - Datetime when the floating IP was created
- creator
Task StringId - Task that created this entity
- fixed
Ip StringAddress - IP address of the port the floating IP is attached to
- floating
Ip StringAddress - IP Address of the floating IP
- id String
- Floating IP ID
- instance Property Map
- Instance the floating IP is attached to
- loadbalancer Property Map
- Load balancer the floating IP is attached to
- port
Id String - Port ID
- project
Id Number - Project ID
- region String
- Region name
- region
Id Number - Region ID
- router
Id String - Router ID
- status String
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- List<Property Map>
- List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated
At String - Datetime when the floating IP was last updated
GetCloudFloatingIpsItemInstance
- Addresses
Dictionary<string, Immutable
Array<Get Cloud Floating Ips Item Instance Addresses>> - Map of
network_nameto list of addresses in that network - Created
At string - Datetime when instance was created
- Creator
Task stringId - Task that created this entity
- Flavor
Get
Cloud Floating Ips Item Instance Flavor - Flavor
- Id string
- Instance ID
- Instance
Description string - Instance description
- Name string
- Instance name
- Project
Id double - Project ID
- Region string
- Region name
- Region
Id double - Region ID
- Security
Groups List<GetCloud Floating Ips Item Instance Security Group> - Security groups
- Ssh
Key stringName - SSH key name assigned to instance
- Status string
- Instance status Available values: "ACTIVE", "BUILD", "DELETED", "ERROR", "HARDREBOOT", "MIGRATING", "PASSWORD", "PAUSED", "REBOOT", "REBUILD", "RESCUE", "RESIZE", "REVERTRESIZE", "SHELVED", "SHELVEDOFFLOADED", "SHUTOFF", "SOFTDELETED", "SUSPENDED", "UNKNOWN", "VERIFY_RESIZE".
-
List<Get
Cloud Floating Ips Item Instance Tag> - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- Task
State string - Task state
- Vm
State string - Virtual machine state (active) Available values: "active", "building", "deleted", "error", "paused", "rescued", "resized", "shelved", <span pulumi-lang-nodejs=""shelvedOffloaded"" pulumi-lang-dotnet=""ShelvedOffloaded"" pulumi-lang-go=""shelvedOffloaded"" pulumi-lang-python=""shelved_offloaded"" pulumi-lang-yaml=""shelvedOffloaded"" pulumi-lang-java=""shelvedOffloaded"">"shelved_offloaded", "soft-deleted", "stopped", "suspended".
- Volumes
List<Get
Cloud Floating Ips Item Instance Volume> - List of volumes
- Addresses
map[string][]Get
Cloud Floating Ips Item Instance Addresses - Map of
network_nameto list of addresses in that network - Created
At string - Datetime when instance was created
- Creator
Task stringId - Task that created this entity
- Flavor
Get
Cloud Floating Ips Item Instance Flavor - Flavor
- Id string
- Instance ID
- Instance
Description string - Instance description
- Name string
- Instance name
- Project
Id float64 - Project ID
- Region string
- Region name
- Region
Id float64 - Region ID
- Security
Groups []GetCloud Floating Ips Item Instance Security Group - Security groups
- Ssh
Key stringName - SSH key name assigned to instance
- Status string
- Instance status Available values: "ACTIVE", "BUILD", "DELETED", "ERROR", "HARDREBOOT", "MIGRATING", "PASSWORD", "PAUSED", "REBOOT", "REBUILD", "RESCUE", "RESIZE", "REVERTRESIZE", "SHELVED", "SHELVEDOFFLOADED", "SHUTOFF", "SOFTDELETED", "SUSPENDED", "UNKNOWN", "VERIFY_RESIZE".
-
[]Get
Cloud Floating Ips Item Instance Tag - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- Task
State string - Task state
- Vm
State string - Virtual machine state (active) Available values: "active", "building", "deleted", "error", "paused", "rescued", "resized", "shelved", <span pulumi-lang-nodejs=""shelvedOffloaded"" pulumi-lang-dotnet=""ShelvedOffloaded"" pulumi-lang-go=""shelvedOffloaded"" pulumi-lang-python=""shelved_offloaded"" pulumi-lang-yaml=""shelvedOffloaded"" pulumi-lang-java=""shelvedOffloaded"">"shelved_offloaded", "soft-deleted", "stopped", "suspended".
- Volumes
[]Get
Cloud Floating Ips Item Instance Volume - List of volumes
- addresses
Map<String,List<Get
Cloud Floating Ips Item Instance Addresses>> - Map of
network_nameto list of addresses in that network - created
At String - Datetime when instance was created
- creator
Task StringId - Task that created this entity
- flavor
Get
Cloud Floating Ips Item Instance Flavor - Flavor
- id String
- Instance ID
- instance
Description String - Instance description
- name String
- Instance name
- project
Id Double - Project ID
- region String
- Region name
- region
Id Double - Region ID
- security
Groups List<GetCloud Floating Ips Item Instance Security Group> - Security groups
- ssh
Key StringName - SSH key name assigned to instance
- status String
- Instance status Available values: "ACTIVE", "BUILD", "DELETED", "ERROR", "HARDREBOOT", "MIGRATING", "PASSWORD", "PAUSED", "REBOOT", "REBUILD", "RESCUE", "RESIZE", "REVERTRESIZE", "SHELVED", "SHELVEDOFFLOADED", "SHUTOFF", "SOFTDELETED", "SUSPENDED", "UNKNOWN", "VERIFY_RESIZE".
-
List<Get
Cloud Floating Ips Item Instance Tag> - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- task
State String - Task state
- vm
State String - Virtual machine state (active) Available values: "active", "building", "deleted", "error", "paused", "rescued", "resized", "shelved", <span pulumi-lang-nodejs=""shelvedOffloaded"" pulumi-lang-dotnet=""ShelvedOffloaded"" pulumi-lang-go=""shelvedOffloaded"" pulumi-lang-python=""shelved_offloaded"" pulumi-lang-yaml=""shelvedOffloaded"" pulumi-lang-java=""shelvedOffloaded"">"shelved_offloaded", "soft-deleted", "stopped", "suspended".
- volumes
List<Get
Cloud Floating Ips Item Instance Volume> - List of volumes
- addresses
{[key: string]: Get
Cloud Floating Ips Item Instance Addresses[]} - Map of
network_nameto list of addresses in that network - created
At string - Datetime when instance was created
- creator
Task stringId - Task that created this entity
- flavor
Get
Cloud Floating Ips Item Instance Flavor - Flavor
- id string
- Instance ID
- instance
Description string - Instance description
- name string
- Instance name
- project
Id number - Project ID
- region string
- Region name
- region
Id number - Region ID
- security
Groups GetCloud Floating Ips Item Instance Security Group[] - Security groups
- ssh
Key stringName - SSH key name assigned to instance
- status string
- Instance status Available values: "ACTIVE", "BUILD", "DELETED", "ERROR", "HARDREBOOT", "MIGRATING", "PASSWORD", "PAUSED", "REBOOT", "REBUILD", "RESCUE", "RESIZE", "REVERTRESIZE", "SHELVED", "SHELVEDOFFLOADED", "SHUTOFF", "SOFTDELETED", "SUSPENDED", "UNKNOWN", "VERIFY_RESIZE".
-
Get
Cloud Floating Ips Item Instance Tag[] - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- task
State string - Task state
- vm
State string - Virtual machine state (active) Available values: "active", "building", "deleted", "error", "paused", "rescued", "resized", "shelved", <span pulumi-lang-nodejs=""shelvedOffloaded"" pulumi-lang-dotnet=""ShelvedOffloaded"" pulumi-lang-go=""shelvedOffloaded"" pulumi-lang-python=""shelved_offloaded"" pulumi-lang-yaml=""shelvedOffloaded"" pulumi-lang-java=""shelvedOffloaded"">"shelved_offloaded", "soft-deleted", "stopped", "suspended".
- volumes
Get
Cloud Floating Ips Item Instance Volume[] - List of volumes
- addresses
Mapping[str, Sequence[Get
Cloud Floating Ips Item Instance Addresses]] - Map of
network_nameto list of addresses in that network - created_
at str - Datetime when instance was created
- creator_
task_ strid - Task that created this entity
- flavor
Get
Cloud Floating Ips Item Instance Flavor - Flavor
- id str
- Instance ID
- instance_
description str - Instance description
- name str
- Instance name
- project_
id float - Project ID
- region str
- Region name
- region_
id float - Region ID
- security_
groups Sequence[GetCloud Floating Ips Item Instance Security Group] - Security groups
- ssh_
key_ strname - SSH key name assigned to instance
- status str
- Instance status Available values: "ACTIVE", "BUILD", "DELETED", "ERROR", "HARDREBOOT", "MIGRATING", "PASSWORD", "PAUSED", "REBOOT", "REBUILD", "RESCUE", "RESIZE", "REVERTRESIZE", "SHELVED", "SHELVEDOFFLOADED", "SHUTOFF", "SOFTDELETED", "SUSPENDED", "UNKNOWN", "VERIFY_RESIZE".
-
Sequence[Get
Cloud Floating Ips Item Instance Tag] - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- task_
state str - Task state
- vm_
state str - Virtual machine state (active) Available values: "active", "building", "deleted", "error", "paused", "rescued", "resized", "shelved", <span pulumi-lang-nodejs=""shelvedOffloaded"" pulumi-lang-dotnet=""ShelvedOffloaded"" pulumi-lang-go=""shelvedOffloaded"" pulumi-lang-python=""shelved_offloaded"" pulumi-lang-yaml=""shelvedOffloaded"" pulumi-lang-java=""shelvedOffloaded"">"shelved_offloaded", "soft-deleted", "stopped", "suspended".
- volumes
Sequence[Get
Cloud Floating Ips Item Instance Volume] - List of volumes
- addresses Map<List<Property Map>>
- Map of
network_nameto list of addresses in that network - created
At String - Datetime when instance was created
- creator
Task StringId - Task that created this entity
- flavor Property Map
- Flavor
- id String
- Instance ID
- instance
Description String - Instance description
- name String
- Instance name
- project
Id Number - Project ID
- region String
- Region name
- region
Id Number - Region ID
- security
Groups List<Property Map> - Security groups
- ssh
Key StringName - SSH key name assigned to instance
- status String
- Instance status Available values: "ACTIVE", "BUILD", "DELETED", "ERROR", "HARDREBOOT", "MIGRATING", "PASSWORD", "PAUSED", "REBOOT", "REBUILD", "RESCUE", "RESIZE", "REVERTRESIZE", "SHELVED", "SHELVEDOFFLOADED", "SHUTOFF", "SOFTDELETED", "SUSPENDED", "UNKNOWN", "VERIFY_RESIZE".
- List<Property Map>
- List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- task
State String - Task state
- vm
State String - Virtual machine state (active) Available values: "active", "building", "deleted", "error", "paused", "rescued", "resized", "shelved", <span pulumi-lang-nodejs=""shelvedOffloaded"" pulumi-lang-dotnet=""ShelvedOffloaded"" pulumi-lang-go=""shelvedOffloaded"" pulumi-lang-python=""shelved_offloaded"" pulumi-lang-yaml=""shelvedOffloaded"" pulumi-lang-java=""shelvedOffloaded"">"shelved_offloaded", "soft-deleted", "stopped", "suspended".
- volumes List<Property Map>
- List of volumes
GetCloudFloatingIpsItemInstanceAddresses
- Addr string
- Interface
Name string - Subnet
Id string - Subnet
Name string - Type string
- Addr string
- Interface
Name string - Subnet
Id string - Subnet
Name string - Type string
- addr String
- interface
Name String - subnet
Id String - subnet
Name String - type String
- addr string
- interface
Name string - subnet
Id string - subnet
Name string - type string
- addr str
- interface_
name str - subnet_
id str - subnet_
name str - type str
- addr String
- interface
Name String - subnet
Id String - subnet
Name String - type String
GetCloudFloatingIpsItemInstanceFlavor
- Flavor
Id string - Flavor ID is the same as name
- Flavor
Name string - Flavor name
- Ram double
- RAM size in MiB
- Vcpus double
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
- Flavor
Id string - Flavor ID is the same as name
- Flavor
Name string - Flavor name
- Ram float64
- RAM size in MiB
- Vcpus float64
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
- flavor
Id String - Flavor ID is the same as name
- flavor
Name String - Flavor name
- ram Double
- RAM size in MiB
- vcpus Double
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
- flavor
Id string - Flavor ID is the same as name
- flavor
Name string - Flavor name
- ram number
- RAM size in MiB
- vcpus number
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
- flavor_
id str - Flavor ID is the same as name
- flavor_
name str - Flavor name
- ram float
- RAM size in MiB
- vcpus float
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
- flavor
Id String - Flavor ID is the same as name
- flavor
Name String - Flavor name
- ram Number
- RAM size in MiB
- vcpus Number
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
GetCloudFloatingIpsItemInstanceSecurityGroup
- Name string
- Name.
- Name string
- Name.
- name String
- Name.
- name string
- Name.
- name str
- Name.
- name String
- Name.
GetCloudFloatingIpsItemInstanceTag
- Key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Read
Only bool - If true, the tag is read-only and cannot be modified by the user
- Value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Read
Only bool - If true, the tag is read-only and cannot be modified by the user
- Value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key String
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only Boolean - If true, the tag is read-only and cannot be modified by the user
- value String
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only boolean - If true, the tag is read-only and cannot be modified by the user
- value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key str
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read_
only bool - If true, the tag is read-only and cannot be modified by the user
- value str
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key String
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only Boolean - If true, the tag is read-only and cannot be modified by the user
- value String
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
GetCloudFloatingIpsItemInstanceVolume
- Delete
On boolTermination - Whether the volume is deleted together with the VM
- Id string
- Volume ID
- Delete
On boolTermination - Whether the volume is deleted together with the VM
- Id string
- Volume ID
- delete
On BooleanTermination - Whether the volume is deleted together with the VM
- id String
- Volume ID
- delete
On booleanTermination - Whether the volume is deleted together with the VM
- id string
- Volume ID
- delete_
on_ booltermination - Whether the volume is deleted together with the VM
- id str
- Volume ID
- delete
On BooleanTermination - Whether the volume is deleted together with the VM
- id String
- Volume ID
GetCloudFloatingIpsItemLoadbalancer
- Additional
Vips List<GetCloud Floating Ips Item Loadbalancer Additional Vip> - List of additional IP addresses
- Admin
State boolUp - Administrative state of the resource. When set to true, the resource is enabled and operational. When set to false, the resource is disabled and will not process traffic. Defaults to true.
- Created
At string - Datetime when the load balancer was created
- Creator
Task stringId - Task that created this entity
- Ddos
Profile GetCloud Floating Ips Item Loadbalancer Ddos Profile - Loadbalancer advanced DDoS protection profile.
- Flavor
Get
Cloud Floating Ips Item Loadbalancer Flavor - Load balancer flavor (if not default)
- Floating
Ips List<GetCloud Floating Ips Item Loadbalancer Floating Ip> - List of assigned floating IPs
- Id string
- Load balancer ID
- Listeners
List<Get
Cloud Floating Ips Item Loadbalancer Listener> - Load balancer listeners
- Logging
Get
Cloud Floating Ips Item Loadbalancer Logging - Logging configuration
- Name string
- Load balancer name
- Operating
Status string - Load balancer operating status Available values: "DEGRADED", "DRAINING", "ERROR", "NO_MONITOR", "OFFLINE", "ONLINE".
- Preferred
Connectivity string - Preferred option to establish connectivity between load balancer and its pools members Available values: "L2", "L3".
- Project
Id double - Project ID
- Provisioning
Status string - Load balancer lifecycle status Available values: "ACTIVE", "DELETED", "ERROR", "PENDINGCREATE", "PENDINGDELETE", "PENDING_UPDATE".
- Region string
- Region name
- Region
Id double - Region ID
- Stats
Get
Cloud Floating Ips Item Loadbalancer Stats - Statistics of load balancer.
-
List<Get
Cloud Floating Ips Item Loadbalancer Tags V2> - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- Updated
At string - Datetime when the load balancer was last updated
- Vip
Address string - Load balancer IP address
- Vip
Fqdn string - Fully qualified domain name for the load balancer VIP
- Vip
Ip stringFamily - Load balancer IP family Available values: "dual", "ipv4", "ipv6".
- Vip
Port stringId - The ID of the Virtual IP (VIP) port.
- Vrrp
Ips List<GetCloud Floating Ips Item Loadbalancer Vrrp Ip> - List of VRRP IP addresses
- Additional
Vips []GetCloud Floating Ips Item Loadbalancer Additional Vip - List of additional IP addresses
- Admin
State boolUp - Administrative state of the resource. When set to true, the resource is enabled and operational. When set to false, the resource is disabled and will not process traffic. Defaults to true.
- Created
At string - Datetime when the load balancer was created
- Creator
Task stringId - Task that created this entity
- Ddos
Profile GetCloud Floating Ips Item Loadbalancer Ddos Profile - Loadbalancer advanced DDoS protection profile.
- Flavor
Get
Cloud Floating Ips Item Loadbalancer Flavor - Load balancer flavor (if not default)
- Floating
Ips []GetCloud Floating Ips Item Loadbalancer Floating Ip - List of assigned floating IPs
- Id string
- Load balancer ID
- Listeners
[]Get
Cloud Floating Ips Item Loadbalancer Listener - Load balancer listeners
- Logging
Get
Cloud Floating Ips Item Loadbalancer Logging - Logging configuration
- Name string
- Load balancer name
- Operating
Status string - Load balancer operating status Available values: "DEGRADED", "DRAINING", "ERROR", "NO_MONITOR", "OFFLINE", "ONLINE".
- Preferred
Connectivity string - Preferred option to establish connectivity between load balancer and its pools members Available values: "L2", "L3".
- Project
Id float64 - Project ID
- Provisioning
Status string - Load balancer lifecycle status Available values: "ACTIVE", "DELETED", "ERROR", "PENDINGCREATE", "PENDINGDELETE", "PENDING_UPDATE".
- Region string
- Region name
- Region
Id float64 - Region ID
- Stats
Get
Cloud Floating Ips Item Loadbalancer Stats - Statistics of load balancer.
-
[]Get
Cloud Floating Ips Item Loadbalancer Tags V2 - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- Updated
At string - Datetime when the load balancer was last updated
- Vip
Address string - Load balancer IP address
- Vip
Fqdn string - Fully qualified domain name for the load balancer VIP
- Vip
Ip stringFamily - Load balancer IP family Available values: "dual", "ipv4", "ipv6".
- Vip
Port stringId - The ID of the Virtual IP (VIP) port.
- Vrrp
Ips []GetCloud Floating Ips Item Loadbalancer Vrrp Ip - List of VRRP IP addresses
- additional
Vips List<GetCloud Floating Ips Item Loadbalancer Additional Vip> - List of additional IP addresses
- admin
State BooleanUp - Administrative state of the resource. When set to true, the resource is enabled and operational. When set to false, the resource is disabled and will not process traffic. Defaults to true.
- created
At String - Datetime when the load balancer was created
- creator
Task StringId - Task that created this entity
- ddos
Profile GetCloud Floating Ips Item Loadbalancer Ddos Profile - Loadbalancer advanced DDoS protection profile.
- flavor
Get
Cloud Floating Ips Item Loadbalancer Flavor - Load balancer flavor (if not default)
- floating
Ips List<GetCloud Floating Ips Item Loadbalancer Floating Ip> - List of assigned floating IPs
- id String
- Load balancer ID
- listeners
List<Get
Cloud Floating Ips Item Loadbalancer Listener> - Load balancer listeners
- logging
Get
Cloud Floating Ips Item Loadbalancer Logging - Logging configuration
- name String
- Load balancer name
- operating
Status String - Load balancer operating status Available values: "DEGRADED", "DRAINING", "ERROR", "NO_MONITOR", "OFFLINE", "ONLINE".
- preferred
Connectivity String - Preferred option to establish connectivity between load balancer and its pools members Available values: "L2", "L3".
- project
Id Double - Project ID
- provisioning
Status String - Load balancer lifecycle status Available values: "ACTIVE", "DELETED", "ERROR", "PENDINGCREATE", "PENDINGDELETE", "PENDING_UPDATE".
- region String
- Region name
- region
Id Double - Region ID
- stats
Get
Cloud Floating Ips Item Loadbalancer Stats - Statistics of load balancer.
-
List<Get
Cloud Floating Ips Item Loadbalancer Tags V2> - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated
At String - Datetime when the load balancer was last updated
- vip
Address String - Load balancer IP address
- vip
Fqdn String - Fully qualified domain name for the load balancer VIP
- vip
Ip StringFamily - Load balancer IP family Available values: "dual", "ipv4", "ipv6".
- vip
Port StringId - The ID of the Virtual IP (VIP) port.
- vrrp
Ips List<GetCloud Floating Ips Item Loadbalancer Vrrp Ip> - List of VRRP IP addresses
- additional
Vips GetCloud Floating Ips Item Loadbalancer Additional Vip[] - List of additional IP addresses
- admin
State booleanUp - Administrative state of the resource. When set to true, the resource is enabled and operational. When set to false, the resource is disabled and will not process traffic. Defaults to true.
- created
At string - Datetime when the load balancer was created
- creator
Task stringId - Task that created this entity
- ddos
Profile GetCloud Floating Ips Item Loadbalancer Ddos Profile - Loadbalancer advanced DDoS protection profile.
- flavor
Get
Cloud Floating Ips Item Loadbalancer Flavor - Load balancer flavor (if not default)
- floating
Ips GetCloud Floating Ips Item Loadbalancer Floating Ip[] - List of assigned floating IPs
- id string
- Load balancer ID
- listeners
Get
Cloud Floating Ips Item Loadbalancer Listener[] - Load balancer listeners
- logging
Get
Cloud Floating Ips Item Loadbalancer Logging - Logging configuration
- name string
- Load balancer name
- operating
Status string - Load balancer operating status Available values: "DEGRADED", "DRAINING", "ERROR", "NO_MONITOR", "OFFLINE", "ONLINE".
- preferred
Connectivity string - Preferred option to establish connectivity between load balancer and its pools members Available values: "L2", "L3".
- project
Id number - Project ID
- provisioning
Status string - Load balancer lifecycle status Available values: "ACTIVE", "DELETED", "ERROR", "PENDINGCREATE", "PENDINGDELETE", "PENDING_UPDATE".
- region string
- Region name
- region
Id number - Region ID
- stats
Get
Cloud Floating Ips Item Loadbalancer Stats - Statistics of load balancer.
-
Get
Cloud Floating Ips Item Loadbalancer Tags V2[] - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated
At string - Datetime when the load balancer was last updated
- vip
Address string - Load balancer IP address
- vip
Fqdn string - Fully qualified domain name for the load balancer VIP
- vip
Ip stringFamily - Load balancer IP family Available values: "dual", "ipv4", "ipv6".
- vip
Port stringId - The ID of the Virtual IP (VIP) port.
- vrrp
Ips GetCloud Floating Ips Item Loadbalancer Vrrp Ip[] - List of VRRP IP addresses
- additional_
vips Sequence[GetCloud Floating Ips Item Loadbalancer Additional Vip] - List of additional IP addresses
- admin_
state_ boolup - Administrative state of the resource. When set to true, the resource is enabled and operational. When set to false, the resource is disabled and will not process traffic. Defaults to true.
- created_
at str - Datetime when the load balancer was created
- creator_
task_ strid - Task that created this entity
- ddos_
profile GetCloud Floating Ips Item Loadbalancer Ddos Profile - Loadbalancer advanced DDoS protection profile.
- flavor
Get
Cloud Floating Ips Item Loadbalancer Flavor - Load balancer flavor (if not default)
- floating_
ips Sequence[GetCloud Floating Ips Item Loadbalancer Floating Ip] - List of assigned floating IPs
- id str
- Load balancer ID
- listeners
Sequence[Get
Cloud Floating Ips Item Loadbalancer Listener] - Load balancer listeners
- logging
Get
Cloud Floating Ips Item Loadbalancer Logging - Logging configuration
- name str
- Load balancer name
- operating_
status str - Load balancer operating status Available values: "DEGRADED", "DRAINING", "ERROR", "NO_MONITOR", "OFFLINE", "ONLINE".
- preferred_
connectivity str - Preferred option to establish connectivity between load balancer and its pools members Available values: "L2", "L3".
- project_
id float - Project ID
- provisioning_
status str - Load balancer lifecycle status Available values: "ACTIVE", "DELETED", "ERROR", "PENDINGCREATE", "PENDINGDELETE", "PENDING_UPDATE".
- region str
- Region name
- region_
id float - Region ID
- stats
Get
Cloud Floating Ips Item Loadbalancer Stats - Statistics of load balancer.
-
Sequence[Get
Cloud Floating Ips Item Loadbalancer Tags V2] - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated_
at str - Datetime when the load balancer was last updated
- vip_
address str - Load balancer IP address
- vip_
fqdn str - Fully qualified domain name for the load balancer VIP
- vip_
ip_ strfamily - Load balancer IP family Available values: "dual", "ipv4", "ipv6".
- vip_
port_ strid - The ID of the Virtual IP (VIP) port.
- vrrp_
ips Sequence[GetCloud Floating Ips Item Loadbalancer Vrrp Ip] - List of VRRP IP addresses
- additional
Vips List<Property Map> - List of additional IP addresses
- admin
State BooleanUp - Administrative state of the resource. When set to true, the resource is enabled and operational. When set to false, the resource is disabled and will not process traffic. Defaults to true.
- created
At String - Datetime when the load balancer was created
- creator
Task StringId - Task that created this entity
- ddos
Profile Property Map - Loadbalancer advanced DDoS protection profile.
- flavor Property Map
- Load balancer flavor (if not default)
- floating
Ips List<Property Map> - List of assigned floating IPs
- id String
- Load balancer ID
- listeners List<Property Map>
- Load balancer listeners
- logging Property Map
- Logging configuration
- name String
- Load balancer name
- operating
Status String - Load balancer operating status Available values: "DEGRADED", "DRAINING", "ERROR", "NO_MONITOR", "OFFLINE", "ONLINE".
- preferred
Connectivity String - Preferred option to establish connectivity between load balancer and its pools members Available values: "L2", "L3".
- project
Id Number - Project ID
- provisioning
Status String - Load balancer lifecycle status Available values: "ACTIVE", "DELETED", "ERROR", "PENDINGCREATE", "PENDINGDELETE", "PENDING_UPDATE".
- region String
- Region name
- region
Id Number - Region ID
- stats Property Map
- Statistics of load balancer.
- List<Property Map>
- List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated
At String - Datetime when the load balancer was last updated
- vip
Address String - Load balancer IP address
- vip
Fqdn String - Fully qualified domain name for the load balancer VIP
- vip
Ip StringFamily - Load balancer IP family Available values: "dual", "ipv4", "ipv6".
- vip
Port StringId - The ID of the Virtual IP (VIP) port.
- vrrp
Ips List<Property Map> - List of VRRP IP addresses
GetCloudFloatingIpsItemLoadbalancerAdditionalVip
- ip_
address str - IP address
- subnet_
id str - Subnet UUID
GetCloudFloatingIpsItemLoadbalancerDdosProfile
- Fields
List<Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Field> - List of configured field values for the protection profile
- Id double
- Unique identifier for the DDoS protection profile
- Options
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Options - Configuration options controlling profile activation and BGP routing
- Profile
Template GetCloud Floating Ips Item Loadbalancer Ddos Profile Profile Template - Complete template configuration data used for this profile
- Profile
Template stringDescription - Detailed description of the protection template used for this profile
- Protocols
List<Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Protocol> - List of network protocols and ports configured for protection
- Site string
- Geographic site identifier where the protection is deployed
- Status
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Status - Current operational status and any error information for the profile
- Fields
[]Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Field - List of configured field values for the protection profile
- Id float64
- Unique identifier for the DDoS protection profile
- Options
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Options - Configuration options controlling profile activation and BGP routing
- Profile
Template GetCloud Floating Ips Item Loadbalancer Ddos Profile Profile Template - Complete template configuration data used for this profile
- Profile
Template stringDescription - Detailed description of the protection template used for this profile
- Protocols
[]Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Protocol - List of network protocols and ports configured for protection
- Site string
- Geographic site identifier where the protection is deployed
- Status
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Status - Current operational status and any error information for the profile
- fields
List<Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Field> - List of configured field values for the protection profile
- id Double
- Unique identifier for the DDoS protection profile
- options
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Options - Configuration options controlling profile activation and BGP routing
- profile
Template GetCloud Floating Ips Item Loadbalancer Ddos Profile Profile Template - Complete template configuration data used for this profile
- profile
Template StringDescription - Detailed description of the protection template used for this profile
- protocols
List<Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Protocol> - List of network protocols and ports configured for protection
- site String
- Geographic site identifier where the protection is deployed
- status
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Status - Current operational status and any error information for the profile
- fields
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Field[] - List of configured field values for the protection profile
- id number
- Unique identifier for the DDoS protection profile
- options
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Options - Configuration options controlling profile activation and BGP routing
- profile
Template GetCloud Floating Ips Item Loadbalancer Ddos Profile Profile Template - Complete template configuration data used for this profile
- profile
Template stringDescription - Detailed description of the protection template used for this profile
- protocols
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Protocol[] - List of network protocols and ports configured for protection
- site string
- Geographic site identifier where the protection is deployed
- status
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Status - Current operational status and any error information for the profile
- fields
Sequence[Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Field] - List of configured field values for the protection profile
- id float
- Unique identifier for the DDoS protection profile
- options
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Options - Configuration options controlling profile activation and BGP routing
- profile_
template GetCloud Floating Ips Item Loadbalancer Ddos Profile Profile Template - Complete template configuration data used for this profile
- profile_
template_ strdescription - Detailed description of the protection template used for this profile
- protocols
Sequence[Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Protocol] - List of network protocols and ports configured for protection
- site str
- Geographic site identifier where the protection is deployed
- status
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Status - Current operational status and any error information for the profile
- fields List<Property Map>
- List of configured field values for the protection profile
- id Number
- Unique identifier for the DDoS protection profile
- options Property Map
- Configuration options controlling profile activation and BGP routing
- profile
Template Property Map - Complete template configuration data used for this profile
- profile
Template StringDescription - Detailed description of the protection template used for this profile
- protocols List<Property Map>
- List of network protocols and ports configured for protection
- site String
- Geographic site identifier where the protection is deployed
- status Property Map
- Current operational status and any error information for the profile
GetCloudFloatingIpsItemLoadbalancerDdosProfileField
- Base
Field double - ID of DDoS profile field
- Default string
- Predefined default value for the field if not specified
- Description string
- Detailed description explaining the field's purpose and usage guidelines
- Field
Name string - Name of DDoS profile field
- Field
Type string - Data type classification of the field (e.g., string, integer, array)
- Field
Value string - Complex value. Only one of 'value' or 'field_value' must be specified.
- Id double
- Unique identifier for the DDoS protection field
- Name string
- Human-readable name of the protection field
- Required bool
- Indicates whether this field must be provided when creating a protection profile
- Validation
Schema string - JSON schema defining validation rules and constraints for the field value
- Value string
- Basic type value. Only one of 'value' or 'field_value' must be specified.
- Base
Field float64 - ID of DDoS profile field
- Default string
- Predefined default value for the field if not specified
- Description string
- Detailed description explaining the field's purpose and usage guidelines
- Field
Name string - Name of DDoS profile field
- Field
Type string - Data type classification of the field (e.g., string, integer, array)
- Field
Value string - Complex value. Only one of 'value' or 'field_value' must be specified.
- Id float64
- Unique identifier for the DDoS protection field
- Name string
- Human-readable name of the protection field
- Required bool
- Indicates whether this field must be provided when creating a protection profile
- Validation
Schema string - JSON schema defining validation rules and constraints for the field value
- Value string
- Basic type value. Only one of 'value' or 'field_value' must be specified.
- base
Field Double - ID of DDoS profile field
- default_ String
- Predefined default value for the field if not specified
- description String
- Detailed description explaining the field's purpose and usage guidelines
- field
Name String - Name of DDoS profile field
- field
Type String - Data type classification of the field (e.g., string, integer, array)
- field
Value String - Complex value. Only one of 'value' or 'field_value' must be specified.
- id Double
- Unique identifier for the DDoS protection field
- name String
- Human-readable name of the protection field
- required Boolean
- Indicates whether this field must be provided when creating a protection profile
- validation
Schema String - JSON schema defining validation rules and constraints for the field value
- value String
- Basic type value. Only one of 'value' or 'field_value' must be specified.
- base
Field number - ID of DDoS profile field
- default string
- Predefined default value for the field if not specified
- description string
- Detailed description explaining the field's purpose and usage guidelines
- field
Name string - Name of DDoS profile field
- field
Type string - Data type classification of the field (e.g., string, integer, array)
- field
Value string - Complex value. Only one of 'value' or 'field_value' must be specified.
- id number
- Unique identifier for the DDoS protection field
- name string
- Human-readable name of the protection field
- required boolean
- Indicates whether this field must be provided when creating a protection profile
- validation
Schema string - JSON schema defining validation rules and constraints for the field value
- value string
- Basic type value. Only one of 'value' or 'field_value' must be specified.
- base_
field float - ID of DDoS profile field
- default str
- Predefined default value for the field if not specified
- description str
- Detailed description explaining the field's purpose and usage guidelines
- field_
name str - Name of DDoS profile field
- field_
type str - Data type classification of the field (e.g., string, integer, array)
- field_
value str - Complex value. Only one of 'value' or 'field_value' must be specified.
- id float
- Unique identifier for the DDoS protection field
- name str
- Human-readable name of the protection field
- required bool
- Indicates whether this field must be provided when creating a protection profile
- validation_
schema str - JSON schema defining validation rules and constraints for the field value
- value str
- Basic type value. Only one of 'value' or 'field_value' must be specified.
- base
Field Number - ID of DDoS profile field
- default String
- Predefined default value for the field if not specified
- description String
- Detailed description explaining the field's purpose and usage guidelines
- field
Name String - Name of DDoS profile field
- field
Type String - Data type classification of the field (e.g., string, integer, array)
- field
Value String - Complex value. Only one of 'value' or 'field_value' must be specified.
- id Number
- Unique identifier for the DDoS protection field
- name String
- Human-readable name of the protection field
- required Boolean
- Indicates whether this field must be provided when creating a protection profile
- validation
Schema String - JSON schema defining validation rules and constraints for the field value
- value String
- Basic type value. Only one of 'value' or 'field_value' must be specified.
GetCloudFloatingIpsItemLoadbalancerDdosProfileOptions
GetCloudFloatingIpsItemLoadbalancerDdosProfileProfileTemplate
- Description string
- Detailed description explaining the template's purpose and use cases
- Fields
List<Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Profile Template Field> - List of configurable fields that define the template's protection parameters
- Id double
- Unique identifier for the DDoS protection template
- Name string
- Human-readable name of the protection template
- Description string
- Detailed description explaining the template's purpose and use cases
- Fields
[]Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Profile Template Field - List of configurable fields that define the template's protection parameters
- Id float64
- Unique identifier for the DDoS protection template
- Name string
- Human-readable name of the protection template
- description String
- Detailed description explaining the template's purpose and use cases
- fields
List<Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Profile Template Field> - List of configurable fields that define the template's protection parameters
- id Double
- Unique identifier for the DDoS protection template
- name String
- Human-readable name of the protection template
- description string
- Detailed description explaining the template's purpose and use cases
- fields
Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Profile Template Field[] - List of configurable fields that define the template's protection parameters
- id number
- Unique identifier for the DDoS protection template
- name string
- Human-readable name of the protection template
- description str
- Detailed description explaining the template's purpose and use cases
- fields
Sequence[Get
Cloud Floating Ips Item Loadbalancer Ddos Profile Profile Template Field] - List of configurable fields that define the template's protection parameters
- id float
- Unique identifier for the DDoS protection template
- name str
- Human-readable name of the protection template
- description String
- Detailed description explaining the template's purpose and use cases
- fields List<Property Map>
- List of configurable fields that define the template's protection parameters
- id Number
- Unique identifier for the DDoS protection template
- name String
- Human-readable name of the protection template
GetCloudFloatingIpsItemLoadbalancerDdosProfileProfileTemplateField
- Default string
- Predefined default value for the field if not specified
- Description string
- Detailed description explaining the field's purpose and usage guidelines
- Field
Type string - Data type classification of the field (e.g., string, integer, array)
- Id double
- Unique identifier for the DDoS protection field
- Name string
- Human-readable name of the protection field
- Required bool
- Indicates whether this field must be provided when creating a protection profile
- Validation
Schema string - JSON schema defining validation rules and constraints for the field value
- Default string
- Predefined default value for the field if not specified
- Description string
- Detailed description explaining the field's purpose and usage guidelines
- Field
Type string - Data type classification of the field (e.g., string, integer, array)
- Id float64
- Unique identifier for the DDoS protection field
- Name string
- Human-readable name of the protection field
- Required bool
- Indicates whether this field must be provided when creating a protection profile
- Validation
Schema string - JSON schema defining validation rules and constraints for the field value
- default_ String
- Predefined default value for the field if not specified
- description String
- Detailed description explaining the field's purpose and usage guidelines
- field
Type String - Data type classification of the field (e.g., string, integer, array)
- id Double
- Unique identifier for the DDoS protection field
- name String
- Human-readable name of the protection field
- required Boolean
- Indicates whether this field must be provided when creating a protection profile
- validation
Schema String - JSON schema defining validation rules and constraints for the field value
- default string
- Predefined default value for the field if not specified
- description string
- Detailed description explaining the field's purpose and usage guidelines
- field
Type string - Data type classification of the field (e.g., string, integer, array)
- id number
- Unique identifier for the DDoS protection field
- name string
- Human-readable name of the protection field
- required boolean
- Indicates whether this field must be provided when creating a protection profile
- validation
Schema string - JSON schema defining validation rules and constraints for the field value
- default str
- Predefined default value for the field if not specified
- description str
- Detailed description explaining the field's purpose and usage guidelines
- field_
type str - Data type classification of the field (e.g., string, integer, array)
- id float
- Unique identifier for the DDoS protection field
- name str
- Human-readable name of the protection field
- required bool
- Indicates whether this field must be provided when creating a protection profile
- validation_
schema str - JSON schema defining validation rules and constraints for the field value
- default String
- Predefined default value for the field if not specified
- description String
- Detailed description explaining the field's purpose and usage guidelines
- field
Type String - Data type classification of the field (e.g., string, integer, array)
- id Number
- Unique identifier for the DDoS protection field
- name String
- Human-readable name of the protection field
- required Boolean
- Indicates whether this field must be provided when creating a protection profile
- validation
Schema String - JSON schema defining validation rules and constraints for the field value
GetCloudFloatingIpsItemLoadbalancerDdosProfileProtocol
GetCloudFloatingIpsItemLoadbalancerDdosProfileStatus
- Error
Description string - Detailed error message describing any issues with the profile operation
- Status string
- Current operational status of the DDoS protection profile
- Error
Description string - Detailed error message describing any issues with the profile operation
- Status string
- Current operational status of the DDoS protection profile
- error
Description String - Detailed error message describing any issues with the profile operation
- status String
- Current operational status of the DDoS protection profile
- error
Description string - Detailed error message describing any issues with the profile operation
- status string
- Current operational status of the DDoS protection profile
- error_
description str - Detailed error message describing any issues with the profile operation
- status str
- Current operational status of the DDoS protection profile
- error
Description String - Detailed error message describing any issues with the profile operation
- status String
- Current operational status of the DDoS protection profile
GetCloudFloatingIpsItemLoadbalancerFlavor
- Flavor
Id string - Flavor ID is the same as name
- Flavor
Name string - Flavor name
- Ram double
- RAM size in MiB
- Vcpus double
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
- Flavor
Id string - Flavor ID is the same as name
- Flavor
Name string - Flavor name
- Ram float64
- RAM size in MiB
- Vcpus float64
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
- flavor
Id String - Flavor ID is the same as name
- flavor
Name String - Flavor name
- ram Double
- RAM size in MiB
- vcpus Double
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
- flavor
Id string - Flavor ID is the same as name
- flavor
Name string - Flavor name
- ram number
- RAM size in MiB
- vcpus number
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
- flavor_
id str - Flavor ID is the same as name
- flavor_
name str - Flavor name
- ram float
- RAM size in MiB
- vcpus float
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
- flavor
Id String - Flavor ID is the same as name
- flavor
Name String - Flavor name
- ram Number
- RAM size in MiB
- vcpus Number
- Virtual CPU count. For bare metal flavors, it's a physical CPU count
GetCloudFloatingIpsItemLoadbalancerFloatingIp
- Created
At string - Datetime when the floating IP was created
- Creator
Task stringId - Task that created this entity
- Fixed
Ip stringAddress - IP address of the port the floating IP is attached to
- Floating
Ip stringAddress - IP Address of the floating IP
- Id string
- Floating IP ID
- Port
Id string - Port ID the floating IP is attached to. The
fixed_ip_addressis the IP address of the port. - Project
Id double - Project ID
- Region string
- Region name
- Region
Id double - Region ID
- Router
Id string - Router ID
- Status string
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
-
List<Get
Cloud Floating Ips Item Loadbalancer Floating Ip Tag> - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- Updated
At string - Datetime when the floating IP was last updated
- Created
At string - Datetime when the floating IP was created
- Creator
Task stringId - Task that created this entity
- Fixed
Ip stringAddress - IP address of the port the floating IP is attached to
- Floating
Ip stringAddress - IP Address of the floating IP
- Id string
- Floating IP ID
- Port
Id string - Port ID the floating IP is attached to. The
fixed_ip_addressis the IP address of the port. - Project
Id float64 - Project ID
- Region string
- Region name
- Region
Id float64 - Region ID
- Router
Id string - Router ID
- Status string
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
-
[]Get
Cloud Floating Ips Item Loadbalancer Floating Ip Tag - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- Updated
At string - Datetime when the floating IP was last updated
- created
At String - Datetime when the floating IP was created
- creator
Task StringId - Task that created this entity
- fixed
Ip StringAddress - IP address of the port the floating IP is attached to
- floating
Ip StringAddress - IP Address of the floating IP
- id String
- Floating IP ID
- port
Id String - Port ID the floating IP is attached to. The
fixed_ip_addressis the IP address of the port. - project
Id Double - Project ID
- region String
- Region name
- region
Id Double - Region ID
- router
Id String - Router ID
- status String
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
-
List<Get
Cloud Floating Ips Item Loadbalancer Floating Ip Tag> - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated
At String - Datetime when the floating IP was last updated
- created
At string - Datetime when the floating IP was created
- creator
Task stringId - Task that created this entity
- fixed
Ip stringAddress - IP address of the port the floating IP is attached to
- floating
Ip stringAddress - IP Address of the floating IP
- id string
- Floating IP ID
- port
Id string - Port ID the floating IP is attached to. The
fixed_ip_addressis the IP address of the port. - project
Id number - Project ID
- region string
- Region name
- region
Id number - Region ID
- router
Id string - Router ID
- status string
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
-
Get
Cloud Floating Ips Item Loadbalancer Floating Ip Tag[] - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated
At string - Datetime when the floating IP was last updated
- created_
at str - Datetime when the floating IP was created
- creator_
task_ strid - Task that created this entity
- fixed_
ip_ straddress - IP address of the port the floating IP is attached to
- floating_
ip_ straddress - IP Address of the floating IP
- id str
- Floating IP ID
- port_
id str - Port ID the floating IP is attached to. The
fixed_ip_addressis the IP address of the port. - project_
id float - Project ID
- region str
- Region name
- region_
id float - Region ID
- router_
id str - Router ID
- status str
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
-
Sequence[Get
Cloud Floating Ips Item Loadbalancer Floating Ip Tag] - List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated_
at str - Datetime when the floating IP was last updated
- created
At String - Datetime when the floating IP was created
- creator
Task StringId - Task that created this entity
- fixed
Ip StringAddress - IP address of the port the floating IP is attached to
- floating
Ip StringAddress - IP Address of the floating IP
- id String
- Floating IP ID
- port
Id String - Port ID the floating IP is attached to. The
fixed_ip_addressis the IP address of the port. - project
Id Number - Project ID
- region String
- Region name
- region
Id Number - Region ID
- router
Id String - Router ID
- status String
- Floating IP status. DOWN - unassigned (available). ACTIVE - attached to a port (in use). ERROR - error state. Available values: "ACTIVE", "DOWN", "ERROR".
- List<Property Map>
- List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
- updated
At String - Datetime when the floating IP was last updated
GetCloudFloatingIpsItemLoadbalancerFloatingIpTag
- Key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Read
Only bool - If true, the tag is read-only and cannot be modified by the user
- Value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Read
Only bool - If true, the tag is read-only and cannot be modified by the user
- Value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key String
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only Boolean - If true, the tag is read-only and cannot be modified by the user
- value String
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only boolean - If true, the tag is read-only and cannot be modified by the user
- value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key str
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read_
only bool - If true, the tag is read-only and cannot be modified by the user
- value str
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key String
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only Boolean - If true, the tag is read-only and cannot be modified by the user
- value String
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
GetCloudFloatingIpsItemLoadbalancerListener
- Id string
- Listener ID
- Id string
- Listener ID
- id String
- Listener ID
- id string
- Listener ID
- id str
- Listener ID
- id String
- Listener ID
GetCloudFloatingIpsItemLoadbalancerLogging
- Destination
Region doubleId - ID of the region in which the logs will be stored
- Enabled bool
- Indicates if log streaming is enabled or disabled
- Retention
Policy GetCloud Floating Ips Item Loadbalancer Logging Retention Policy - Logs retention policy
- Topic
Name string - The topic name to stream logs to
- Destination
Region float64Id - ID of the region in which the logs will be stored
- Enabled bool
- Indicates if log streaming is enabled or disabled
- Retention
Policy GetCloud Floating Ips Item Loadbalancer Logging Retention Policy - Logs retention policy
- Topic
Name string - The topic name to stream logs to
- destination
Region DoubleId - ID of the region in which the logs will be stored
- enabled Boolean
- Indicates if log streaming is enabled or disabled
- retention
Policy GetCloud Floating Ips Item Loadbalancer Logging Retention Policy - Logs retention policy
- topic
Name String - The topic name to stream logs to
- destination
Region numberId - ID of the region in which the logs will be stored
- enabled boolean
- Indicates if log streaming is enabled or disabled
- retention
Policy GetCloud Floating Ips Item Loadbalancer Logging Retention Policy - Logs retention policy
- topic
Name string - The topic name to stream logs to
- destination_
region_ floatid - ID of the region in which the logs will be stored
- enabled bool
- Indicates if log streaming is enabled or disabled
- retention_
policy GetCloud Floating Ips Item Loadbalancer Logging Retention Policy - Logs retention policy
- topic_
name str - The topic name to stream logs to
- destination
Region NumberId - ID of the region in which the logs will be stored
- enabled Boolean
- Indicates if log streaming is enabled or disabled
- retention
Policy Property Map - Logs retention policy
- topic
Name String - The topic name to stream logs to
GetCloudFloatingIpsItemLoadbalancerLoggingRetentionPolicy
- Period double
- Duration of days for which logs must be kept.
- Period float64
- Duration of days for which logs must be kept.
- period Double
- Duration of days for which logs must be kept.
- period number
- Duration of days for which logs must be kept.
- period float
- Duration of days for which logs must be kept.
- period Number
- Duration of days for which logs must be kept.
GetCloudFloatingIpsItemLoadbalancerStats
- Active
Connections double - Currently active connections
- Bytes
In double - Total bytes received
- Bytes
Out double - Total bytes sent
- Request
Errors double - Total requests that were unable to be fulfilled
- Total
Connections double - Total connections handled
- Active
Connections float64 - Currently active connections
- Bytes
In float64 - Total bytes received
- Bytes
Out float64 - Total bytes sent
- Request
Errors float64 - Total requests that were unable to be fulfilled
- Total
Connections float64 - Total connections handled
- active
Connections Double - Currently active connections
- bytes
In Double - Total bytes received
- bytes
Out Double - Total bytes sent
- request
Errors Double - Total requests that were unable to be fulfilled
- total
Connections Double - Total connections handled
- active
Connections number - Currently active connections
- bytes
In number - Total bytes received
- bytes
Out number - Total bytes sent
- request
Errors number - Total requests that were unable to be fulfilled
- total
Connections number - Total connections handled
- active_
connections float - Currently active connections
- bytes_
in float - Total bytes received
- bytes_
out float - Total bytes sent
- request_
errors float - Total requests that were unable to be fulfilled
- total_
connections float - Total connections handled
- active
Connections Number - Currently active connections
- bytes
In Number - Total bytes received
- bytes
Out Number - Total bytes sent
- request
Errors Number - Total requests that were unable to be fulfilled
- total
Connections Number - Total connections handled
GetCloudFloatingIpsItemLoadbalancerTagsV2
- Key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Read
Only bool - If true, the tag is read-only and cannot be modified by the user
- Value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Read
Only bool - If true, the tag is read-only and cannot be modified by the user
- Value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key String
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only Boolean - If true, the tag is read-only and cannot be modified by the user
- value String
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only boolean - If true, the tag is read-only and cannot be modified by the user
- value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key str
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read_
only bool - If true, the tag is read-only and cannot be modified by the user
- value str
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key String
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only Boolean - If true, the tag is read-only and cannot be modified by the user
- value String
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
GetCloudFloatingIpsItemLoadbalancerVrrpIp
- ip_
address str - IP address
- role str
- LoadBalancer instance role to which VRRP IP belong Available values: "BACKUP", "MASTER", "STANDALONE".
- subnet_
id str - Subnet UUID
GetCloudFloatingIpsItemTag
- Key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Read
Only bool - If true, the tag is read-only and cannot be modified by the user
- Value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- Read
Only bool - If true, the tag is read-only and cannot be modified by the user
- Value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key String
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only Boolean - If true, the tag is read-only and cannot be modified by the user
- value String
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key string
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only boolean - If true, the tag is read-only and cannot be modified by the user
- value string
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key str
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read_
only bool - If true, the tag is read-only and cannot be modified by the user
- value str
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- key String
- Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
- read
Only Boolean - If true, the tag is read-only and cannot be modified by the user
- value String
- Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
Package Details
- Repository
- gcore g-core/terraform-provider-gcore
- License
- Notes
- This Pulumi package is based on the
gcoreTerraform Provider.
Viewing docs for gcore 2.0.0-alpha.2
published on Tuesday, Mar 24, 2026 by g-core
published on Tuesday, Mar 24, 2026 by g-core
