public class ModifyHybridMonitorNamespaceRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the namespace.
|
String |
namespace
The name of the namespace.
|
String |
regionId |
String |
spec
The data retention period.
|
| 构造器和说明 |
|---|
ModifyHybridMonitorNamespaceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifyHybridMonitorNamespaceRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getNamespace() |
String |
getRegionId() |
String |
getSpec() |
ModifyHybridMonitorNamespaceRequest |
setDescription(String description) |
ModifyHybridMonitorNamespaceRequest |
setNamespace(String namespace) |
ModifyHybridMonitorNamespaceRequest |
setRegionId(String regionId) |
ModifyHybridMonitorNamespaceRequest |
setSpec(String spec) |
@NameInMap(value="Description") public String description
The description of the namespace.
@NameInMap(value="Namespace") public String namespace
The name of the namespace.
The name can contain letters, digits, and hyphens (-).
For information about how to obtain the name of a namespace, see DescribeHybridMonitorNamespaceList.
This parameter is required.
example:aliyun
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="Spec") public String spec
The data retention period. Valid values:
For information about the pricing for different retention periods, see the Pricing section in Billing of the dashboard feature.
example:cms.s1.2xlarge
public static ModifyHybridMonitorNamespaceRequest build(Map<String,?> map) throws Exception
Exceptionpublic ModifyHybridMonitorNamespaceRequest setDescription(String description)
public String getDescription()
public ModifyHybridMonitorNamespaceRequest setNamespace(String namespace)
public String getNamespace()
public ModifyHybridMonitorNamespaceRequest setRegionId(String regionId)
public String getRegionId()
public ModifyHybridMonitorNamespaceRequest setSpec(String spec)
public String getSpec()
Copyright © 2026. All rights reserved.