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

Add support for managing VDC group #410

Merged
merged 50 commits into from
Dec 20, 2021
Merged

Add support for managing VDC group #410

merged 50 commits into from
Dec 20, 2021

Conversation

vbauzys
Copy link
Contributor

@vbauzys vbauzys commented Nov 23, 2021

Added types:

  • VdcGroup
  • types.VdcGroup
  • types.ParticipatingOrgVdcs
  • types.CandidateVdc
  • types.DfwPolicies
  • types.DefaultPolicy
    Added methods:
  • adminOrg.CreateNsxtVdcGroup
  • adminOrg.CreateVdcGroup
  • adminOrg.GetAllNsxtVdcGroupCandidates
  • adminOrg.GetAllVdcGroupCandidates
  • adminOrg.GetAllVdcGroups
  • adminOrg.GetVdcGroupByName
  • adminOrg.GetVdcGroupById
  • vdcGroup.Update
  • vdcGroup.GenericUpdate
  • vdcGroup.Delete
  • vdcGroup.DisableDefaultPolicy
  • vdcGroup.EnableDefaultPolicy
  • vdcGroup.GetDfwPolicies
  • vdcGroup.DeActivateDfw
  • vdcGroup.ActivateDfw
  • vdcGroup.UpdateDefaultDfwPolicies
  • vdcGroup.UpdateDfwPolicies

Verified by 10.2.0 and 10.3.1

vbauzys and others added 16 commits August 25, 2020 08:55
Merge branch 'master' of github.com:vmware/go-vcloud-director
Merge branch 'master' of github.com:vmware/go-vcloud-director
Merge branch 'master' of github.com:vmware/go-vcloud-director
# Conflicts:
#	govcd/api.go
#	govcd/api_vcd_test.go
#	govcd/openapi_endpoints.go
#	types/v56/constants.go
#	types/v56/openapi.go
@vbauzys vbauzys self-assigned this Nov 23, 2021
Copy link
Collaborator

@Didainius Didainius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pass one. This looks good, mainly minor thoughts here. I will revisit after I do a pass on Terraform.

Tests for vdcGroup tag passed on 10.2

@vbauzys vbauzys changed the title Add suppoert for managing Vdc group Add suppoert for managing VDC group Dec 14, 2021
Copy link
Collaborator

@Didainius Didainius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests pass, I am approving with this conversation remaining - #410 (comment)

@vbauzys vbauzys changed the title Add suppoert for managing VDC group Add support for managing VDC group Dec 15, 2021
@vbauzys vbauzys merged commit 56572c4 into vmware:master Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants