Compare commits
12 Commits
v0.0.2
...
v0.0.1-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a6bf18774 | |||
| c4acd30bfb | |||
| 3a991266a1 | |||
| ad412ef42b | |||
| e72621290e | |||
| 42434bf718 | |||
| abe6ce09b2 | |||
| d008cac359 | |||
| 96cf5ac987 | |||
| d83c354874 | |||
| 861a985dd0 | |||
| e5b81b217f |
@@ -13,7 +13,7 @@ type FirewallDestination struct {
|
||||
MatchingTarget string `json:"matching_target"`
|
||||
MatchingTargetType string `json:"matching_target_type"`
|
||||
NetworkIDs [] string `json:"network_ids,omitempty"`
|
||||
Port string `json:"port,omitempty"`
|
||||
Port string `json:"port"`
|
||||
PortGroupID string `json:"port_group_id"`
|
||||
PortMatchingType string `json:"port_matching_type"`
|
||||
Regions []string `json:"regions,omitempty"`
|
||||
|
||||
@@ -255,7 +255,7 @@ func (c *Client) do_versioned(ctx context.Context, version, method, relativeURL
|
||||
c.csrf = resp.Header.Get("X-Csrf-Token")
|
||||
}
|
||||
|
||||
if resp.StatusCode != http.StatusOK && resp.StatusCode != http.StatusCreated {
|
||||
if resp.StatusCode != http.StatusOK {
|
||||
errBody := struct {
|
||||
Meta meta `json:"meta"`
|
||||
Data []struct {
|
||||
|
||||
Reference in New Issue
Block a user