Versions in this module Expand all Collapse all v0 v0.2.0 Feb 23, 2022 Changes in this version + type BandwidthCreate struct + func (bandwidthCreate *BandwidthCreate) Init(name string, size int, share_type string) + func (bandwidthCreate *BandwidthCreate) SetChargeMode(charge_mode string) + type CreatePublicIpReq struct + func (createPublicIpReq *CreatePublicIpReq) GetBodyContent() string + func (createPublicIpReq *CreatePublicIpReq) Init(publicipCreate *PublicipCreate, bandwidthCreate *BandwidthCreate) + type CreatePublicIpResp struct + ResponseCode int + type CreateSecurityGroupReq struct + func (createSecurityGroupReq *CreateSecurityGroupReq) GetBodyContent() string + func (createSecurityGroupReq *CreateSecurityGroupReq) Init(name, vpc_id string) + type CreateSecurityGroupResp struct + ResponseCode int + type CreateSubnetReq struct + func (createSubnetReq *CreateSubnetReq) GetBodyContent() string + func (createSubnetReq *CreateSubnetReq) Init(name, cidr, gateway_ip, availability_zone, vpc_id string) + func (createSubnetReq *CreateSubnetReq) SetDhcpEnable(dhcp_enable bool) + func (createSubnetReq *CreateSubnetReq) SetPrimaryDNS(primary_dns string) + func (createSubnetReq *CreateSubnetReq) SetSecondaryDNS(secondary_dns string) + type CreateSubnetResp struct + ResponseCode int + type CreateVpcReq struct + func (createVpcReq *CreateVpcReq) GetBodyContent() string + func (createVpcReq *CreateVpcReq) Init(name, cidr string) + type CreateVpcResp struct + ResponseCode int + type DeletePublicIpResp struct + ResponseCode int + type DeleteSubnetResp struct + ResponseCode int + type DeleteVpcResp struct + ResponseCode int + type ListBandwidthsResp struct + Bandwidths []modules.Bandwidth + ResponseCode int + type ListSecurityGroupsResp struct + ResponseCode int + SecurityGroups []modules.SecurityGroup + type ListSubnetsResp struct + ResponseCode int + Subnets []modules.Subnet + type PublicipCreate struct + func (publicipCreate *PublicipCreate) SetType(Type string) + type PublicipUpdate struct + func (publicipUpdate *PublicipUpdate) SetPortId(port_id string) + type ShowSubnetResp struct + ResponseCode int + type ShowVpcResp struct + ResponseCode int + type UpdateBandwidthReq struct + func (updateBandwidthReq *UpdateBandwidthReq) GetBodyContent() string + func (updateBandwidthReq *UpdateBandwidthReq) SetName(name string) + func (updateBandwidthReq *UpdateBandwidthReq) SetSize(size int) + type UpdateBandwidthResp struct + ResponseCode int + type UpdatePublicIpReq struct + func (updatePublicIpReq *UpdatePublicIpReq) GetBodyContent() string + func (updatePublicIpReq *UpdatePublicIpReq) SetPublicip(publicipUpdate *PublicipUpdate) + type UpdatePublicIpResp struct + ResponseCode int v0.0.1-alpha Mar 10, 2023