public class DeleteSecurityGroupRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the security group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
securityGroupId
The security group ID.
|
构造器和说明 |
---|
DeleteSecurityGroupRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteSecurityGroupRequest |
build(Map<String,?> map) |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSecurityGroupId() |
DeleteSecurityGroupRequest |
setOwnerAccount(String ownerAccount) |
DeleteSecurityGroupRequest |
setOwnerId(Long ownerId) |
DeleteSecurityGroupRequest |
setRegionId(String regionId) |
DeleteSecurityGroupRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteSecurityGroupRequest |
setResourceOwnerId(Long resourceOwnerId) |
DeleteSecurityGroupRequest |
setSecurityGroupId(String securityGroupId) |
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the security group. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SecurityGroupId") public String securityGroupId
The security group ID. You can call the DescribeSecurityGroups operation to query the security group ID.
This parameter is required.
example:sg-bp1fg655nh68xyz9****
public static DeleteSecurityGroupRequest build(Map<String,?> map) throws Exception
Exception
public DeleteSecurityGroupRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteSecurityGroupRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteSecurityGroupRequest setRegionId(String regionId)
public String getRegionId()
public DeleteSecurityGroupRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteSecurityGroupRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeleteSecurityGroupRequest setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
Copyright © 2024. All rights reserved.