public class ShowVpcModel extends Object
| Constructor and Description |
|---|
ShowVpcModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCidr() |
String |
getDescription() |
String |
getIpv6Cidr() |
Boolean |
getIsDefault() |
String |
getName() |
Boolean |
getRelay() |
List<String> |
getSecondaryCidr() |
List<Subnet> |
getSubnets() |
List<TagModel> |
getTags() |
String |
getVpcId() |
ShowVpcModel |
setCidr(String cidr) |
ShowVpcModel |
setDescription(String description) |
ShowVpcModel |
setIpv6Cidr(String ipv6Cidr) |
ShowVpcModel |
setIsDefault(Boolean isDefault) |
ShowVpcModel |
setName(String name) |
ShowVpcModel |
setRelay(Boolean relay) |
ShowVpcModel |
setSecondaryCidr(List<String> secondaryCidr) |
ShowVpcModel |
setSubnets(List<Subnet> subnets) |
ShowVpcModel |
setTags(List<TagModel> tags) |
ShowVpcModel |
setVpcId(String vpcId) |
String |
toString() |
public ShowVpcModel setVpcId(String vpcId)
public String getVpcId()
public ShowVpcModel setName(String name)
public String getName()
public ShowVpcModel setCidr(String cidr)
public String getCidr()
public ShowVpcModel setIpv6Cidr(String ipv6Cidr)
public String getIpv6Cidr()
public ShowVpcModel setDescription(String description)
public String getDescription()
public ShowVpcModel setIsDefault(Boolean isDefault)
public Boolean getIsDefault()
public ShowVpcModel setRelay(Boolean relay)
public Boolean getRelay()
public ShowVpcModel setSubnets(List<Subnet> subnets)
public ShowVpcModel setSecondaryCidr(List<String> secondaryCidr)
public ShowVpcModel setTags(List<TagModel> tags)
Copyright © 2026. All rights reserved.