类 CreateNetworkInterfaceRequest
- java.lang.Object
-
- com.volcengine.vpc.model.CreateNetworkInterfaceRequest
-
public class CreateNetworkInterfaceRequest extends Object
CreateNetworkInterfaceRequest
-
-
构造器概要
构造器 构造器 说明 CreateNetworkInterfaceRequest()
-
方法概要
-
-
-
方法详细资料
-
clientToken
public CreateNetworkInterfaceRequest clientToken(String clientToken)
-
getClientToken
public String getClientToken()
Get clientToken- 返回:
- clientToken
-
setClientToken
public void setClientToken(String clientToken)
-
description
public CreateNetworkInterfaceRequest description(String description)
-
getDescription
@Size(min=1, max=255) public @Size(min=1,max=255) String getDescription()Get description- 返回:
- description
-
setDescription
public void setDescription(String description)
-
ipv6Address
public CreateNetworkInterfaceRequest ipv6Address(List<String> ipv6Address)
-
addIpv6AddressItem
public CreateNetworkInterfaceRequest addIpv6AddressItem(String ipv6AddressItem)
-
ipv6AddressCount
public CreateNetworkInterfaceRequest ipv6AddressCount(Integer ipv6AddressCount)
-
getIpv6AddressCount
public Integer getIpv6AddressCount()
Get ipv6AddressCount- 返回:
- ipv6AddressCount
-
setIpv6AddressCount
public void setIpv6AddressCount(Integer ipv6AddressCount)
-
networkInterfaceName
public CreateNetworkInterfaceRequest networkInterfaceName(String networkInterfaceName)
-
getNetworkInterfaceName
@Size(min=1, max=128) public @Size(min=1,max=128) String getNetworkInterfaceName()Get networkInterfaceName- 返回:
- networkInterfaceName
-
setNetworkInterfaceName
public void setNetworkInterfaceName(String networkInterfaceName)
-
portSecurityEnabled
public CreateNetworkInterfaceRequest portSecurityEnabled(Boolean portSecurityEnabled)
-
isPortSecurityEnabled
public Boolean isPortSecurityEnabled()
Get portSecurityEnabled- 返回:
- portSecurityEnabled
-
setPortSecurityEnabled
public void setPortSecurityEnabled(Boolean portSecurityEnabled)
-
primaryIpAddress
public CreateNetworkInterfaceRequest primaryIpAddress(String primaryIpAddress)
-
getPrimaryIpAddress
public String getPrimaryIpAddress()
Get primaryIpAddress- 返回:
- primaryIpAddress
-
setPrimaryIpAddress
public void setPrimaryIpAddress(String primaryIpAddress)
-
privateIpAddress
public CreateNetworkInterfaceRequest privateIpAddress(List<String> privateIpAddress)
-
addPrivateIpAddressItem
public CreateNetworkInterfaceRequest addPrivateIpAddressItem(String privateIpAddressItem)
-
getPrivateIpAddress
public List<String> getPrivateIpAddress()
Get privateIpAddress- 返回:
- privateIpAddress
-
projectName
public CreateNetworkInterfaceRequest projectName(String projectName)
-
getProjectName
public String getProjectName()
Get projectName- 返回:
- projectName
-
setProjectName
public void setProjectName(String projectName)
-
secondaryPrivateIpAddressCount
public CreateNetworkInterfaceRequest secondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
-
getSecondaryPrivateIpAddressCount
public Integer getSecondaryPrivateIpAddressCount()
Get secondaryPrivateIpAddressCount- 返回:
- secondaryPrivateIpAddressCount
-
setSecondaryPrivateIpAddressCount
public void setSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
-
securityGroupIds
public CreateNetworkInterfaceRequest securityGroupIds(List<String> securityGroupIds)
-
addSecurityGroupIdsItem
public CreateNetworkInterfaceRequest addSecurityGroupIdsItem(String securityGroupIdsItem)
-
getSecurityGroupIds
public List<String> getSecurityGroupIds()
Get securityGroupIds- 返回:
- securityGroupIds
-
subnetId
public CreateNetworkInterfaceRequest subnetId(String subnetId)
-
getSubnetId
@NotNull public @NotNull String getSubnetId()
Get subnetId- 返回:
- subnetId
-
setSubnetId
public void setSubnetId(String subnetId)
-
tags
public CreateNetworkInterfaceRequest tags(List<TagForCreateNetworkInterfaceInput> tags)
-
addTagsItem
public CreateNetworkInterfaceRequest addTagsItem(TagForCreateNetworkInterfaceInput tagsItem)
-
getTags
@Valid public @Valid List<TagForCreateNetworkInterfaceInput> getTags()
Get tags- 返回:
- tags
-
setTags
public void setTags(List<TagForCreateNetworkInterfaceInput> tags)
-
-