Class PostVmGroupMigrationSpec.Builder

    • Constructor Detail

    • Method Detail

      • setAllowOverride

        public PostVmGroupMigrationSpec.Builder setAllowOverride​(java.lang.Boolean allowOverride)
        Flag to indicate whether to re-run the post migrate steps for the VM group if they are already run before.
        Parameters:
        allowOverride - New value for the property.
      • setFailedVmInstanceIds

        public PostVmGroupMigrationSpec.Builder setFailedVmInstanceIds​(java.util.List<java.lang.String> failedVmInstanceIds)
        List of instance uuids of VMs that failed to migrate.
        Parameters:
        failedVmInstanceIds - New value for the property.
      • setFederationSiteId

        public PostVmGroupMigrationSpec.Builder setFederationSiteId​(java.lang.String federationSiteId)
        Id of the site in NSX-T Federation
        Parameters:
        federationSiteId - New value for the property.
      • setGroupId

        public PostVmGroupMigrationSpec.Builder setGroupId​(java.lang.String groupId)
        User defined VM group id that must be unique among all VM groups ids and also should match the group id used in the pre VM group migrate API.
        Parameters:
        groupId - New value for the property.