Class CreateAccessGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.chdfs.v20201112.models.CreateAccessGroupRequest
-
public class CreateAccessGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateAccessGroupRequest()
CreateAccessGroupRequest(CreateAccessGroupRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccessGroupName()
Get 权限组名称String
getDescription()
Get 权限组描述,默认为空字符串String
getVpcId()
Get VPC网络IDLong
getVpcType()
Get VPC网络类型(1:CVM;2:黑石1.0)void
setAccessGroupName(String AccessGroupName)
Set 权限组名称void
setDescription(String Description)
Set 权限组描述,默认为空字符串void
setVpcId(String VpcId)
Set VPC网络IDvoid
setVpcType(Long VpcType)
Set VPC网络类型(1:CVM;2:黑石1.0)void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateAccessGroupRequest
public CreateAccessGroupRequest()
-
CreateAccessGroupRequest
public CreateAccessGroupRequest(CreateAccessGroupRequest 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.
-
-
Method Detail
-
getAccessGroupName
public String getAccessGroupName()
Get 权限组名称- Returns:
- AccessGroupName 权限组名称
-
setAccessGroupName
public void setAccessGroupName(String AccessGroupName)
Set 权限组名称- Parameters:
AccessGroupName
- 权限组名称
-
getVpcType
public Long getVpcType()
Get VPC网络类型(1:CVM;2:黑石1.0)- Returns:
- VpcType VPC网络类型(1:CVM;2:黑石1.0)
-
setVpcType
public void setVpcType(Long VpcType)
Set VPC网络类型(1:CVM;2:黑石1.0)- Parameters:
VpcType
- VPC网络类型(1:CVM;2:黑石1.0)
-
getVpcId
public String getVpcId()
Get VPC网络ID- Returns:
- VpcId VPC网络ID
-
setVpcId
public void setVpcId(String VpcId)
Set VPC网络ID- Parameters:
VpcId
- VPC网络ID
-
getDescription
public String getDescription()
Get 权限组描述,默认为空字符串- Returns:
- Description 权限组描述,默认为空字符串
-
setDescription
public void setDescription(String Description)
Set 权限组描述,默认为空字符串- Parameters:
Description
- 权限组描述,默认为空字符串
-
-