public static final class DeleteGatewayResponseBody.Data.Builder extends Object
public DeleteGatewayResponseBody.Data.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway. The ID is automatically generated by the system.
example:gw-7ea3da97b96543e19f6c597c****
public DeleteGatewayResponseBody.Data.Builder gmtCreate(String gmtCreate)
The creation time.
example:2022-01-07T10:07:57.000+0000
public DeleteGatewayResponseBody.Data.Builder gmtModified(String gmtModified)
The time when the gateway was last updated.
example:2022-01-07T10:07:57.000+0000
public DeleteGatewayResponseBody.Data.Builder id(Long id)
The ID of the primary key.
example:12
public DeleteGatewayResponseBody.Data.Builder name(String name)
The name of the gateway.
example:mse-bc1a29b0-reg-center-0-1
public DeleteGatewayResponseBody.Data.Builder primaryUser(String primaryUser)
The information about the user.
example:1231254
public DeleteGatewayResponseBody.Data.Builder region(String region)
The ID of the region.
example:cn-hangzhou
public DeleteGatewayResponseBody.Data.Builder replica(Integer replica)
The number of gateway replicas.
example:2
public DeleteGatewayResponseBody.Data.Builder securityGroup(String securityGroup)
The ID of the security group.
example:sg-bp11ufzqn6mmb8dtzz82
public DeleteGatewayResponseBody.Data.Builder spec(String spec)
The specifications of the gateway.
example:MSE_GTW_16_32_200_c
public DeleteGatewayResponseBody.Data.Builder status(Integer status)
The status of the gateway. Valid values: 0: The gateway is being created. 1: The gateway fails to be created. 2: The gateway is running. 3: The gateway is changing. 4: The gateway is scaling down. 6: The gateway is scaling up. 8: The gateway is being deleted. 10: The gateway is restarting. 11: The gateway is being rebuilt. 12: The gateway is updating. 13: The gateway fails to be updated.
example:1
public DeleteGatewayResponseBody.Data.Builder vpc(String vpc)
The ID of the virtual private cloud (VPC) where the gateway resides.
example:vpc-bp1328cm01m6uel42b5zb
public DeleteGatewayResponseBody.Data.Builder vswitch(String vswitch)
The ID of the vSwitch.
example:vsw-bp18zeqxx6mpuq843z4n5
public DeleteGatewayResponseBody.Data build()
Copyright © 2026. All rights reserved.