github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/iec/v1/vpcs/urls.go (about)

     1  package vpcs
     2  
     3  import "github.com/huaweicloud/golangsdk"
     4  
     5  func rootURL(c *golangsdk.ServiceClient) string {
     6  	return c.ServiceURL("vpcs")
     7  }
     8  
     9  func DeleteURL(c *golangsdk.ServiceClient, vpcId string) string {
    10  	return c.ServiceURL("vpcs", vpcId)
    11  }
    12  
    13  func GetURL(c *golangsdk.ServiceClient, vpcId string) string {
    14  	return c.ServiceURL("vpcs", vpcId)
    15  }
    16  
    17  func UpdateURL(c *golangsdk.ServiceClient, vpcId string) string {
    18  	return c.ServiceURL("vpcs", vpcId)
    19  }