opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud
opentelekomcloud.getHssHostGroupsV5
Explore with Pulumi AI
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud
Up-to-date reference of API arguments for EIP status you can get at documentation portal
Use this data source to get the list of HSS host groups within OpenTelekomCloud.
Using getHssHostGroupsV5
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 getHssHostGroupsV5(args: GetHssHostGroupsV5Args, opts?: InvokeOptions): Promise<GetHssHostGroupsV5Result>
function getHssHostGroupsV5Output(args: GetHssHostGroupsV5OutputArgs, opts?: InvokeOptions): Output<GetHssHostGroupsV5Result>
def get_hss_host_groups_v5(group_id: Optional[str] = None,
host_num: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
risk_host_num: Optional[str] = None,
unprotect_host_num: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHssHostGroupsV5Result
def get_hss_host_groups_v5_output(group_id: Optional[pulumi.Input[str]] = None,
host_num: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
risk_host_num: Optional[pulumi.Input[str]] = None,
unprotect_host_num: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHssHostGroupsV5Result]
func GetHssHostGroupsV5(ctx *Context, args *GetHssHostGroupsV5Args, opts ...InvokeOption) (*GetHssHostGroupsV5Result, error)
func GetHssHostGroupsV5Output(ctx *Context, args *GetHssHostGroupsV5OutputArgs, opts ...InvokeOption) GetHssHostGroupsV5ResultOutput
> Note: This function is named GetHssHostGroupsV5
in the Go SDK.
public static class GetHssHostGroupsV5
{
public static Task<GetHssHostGroupsV5Result> InvokeAsync(GetHssHostGroupsV5Args args, InvokeOptions? opts = null)
public static Output<GetHssHostGroupsV5Result> Invoke(GetHssHostGroupsV5InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHssHostGroupsV5Result> getHssHostGroupsV5(GetHssHostGroupsV5Args args, InvokeOptions options)
public static Output<GetHssHostGroupsV5Result> getHssHostGroupsV5(GetHssHostGroupsV5Args args, InvokeOptions options)
fn::invoke:
function: opentelekomcloud:index/getHssHostGroupsV5:getHssHostGroupsV5
arguments:
# arguments dictionary
The following arguments are supported:
- Group
Id string - Specifies the ID of the host group to be queried.
- Host
Num string - Specifies the number of hosts in the host groups to be queried.
- Id string
- The ID of the host group.
- Name string
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- Risk
Host stringNum - Specifies the number of risky hosts in the host groups to be queried.
- Unprotect
Host stringNum - Specifies the number of unprotected hosts in the host groups to be queried.
- Group
Id string - Specifies the ID of the host group to be queried.
- Host
Num string - Specifies the number of hosts in the host groups to be queried.
- Id string
- The ID of the host group.
- Name string
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- Risk
Host stringNum - Specifies the number of risky hosts in the host groups to be queried.
- Unprotect
Host stringNum - Specifies the number of unprotected hosts in the host groups to be queried.
- group
Id String - Specifies the ID of the host group to be queried.
- host
Num String - Specifies the number of hosts in the host groups to be queried.
- id String
- The ID of the host group.
- name String
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- risk
Host StringNum - Specifies the number of risky hosts in the host groups to be queried.
- unprotect
Host StringNum - Specifies the number of unprotected hosts in the host groups to be queried.
- group
Id string - Specifies the ID of the host group to be queried.
- host
Num string - Specifies the number of hosts in the host groups to be queried.
- id string
- The ID of the host group.
- name string
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- risk
Host stringNum - Specifies the number of risky hosts in the host groups to be queried.
- unprotect
Host stringNum - Specifies the number of unprotected hosts in the host groups to be queried.
- group_
id str - Specifies the ID of the host group to be queried.
- host_
num str - Specifies the number of hosts in the host groups to be queried.
- id str
- The ID of the host group.
- name str
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- risk_
host_ strnum - Specifies the number of risky hosts in the host groups to be queried.
- unprotect_
host_ strnum - Specifies the number of unprotected hosts in the host groups to be queried.
- group
Id String - Specifies the ID of the host group to be queried.
- host
Num String - Specifies the number of hosts in the host groups to be queried.
- id String
- The ID of the host group.
- name String
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- risk
Host StringNum - Specifies the number of risky hosts in the host groups to be queried.
- unprotect
Host StringNum - Specifies the number of unprotected hosts in the host groups to be queried.
getHssHostGroupsV5 Result
The following output properties are available:
- Groups
List<Get
Hss Host Groups V5Group> - All host groups that match the filter parameters.
- Id string
- The ID of the host group.
- Region string
- The region in which to query the HSS host groups.
- Group
Id string - Host
Num string - The number of hosts in the host group.
- Name string
- The name of the host group.
- Risk
Host stringNum - The number of risky hosts in the host group.
- Unprotect
Host stringNum - The number of unprotected hosts in the host group.
- Groups
[]Get
Hss Host Groups V5Group - All host groups that match the filter parameters.
- Id string
- The ID of the host group.
- Region string
- The region in which to query the HSS host groups.
- Group
Id string - Host
Num string - The number of hosts in the host group.
- Name string
- The name of the host group.
- Risk
Host stringNum - The number of risky hosts in the host group.
- Unprotect
Host stringNum - The number of unprotected hosts in the host group.
- groups
List<Get
Hss Host Groups V5Group> - All host groups that match the filter parameters.
- id String
- The ID of the host group.
- region String
- The region in which to query the HSS host groups.
- group
Id String - host
Num String - The number of hosts in the host group.
- name String
- The name of the host group.
- risk
Host StringNum - The number of risky hosts in the host group.
- unprotect
Host StringNum - The number of unprotected hosts in the host group.
- groups
Get
Hss Host Groups V5Group[] - All host groups that match the filter parameters.
- id string
- The ID of the host group.
- region string
- The region in which to query the HSS host groups.
- group
Id string - host
Num string - The number of hosts in the host group.
- name string
- The name of the host group.
- risk
Host stringNum - The number of risky hosts in the host group.
- unprotect
Host stringNum - The number of unprotected hosts in the host group.
- groups
Sequence[Get
Hss Host Groups V5Group] - All host groups that match the filter parameters.
- id str
- The ID of the host group.
- region str
- The region in which to query the HSS host groups.
- group_
id str - host_
num str - The number of hosts in the host group.
- name str
- The name of the host group.
- risk_
host_ strnum - The number of risky hosts in the host group.
- unprotect_
host_ strnum - The number of unprotected hosts in the host group.
- groups List<Property Map>
- All host groups that match the filter parameters.
- id String
- The ID of the host group.
- region String
- The region in which to query the HSS host groups.
- group
Id String - host
Num String - The number of hosts in the host group.
- name String
- The name of the host group.
- risk
Host StringNum - The number of risky hosts in the host group.
- unprotect
Host StringNum - The number of unprotected hosts in the host group.
Supporting Types
GetHssHostGroupsV5Group
- Host
Ids List<string> - The list of host IDs in the host group.
- Host
Num double - Specifies the number of hosts in the host groups to be queried.
- Id string
- The ID of the host group.
- Name string
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- Risk
Host doubleNum - Specifies the number of risky hosts in the host groups to be queried.
- Unprotect
Host doubleNum - Specifies the number of unprotected hosts in the host groups to be queried.
- Host
Ids []string - The list of host IDs in the host group.
- Host
Num float64 - Specifies the number of hosts in the host groups to be queried.
- Id string
- The ID of the host group.
- Name string
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- Risk
Host float64Num - Specifies the number of risky hosts in the host groups to be queried.
- Unprotect
Host float64Num - Specifies the number of unprotected hosts in the host groups to be queried.
- host
Ids List<String> - The list of host IDs in the host group.
- host
Num Double - Specifies the number of hosts in the host groups to be queried.
- id String
- The ID of the host group.
- name String
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- risk
Host DoubleNum - Specifies the number of risky hosts in the host groups to be queried.
- unprotect
Host DoubleNum - Specifies the number of unprotected hosts in the host groups to be queried.
- host
Ids string[] - The list of host IDs in the host group.
- host
Num number - Specifies the number of hosts in the host groups to be queried.
- id string
- The ID of the host group.
- name string
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- risk
Host numberNum - Specifies the number of risky hosts in the host groups to be queried.
- unprotect
Host numberNum - Specifies the number of unprotected hosts in the host groups to be queried.
- host_
ids Sequence[str] - The list of host IDs in the host group.
- host_
num float - Specifies the number of hosts in the host groups to be queried.
- id str
- The ID of the host group.
- name str
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- risk_
host_ floatnum - Specifies the number of risky hosts in the host groups to be queried.
- unprotect_
host_ floatnum - Specifies the number of unprotected hosts in the host groups to be queried.
- host
Ids List<String> - The list of host IDs in the host group.
- host
Num Number - Specifies the number of hosts in the host groups to be queried.
- id String
- The ID of the host group.
- name String
- Specifies the name of the host group to be queried. This field will undergo a fuzzy matching query, the query result is for all host groups whose names contain this value.
- risk
Host NumberNum - Specifies the number of risky hosts in the host groups to be queried.
- unprotect
Host NumberNum - Specifies the number of unprotected hosts in the host groups to be queried.
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloud
Terraform Provider.
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud