Uses of Class
com.tencentcloudapi.cls.v20201016.models.MachineGroupInfo
-
Packages that use MachineGroupInfo Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of MachineGroupInfo in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return MachineGroupInfo Modifier and Type Method Description MachineGroupInfo[]DescribeConfigMachineGroupsResponse. getMachineGroups()Get 采集规则配置绑定的机器组列表 注意:此字段可能返回 null,表示取不到有效值。MachineGroupInfo[]DescribeMachineGroupsResponse. getMachineGroups()Get 机器组信息列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type MachineGroupInfo Modifier and Type Method Description voidDescribeConfigMachineGroupsResponse. setMachineGroups(MachineGroupInfo[] MachineGroups)Set 采集规则配置绑定的机器组列表 注意:此字段可能返回 null,表示取不到有效值。voidDescribeMachineGroupsResponse. setMachineGroups(MachineGroupInfo[] MachineGroups)Set 机器组信息列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type MachineGroupInfo Constructor Description MachineGroupInfo(MachineGroupInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-