public class CreateNamespaceRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateNamespaceRequest() | 
| CreateNamespaceRequest(CreateNamespaceRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getIsPublic()Get Whether to make public. | 
| String | getNamespaceName()Get Namespace name, which can contain 2–30 lowercase letters, digits, and separators (".", "_", and "-") but can neither start or end with a separator nor contain consecutive separators. | 
| String | getRegistryId()Get Instance ID | 
| TagSpecification | getTagSpecification()Get Cloud tag description | 
| void | setIsPublic(Boolean IsPublic)Set Whether to make public. | 
| void | setNamespaceName(String NamespaceName)Set Namespace name, which can contain 2–30 lowercase letters, digits, and separators (".", "_", and "-") but can neither start or end with a separator nor contain consecutive separators. | 
| void | setRegistryId(String RegistryId)Set Instance ID | 
| void | setTagSpecification(TagSpecification TagSpecification)Set Cloud tag description | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic CreateNamespaceRequest()
public CreateNamespaceRequest(CreateNamespaceRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - Instance IDpublic String getNamespaceName()
public void setNamespaceName(String NamespaceName)
NamespaceName - Namespace name, which can contain 2–30 lowercase letters, digits, and separators (".", "_", and "-") but can neither start or end with a separator nor contain consecutive separators.public Boolean getIsPublic()
public void setIsPublic(Boolean IsPublic)
IsPublic - Whether to make public. Valid values: true: Yes; false: No.public TagSpecification getTagSpecification()
public void setTagSpecification(TagSpecification TagSpecification)
TagSpecification - Cloud tag descriptionCopyright © 2022. All rights reserved.