├── .ci └── pester.tests.ps1 ├── .github ├── ISSUE_TEMPLATE │ ├── bug.yml │ ├── config.yml │ ├── docs.yml │ └── enhancement.yml ├── comment_template.md ├── dependabot.yml ├── icon-400px.png ├── icon-400px.svg ├── icon-85px.svg ├── labeler-pull-requests.yml ├── pull_request_template.md └── workflows │ ├── docs.yml │ ├── lock-threads.yml │ ├── pull-requests.yml │ ├── release.yml │ ├── stale.yml │ └── tests.yml ├── .gitignore ├── CHANGELOG.md ├── CODEOWNERS ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── Makefile ├── NOTICE ├── PowerVCF.psd1 ├── PowerVCF.psm1 ├── README.md ├── docs ├── assets │ ├── images │ │ ├── icon-color.svg │ │ └── icon-white.svg │ └── stylesheets │ │ └── extra.css ├── community │ ├── code-of-conduct.md │ ├── contributing.md │ ├── index.md │ └── support.md ├── documentation │ ├── functions │ │ ├── aria-suite │ │ │ ├── aria-automation │ │ │ │ └── Get-VCFVra.md │ │ │ ├── aria-operations-logs │ │ │ │ ├── Get-VCFVrli.md │ │ │ │ ├── Get-VCFVrliConnection.md │ │ │ │ └── Set-VCFVrliConnection.md │ │ │ ├── aria-operations │ │ │ │ ├── Get-VCFVrops.md │ │ │ │ ├── Get-VCFVropsConnection.md │ │ │ │ └── Set-VCFVropsConnection.md │ │ │ ├── aria-suite-lifecycle │ │ │ │ ├── Get-VCFVrslcm.md │ │ │ │ ├── New-VCFVrslcm.md │ │ │ │ ├── Remove-VCFVrslcm.md │ │ │ │ └── Reset-VCFVrslcm.md │ │ │ └── workspace-one-access │ │ │ │ └── Get-VCFWsa.md │ │ ├── authentication │ │ │ ├── Connect-CloudBuilder.md │ │ │ └── Request-VCFToken.md │ │ ├── avns │ │ │ ├── Add-VCFApplicationVirtualNetwork.md │ │ │ └── Get-VCFApplicationVirtualNetwork.md │ │ ├── backup-restore │ │ │ ├── Get-VCFBackupConfiguration.md │ │ │ ├── Get-VCFRestoreTask.md │ │ │ ├── Set-VCFBackupConfiguration.md │ │ │ ├── Start-VCFBackup.md │ │ │ └── Start-VCFRestore.md │ │ ├── bundles │ │ │ ├── Get-VCFBundle.md │ │ │ ├── Request-VCFBundle.md │ │ │ └── Start-VCFBundleUpload.md │ │ ├── ceip │ │ │ ├── Get-VCFCeip.md │ │ │ └── Set-VCFCeip.md │ │ ├── certificates │ │ │ ├── Get-VCFCertificate.md │ │ │ ├── Get-VCFCertificateAuthority.md │ │ │ ├── Get-VCFCertificateCsr.md │ │ │ ├── Remove-VCFCertificateAuthority.md │ │ │ ├── Request-VCFCertificate.md │ │ │ ├── Request-VCFCertificateCsr.md │ │ │ ├── Set-VCFCertificate.md │ │ │ ├── Set-VCFMicrosoftCa.md │ │ │ └── Set-VCFOpensslCa.md │ │ ├── clusters │ │ │ ├── Get-VCFCluster.md │ │ │ ├── Get-VCFClusterValidation.md │ │ │ ├── New-VCFCluster.md │ │ │ ├── Remove-VCFCluster.md │ │ │ └── Set-VCFCluster.md │ │ ├── compliance │ │ │ ├── Get-VCFCompliance.md │ │ │ ├── Get-VCFComplianceConfiguration.md │ │ │ ├── Get-VCFComplianceHistory.md │ │ │ ├── Get-VCFComplianceStandard.md │ │ │ ├── Get-VCFComplianceTask.md │ │ │ └── New-VCFCompliance.md │ │ ├── credentials │ │ │ ├── Get-VCFCredential.md │ │ │ ├── Get-VCFCredentialExpiry.md │ │ │ ├── Get-VCFCredentialTask.md │ │ │ ├── Restart-VCFCredentialTask.md │ │ │ ├── Set-VCFCredential.md │ │ │ ├── Set-VCFCredentialAutoRotatePolicy.md │ │ │ └── Stop-VCFCredentialTask.md │ │ ├── depots │ │ │ ├── Get-VCFDepotCredential.md │ │ │ └── Set-VCFDepotCredential.md │ │ ├── dns-ntp │ │ │ ├── Get-VCFConfigurationDNS.md │ │ │ ├── Get-VCFConfigurationDNSValidation.md │ │ │ ├── Get-VCFConfigurationNTP.md │ │ │ ├── Get-VCFConfigurationNTPValidation.md │ │ │ ├── Set-VCFConfigurationDNS.md │ │ │ └── Set-VCFConfigurationNTP.md │ │ ├── domains │ │ │ ├── Get-VCFWorkloadDomain.md │ │ │ ├── New-VCFWorkloadDomain.md │ │ │ ├── Remove-VCFWorkloadDomain.md │ │ │ └── Set-VCFWorkloadDomain.md │ │ ├── federation │ │ │ ├── Get-VCFFederation.md │ │ │ ├── Get-VCFFederationMember.md │ │ │ ├── Get-VCFFederationTask.md │ │ │ ├── Join-VCFFederation.md │ │ │ ├── New-VCFFederationInvite.md │ │ │ ├── Remove-VCFFederation.md │ │ │ └── Set-VCFFederation.md │ │ ├── fips │ │ │ └── Get-VCFFipsMode.md │ │ ├── hosts │ │ │ ├── Get-VCFHost.md │ │ │ ├── New-VCFCommissionedHost.md │ │ │ └── Remove-VCFCommissionedHost.md │ │ ├── iam │ │ │ ├── Get-VCFRole.md │ │ │ ├── Get-VCFUser.md │ │ │ ├── New-VCFGroup.md │ │ │ ├── New-VCFServiceUser.md │ │ │ ├── New-VCFUser.md │ │ │ └── Remove-VCFUser.md │ │ ├── idp │ │ │ ├── Get-VCFIdentityProvider.md │ │ │ ├── New-VCFIdentityProvider.md │ │ │ ├── Remove-VCFIdentityProvider.md │ │ │ └── Update-VCFIdentityProvider.md │ │ ├── json-export │ │ │ └── Export-VCFManagementDomainJsonSpec.md │ │ ├── licenses │ │ │ ├── Get-VCFLicenseKey.md │ │ │ ├── Get-VCFLicenseMode.md │ │ │ ├── New-VCFLicenseKey.md │ │ │ └── Remove-VCFLicenseKey.md │ │ ├── network-pools │ │ │ ├── Add-VCFNetworkIPPool.md │ │ │ ├── Get-VCFNetworkIPPool.md │ │ │ ├── Get-VCFNetworkPool.md │ │ │ ├── New-VCFNetworkPool.md │ │ │ ├── Remove-VCFNetworkIPPool.md │ │ │ └── Remove-VCFNetworkPool.md │ │ ├── nsx │ │ │ ├── nsx-edge-clusters │ │ │ │ ├── Get-VCFEdgeCluster.md │ │ │ │ └── New-VCFEdgeCluster.md │ │ │ └── nsx-managers │ │ │ │ └── Get-VCFNsxtCluster.md │ │ ├── other │ │ │ └── Invoke-VCFCommand.md │ │ ├── personalities │ │ │ ├── Get-VCFPersonality.md │ │ │ └── New-VCFPersonality.md │ │ ├── proxy │ │ │ ├── Get-VCFProxy.md │ │ │ └── Set-VCFProxy.md │ │ ├── pscs │ │ │ └── Get-VCFPSC.md │ │ ├── releases │ │ │ └── Get-VCFRelease.md │ │ ├── sddc-managers │ │ │ └── Get-VCFManager.md │ │ ├── sddc │ │ │ ├── Get-CloudBuilderSDDC.md │ │ │ ├── Get-CloudBuilderSDDCValidation.md │ │ │ ├── Restart-CloudBuilderSDDC.md │ │ │ ├── Restart-CloudBuilderSDDCValidation.md │ │ │ ├── Start-CloudBuilderSDDC.md │ │ │ ├── Start-CloudBuilderSDDCValidation.md │ │ │ └── Stop-CloudBuilderSDDCValidation.md │ │ ├── services │ │ │ └── Get-VCFService.md │ │ ├── sos │ │ │ ├── Get-VCFHealthSummaryTask.md │ │ │ ├── Get-VCFSupportBundleTask.md │ │ │ ├── Request-VCFHealthSummaryBundle.md │ │ │ ├── Request-VCFSupportBundle.md │ │ │ ├── Start-VCFHealthSummary.md │ │ │ └── Start-VCFSupportBundle.md │ │ ├── system-prechecks │ │ │ ├── Get-VCFSystemPrecheckTask.md │ │ │ └── Start-VCFSystemPrecheck.md │ │ ├── tasks │ │ │ ├── Get-VCFTask.md │ │ │ └── Restart-VCFTask.md │ │ ├── upgrades │ │ │ ├── Get-VCFUpgradable.md │ │ │ ├── Get-VCFUpgrade.md │ │ │ └── Start-VCFUpgrade.md │ │ └── vcenters │ │ │ └── Get-VCFvCenter.md │ ├── getting-started │ │ ├── install.md │ │ ├── update.md │ │ ├── usage.md │ │ └── user-access.md │ └── index.md ├── favicon.ico ├── index.md ├── license.md ├── release-notes.md ├── requirements.txt └── snippets │ ├── copy-module-local-linux.sh │ ├── copy-module-local-windows.ps1 │ ├── import-module-local-linux.ps1 │ ├── import-module.ps1 │ ├── install-module.ps1 │ ├── installed-module.ps1 │ ├── pre-req-linux.sh │ ├── save-module-local-linux.ps1 │ ├── save-module-local-windows.ps1 │ └── update-module.ps1 ├── mkdocs.yml └── samples ├── aria-suite └── aria-lifecycle │ ├── deployAriaLifecycleAvnOverlaySpec.json │ └── deployAriaLifecycleAvnVlanSpec.json ├── avns ├── avnOverlaySpec.json └── avnVlanSpec.json ├── backup-restore └── backupSpec.json ├── bundles └── bundleUploadSpec.json ├── certificates ├── requestCertificateSpec.json ├── requestCsrSpec.json └── updateCertificateSpec.json ├── clusters ├── clusterCompactionSpec.json └── clusterExpansionSpec.json ├── credentials ├── rotateCredentialSpec.json └── updateCredentialSpec.json ├── dns-ntp ├── dnsSpec.json └── ntpSpec.json ├── domains ├── domainSpec.json └── isolatedDomainSpec.json ├── federation ├── federationSpec.json └── joinFederationSpec.json ├── hosts ├── commissionHostsSpec.json ├── decommissionHostsSpec.json └── ui-commissionHostsSpec.json ├── idp ├── embeddedIdpSpec.json └── externalIdpSpec.json ├── network-pools └── networkPoolSpec.json ├── nsx └── nsx-edge-clusters │ └── edgeClusterSpec.json ├── proxy └── proxySpec.json ├── sddc ├── multiPnicSddcSpec.json └── sddcSpec.json ├── sos ├── healthSummarySpec.json └── supportBundleSpec.json ├── system-prechecks └── precheckSpec.json └── upgrades └── upgradeDomainSpec.json /.ci/pester.tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.ci/pester.tests.ps1 -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/ISSUE_TEMPLATE/bug.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/ISSUE_TEMPLATE/docs.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/enhancement.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/ISSUE_TEMPLATE/enhancement.yml -------------------------------------------------------------------------------- /.github/comment_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/comment_template.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/icon-400px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/icon-400px.png -------------------------------------------------------------------------------- /.github/icon-400px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/icon-400px.svg -------------------------------------------------------------------------------- /.github/icon-85px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/icon-85px.svg -------------------------------------------------------------------------------- /.github/labeler-pull-requests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/labeler-pull-requests.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/workflows/docs.yml -------------------------------------------------------------------------------- /.github/workflows/lock-threads.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/workflows/lock-threads.yml -------------------------------------------------------------------------------- /.github/workflows/pull-requests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/workflows/pull-requests.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/Makefile -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/NOTICE -------------------------------------------------------------------------------- /PowerVCF.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/PowerVCF.psd1 -------------------------------------------------------------------------------- /PowerVCF.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/PowerVCF.psm1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/README.md -------------------------------------------------------------------------------- /docs/assets/images/icon-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/assets/images/icon-color.svg -------------------------------------------------------------------------------- /docs/assets/images/icon-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/assets/images/icon-white.svg -------------------------------------------------------------------------------- /docs/assets/stylesheets/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/assets/stylesheets/extra.css -------------------------------------------------------------------------------- /docs/community/code-of-conduct.md: -------------------------------------------------------------------------------- 1 | --8<-- "./CODE_OF_CONDUCT.md" 2 | -------------------------------------------------------------------------------- /docs/community/contributing.md: -------------------------------------------------------------------------------- 1 | --8<-- "./CONTRIBUTING.md" 2 | -------------------------------------------------------------------------------- /docs/community/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/community/index.md -------------------------------------------------------------------------------- /docs/community/support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/community/support.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/aria-automation/Get-VCFVra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/aria-automation/Get-VCFVra.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/aria-operations-logs/Get-VCFVrli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/aria-operations-logs/Get-VCFVrli.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/aria-operations-logs/Get-VCFVrliConnection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/aria-operations-logs/Get-VCFVrliConnection.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/aria-operations-logs/Set-VCFVrliConnection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/aria-operations-logs/Set-VCFVrliConnection.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/aria-operations/Get-VCFVrops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/aria-operations/Get-VCFVrops.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/aria-operations/Get-VCFVropsConnection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/aria-operations/Get-VCFVropsConnection.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/aria-operations/Set-VCFVropsConnection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/aria-operations/Set-VCFVropsConnection.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/aria-suite-lifecycle/Get-VCFVrslcm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/aria-suite-lifecycle/Get-VCFVrslcm.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/aria-suite-lifecycle/New-VCFVrslcm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/aria-suite-lifecycle/New-VCFVrslcm.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/aria-suite-lifecycle/Remove-VCFVrslcm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/aria-suite-lifecycle/Remove-VCFVrslcm.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/aria-suite-lifecycle/Reset-VCFVrslcm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/aria-suite-lifecycle/Reset-VCFVrslcm.md -------------------------------------------------------------------------------- /docs/documentation/functions/aria-suite/workspace-one-access/Get-VCFWsa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/aria-suite/workspace-one-access/Get-VCFWsa.md -------------------------------------------------------------------------------- /docs/documentation/functions/authentication/Connect-CloudBuilder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/authentication/Connect-CloudBuilder.md -------------------------------------------------------------------------------- /docs/documentation/functions/authentication/Request-VCFToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/authentication/Request-VCFToken.md -------------------------------------------------------------------------------- /docs/documentation/functions/avns/Add-VCFApplicationVirtualNetwork.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/avns/Add-VCFApplicationVirtualNetwork.md -------------------------------------------------------------------------------- /docs/documentation/functions/avns/Get-VCFApplicationVirtualNetwork.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/avns/Get-VCFApplicationVirtualNetwork.md -------------------------------------------------------------------------------- /docs/documentation/functions/backup-restore/Get-VCFBackupConfiguration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/backup-restore/Get-VCFBackupConfiguration.md -------------------------------------------------------------------------------- /docs/documentation/functions/backup-restore/Get-VCFRestoreTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/backup-restore/Get-VCFRestoreTask.md -------------------------------------------------------------------------------- /docs/documentation/functions/backup-restore/Set-VCFBackupConfiguration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/backup-restore/Set-VCFBackupConfiguration.md -------------------------------------------------------------------------------- /docs/documentation/functions/backup-restore/Start-VCFBackup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/backup-restore/Start-VCFBackup.md -------------------------------------------------------------------------------- /docs/documentation/functions/backup-restore/Start-VCFRestore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/backup-restore/Start-VCFRestore.md -------------------------------------------------------------------------------- /docs/documentation/functions/bundles/Get-VCFBundle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/bundles/Get-VCFBundle.md -------------------------------------------------------------------------------- /docs/documentation/functions/bundles/Request-VCFBundle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/bundles/Request-VCFBundle.md -------------------------------------------------------------------------------- /docs/documentation/functions/bundles/Start-VCFBundleUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/bundles/Start-VCFBundleUpload.md -------------------------------------------------------------------------------- /docs/documentation/functions/ceip/Get-VCFCeip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/ceip/Get-VCFCeip.md -------------------------------------------------------------------------------- /docs/documentation/functions/ceip/Set-VCFCeip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/ceip/Set-VCFCeip.md -------------------------------------------------------------------------------- /docs/documentation/functions/certificates/Get-VCFCertificate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/certificates/Get-VCFCertificate.md -------------------------------------------------------------------------------- /docs/documentation/functions/certificates/Get-VCFCertificateAuthority.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/certificates/Get-VCFCertificateAuthority.md -------------------------------------------------------------------------------- /docs/documentation/functions/certificates/Get-VCFCertificateCsr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/certificates/Get-VCFCertificateCsr.md -------------------------------------------------------------------------------- /docs/documentation/functions/certificates/Remove-VCFCertificateAuthority.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/certificates/Remove-VCFCertificateAuthority.md -------------------------------------------------------------------------------- /docs/documentation/functions/certificates/Request-VCFCertificate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/certificates/Request-VCFCertificate.md -------------------------------------------------------------------------------- /docs/documentation/functions/certificates/Request-VCFCertificateCsr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/certificates/Request-VCFCertificateCsr.md -------------------------------------------------------------------------------- /docs/documentation/functions/certificates/Set-VCFCertificate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/certificates/Set-VCFCertificate.md -------------------------------------------------------------------------------- /docs/documentation/functions/certificates/Set-VCFMicrosoftCa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/certificates/Set-VCFMicrosoftCa.md -------------------------------------------------------------------------------- /docs/documentation/functions/certificates/Set-VCFOpensslCa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/certificates/Set-VCFOpensslCa.md -------------------------------------------------------------------------------- /docs/documentation/functions/clusters/Get-VCFCluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/clusters/Get-VCFCluster.md -------------------------------------------------------------------------------- /docs/documentation/functions/clusters/Get-VCFClusterValidation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/clusters/Get-VCFClusterValidation.md -------------------------------------------------------------------------------- /docs/documentation/functions/clusters/New-VCFCluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/clusters/New-VCFCluster.md -------------------------------------------------------------------------------- /docs/documentation/functions/clusters/Remove-VCFCluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/clusters/Remove-VCFCluster.md -------------------------------------------------------------------------------- /docs/documentation/functions/clusters/Set-VCFCluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/clusters/Set-VCFCluster.md -------------------------------------------------------------------------------- /docs/documentation/functions/compliance/Get-VCFCompliance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/compliance/Get-VCFCompliance.md -------------------------------------------------------------------------------- /docs/documentation/functions/compliance/Get-VCFComplianceConfiguration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/compliance/Get-VCFComplianceConfiguration.md -------------------------------------------------------------------------------- /docs/documentation/functions/compliance/Get-VCFComplianceHistory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/compliance/Get-VCFComplianceHistory.md -------------------------------------------------------------------------------- /docs/documentation/functions/compliance/Get-VCFComplianceStandard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/compliance/Get-VCFComplianceStandard.md -------------------------------------------------------------------------------- /docs/documentation/functions/compliance/Get-VCFComplianceTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/compliance/Get-VCFComplianceTask.md -------------------------------------------------------------------------------- /docs/documentation/functions/compliance/New-VCFCompliance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/compliance/New-VCFCompliance.md -------------------------------------------------------------------------------- /docs/documentation/functions/credentials/Get-VCFCredential.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/credentials/Get-VCFCredential.md -------------------------------------------------------------------------------- /docs/documentation/functions/credentials/Get-VCFCredentialExpiry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/credentials/Get-VCFCredentialExpiry.md -------------------------------------------------------------------------------- /docs/documentation/functions/credentials/Get-VCFCredentialTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/credentials/Get-VCFCredentialTask.md -------------------------------------------------------------------------------- /docs/documentation/functions/credentials/Restart-VCFCredentialTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/credentials/Restart-VCFCredentialTask.md -------------------------------------------------------------------------------- /docs/documentation/functions/credentials/Set-VCFCredential.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/credentials/Set-VCFCredential.md -------------------------------------------------------------------------------- /docs/documentation/functions/credentials/Set-VCFCredentialAutoRotatePolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/credentials/Set-VCFCredentialAutoRotatePolicy.md -------------------------------------------------------------------------------- /docs/documentation/functions/credentials/Stop-VCFCredentialTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/credentials/Stop-VCFCredentialTask.md -------------------------------------------------------------------------------- /docs/documentation/functions/depots/Get-VCFDepotCredential.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/depots/Get-VCFDepotCredential.md -------------------------------------------------------------------------------- /docs/documentation/functions/depots/Set-VCFDepotCredential.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/depots/Set-VCFDepotCredential.md -------------------------------------------------------------------------------- /docs/documentation/functions/dns-ntp/Get-VCFConfigurationDNS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/dns-ntp/Get-VCFConfigurationDNS.md -------------------------------------------------------------------------------- /docs/documentation/functions/dns-ntp/Get-VCFConfigurationDNSValidation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/dns-ntp/Get-VCFConfigurationDNSValidation.md -------------------------------------------------------------------------------- /docs/documentation/functions/dns-ntp/Get-VCFConfigurationNTP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/dns-ntp/Get-VCFConfigurationNTP.md -------------------------------------------------------------------------------- /docs/documentation/functions/dns-ntp/Get-VCFConfigurationNTPValidation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/dns-ntp/Get-VCFConfigurationNTPValidation.md -------------------------------------------------------------------------------- /docs/documentation/functions/dns-ntp/Set-VCFConfigurationDNS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/dns-ntp/Set-VCFConfigurationDNS.md -------------------------------------------------------------------------------- /docs/documentation/functions/dns-ntp/Set-VCFConfigurationNTP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/dns-ntp/Set-VCFConfigurationNTP.md -------------------------------------------------------------------------------- /docs/documentation/functions/domains/Get-VCFWorkloadDomain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/domains/Get-VCFWorkloadDomain.md -------------------------------------------------------------------------------- /docs/documentation/functions/domains/New-VCFWorkloadDomain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/domains/New-VCFWorkloadDomain.md -------------------------------------------------------------------------------- /docs/documentation/functions/domains/Remove-VCFWorkloadDomain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/domains/Remove-VCFWorkloadDomain.md -------------------------------------------------------------------------------- /docs/documentation/functions/domains/Set-VCFWorkloadDomain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/domains/Set-VCFWorkloadDomain.md -------------------------------------------------------------------------------- /docs/documentation/functions/federation/Get-VCFFederation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/federation/Get-VCFFederation.md -------------------------------------------------------------------------------- /docs/documentation/functions/federation/Get-VCFFederationMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/federation/Get-VCFFederationMember.md -------------------------------------------------------------------------------- /docs/documentation/functions/federation/Get-VCFFederationTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/federation/Get-VCFFederationTask.md -------------------------------------------------------------------------------- /docs/documentation/functions/federation/Join-VCFFederation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/federation/Join-VCFFederation.md -------------------------------------------------------------------------------- /docs/documentation/functions/federation/New-VCFFederationInvite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/federation/New-VCFFederationInvite.md -------------------------------------------------------------------------------- /docs/documentation/functions/federation/Remove-VCFFederation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/federation/Remove-VCFFederation.md -------------------------------------------------------------------------------- /docs/documentation/functions/federation/Set-VCFFederation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/federation/Set-VCFFederation.md -------------------------------------------------------------------------------- /docs/documentation/functions/fips/Get-VCFFipsMode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/fips/Get-VCFFipsMode.md -------------------------------------------------------------------------------- /docs/documentation/functions/hosts/Get-VCFHost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/hosts/Get-VCFHost.md -------------------------------------------------------------------------------- /docs/documentation/functions/hosts/New-VCFCommissionedHost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/hosts/New-VCFCommissionedHost.md -------------------------------------------------------------------------------- /docs/documentation/functions/hosts/Remove-VCFCommissionedHost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/hosts/Remove-VCFCommissionedHost.md -------------------------------------------------------------------------------- /docs/documentation/functions/iam/Get-VCFRole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/iam/Get-VCFRole.md -------------------------------------------------------------------------------- /docs/documentation/functions/iam/Get-VCFUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/iam/Get-VCFUser.md -------------------------------------------------------------------------------- /docs/documentation/functions/iam/New-VCFGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/iam/New-VCFGroup.md -------------------------------------------------------------------------------- /docs/documentation/functions/iam/New-VCFServiceUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/iam/New-VCFServiceUser.md -------------------------------------------------------------------------------- /docs/documentation/functions/iam/New-VCFUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/iam/New-VCFUser.md -------------------------------------------------------------------------------- /docs/documentation/functions/iam/Remove-VCFUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/iam/Remove-VCFUser.md -------------------------------------------------------------------------------- /docs/documentation/functions/idp/Get-VCFIdentityProvider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/idp/Get-VCFIdentityProvider.md -------------------------------------------------------------------------------- /docs/documentation/functions/idp/New-VCFIdentityProvider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/idp/New-VCFIdentityProvider.md -------------------------------------------------------------------------------- /docs/documentation/functions/idp/Remove-VCFIdentityProvider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/idp/Remove-VCFIdentityProvider.md -------------------------------------------------------------------------------- /docs/documentation/functions/idp/Update-VCFIdentityProvider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/idp/Update-VCFIdentityProvider.md -------------------------------------------------------------------------------- /docs/documentation/functions/json-export/Export-VCFManagementDomainJsonSpec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/json-export/Export-VCFManagementDomainJsonSpec.md -------------------------------------------------------------------------------- /docs/documentation/functions/licenses/Get-VCFLicenseKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/licenses/Get-VCFLicenseKey.md -------------------------------------------------------------------------------- /docs/documentation/functions/licenses/Get-VCFLicenseMode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/licenses/Get-VCFLicenseMode.md -------------------------------------------------------------------------------- /docs/documentation/functions/licenses/New-VCFLicenseKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/licenses/New-VCFLicenseKey.md -------------------------------------------------------------------------------- /docs/documentation/functions/licenses/Remove-VCFLicenseKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/licenses/Remove-VCFLicenseKey.md -------------------------------------------------------------------------------- /docs/documentation/functions/network-pools/Add-VCFNetworkIPPool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/network-pools/Add-VCFNetworkIPPool.md -------------------------------------------------------------------------------- /docs/documentation/functions/network-pools/Get-VCFNetworkIPPool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/network-pools/Get-VCFNetworkIPPool.md -------------------------------------------------------------------------------- /docs/documentation/functions/network-pools/Get-VCFNetworkPool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/network-pools/Get-VCFNetworkPool.md -------------------------------------------------------------------------------- /docs/documentation/functions/network-pools/New-VCFNetworkPool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/network-pools/New-VCFNetworkPool.md -------------------------------------------------------------------------------- /docs/documentation/functions/network-pools/Remove-VCFNetworkIPPool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/network-pools/Remove-VCFNetworkIPPool.md -------------------------------------------------------------------------------- /docs/documentation/functions/network-pools/Remove-VCFNetworkPool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/network-pools/Remove-VCFNetworkPool.md -------------------------------------------------------------------------------- /docs/documentation/functions/nsx/nsx-edge-clusters/Get-VCFEdgeCluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/nsx/nsx-edge-clusters/Get-VCFEdgeCluster.md -------------------------------------------------------------------------------- /docs/documentation/functions/nsx/nsx-edge-clusters/New-VCFEdgeCluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/nsx/nsx-edge-clusters/New-VCFEdgeCluster.md -------------------------------------------------------------------------------- /docs/documentation/functions/nsx/nsx-managers/Get-VCFNsxtCluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/nsx/nsx-managers/Get-VCFNsxtCluster.md -------------------------------------------------------------------------------- /docs/documentation/functions/other/Invoke-VCFCommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/other/Invoke-VCFCommand.md -------------------------------------------------------------------------------- /docs/documentation/functions/personalities/Get-VCFPersonality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/personalities/Get-VCFPersonality.md -------------------------------------------------------------------------------- /docs/documentation/functions/personalities/New-VCFPersonality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/personalities/New-VCFPersonality.md -------------------------------------------------------------------------------- /docs/documentation/functions/proxy/Get-VCFProxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/proxy/Get-VCFProxy.md -------------------------------------------------------------------------------- /docs/documentation/functions/proxy/Set-VCFProxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/proxy/Set-VCFProxy.md -------------------------------------------------------------------------------- /docs/documentation/functions/pscs/Get-VCFPSC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/pscs/Get-VCFPSC.md -------------------------------------------------------------------------------- /docs/documentation/functions/releases/Get-VCFRelease.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/releases/Get-VCFRelease.md -------------------------------------------------------------------------------- /docs/documentation/functions/sddc-managers/Get-VCFManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sddc-managers/Get-VCFManager.md -------------------------------------------------------------------------------- /docs/documentation/functions/sddc/Get-CloudBuilderSDDC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sddc/Get-CloudBuilderSDDC.md -------------------------------------------------------------------------------- /docs/documentation/functions/sddc/Get-CloudBuilderSDDCValidation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sddc/Get-CloudBuilderSDDCValidation.md -------------------------------------------------------------------------------- /docs/documentation/functions/sddc/Restart-CloudBuilderSDDC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sddc/Restart-CloudBuilderSDDC.md -------------------------------------------------------------------------------- /docs/documentation/functions/sddc/Restart-CloudBuilderSDDCValidation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sddc/Restart-CloudBuilderSDDCValidation.md -------------------------------------------------------------------------------- /docs/documentation/functions/sddc/Start-CloudBuilderSDDC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sddc/Start-CloudBuilderSDDC.md -------------------------------------------------------------------------------- /docs/documentation/functions/sddc/Start-CloudBuilderSDDCValidation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sddc/Start-CloudBuilderSDDCValidation.md -------------------------------------------------------------------------------- /docs/documentation/functions/sddc/Stop-CloudBuilderSDDCValidation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sddc/Stop-CloudBuilderSDDCValidation.md -------------------------------------------------------------------------------- /docs/documentation/functions/services/Get-VCFService.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/services/Get-VCFService.md -------------------------------------------------------------------------------- /docs/documentation/functions/sos/Get-VCFHealthSummaryTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sos/Get-VCFHealthSummaryTask.md -------------------------------------------------------------------------------- /docs/documentation/functions/sos/Get-VCFSupportBundleTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sos/Get-VCFSupportBundleTask.md -------------------------------------------------------------------------------- /docs/documentation/functions/sos/Request-VCFHealthSummaryBundle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sos/Request-VCFHealthSummaryBundle.md -------------------------------------------------------------------------------- /docs/documentation/functions/sos/Request-VCFSupportBundle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sos/Request-VCFSupportBundle.md -------------------------------------------------------------------------------- /docs/documentation/functions/sos/Start-VCFHealthSummary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sos/Start-VCFHealthSummary.md -------------------------------------------------------------------------------- /docs/documentation/functions/sos/Start-VCFSupportBundle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/sos/Start-VCFSupportBundle.md -------------------------------------------------------------------------------- /docs/documentation/functions/system-prechecks/Get-VCFSystemPrecheckTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/system-prechecks/Get-VCFSystemPrecheckTask.md -------------------------------------------------------------------------------- /docs/documentation/functions/system-prechecks/Start-VCFSystemPrecheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/system-prechecks/Start-VCFSystemPrecheck.md -------------------------------------------------------------------------------- /docs/documentation/functions/tasks/Get-VCFTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/tasks/Get-VCFTask.md -------------------------------------------------------------------------------- /docs/documentation/functions/tasks/Restart-VCFTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/tasks/Restart-VCFTask.md -------------------------------------------------------------------------------- /docs/documentation/functions/upgrades/Get-VCFUpgradable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/upgrades/Get-VCFUpgradable.md -------------------------------------------------------------------------------- /docs/documentation/functions/upgrades/Get-VCFUpgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/upgrades/Get-VCFUpgrade.md -------------------------------------------------------------------------------- /docs/documentation/functions/upgrades/Start-VCFUpgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/upgrades/Start-VCFUpgrade.md -------------------------------------------------------------------------------- /docs/documentation/functions/vcenters/Get-VCFvCenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/functions/vcenters/Get-VCFvCenter.md -------------------------------------------------------------------------------- /docs/documentation/getting-started/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/getting-started/install.md -------------------------------------------------------------------------------- /docs/documentation/getting-started/update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/getting-started/update.md -------------------------------------------------------------------------------- /docs/documentation/getting-started/usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/getting-started/usage.md -------------------------------------------------------------------------------- /docs/documentation/getting-started/user-access.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/getting-started/user-access.md -------------------------------------------------------------------------------- /docs/documentation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/documentation/index.md -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/license.md: -------------------------------------------------------------------------------- 1 | --8<-- "./LICENSE" 2 | -------------------------------------------------------------------------------- /docs/release-notes.md: -------------------------------------------------------------------------------- 1 | --8<-- "./CHANGELOG.md" 2 | -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /docs/snippets/copy-module-local-linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/snippets/copy-module-local-linux.sh -------------------------------------------------------------------------------- /docs/snippets/copy-module-local-windows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/snippets/copy-module-local-windows.ps1 -------------------------------------------------------------------------------- /docs/snippets/import-module-local-linux.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/snippets/import-module-local-linux.ps1 -------------------------------------------------------------------------------- /docs/snippets/import-module.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/snippets/import-module.ps1 -------------------------------------------------------------------------------- /docs/snippets/install-module.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/snippets/install-module.ps1 -------------------------------------------------------------------------------- /docs/snippets/installed-module.ps1: -------------------------------------------------------------------------------- 1 | Get-InstalledModule -Name PowerVCF 2 | -------------------------------------------------------------------------------- /docs/snippets/pre-req-linux.sh: -------------------------------------------------------------------------------- 1 | mkdir /home/modules -------------------------------------------------------------------------------- /docs/snippets/save-module-local-linux.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/snippets/save-module-local-linux.ps1 -------------------------------------------------------------------------------- /docs/snippets/save-module-local-windows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/docs/snippets/save-module-local-windows.ps1 -------------------------------------------------------------------------------- /docs/snippets/update-module.ps1: -------------------------------------------------------------------------------- 1 | Update-Module -Name PowerVCF 2 | -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /samples/aria-suite/aria-lifecycle/deployAriaLifecycleAvnOverlaySpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/aria-suite/aria-lifecycle/deployAriaLifecycleAvnOverlaySpec.json -------------------------------------------------------------------------------- /samples/aria-suite/aria-lifecycle/deployAriaLifecycleAvnVlanSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/aria-suite/aria-lifecycle/deployAriaLifecycleAvnVlanSpec.json -------------------------------------------------------------------------------- /samples/avns/avnOverlaySpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/avns/avnOverlaySpec.json -------------------------------------------------------------------------------- /samples/avns/avnVlanSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/avns/avnVlanSpec.json -------------------------------------------------------------------------------- /samples/backup-restore/backupSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/backup-restore/backupSpec.json -------------------------------------------------------------------------------- /samples/bundles/bundleUploadSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/bundles/bundleUploadSpec.json -------------------------------------------------------------------------------- /samples/certificates/requestCertificateSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/certificates/requestCertificateSpec.json -------------------------------------------------------------------------------- /samples/certificates/requestCsrSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/certificates/requestCsrSpec.json -------------------------------------------------------------------------------- /samples/certificates/updateCertificateSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/certificates/updateCertificateSpec.json -------------------------------------------------------------------------------- /samples/clusters/clusterCompactionSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/clusters/clusterCompactionSpec.json -------------------------------------------------------------------------------- /samples/clusters/clusterExpansionSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/clusters/clusterExpansionSpec.json -------------------------------------------------------------------------------- /samples/credentials/rotateCredentialSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/credentials/rotateCredentialSpec.json -------------------------------------------------------------------------------- /samples/credentials/updateCredentialSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/credentials/updateCredentialSpec.json -------------------------------------------------------------------------------- /samples/dns-ntp/dnsSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/dns-ntp/dnsSpec.json -------------------------------------------------------------------------------- /samples/dns-ntp/ntpSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/dns-ntp/ntpSpec.json -------------------------------------------------------------------------------- /samples/domains/domainSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/domains/domainSpec.json -------------------------------------------------------------------------------- /samples/domains/isolatedDomainSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/domains/isolatedDomainSpec.json -------------------------------------------------------------------------------- /samples/federation/federationSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/federation/federationSpec.json -------------------------------------------------------------------------------- /samples/federation/joinFederationSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/federation/joinFederationSpec.json -------------------------------------------------------------------------------- /samples/hosts/commissionHostsSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/hosts/commissionHostsSpec.json -------------------------------------------------------------------------------- /samples/hosts/decommissionHostsSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/hosts/decommissionHostsSpec.json -------------------------------------------------------------------------------- /samples/hosts/ui-commissionHostsSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/hosts/ui-commissionHostsSpec.json -------------------------------------------------------------------------------- /samples/idp/embeddedIdpSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/idp/embeddedIdpSpec.json -------------------------------------------------------------------------------- /samples/idp/externalIdpSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/idp/externalIdpSpec.json -------------------------------------------------------------------------------- /samples/network-pools/networkPoolSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/network-pools/networkPoolSpec.json -------------------------------------------------------------------------------- /samples/nsx/nsx-edge-clusters/edgeClusterSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/nsx/nsx-edge-clusters/edgeClusterSpec.json -------------------------------------------------------------------------------- /samples/proxy/proxySpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/proxy/proxySpec.json -------------------------------------------------------------------------------- /samples/sddc/multiPnicSddcSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/sddc/multiPnicSddcSpec.json -------------------------------------------------------------------------------- /samples/sddc/sddcSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/sddc/sddcSpec.json -------------------------------------------------------------------------------- /samples/sos/healthSummarySpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/sos/healthSummarySpec.json -------------------------------------------------------------------------------- /samples/sos/supportBundleSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/sos/supportBundleSpec.json -------------------------------------------------------------------------------- /samples/system-prechecks/precheckSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/system-prechecks/precheckSpec.json -------------------------------------------------------------------------------- /samples/upgrades/upgradeDomainSpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation/HEAD/samples/upgrades/upgradeDomainSpec.json --------------------------------------------------------------------------------