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](~~428880~~).
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="Spec") public String spec
The data retention period. Valid values:
* cms.s1.large: Data is stored for 15 days.
* cms.s1.xlarge: Data is stored for 32 days.
* cms.s1.2xlarge: Data is stored for 63 days.
* cms.s1.3xlarge: Data is stored for 93 days.
* cms.s1.6xlarge: Data is stored for 185 days.
* cms.s1.12xlarge: Data is stored for 376 days.
For information about the pricing for different retention periods, see the **Pricing** section in [Billing of the dashboard feature](~~223532~~).
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 © 2024. All rights reserved.