Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tier-1s, GW QoS Profile deprecated field #6

Open
romanovna opened this issue Oct 21, 2021 · 0 comments
Open

Tier-1s, GW QoS Profile deprecated field #6

romanovna opened this issue Oct 21, 2021 · 0 comments

Comments

@romanovna
Copy link

romanovna commented Oct 21, 2021

Found an issue when I'm trying to create GW QoS profile using this sdk agains NSXT 3.1.2.1.0.
Since there're multiple fields: committed_bandwidth & committed_bandwitdth (the last one is deprecated), so I create object like this one:

obj := model.GatewayQosProfile{
			CommittedBandwitdth: proto.Int64(v.bw),
			BurstSize:           proto.Int64(v.burst),
		}

But, NSXT respond me with message like this:

Failed to create GW QoS profile 100Mbps: Both new and deprecated properties are specified for committed_bandwidth in /infra/gateway-qos-profiles/<NAME>

Is there any chance to be updated, to support both deprecated and new fields ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant